chore(deps): bump the minor-updates group with 6 updates#601
Merged
NicolasRichel merged 1 commit intodevelopfrom Nov 25, 2025
Merged
Conversation
Bumps the minor-updates group with 6 updates: | Package | From | To | | --- | --- | --- | | [@bimdata/typescript-fetch-api-client](https://github.com/bimdata/typescript-fetch-api-client-generator) | `10.30.3` | `10.30.4` | | [vue](https://github.com/vuejs/core) | `3.5.24` | `3.5.25` | | [vue-i18n](https://github.com/intlify/vue-i18n/tree/HEAD/packages/vue-i18n) | `11.1.12` | `11.2.1` | | [cypress](https://github.com/cypress-io/cypress) | `15.6.0` | `15.7.0` | | [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) | `10.5.1` | `10.6.0` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `7.2.2` | `7.2.4` | Updates `@bimdata/typescript-fetch-api-client` from 10.30.3 to 10.30.4 - [Release notes](https://github.com/bimdata/typescript-fetch-api-client-generator/releases) - [Commits](bimdata/typescript-fetch-api-client-generator@v10.30.3...v10.30.4) Updates `vue` from 3.5.24 to 3.5.25 - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md) - [Commits](vuejs/core@v3.5.24...v3.5.25) Updates `vue-i18n` from 11.1.12 to 11.2.1 - [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/v11.2.1/packages/vue-i18n) Updates `cypress` from 15.6.0 to 15.7.0 - [Release notes](https://github.com/cypress-io/cypress/releases) - [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md) - [Commits](cypress-io/cypress@v15.6.0...v15.7.0) Updates `eslint-plugin-vue` from 10.5.1 to 10.6.0 - [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases) - [Changelog](https://github.com/vuejs/eslint-plugin-vue/blob/master/CHANGELOG.md) - [Commits](vuejs/eslint-plugin-vue@v10.5.1...v10.6.0) Updates `vite` from 7.2.2 to 7.2.4 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v7.2.4/packages/vite) --- updated-dependencies: - dependency-name: "@bimdata/typescript-fetch-api-client" dependency-version: 10.30.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: vue dependency-version: 3.5.25 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: vue-i18n dependency-version: 11.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: cypress dependency-version: 15.7.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: eslint-plugin-vue dependency-version: 10.6.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: vite dependency-version: 7.2.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-updates ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
|
🎉 This PR is included in version 1.3.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the minor-updates group with 6 updates:
10.30.310.30.43.5.243.5.2511.1.1211.2.115.6.015.7.010.5.110.6.07.2.27.2.4Updates
@bimdata/typescript-fetch-api-clientfrom 10.30.3 to 10.30.4Release notes
Sourced from
@bimdata/typescript-fetch-api-client's releases.Commits
107f925PATCH: add BCF export with POST verb. (#927)Updates
vuefrom 3.5.24 to 3.5.25Release notes
Sourced from vue's releases.
Changelog
Sourced from vue's changelog.
Commits
25ebe3arelease: v3.5.25c0f63ddfix(suspense): defer clearing fallback vnode el in case it has dirs (#14080)301020bfix(reactivity): correctly wrap iterated array items to preserve their readon...0d2357efix(reactivity): toRef edge cases for ref unwrapping (#12420)247b2c2fix(provide): warn when usingprovideafter mounting (#13954)b50eb68dx(runtime-core): check current and parent components in formatComponentName ...5af3dd9refactor(runtime-core): checkpropsrather thanpropsOptions[0](#13514)2214f7afix(compiler): share logic for comments and whitespace (#13550)8f82f23fix(runtime-core): keep options API typing intact when expose is used (#14118)83f6ab6chore(compiler-ssr): movedefaultPropsinitialization intoinputtag bran...Updates
vue-i18nfrom 11.1.12 to 11.2.1Release notes
Sourced from vue-i18n's releases.
Commits
94f2a96release: v11.2.1cd0d0abrelease: v11.2.0Updates
cypressfrom 15.6.0 to 15.7.0Release notes
Sourced from cypress's releases.
Commits
201e22echore: Revert "dependency: update mime from 3.0.0 to 4.1.0 (#32936)" (#32975)4b2e6dcchore: release 15.7.0 (#32973)71a393efix: make sure angular project configs can resolve correctly on windows (#32971)a267d31dependency: update mime from 3.0.0 to 4.1.0 (#32936)763d701chore: reduce max visibility checks for command log entries to 10 (#32962)1bfe23fchore: updating v8 snapshot cache (#32967)71c90d8chore: updating v8 snapshot cache (#32966)85bf4e5chore: updating v8 snapshot cache (#32965)ae46f1efix: filter large user-supplied config values from the cloud API (#32957)70a9525chore: release@cypress/webpack-dev-server-v5.2.0Updates
eslint-plugin-vuefrom 10.5.1 to 10.6.0Release notes
Sourced from eslint-plugin-vue's releases.
Changelog
Sourced from eslint-plugin-vue's changelog.
Commits
c36cae5Version Packages (#2944)da00a44chore(lint): setup typescript-eslint (#2960)3a1b5e5ci: updatecheckout&setup-nodeactions (#2959)9b4f26btest: remove compat code for ESLint v6 (#2958)ed00470fix: remove unnecessary conditional branch (#2957)b47d479fix(define-macros-order): improve report messages (#2953)9581472fix(no-v-html): add CallExpression support to ignorePattern option (#2950)5ec36cefeat(no-import-compiler-macros): clarify that macros are not allowed outside ...3bf079cchore: Update postcss-selector-parser@7.1.0 (#2947)917787cchore: use Trusted Publisher (#2945)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for eslint-plugin-vue since your current version.
Updates
vitefrom 7.2.2 to 7.2.4Release notes
Sourced from vite's releases.
Changelog
Sourced from vite's changelog.
Commits
24a611frelease: v7.2.42d66b7bfix: revert "perf(deps): replace debug with obug (#21107)"a668014release: v7.2.3acfe939perf(deps): replace debug with obug (#21107)4f8171efix(deps): update all non-major dependencies (#21128)5029720chore(deps): update rolldown-related dependencies (#21127)5909efdfix: allow multiplebindCLIShortcutscalls with shortcut merging (#21103)39a0a15chore(deps): update rolldown-related dependencies (#21095)6a34ac3fix(deps): update all non-major dependencies (#21096)02ceaecchore(deps): update dependency@rollup/plugin-commonjsto v29 (#21099)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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