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.12.0
->^4.13.0
^3.4.0
->^3.5.1
^3.17.2
->^3.18.0
^9.5.3
->^9.5.4
^66.0.0
->^66.1.0
^66.0.0
->^66.1.0
^66.0.0
->^66.1.0
^66.0.0
->^66.1.0
^9.24.0
->^9.26.0
10.8.1
->10.10.0
^3.2.2
->^3.4.0
^66.0.0
->^66.1.0
^3.1.1
->^3.1.3
^4.5.0
->^4.5.1
Release Notes
antfu/eslint-config (@antfu/eslint-config)
v4.13.0
Compare Source
🚀 Features
unicorn
to v59 - by @antfu (e545c)🐞 Bug Fixes
View changes on GitHub
v4.12.1
Compare Source
nuxt/content (@nuxt/content)
v3.5.1
Compare Source
Bug Fixes
\r
(c10269d)v3.5.0
Compare Source
Features
Bug Fixes
/__nuxt_content
paths. (#3299) (849e79d)body
changes (#3283) (b6a30aa)nuxt/test-utils (@nuxt/test-utils)
v3.18.0
Compare Source
nuxt-modules/i18n (@nuxtjs/i18n)
v9.5.4
Compare Source
🐞 Bug Fixes
bundle.optimizeTranslationDirective
option from merged config - by @rx-837 in https://github.com/nuxt-modules/i18n/issues/3556 (2f778)View changes on GitHub
unocss/unocss (@unocss/nuxt)
v66.1.0
Compare Source
🚨 Breaking Changes
🚀 Features
cssValueInput
type in static rule - by @zyyv in https://github.com/unocss/unocss/issues/4494 (0bbd9)cacheMap
increateCDNFetchLoader
- by @antfu (5eae7)preset-wind4
- by @zyyv in https://github.com/unocss/unocss/issues/4439 (35555)preset-wind4
- by @zyyv in https://github.com/unocss/unocss/issues/4458 (e5f79)processThemeVars
option - by @zyyv in https://github.com/unocss/unocss/issues/4533 (44cb5)utilityResolver
option support utility convert - by @zyyv in https://github.com/unocss/unocss/issues/4544 (a8864)🐞 Bug Fixes
unconfig
- by @sxzz in https://github.com/unocss/unocss/issues/4470 (14e1d)CountableSet
on standard class field semantics - by @hi-ogawa and @zyyv in https://github.com/unocss/unocss/issues/4437 (6deb9)operators
type toCSSEntry
& resovle negative value intranslate
- by @Simon-He95 and @zyyv in https://github.com/unocss/unocss/issues/4601 (7f4f7)shiki
usage & removenuxt/devtools
dep - by @zyyv (4523a)colorResolver
matchesundefined
- by @zyyv in https://github.com/unocss/unocss/issues/4578 (88aa9)aria
&data
- by @zyyv in https://github.com/unocss/unocss/issues/4608 (ee370)defaults
key close #4480 - by @zyyv in https://github.com/unocss/unocss/issues/4480 (63744)presetWind4
ring rules - by @praburangki in https://github.com/unocss/unocss/issues/4539 (7b99b)🏎 Performance
themeDeps
in wind4 meta related to #4623 - by @zyyv in https://github.com/unocss/unocss/issues/4623 (db6f1)View changes on GitHub
eslint/eslint (eslint)
v9.26.0
Compare Source
v9.25.1
Compare Source
v9.25.0
Compare Source
pnpm/pnpm (pnpm)
v10.10.0
Compare Source
Minor Changes
preResolution
,importPackage
, andfetchers
hooks from local pnpmfile.Patch Changes
cd
command, whenshellEmulator
istrue
#7838.pnpm-workspace.yaml
#9453.npm_package_json
environment variable to the executed scripts #9452.--reporter=silent
option.v10.9.0
Compare Source
Minor Changes
Added support for installing JSR packages. You can now install JSR packages using the following syntax:
or with a version range:
For example, running:
will add the following entry to your
package.json
:When publishing, this entry will be transformed into a format compatible with npm, older versions of Yarn, and previous pnpm versions:
Related issue: #8941.
Note: The
@jsr
scope defaults to https://npm.jsr.io/ if the@jsr:registry
setting is not defined.Added a new setting,
dangerouslyAllowAllBuilds
, for automatically running any scripts of dependencies without the need to approve any builds. It was already possible to allow all builds by adding this topnpm-workspace.yaml
:dangerouslyAllowAllBuilds
has the same effect but also allows to be set globally via:It can also be set when running a command:
Patch Changes
verifyDepsBeforeRun
whennodeLinker
ishoisted
and there is a workspace package without dependencies andnode_modules
directory #9424.verifyDepsBeforeRun
support fornodeLinker: pnp
. CombiningverifyDepsBeforeRun
andnodeLinker: pnp
will now print a warning.shikijs/shiki (shiki)
v3.4.0
Compare Source
🐞 Bug Fixes
View changes on GitHub
v3.3.0
Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
vitest-dev/vitest (vitest)
v3.1.3
Compare Source
🐞 Bug Fixes
inline: true
is set - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/7856 (a83f3)--merge-reports
to show each total run times - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/7877 (d613b)View changes on GitHub
v3.1.2
Compare Source
🚀 Features
🐞 Bug Fixes
chai
variable invitest/globals
(fix: #7474) - by @Jay-Karia in https://github.com/vitest-dev/vitest/issues/7771 and https://github.com/vitest-dev/vitest/issues/7474 (d9297)test.exclude
when same object passed incoverage.exclude
- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/7774 (c3751)envionmentOptions
- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/7795 (67430)await
profiler calls - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/7763 (795a6)🏎 Performance
View changes on GitHub
vuejs/router (vue-router)
v4.5.1
Compare Source
Please refer to CHANGELOG.md for details.
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.