chore(deps): update all non-major dependencies #200
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:
^4.16.2
->^4.19.0
^1.2.10
->^1.2.13
^1.2.4
->^1.2.9
^1.2.19
->^1.2.22
^1.0.1
->^1.0.2
^66.3.3
->^66.4.2
^66.3.3
->^66.4.2
^66.3.3
->^66.4.2
^66.3.3
->^66.4.2
^13.5.0
->^13.6.0
^10.2.0
->^10.2.3
^9.30.1
->^9.33.0
^6.3.2
->^6.4.0
^1.53.2
->^1.54.2
10.13.1
->10.14.0
^3.7.0
->^3.9.2
^5.8.3
->^5.9.2
^66.3.3
->^66.4.2
^3.5.17
->^3.5.18
Release Notes
antfu/eslint-config (@antfu/eslint-config)
v4.19.0
Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v4.18.0
Compare Source
🚀 Features
View changes on GitHub
v4.17.0
Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
nuxt/module-builder (@nuxt/module-builder)
v1.0.2
Compare Source
compare changes
🩹 Fixes
🏡 Chore
✅ Tests
🤖 CI
❤️ Contributors
unocss/unocss (@unocss/nuxt)
v66.4.2
Compare Source
🚀 Features
unoFunctions
option with nested object expressions - by @julienbenac and @zyyv in https://github.com/unocss/unocss/issues/4852 (b21e5)nth-
selectors - by @zojize and @zyyv in https://github.com/unocss/unocss/issues/4857 (61402)🐞 Bug Fixes
bg-gradient-
- by @YunYouJun and @zyyv in https://github.com/unocss/unocss/issues/4848 (4241e)🏎 Performance
crypto.hash
when available - by @Jungzl in https://github.com/unocss/unocss/issues/4860 (7fc36)View changes on GitHub
v66.4.1
Compare Source
🐞 Bug Fixes
View changes on GitHub
v66.4.0
Compare Source
🚨 Breaking Changes
🚀 Features
wind3
,wind4
, deleteuno
andwind
- by @9romise and @zyyv in https://github.com/unocss/unocss/issues/4833 (e8559)🐞 Bug Fixes
BABEL_TYPES_8_BREAKING
variable to resolve use babel in browser env - by @zyyv (b6769)preset-typography
compatibility withpreset-wind4
on theme variable #4815 - by @zyyv in https://github.com/unocss/unocss/issues/4815 (b4375)properties
layer in important postprocessor - by @Jungzl in https://github.com/unocss/unocss/issues/4827 (bd60d)View changes on GitHub
vueuse/vueuse (@vueuse/nuxt)
v13.6.0
Compare Source
🚀 Features
options.serializer
- by @matthewjumpsoffbuildings, @OrbisK and @43081j in https://github.com/vueuse/vueuse/issues/4781 (bb831)onReady
option and Promise return - by @asika32764, Fernando Fernández, @OrbisK and Anthony Fu in https://github.com/vueuse/vueuse/issues/4158 (3a2df)🐞 Bug Fixes
MaybeRef
andMaybeRefOrGetter
instead - by @RYGRIT in https://github.com/vueuse/vueuse/issues/4913 (2d179)View changes on GitHub
antfu-collective/bumpp (bumpp)
v10.2.3
Compare Source
🐞 Bug Fixes
-a
alias support for--all
- by @kingyue737 in https://github.com/antfu-collective/bumpp/issues/93 (7c0bb)View changes on GitHub
v10.2.2
Compare Source
🐞 Bug Fixes
View changes on GitHub
v10.2.1
Compare Source
🐞 Bug Fixes
View changes on GitHub
eslint/eslint (eslint)
v9.33.0
Compare Source
v9.32.0
Compare Source
v9.31.0
Compare Source
firebase/firebase-functions (firebase-functions)
v6.4.0
Compare Source
microsoft/playwright (playwright-core)
v1.54.2
Compare Source
Highlights
https://github.com/microsoft/playwright/issues/36714 - [Regression]: Codegen is not able to launch in Administrator Terminal on Windows (ProtocolError: Protocol error)https://github.com/microsoft/playwright/issues/368288 - [Regression]: Playwright Codegen keeps spamming with selected optiohttps://github.com/microsoft/playwright/issues/3681010 - [Regression]: Starting Codegen with target language doesn't work anymore
Browser Versions
This version was also tested against the following stable channels:
v1.54.1
Compare Source
v1.54.0
Compare Source
Highlights
New cookie property
partitionKey
in browserContext.cookies() and browserContext.addCookies(). This property allows to save and restore partitioned cookies. See CHIPS MDN article for more information. Note that browsers have different support and defaults for cookie partitioning.New option
noSnippets
to disable code snippets in the html report.New property
location
in test annotations, for example in testResult.annotations and testInfo.annotations. It shows where the annotation liketest.skip
ortest.fixme
was added.Command Line
New option
--user-data-dir
in multiple commands. You can specify the same user data dir to reuse browsing state, like authentication, between sessions.Option
-gv
has been removed from thenpx playwright test
command. Use--grep-invert
instead.npx playwright open
does not open the test recorder anymore. Usenpx playwright codegen
instead.Miscellaneous
Browser Versions
This version was also tested against the following stable channels:
pnpm/pnpm (pnpm)
v10.14.0
Compare Source
Minor Changes
Added support for JavaScript runtime resolution
Declare Node.js, Deno, or Bun in
devEngines.runtime
(insidepackage.json
) and let pnpm download and pin it automatically.Usage example:
How it works:
pnpm install
resolves your specified range to the latest matching runtime version.Why this is better:
useNodeVersion
andexecutionEnv.nodeVersion
)executionEnv.nodeVersion
). So, different projects in a workspace can use different runtimes.devEngines.runtime
setting will install the runtime locally, which we will improve in future versions of pnpm by using a shared location on the computer.Related PR: #9755.
Add
--cpu
,--libc
, and--os
topnpm install
,pnpm add
, andpnpm dlx
to customizesupportedArchitectures
via the CLI #7510.Patch Changes
pnpm add
downloads packages whoselibc
differ frompnpm.supportedArchitectures.libc
.dlx
to parse CLI flags and options between thedlx
command and the command to run or between thedlx
command and--
#9719.pnpm install --prod
should removing hoisted dev dependencies #9782.pnpm install
to incorrectly assume the lockfile is up to date after changing a local tarball that has peers dependencies.shikijs/shiki (shiki)
v3.9.2
Compare Source
🚀 Features
View changes on GitHub
v3.9.1
Compare Source
🚀 Features
View changes on GitHub
v3.9.0
Compare Source
🐞 Bug Fixes
options.lang
tocodeToHast
- by @topolarity in https://github.com/shikijs/shiki/issues/1047 (c586e)View changes on GitHub
v3.8.1
Compare Source
🐞 Bug Fixes
View changes on GitHub
v3.8.0
Compare Source
🚀 Features
View changes on GitHub
microsoft/TypeScript (typescript)
v5.9.2
Compare Source
vuejs/core (vue)
v3.5.18
Compare Source
Bug Fixes
v-pre
(#12556) (21b685a)v-bind
dynamic argument content correctly (#12554) (d3af67e)Configuration
📅 Schedule: Branch creation - "on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 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.