Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all dependencies #273

Merged
merged 1 commit into from
Sep 15, 2024
Merged

chore(deps): update all dependencies #273

merged 1 commit into from
Sep 15, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 15, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@typescript-eslint/eslint-plugin (source) 8.4.0 -> 8.5.0 age adoption passing confidence
@typescript-eslint/parser (source) 8.4.0 -> 8.5.0 age adoption passing confidence
@unhead/vue (source) 1.10.0 -> 1.11.2 age adoption passing confidence
@vitest/coverage-v8 (source) 2.0.3 -> 2.1.1 age adoption passing confidence
typescript (source) 5.5.2 -> 5.6.2 age adoption passing confidence
vitest (source) 2.0.3 -> 2.1.1 age adoption passing confidence

Release Notes

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.5.0

Compare Source

🚀 Features
  • eslint-plugin: [no-duplicate-type-constituents] prevent unnecessary `

  • eslint-plugin: [no-unsafe-argument] differentiate error types

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] fix TSNonNullExpression fixer

  • eslint-plugin: [no-misused-promises] handle static method

  • eslint-plugin: [no-unnecessary-type-parameters] fix AST quick path scope analysis

  • eslint-plugin: [consistent-type-assertions] access parser services lazily

❤️ Thank You
  • f44da95
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • YeonJuan

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.5.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

unjs/unhead (@​unhead/vue)

v1.11.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.11.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.11.0

Compare Source

ℹ️ This is a minor release with many bug fixes, while there are no explicit new features, an effort should be made to checking your tags after upgrading.

This will be last minor before work begins on v2, check the roadmap and feel free to make suggestions.

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v1.10.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.10.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.10.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.10.1

Compare Source

   🐞 Bug Fixes

New Contributors

    View changes on GitHub
vitest-dev/vitest (@​vitest/coverage-v8)

v2.1.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.1.0

Compare Source

This release makes another big change to the Browser Mode by introducing locators API:

test('renders blog posts', async () => {
  const screen = page.render(<Blog />)

  await expect.element(screen.getByRole('heading', { name: 'Blog' })).toBeInTheDocument()

  const [firstPost] = screen.getByRole('listitem').all()

  await firstPost.getByRole('button', { name: 'Delete' }).click()

  expect(screen.getByRole('listitem').all()).toHaveLength(3)
})

You can use either vitest-browser-vue, vitest-browser-svelte or vitest-browser-react to render components and make assertions using locators. Locators are also available on the page object from @vitest/browser/context.

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v2.0.5

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v2.0.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
microsoft/TypeScript (typescript)

v5.6.2

Compare Source

v5.5.4: TypeScript 5.5.4

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.5.3: TypeScript 5.5.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" in timezone Europe/Helsinki, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge (squash) September 15, 2024 22:20
Copy link

vercel bot commented Sep 15, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
vite-ts-tailwind-starter ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 15, 2024 10:21pm

@renovate renovate bot merged commit f5491f2 into main Sep 15, 2024
4 checks passed
@renovate renovate bot deleted the renovate/all branch September 15, 2024 22:21
Copy link

Coverage Report

Status Category Percentage Covered / Total
🟢 Lines 22.85% (🎯 10%) 32 / 140
🟢 Statements 22.85% (🎯 10%) 32 / 140
🔵 Functions 10% 1 / 10
🟢 Branches 28.57% (🎯 10%) 2 / 7
File CoverageNo changed files found.
Generated in workflow #574

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants