Update dependencies#52
Conversation
|
2aed5d9 to
c45eb1b
Compare
There was a problem hiding this comment.
Pull request overview
This PR updates build/test tooling dependencies to newer versions, primarily moving the Vite toolchain to v8 and updating the Playwright E2E container image.
Changes:
- Bump
vitefrom^7.0.0to^8.0.0. - Bump
@vitejs/plugin-legacyfrom^7.0.0to^8.0.0. - Update the Playwright Docker image used in the E2E workflow from
v1.59.1-nobletov1.60.0-noble.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| package.json | Updates Vite and @vitejs/plugin-legacy to major v8 releases. |
| .github/workflows/test-e2e.yml | Updates the Playwright container image used for E2E runs. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|



This PR contains the following updates:
11.0.7→11.2.31.59.1→1.60.05.2.10→5.2.1128.0.1→28.0.38.58.1→8.60.08.58.1→8.60.0^7.0.0→^8.0.06.0.5→6.0.74.1.4→4.1.81.6.15→1.6.192.4.6→2.4.1010.2.0→10.4.12.10.1→2.10.410.8.0→10.9.129.0.2→29.1.1v1.59.1-noble→v1.60.0-noble^7.0.0→^8.0.01.2.0→1.3.04.1.4→4.1.83.5.32→3.5.3511.3.2→11.4.45.0.4→5.1.0Release Notes
intlify/bundle-tools (@intlify/unplugin-vue-i18n)
v11.2.3Compare Source
What's Changed
👕 Refactoring
Full Changelog: intlify/bundle-tools@v11.2.2...v11.2.3
v11.2.2Compare Source
What's Changed
🔒 Security Fixes
Full Changelog: intlify/bundle-tools@v11.2.1...v11.2.2
v11.2.1Compare Source
What's Changed
🐛 Bug Fixes
Full Changelog: intlify/bundle-tools@v11.2.0...v11.2.1
v11.2.0Compare Source
What's Changed
💥 Breaking Changes
👕 Refactoring
Full Changelog: intlify/bundle-tools@v11.1.2...v11.2.0
v11.1.2Compare Source
What's Changed
🐛 Bug Fixes
vite:jsonObjectHook shape for Vite 8 compatibility by @kazupon in #554Full Changelog: intlify/bundle-tools@v11.1.1...v11.1.2
v11.1.1Compare Source
What's Changed
🐛 Bug Fixes
Full Changelog: intlify/bundle-tools@v11.1.0...v11.1.1
v11.1.0Compare Source
What's Changed
🌟 Features
Full Changelog: intlify/bundle-tools@v11.0.7...v11.1.0
microsoft/playwright (@playwright/test)
v1.60.0Compare Source
🌐 HAR recording on Tracing
tracing.startHar() / tracing.stopHar() expose HAR recording as a first-class tracing API, with the same
content,modeandurlFilteroptions asrecordHar. The returned Disposable makes it easy to scope a recording withawait using:🪝 Drop API
New locator.drop() simulates an external drag-and-drop of files or clipboard-like data onto an element. Playwright dispatches
dragenter,dragover, anddropwith a synthetic [DataTransfer] in the page context — works cross-browser and is great for testing upload zones:🎯 Aria snapshots
page.locator('body').boxesoption on locator.ariaSnapshot() / page.ariaSnapshot() appends each element's bounding box as[box=x,y,width,height], useful for AI consumption.🛑 test.abort()
New test.abort() aborts the currently running test from a fixture, hook, or route handler with an optional message. Use it when you have detected an unrecoverable misuse and want to fail the test right away:
New APIs
Browser, Context and Page
Locators and Assertions
descriptionin page.getByRole() / locator.getByRole() / frame.getByRole() / frameLocator.getByRole() for matching the accessible description.pseudoin expect(locator).toHaveCSS() reads computed styles from::beforeor::after.stylein locator.highlight() applies extra inline CSS to the highlight overlay, plus new page.hideHighlight() to clear all highlights.Network
noDefaultsin browserType.connectOverCDP() disables Playwright's default overrides on the default context (download behavior, focus emulation, media emulation), so attaching to a user's daily-driver browser doesn't disturb its state.Errors and Reporting
line/columnproperties (lineNumber/columnNumberare deprecated).expect(...)matcher failure.workerInfoargument with details about the worker for fixture teardown errors.Test runner
{testFileBaseName}token in testProject.snapshotPathTemplate — file name without extension.workers: 0or negative values.🛠️ Other improvements
npx playwright show-reportaccepts.zipfiles directly — no need to unzip first.repeatEachIndexis shown in the test header when non-zero.Breaking Changes⚠️
Locator.ariaRef()— use the standard locator.ariaSnapshot() pipeline.handleoption onBrowserContext.exposeBindingandPage.exposeBinding.loggeroption onBrowserType.connectandBrowserType.connectOverCDP— use tracing instead.videosPath/videoSize— userecordVideoinstead.Browser Versions
This version was also tested against the following stable channels:
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v8.60.0Compare Source
This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.59.4Compare Source
🩹 Fixes
❤️ Thank You
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.59.3Compare Source
This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.59.2Compare Source
🩹 Fixes
❤️ Thank You
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.59.1Compare Source
🩹 Fixes
❤️ Thank You
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.59.0Compare Source
🚀 Features
❤️ Thank You
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.58.2Compare Source
🩹 Fixes
❤️ Thank You
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v8.60.0Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.59.4Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.59.3Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.59.2Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.59.1Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.59.0Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.58.2Compare Source
🩹 Fixes
❤️ Thank You
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
vitejs/vite (@vitejs/plugin-legacy)
v8.0.2Compare Source
Bug Fixes
Miscellaneous Chores
Code Refactoring
Build System
v8.0.1Compare Source
Bug Fixes
Miscellaneous Chores
v8.0.0Compare Source
⚠ BREAKING CHANGES
import.meta.resolvesupport (#21662)Features
import.meta.resolvesupport (#21662) (cc50822)rolldown-vitemerge (#21189) (4a7f8d4)Bug Fixes
prebuilt-chunkfor polyfill chunks (#21498) (7999843)Documentation
Miscellaneous Chores
Code Refactoring
import.meta.dirnameeverywhere (#21509) (7becf5f)Beta Changelogs
8.0.0-beta.3 (2026-02-12)
See 8.0.0-beta.3 changelog
8.0.0-beta.2 (2026-02-03)
See 8.0.0-beta.2 changelog
8.0.0-beta.1 (2026-01-22)
See 8.0.0-beta.1 changelog
8.0.0-beta.0 (2025-12-03)
See 8.0.0-beta.0 changelog
vitejs/vite-plugin-vue (@vitejs/plugin-vue)
v6.0.7Features
@rolldown/pluginutilsversion (#776) (941b651)Bug Fixes
v6.0.6Features
Bug Fixes
Miscellaneous Chores
vitest-dev/vitest (@vitest/coverage-istanbul)
v4.1.8Compare Source
🐞 Bug Fixes
cdpAPI whenallowWrite/allowExec: false[backport to v4] - by @hi-ogawa and Codex in #10450 (e4067)View changes on GitHub
v4.1.7Compare Source
🐞 Bug Fixes
View changes on GitHub
v4.1.6Compare Source
🐞 Bug Fixes
ToMatchScreenshotResolvePath- by @macarie and @sheremet-va in #10138 (31882)sequence.concurrent: truewith top-leveltest(..., { concurrent: false })+ depreactesequentialtest API and options - by @hi-ogawa, Codex and @sheremet-va in #10196 (2847d)🏎 Performance
View changes on GitHub
v4.1.5Compare Source
🚀 Experimental Features
instrumenteroption - by @BartWaardenburg and @AriPerkkio in #10119 (0e0ff)🐞 Bug Fixes
vi.defineHelpercalled as object method - by @hi-ogawa in #10163 (122c2)agentreporter tominimal- by @sheremet-va in #10157 (663b9)View changes on GitHub
vitest-dev/eslint-plugin-vitest (@vitest/eslint-plugin)
v1.6.19Compare Source
No significant changes
View changes on GitHub
v1.6.18Compare Source
🐞 Bug Fixes
requiresTypeCheckingmetadata for four rules - by @inglec-arista in #905 (e06a3)View changes on GitHub
v1.6.17Compare Source
🐞 Bug Fixes
toBeTypeOfinstead ofexpectTypeOfinprefer-expect-type-of- by @sheremet-va in #896 (a4bcd)View changes on GitHub
v1.6.16Compare Source
🚀 Features
View changes on GitHub
<
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, 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 was generated by Mend Renovate. View the repository job log.