build(deps-dev): bump the npm_and_yarn group across 1 directory with 2 updates#62
Closed
dependabot[bot] wants to merge 1 commit into
Closed
build(deps-dev): bump the npm_and_yarn group across 1 directory with 2 updates#62dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
…2 updates Bumps the npm_and_yarn group with 2 updates in the /app directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest). Updates `vite` from 5.4.21 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 2.1.9 to 4.1.9 - [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.9/packages/vitest) Updates `vitest` from 2.1.9 to 4.1.9 - [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.9/packages/vitest) --- updated-dependencies: - dependency-name: vite dependency-version: 8.0.16 dependency-type: direct:development - dependency-name: vitest dependency-version: 4.1.9 dependency-type: direct:development - dependency-name: vitest dependency-version: 4.1.9 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
d56b2a5 to
c18af7d
Compare
Author
|
Dependabot can't access a private package registry without explicit configuration. Because of this, Dependabot cannot update this pull request. |
Author
|
Looks like these dependencies are no longer updatable, so this is no longer needed. |
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 npm_and_yarn group with 2 updates in the /app directory: vite and vitest.
Updates
vitefrom 5.4.21 to 8.0.16Release notes
Sourced from vite's releases.
... (truncated)
Changelog
Sourced from vite's changelog.
... (truncated)
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 2.1.9 to 4.1.9Release notes
Sourced from vitest's releases.
... (truncated)
Commits
a7a61e7chore: release v4.1.9 (#10598)934b0f5fix(pool): prevent test run hang on worker crash (#10543) [backport to v4] (#...7fb2965fix(browser): wait for orchestrator readiness before resolving browser sessio...a518019fix: fiximportOriginalwith optimizer and query import [backport to v4] (#...e61f2ddchore: release v4.1.8e4067b3fix(browser): disable clientcdpAPI whenallowWrite/allowExec: false[ba...a09d472chore: release v4.1.7a8fd24cchore: release v4.1.618af98cfix(browser): simplify orchestrator otel carrier (#10285)3188260feat(browser): provide project reference inToMatchScreenshotResolvePath(#...Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for vitest since your current version.
Updates
vitestfrom 2.1.9 to 4.1.9Release notes
Sourced from vitest's releases.
... (truncated)
Commits
a7a61e7chore: release v4.1.9 (#10598)934b0f5fix(pool): prevent test run hang on worker crash (#10543) [backport to v4] (#...7fb2965fix(browser): wait for orchestrator readiness before resolving browser sessio...a518019fix: fiximportOriginalwith optimizer and query import [backport to v4] (#...e61f2ddchore: release v4.1.8e4067b3fix(browser): disable clientcdpAPI whenallowWrite/allowExec: false[ba...a09d472chore: release v4.1.7a8fd24cchore: release v4.1.618af98cfix(browser): simplify orchestrator otel carrier (#10285)3188260feat(browser): provide project reference inToMatchScreenshotResolvePath(#...Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for vitest since your current version.
Greptile Summary
Automated Dependabot update bumping
vitefrom 5.4.21 → 8.0.16,vitestfrom 2.1.9 → 4.1.9, and their companion packages (@vitejs/plugin-react4→6,@vitest/coverage-v82→4) in the/appdirectory. All changes are confined todevDependencies; no production runtime code is affected.viteskips two major versions (6 and 7). Vite 7 migrated from Rollup to the Rolldown bundler, and Vite 8 continues on that foundation. The existingvite.config.tsuses only standard, minimal configuration options (react()plugin,envPrefix,clearScreen, basicserver/build/testblocks) that are all stable across these versions.@vitejs/plugin-reactv6 targets Vite 8, and@vitest/coverage-v8v4 matchesvitestv4 — the companion version pinning is correct.app.ymlworkflow runsnpm ci,tsc + vite build,vitest run, and the full Playwright e2e suite on both Linux and Windows, so any build or test regressions from these bumps will surface in CI.Confidence Score: 5/5
Safe to merge — all updated packages are dev-only, the existing vite.config.ts is minimal and compatible across these versions, and the CI pipeline exercises the full build, unit-test, and e2e-test paths on both Linux and Windows.
Changes are confined to devDependencies. The vite.config.ts uses only standard options (react plugin, envPrefix, server/build/test blocks) that remain stable across the Vite 5→8 and Vitest 2→4 ranges. Companion packages (@vitejs/plugin-react v6 for Vite 8, @vitest/coverage-v8 v4 for vitest v4) are correctly aligned. The CI workflow runs npm ci, tsc+vite build, vitest, and Playwright on both platforms, so any regression from the Rolldown bundler switch or Vitest API changes will be caught before merge.
No files require special attention.
Important Files Changed
Flowchart
%%{init: {'theme': 'neutral'}}%% flowchart TD A["package.json\n(devDependencies updated)"] --> B["vite 5.4.21 → 8.0.16\n(Rollup → Rolldown bundler)"] A --> C["vitest 2.1.9 → 4.1.9"] A --> D["@vitejs/plugin-react 4 → 6\n(Vite 8 compatible)"] A --> E["@vitest/coverage-v8 2 → 4\n(matches vitest version)"] B --> F["npm run build\nvite.config.ts: react(), envPrefix,\nserver/build settings"] C --> G["npm run test\nvite.config.ts test block:\njsdom, globals, coverage v8"] F --> H["CI: app.yml\nLinux + Windows\nbuild + vitest + Playwright"] G --> H%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%% flowchart TD A["package.json\n(devDependencies updated)"] --> B["vite 5.4.21 → 8.0.16\n(Rollup → Rolldown bundler)"] A --> C["vitest 2.1.9 → 4.1.9"] A --> D["@vitejs/plugin-react 4 → 6\n(Vite 8 compatible)"] A --> E["@vitest/coverage-v8 2 → 4\n(matches vitest version)"] B --> F["npm run build\nvite.config.ts: react(), envPrefix,\nserver/build settings"] C --> G["npm run test\nvite.config.ts test block:\njsdom, globals, coverage v8"] F --> H["CI: app.yml\nLinux + Windows\nbuild + vitest + Playwright"] G --> HReviews (2): Last reviewed commit: "build(deps-dev): bump the npm_and_yarn g..." | Re-trigger Greptile