Bump the bun-dependencies group with 8 updates#186
Merged
Conversation
Bumps the bun-dependencies group with 8 updates: | Package | From | To | | --- | --- | --- | | [vue](https://github.com/vuejs/core) | `3.5.34` | `3.5.35` | | [vue-router](https://github.com/vuejs/router) | `5.0.7` | `5.1.0` | | [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `2.4.15` | `2.4.16` | | [cypress](https://github.com/cypress-io/cypress) | `15.15.0` | `15.16.0` | | [start-server-and-test](https://github.com/bahmutov/start-server-and-test) | `3.0.5` | `3.0.6` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `8.0.14` | `8.0.16` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.1.7` | `4.1.8` | | [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) | `3.3.2` | `3.3.3` | Updates `vue` from 3.5.34 to 3.5.35 - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md) - [Commits](vuejs/core@v3.5.34...v3.5.35) Updates `vue-router` from 5.0.7 to 5.1.0 - [Release notes](https://github.com/vuejs/router/releases) - [Commits](vuejs/router@v5.0.7...v5.1.0) Updates `@biomejs/biome` from 2.4.15 to 2.4.16 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.16/packages/@biomejs/biome) Updates `cypress` from 15.15.0 to 15.16.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.15.0...v15.16.0) Updates `start-server-and-test` from 3.0.5 to 3.0.6 - [Release notes](https://github.com/bahmutov/start-server-and-test/releases) - [Commits](bahmutov/start-server-and-test@v3.0.5...v3.0.6) Updates `vite` from 8.0.14 to 8.0.16 - [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/v8.0.16/packages/vite) Updates `vitest` from 4.1.7 to 4.1.8 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.8/packages/vitest) Updates `vue-tsc` from 3.3.2 to 3.3.3 - [Release notes](https://github.com/vuejs/language-tools/releases) - [Changelog](https://github.com/vuejs/language-tools/blob/master/CHANGELOG.md) - [Commits](https://github.com/vuejs/language-tools/commits/v3.3.3/packages/tsc) --- updated-dependencies: - dependency-name: vue dependency-version: 3.5.35 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: bun-dependencies - dependency-name: vue-router dependency-version: 5.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: bun-dependencies - dependency-name: "@biomejs/biome" dependency-version: 2.4.16 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: bun-dependencies - dependency-name: cypress dependency-version: 15.16.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: bun-dependencies - dependency-name: start-server-and-test dependency-version: 3.0.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: bun-dependencies - dependency-name: vite dependency-version: 8.0.16 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: bun-dependencies - dependency-name: vitest dependency-version: 4.1.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: bun-dependencies - dependency-name: vue-tsc dependency-version: 3.3.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: bun-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
agarny
approved these changes
Jun 5, 2026
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 bun-dependencies group with 8 updates:
3.5.343.5.355.0.75.1.02.4.152.4.1615.15.015.16.03.0.53.0.68.0.148.0.164.1.74.1.83.3.23.3.3Updates
vuefrom 3.5.34 to 3.5.35Release notes
Sourced from vue's releases.
Changelog
Sourced from vue's changelog.
Commits
8be32d6release: v3.5.3580fc139fix(runtime-core): skip idle persisted transition hooks in keep-alive moves (...d6c7371ci: use backup action for size report commentsbb18dc8perf(runtime-dom): optimize array event handler dispatch (#14828)5734fe9perf(reactivity): skip type checks for cached proxies (#14860)584beb1fix(teleport): skip child unmount when pending mount discarded (#14876) (#14877)34a0dedfix(compiler-core): avoid double processing v-for keys with v-memo (#14861)170fc95fix(runtime-core): avoid repeated hydration mismatch checks (#14857)1b7a2ccperf(server-renderer): avoid materializing iterables in ssrRenderList (#14821)3d077f2fix(compiler-sfc): resolve top-level exports from files registered as global ...Updates
vue-routerfrom 5.0.7 to 5.1.0Release notes
Sourced from vue-router's releases.
Commits
c0e3226release: vue-router@5.1.09ca7672chore: fix playgroundc usage315cc09refactor(experimental): remove defineQueryParamParser and definePathParamParser7fa42f4docs: fix gen and dead links1b3a068refactor: organize imports and exports add back Router665be2ddocs: links update5d79bd2chore: unused param9ccf3d1docs: experimentaleee8ac6chore: playground param parsers testing0194b85build: build before test:typesUpdates
@biomejs/biomefrom 2.4.15 to 2.4.16Release notes
Sourced from @biomejs/biome's releases.
... (truncated)
Changelog
Sourced from @biomejs/biome's changelog.
... (truncated)
Commits
5f4ea56ci: release (#10326)de2a33cfix(core): regression in emitted types (#10478)d835303docs: remove redundant default phrase inuseConsistentObjectDefinitionsrul...4f1aaf2fix: incorrect build when using build or test (#10426)dc73b6brefactor: make plugins opt-in via feature gate (#10418)e71f584feat(useDestructuring): add options for assignment/declaration and improve di...9b1577ffix(config): support trailingCommas in overrides (#10318)Updates
cypressfrom 15.15.0 to 15.16.0Release notes
Sourced from cypress's releases.
Commits
22aaf23chore: bump cypress-example-kitchensink to 6.0.2 for release (#33921)448155cfix(cli): use verbose Listr renderer in CI for install + verify output (#33890)01cd887chore: surface wrong-passphrase client cert PEM errors consistently in OpenSS...4534d04fix: pin@sinonjs/fake-timerstype resolution in bundled sinon types (#33886)d7cd85arefactor(server): convert unit test specs to TypeScript (#33899)2d5366dtest: preserve allowCypressEnv in subscription test config rewrites (#33910)fcee425chore: updating v8 snapshot cache (#33909)986c3b2chore: updating v8 snapshot cache (#33903)de76502chore: Update v8 snapshot cache - linux (#33875)247a033chore: updating v8 snapshot cache (#33901)Updates
start-server-and-testfrom 3.0.5 to 3.0.6Release notes
Sourced from start-server-and-test's releases.
Commits
c748117fix(deps): remove bluebird and use native Promise (#467)a5e1cfbchore: add .gitattributes to enforce LF line endings (#468)719581bchore(deps): add minimum release age for installation / updating (#470)Updates
vitefrom 8.0.14 to 8.0.16Release notes
Sourced from vite's releases.
Changelog
Sourced from vite's changelog.
Commits
f94df87release: v8.0.16dc245c7fix: reject windows alternate paths (#22572)50b9512fix(deps): reject UNC paths for launch-editor-middleware (#22571)8d1b019release: v8.0.152686d7dfix(deps): update all non-major dependencies (#22511)3052a67chore(deps): update rolldown-related dependencies (#22566)e3cfb9dfix(optimizer): close the rolldown bundle when write() rejects (#22528)6978a9crefactor: correct logic incollectAllModulesfunction (#22562)646dbedfeat: update rolldown to 1.0.3 (#22538)85a0efffix: capitalize error messages and remove spurious space in parse error (#22488)Updates
vitestfrom 4.1.7 to 4.1.8Release notes
Sourced from vitest's releases.
Commits
e61f2ddchore: release v4.1.8e4067b3fix(browser): disable clientcdpAPI whenallowWrite/allowExec: false[ba...Updates
vue-tscfrom 3.3.2 to 3.3.3Release notes
Sourced from vue-tsc's releases.
... (truncated)
Changelog
Sourced from vue-tsc's changelog.
Commits
5c41b5fv3.3.3 (#6079)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 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