chore(deps): update all non-major dependencies#253
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
e4e0b28 to
2fe1e8d
Compare
2fe1e8d to
bcd19fb
Compare
bcd19fb to
6495303
Compare
601e104 to
e7a6686
Compare
7084dcc to
357ee30
Compare
3a33f11 to
7771a82
Compare
63a96c8 to
a40b851
Compare
11be3a3 to
25ede0e
Compare
25ede0e to
f77ba97
Compare
274b12c to
ea39603
Compare
ea39603 to
875bc3f
Compare
9456403 to
d0352f2
Compare
commit: |
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:
^8.2.0→^8.3.0^1.2.20→^1.2.21^1.2.33→^1.2.354.0.0-alpha.3→4.0.0-alpha.4^4.0.2→^4.0.3^10.2.4→^10.3.0^14.2.1→^14.3.0^12.9.0→^12.10.0^11.0.1→^11.1.0^10.2.1→^10.4.0^0.12.1→^0.15.1^2.3.0→^2.3.1^1.59.1→^1.60.010.33.1→10.33.4^1.6.3→^1.6.4^8.0.10→^8.0.13^4.1.5→^4.1.6^3.5.33→^3.5.34^5.0.6→^5.0.7>=3→>=3.25.76Release Notes
antfu/eslint-config (@antfu/eslint-config)
v8.3.0Compare Source
🚀 Features
perfectionistconfigurable insideantfu()- by @oliver139 in #848 (ae1d6)🐞 Bug Fixes
View changes on GitHub
nuxt/devtools (@nuxt/devtools-kit)
v4.0.0-alpha.4Compare Source
🚨 Breaking Changes
🚀 Features
🐞 Bug Fixes
View changes on GitHub
nuxt/test-utils (@nuxt/test-utils)
v4.0.3Compare Source
👉 Changelog
compare changes
🩹 Fixes
compilerOptionsconditionally (#1659)isActiveslot props (#1640)startServer(#1675)🏡 Chore
❤️ Contributors
nuxt-modules/i18n (@nuxtjs/i18n)
v10.3.0Compare Source
This changelog is generated by GitHub Releases
🚀 Features
🐞 Bug Fixes
experimental.compactRoutesby default - by @BobbieGoede (02e2a)View changes on GitHub
vueuse/vueuse (@vueuse/nuxt)
v14.3.0Compare Source
🚀 Features
controlsoption - by @kricsleo in #5191 (0cb03)maxHeightto limit autosize growth - by @palamarchukser, @antfu and @9romise in #5324 (1a3e5)🐞 Bug Fixes
./package.jsonexport to all packages - by @babu-ch and @OrbisK in #5343 (0d989)ignoreDeprecationsfor twoslash TS 6.0 compat - by @antfu and Claude Opus 4.6 (1M context) in #5367 (9d1eb)resolveRef- by @ntnyq in #5307 (49da8)start()for string selectors - by @Mini-ghost in #5374 (3341f)🏎 Performance
deepRefwithshallowRefwhere appropriate - by @9romise in #5293 (80004)View changes on GitHub
WiseLibs/better-sqlite3 (better-sqlite3)
v12.10.0Compare Source
What's Changed
Full Changelog: WiseLibs/better-sqlite3@v12.9.1...v12.10.0
antfu-collective/bumpp (bumpp)
v11.1.0Compare Source
🐞 Bug Fixes
files- by @benny123tw in #120 (4e42e)View changes on GitHub
eslint/eslint (eslint)
v10.4.0Compare Source
v10.3.0Compare Source
harlan-zw/eslint-plugin-harlanzw (eslint-plugin-harlanzw)
v0.15.1Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.15.0Compare Source
🚀 Features
nuxt-prefer-layer-alias- by @harlan-zw (bc9e0)View changes on GitHub
v0.14.3Compare Source
No significant changes
View changes on GitHub
v0.14.2Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.14.1Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.14.0Compare Source
🚀 Features
View changes on GitHub
v0.13.0Compare Source
No significant changes
View changes on GitHub
v0.12.3Compare Source
🐞 Bug Fixes
provide,inject- by @harlan-zw (7fe3e)View changes on GitHub
unjs/pkg-types (pkg-types)
v2.3.1Compare Source
compare changes
🩹 Fixes
📖 Documentation
📦 Build
🏡 Chore
❤️ Contributors
microsoft/playwright (playwright-core)
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:
pnpm/pnpm (pnpm)
v10.33.4: pnpm 10.33.4Compare Source
Patch Changes
Pin the integrity of git-hosted tarballs (codeload.github.com, gitlab.com, bitbucket.org) in the lockfile so that subsequent installs detect a tampered or substituted tarball and refuse to install it. Previously the lockfile only stored the tarball URL for git dependencies, so a compromised git host or a man-in-the-middle could serve arbitrary code on later installs without lockfile changes.
A new
gitHosted: truefield is recorded on git-hosted tarball resolutions in the lockfile, letting every reader/writer route them by a single typed check instead of pattern-matching the tarball URL in each call site. Lockfiles written by older pnpm versions are enriched on load (URL fallback) so the field can be relied on uniformly across the codebase.Fix a regression where
pnpm --recursive --filter '!<pkg>' run/exec/test/addwould include the workspace root in the matched projects. The workspace root is now correctly excluded by default when only negative--filterarguments are provided, matching the documented behavior. To include the root, pass--include-workspace-root#11341.Platinum Sponsors
Gold Sponsors
v10.33.3Compare Source
v10.33.2Compare Source
unjs/ufo (ufo)
v1.6.4Compare Source
compare changes
🩹 Fixes
🏡 Chore
❤️ Contributors
vitejs/vite (vite)
v8.0.13Compare Source
Features
onEnd(#22357) (47071ce)Bug Fixes
write=false(#22328) (158e8ae)name/originalFileNamein syntheticassetFileNamescall (#22439) (8e59c97)isBundledper environment (#22257) (a576326)Miscellaneous Chores
v8.0.12Compare Source
Features
Bug Fixes
rolldownOptionsinstead of deprecatedrollupOptionsin messages (#22400) (b675c7b)build.targetto worker bundle (#22404) (3c93fde)Miscellaneous Chores
v8.0.11Compare Source
Features
Bug Fixes
Documentation
Miscellaneous Chores
Code Refactoring
Tests
vitest-dev/vitest (vitest)
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
vuejs/core (vue)
v3.5.34Compare Source
Bug Fixes
<image>elements (#14756) ([090b2e3](https://redirect.github.com/vuejs/core/commit/090b2e3a5149ec951c5313b270eConfiguration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.