Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the project’s frontend build tooling by bumping Vite to the new major v8 release, along with the required lockfile refresh to capture Vite 8’s updated dependency graph (rolldown/lightningcss/etc.).
Changes:
- Bump
vitedevDependency from^7.1.2to^8.0.0. - Regenerate
pnpm-lock.yamlto reflect Vite 8 and its new/transitive dependencies.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| package.json | Updates the Vite devDependency range to ^8.0.0. |
| pnpm-lock.yaml | Updates the resolved Vite version and refreshes transitive dependencies/snapshots accordingly. |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
pnpm-lock.yaml
Outdated
Comment on lines
3311
to
3313
| vite@7.3.1(@types/node@25.3.5)(less@4.5.1)(lightningcss@1.32.0)(tsx@4.21.0): | ||
| dependencies: | ||
| esbuild: 0.27.3 |
Comment on lines
+44
to
45
| "vite": "^8.0.0", | ||
| "vitest": "^4.0.0" |
a89b379 to
b4d2791
Compare
Owner
Author
|
@copilot can you fix the build for me please |
Contributor
|
@basmulder03 I've opened a new pull request, #22, to work on those changes. Once the pull request is ready, I'll request review from you. |
* Initial plan * Fix build: add pnpm override to deduplicate vite to v8 Co-authored-by: basmulder03 <20653542+basmulder03@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: basmulder03 <20653542+basmulder03@users.noreply.github.com>
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.
This PR contains the following updates:
^28.0.0→^29.0.0^7.1.2→^8.0.0Release Notes
jsdom/jsdom (jsdom)
v29.0.0Compare Source
Breaking changes:
Other changes:
@acemir/cssomandcssstyledependencies with fresh internal implementations built on webidl2js wrappers and thecss-treeparser. Serialization, parsing, and API behavior is improved in various ways, especially around edge cases.CSSCounterStyleRuleandCSSNamespaceRuleto jsdomWindows.cssMediaRule.matchesandcssSupportsRule.matchesgetters.MediaList, usingcss-treeinstead of naive comma-splitting. Invalid queries become"not all"per spec.cssKeyframeRule.keyTextgetter/setter validation.cssStyleRule.selectorTextsetter validation: invalid selectors are now rejected.styleSheet.ownerNode,styleSheet.href, andstyleSheet.title.Documentinitialization performance by lazily initializing the CSS selector engine, avoiding ~0.5 ms of overhead perDocument. (@thypon)CSSStyleDeclarationmodifications to properly trigger custom element reactions.@mediarule parsing.CSSStyleSheet's "disallow modification" flag not being checked in all mutation methods.XMLHttpRequest'sresponsegetter returning parsed JSON during theLOADINGstate instead ofnull.getComputedStyle()crashing in XHTML documents when stylesheets contained at-rules such as@pageor@font-face.XMLHttpRequestcaused by a race condition with the worker thread's idle timeout.vitejs/vite (vite)
v8.0.0Compare Source
Today, we're thrilled to announce the release of the next Vite major:
⚠ BREAKING CHANGES
import.meta.hot.acceptresolution fallback (#21382)rolldown-vitemerge (#21189)Features
vite-tsconfig-pathsplugin is detected (#21781) (ada493e)VisitorandESTreefromrolldown/utils(#21664) (45de31e).wasm?init(#21102) (216a3b5)assetsfield for standalone CSS entry points (#21015) (f289b9b)envPrefixcontains spaces (#21292) (9fcde3c)ignoreOutdatedRequestsoption tooptimizeDeps(#21364) (b2e75aa)rolldown-vitemerge (#21189) (4a7f8d4)Bug Fixes
watch.watcherinstead ofwatch.notify(#21793) (88953b3)server.originto public file URLs in CSS (fix #18457) (#21697) (c967f48)ssrLoadModulewith non-runnable ssr env (#21739) (1fa736e)preserveSymlinksis enabled (#21720) (72165e0)sourcemapInterceptor: "prepareStackTrace"(#21562) (416c095)tsconfigoption when loading config (#21517) (5025c35)new URLpaths to correct relative file location (#21434) (ca96cbc)output.inlineDynamicImportoption (#21464) (471ce62)server.listencallback (#21451) (602d786)rolldownCjsExternalPluginforplatform: neutral(#21452) (d2fc4be)process.getBuiltinModuleinstead ofimport('node:module')(#21402) (6633bcb)new Worker(..., new URL(import.meta.url))with trailing comma (#21325) (4a47241)import.meta.resolvewhen formatted across multiple lines (#21312) (130e718)experimental.bundledDevis enabled (#21296) (e81c183)Performance Improvements
Documentation
build.dynamicImportVarsOptions(#21477) (54ce2ed)vitein IPA symbols (#21238) (9b1d4d6)Miscellaneous Chores
fdirand@rollup/plugin-commonjs(#21639) (5abffd5)customResolverdeprecation message to mentionenforce: 'pre'(#21576) (2ce34d5)Code Refactoring
optimization.inlineConst: { mode: 'smart' }as it's enabled by default (#21794) (22b3d11)legalCommentsoption (#21721) (e06496e)ESTreetypes fromrolldown/utils(#21719) (9239750)customResolverinresolve.alias(#21476) (81275c9)@rolldown/pluginutils(#21560) (c367b62)rolldown/utils(#21577) (e56103f)experimental.enableNativePlugin: 'resolver'(#21510) (f9d9213)import.meta.dirnameeverywhere (#21509) (7becf5f)rolldownCjsExternalPlugin(#21450) (ebda8fd)import.meta.hot.acceptresolution fallback (#21382) (71d0797)Tests
handleInvokewas called in server-worker-runner.invoke test (#21751) (b95ca22)defineConfig(#21698) (4fedbbd)Beta Changelogs
8.0.0-beta.18 (2026-03-09)
See 8.0.0-beta.18 changelog
8.0.0-beta.17 (2026-03-09)
See 8.0.0-beta.17 changelog
8.0.0-beta.16 (2026-02-27)
See 8.0.0-beta.16 changelog
8.0.0-beta.15 (2026-02-19)
See 8.0.0-beta.15 changelog
8.0.0-beta.14 (2026-02-12)
See 8.0.0-beta.14 changelog
8.0.0-beta.13 (2026-02-05)
See 8.0.0-beta.13 changelog
8.0.0-beta.12 (2026-02-03)
See 8.0.0-beta.12 changelog
8.0.0-beta.11 (2026-01-29)
See 8.0.0-beta.11 changelog
8.0.0-beta.10 (2026-01-24)
See 8.0.0-beta.10 changelog
8.0.0-beta.9 (2026-01-22)
See 8.0.0-beta.9 changelog
8.0.0-beta.8 (2026-01-15)
See 8.0.0-beta.8 changelog
8.0.0-beta.7 (2026-01-08)
See 8.0.0-beta.7 changelog
8.0.0-beta.6 (2026-01-07)
See 8.0.0-beta.6 changelog
8.0.0-beta.5 (2025-12-25)
See 8.0.0-beta.5 changelog
8.0.0-beta.4 (2025-12-22)
See 8.0.0-beta.4 changelog
8.0.0-beta.3 (2025-12-18)
See 8.0.0-beta.3 changelog
8.0.0-beta.2 (2025-12-12)
See 8.0.0-beta.2 changelog
8.0.0-beta.1 (2025-12-08)
See 8.0.0-beta.1 changelog
8.0.0-beta.0 (2025-12-03)
See 8.0.0-beta.0 changelog
Rolldown-Vite changelogs
See rolldown-vite changelog
Configuration
📅 Schedule: Branch creation - Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.