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): bump the major group across 1 directory with 3 updates #2037

Merged
merged 4 commits into from
Nov 6, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 4, 2024

Bumps the major group with 3 updates in the / directory: eslint-plugin-playwright, vue-i18n and @nuxtjs/i18n.

Updates eslint-plugin-playwright from 1.8.3 to 2.0.0

Release notes

Sourced from eslint-plugin-playwright's releases.

v2.0.0

2.0.0 (2024-10-23)

⚠ BREAKING CHANGES

  • Remove jest-playwright configs

Features

  • Remove jest-playwright configs (ba82509)

Bug Fixes

Commits

Updates vue-i18n from 9.14.1 to 10.0.4

Release notes

Sourced from vue-i18n's releases.

v10.0.4

What's Changed

🐛 Bug Fixes

📝️ Documentations

New Contributors

Full Changelog: intlify/vue-i18n@v10.0.3...v10.0.4

v10.0.3

What's Changed

🐛 Bug Fixes

📝️ Documentations

Full Changelog: intlify/vue-i18n@v10.0.2...v10.0.3

v10.0.2

What's Changed

⚡ Improvement Features

📝️ Documentations

Full Changelog: intlify/vue-i18n@v10.0.1...v10.0.2

v10.0.1

What's Changed

🐛 Bug Fixes

New Contributors

... (truncated)

Changelog

Sourced from vue-i18n's changelog.

v10.0.4 (2024-10-06T07:42:31Z)

This changelog is generated by GitHub Releases

What's Changed

🐛 Bug Fixes

📝️ Documentations

New Contributors

Full Changelog: intlify/vue-i18n@v10.0.3...v10.0.4

v10.0.3 (2024-09-22T11:09:22Z)

This changelog is generated by GitHub Releases

What's Changed

🐛 Bug Fixes

📝️ Documentations

Full Changelog: intlify/vue-i18n@v10.0.2...v10.0.3

v10.0.2 (2024-09-21T18:06:06Z)

This changelog is generated by GitHub Releases

What's Changed

⚡ Improvement Features

... (truncated)

Commits

Updates @nuxtjs/i18n from 8.5.5 to 9.0.0

Release notes

Sourced from @​nuxtjs/i18n's releases.

v9.0.0

We're happy to announce the stable release of v9!

The primary focus of this major release is to remove deprecated functionality and upgrade Vue I18n to v10, we did manage to sneak in some enhancements listed below.

🚨 Breaking changes

This update includes breaking changes so please make sure to review these in the migration documentation, if you run into problems during migration please open an issue so we can improve the guide!

📂 Directory restructure

We now use a default directory structure that is consistent with directory structure changes in Nuxt 4.

Here is an example of a project structure after this change:

app/
server/
i18n/
  locales/
    en.json
    ja.json
  i18n.config.ts
  localeDetector.ts
nuxt.config.ts

This can be configured with the restructureDir option which is set to i18n by default, see the docs for more details.

🛣️ Route type generation

Code_2024-09-27_12-02-50.mp4

Experimental route type generation improves DX for all route utilities and components by adding autocompletion and stricter type checks.

This feature can be enabled with the experimental.typedPages option, see the docs for more details.

⌨️ Messages and vue-i18n type generation

Code_2024-07-17_14-54-20.mp4

Experimental messages and vue-i18n options type generation improves DX by adding autocompletion and type safety for translation functions and configuration.

This feature can be enabled with the experimental.typedOptionsAndMessages option, see the docs for more details.

    View changes on GitHub

v9.0.0-rc.2

Please take time to view the Breaking changes in v9 page for an overview of changes and migration steps required. Share your feedback and experience so we can land v9 as stable and as soon as possible 🙏

... (truncated)

Changelog

Sourced from @​nuxtjs/i18n's changelog.

v9.0.0 (2024-11-03T11:23:01Z)

This changelog is generated by GitHub Releases

   🚨 Breaking Changes

   🚀 Features

   🐞 Bug Fixes

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot requested a review from a team as a code owner November 4, 2024 00:47
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 4, 2024
Copy link

changeset-bot bot commented Nov 4, 2024

⚠️ No Changeset found

Latest commit: 1526db9

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/major-fef9a2c3d6 branch from a3541d1 to 4885763 Compare November 4, 2024 14:39
Bumps the major group with 3 updates in the / directory: [eslint-plugin-playwright](https://github.com/playwright-community/eslint-plugin-playwright), [vue-i18n](https://github.com/intlify/vue-i18n/tree/HEAD/packages/vue-i18n) and [@nuxtjs/i18n](https://github.com/nuxt-modules/i18n).


Updates `eslint-plugin-playwright` from 1.8.3 to 2.0.0
- [Release notes](https://github.com/playwright-community/eslint-plugin-playwright/releases)
- [Changelog](https://github.com/playwright-community/eslint-plugin-playwright/blob/main/CHANGELOG.md)
- [Commits](playwright-community/eslint-plugin-playwright@v1.8.3...v2.0.0)

Updates `vue-i18n` from 9.14.1 to 10.0.4
- [Release notes](https://github.com/intlify/vue-i18n/releases)
- [Changelog](https://github.com/intlify/vue-i18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/intlify/vue-i18n/commits/v10.0.4/packages/vue-i18n)

Updates `@nuxtjs/i18n` from 8.5.5 to 9.0.0
- [Release notes](https://github.com/nuxt-modules/i18n/releases)
- [Changelog](https://github.com/nuxt-modules/i18n/blob/main/CHANGELOG.md)
- [Commits](nuxt-modules/i18n@v8.5.5...v9.0.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-playwright
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: vue-i18n
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: "@nuxtjs/i18n"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/major-fef9a2c3d6 branch from 4885763 to 3f48867 Compare November 6, 2024 07:40
This is an auto-generated pull request. All Playwright screenshots have
been updated.

Co-authored-by: larsrickert <[email protected]>
@larsrickert larsrickert merged commit 1a17bb0 into main Nov 6, 2024
19 checks passed
@larsrickert larsrickert deleted the dependabot/npm_and_yarn/major-fef9a2c3d6 branch November 6, 2024 13:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants