build(deps): bump the npm_and_yarn group across 4 directories with 2 updates#281
Conversation
…updates Bumps the npm_and_yarn group with 1 update in the /apps/next-js directory: [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest). Bumps the npm_and_yarn group with 1 update in the /moss-live-labs/examples/image-search/react-app directory: [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router). Bumps the npm_and_yarn group with 1 update in the /packages/vercel-sdk directory: [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest). Bumps the npm_and_yarn group with 1 update in the /packages/vitepress-plugin-moss directory: [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest). Updates `vitest` from 3.2.4 to 4.1.0 - [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.0/packages/vitest) Updates `react-router` from 7.14.1 to 7.16.0 - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/react-router@7.16.0/packages/react-router) Updates `vitest` from 3.1.1 to 4.1.0 - [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.0/packages/vitest) Updates `vitest` from 3.2.4 to 4.1.0 - [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.0/packages/vitest) --- updated-dependencies: - dependency-name: vitest dependency-version: 4.1.0 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: react-router dependency-version: 7.16.0 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: vitest dependency-version: 4.1.0 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: vitest dependency-version: 4.1.0 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
|
|
| "vite": "^8.0.6", | ||
| "vite-plugin-dts": "^5.0.0", | ||
| "vitepress": "^1.5.0", | ||
| "vitest": "^3.1.1", | ||
| "vitest": "^4.1.0", | ||
| "vue": "^3.5.0" | ||
| }, | ||
| "keywords": [ |
There was a problem hiding this comment.
🚩 Pre-existing vite version inconsistency in vitepress-plugin-moss
The packages/vitepress-plugin-moss/package.json declares "vite": "^8.0.6" as a devDependency (line 53), but the pnpm overrides block (line 74) forces all vite resolutions to "^6.4.2". This means the declared devDependency range (8.x) is never actually installed — pnpm resolves vite to 6.4.2 instead. The pnpm-lock.yaml confirms vitest 4.1.0 is resolved with vite@6.4.2. While vitest 4's peer dep (^6.0.0 || ^7.0.0 || ^8.0.0-0) is satisfied by 6.4.2, this divergence between the declared devDependency and the override may cause confusion if the override is ever removed.
(Refers to lines 53-74)
Was this helpful? React with 👍 or 👎 to provide feedback.
|
Superseded by #285. |
Bumps the npm_and_yarn group with 1 update in the /apps/next-js directory: vitest.
Bumps the npm_and_yarn group with 1 update in the /moss-live-labs/examples/image-search/react-app directory: react-router.
Bumps the npm_and_yarn group with 1 update in the /packages/vercel-sdk directory: vitest.
Bumps the npm_and_yarn group with 1 update in the /packages/vitepress-plugin-moss directory: vitest.
Updates
vitestfrom 3.2.4 to 4.1.0Release notes
Sourced from vitest's releases.
... (truncated)
Commits
4150b91chore: release v4.1.01de0aa2fix: correctly identify concurrent test during static analysis (#9846)c3cac1cfix: use isAgent check, not just TTY, for watch mode (#9841)eab68bachore(deps): update all non-major dependencies (#9824)031f02afix: allow catch/finally for async assertion (#9827)3e9e096feat(reporters): addagentreporter to reduce ai agent token usage (#9779)0c2c013chore: release v4.1.0-beta.68181e06fix:hideSkippedTestsshould not hidetest.todo(fix #9562) (#9781)a8216b0fix: manual and redirect mock shouldn'tloadortransformoriginal module...689a22afix(browser): types ofgetCDPSessionandcdp()(#9716)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for vitest since your current version.
Updates
react-routerfrom 7.14.1 to 7.16.0Release notes
Sourced from react-router's releases.
Changelog
Sourced from react-router's changelog.
... (truncated)
Commits
8984d23Release v7.16.0 (#15105)d71025dStabilize trailing slash aware data requests (#15098)6e21b63fix: keep useNavigation() return type a discriminated union (#15095)4cde90bSupport array of objects forscript:ld+jsonmeta descriptor (#15082)dc996eafix(router): pass configured window to createBrowserURLImpl (#15066)cfb5fb0Disable manifest handler when lazy route discovery is disabled (#15068)16eb79etest: fix typo in test description (#15053)4b464a9chore: format587d08fRelease v7.15.1 (#15038)89996bdFire onError for initial-load errors when RouterProvider mounts late (#15039)Updates
vitestfrom 3.1.1 to 4.1.0Release notes
Sourced from vitest's releases.
... (truncated)
Commits
4150b91chore: release v4.1.01de0aa2fix: correctly identify concurrent test during static analysis (#9846)c3cac1cfix: use isAgent check, not just TTY, for watch mode (#9841)eab68bachore(deps): update all non-major dependencies (#9824)031f02afix: allow catch/finally for async assertion (#9827)3e9e096feat(reporters): addagentreporter to reduce ai agent token usage (#9779)0c2c013chore: release v4.1.0-beta.68181e06fix:hideSkippedTestsshould not hidetest.todo(fix #9562) (#9781)a8216b0fix: manual and redirect mock shouldn'tloadortransformoriginal module...689a22afix(browser): types ofgetCDPSessionandcdp()(#9716)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for vitest since your current version.
Updates
vitestfrom 3.2.4 to 4.1.0Release notes
Sourced from vitest's releases.
... (truncated)
Commits
4150b91chore: release v4.1.01de0aa2fix: correctly identify concurrent test during static analysis (#9846)c3cac1cfix: use isAgent check, not just TTY, for watch mode (#9841)eab68bachore(deps): update all non-major dependencies (#9824)031f02afix: allow catch/finally for async assertion (#9827)3e9e096feat(reporters): addagentreporter to reduce ai agent token usage (#9779)0c2c013chore: release v4.1.0-beta.68181e06fix:hideSkippedTestsshould not hidetest.todo(fix #9562) (#9781)a8216b0fix: manual and redirect mock shouldn'tloadortransformoriginal module...689a22afix(browser): types ofgetCDPSessionandcdp()(#9716)Maintainer changes
This version was ...
Description has been truncated