chore(deps): update all non-major dependencies #701
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:
1.1.0
->1.2.0
22.13.5
->22.13.10
1.11.19
->1.11.20
1.1.0
->1.2.0
2.0.1
->2.1.0
1.50.1
->1.51.0
10.4.1
->10.6.1
5.7.3
->5.8.2
3.3.1
->3.5.0
1.11.19
->1.11.20
2.2.4
->2.2.8
Release Notes
nuxt/eslint (@nuxt/eslint-config)
v1.2.0
Compare Source
🚀 Features
eslint-plugin-vue
- by @antfu (9fab1)View changes on GitHub
unjs/unhead (@unhead/vue)
v1.11.20
Compare Source
No significant changes
View changes on GitHub
mmkal/expect-type (expect-type)
v1.2.0
Compare Source
What's Changed
❗
toMatchTypeOf
is now deprecated. There are no plans to remove it any time soon, so it's not critical to immediately remove usages, but if you want to avoid squigglies in IDEs complaining about deprecations, here's what you should do:If you have an assertion like this:
There are a few options for upgrading it. The easiest is
toExtend
which is identical to the behaviour oftoMatchTypeOf
:This will work in all cases. But, there is now a stricter option that will work in many cases and be slightly more likely to catch things like
readonly
properties matching:But, as the name suggests, this will only work on plain object types, it will fail for union types, and some other complex types.
If you have code like this:
You'll need to use
typeof
becausetoExtend
andtoMatchObjectType
do not accept argumentsFull Changelog: mmkal/expect-type@v1.1.0...v1.2.0
unjs/pkg-types (pkg-types)
v2.1.0
Compare Source
compare changes
🚀 Enhancements
🔥 Performance
🩹 Fixes
🏡 Chore
❤️ Contributors
microsoft/playwright (playwright-core)
v1.51.0
Compare Source
pnpm/pnpm (pnpm)
v10.6.1
Compare Source
Patch Changes
--silent
reporting is used.--loglevel
is set toerror
, don't show installation summary, execution time, and big tarball download progress.package.json
#9226.approve-builds
command, if package.json containsonlyBuiltDependencies
orignoredBuiltDependencies
, the selected dependency package will continue to be written intopackage.json
.v10.6.0
Compare Source
Minor Changes
pnpm-workspace.yaml
can now hold all the settings that.npmrc
accepts. The settings should use camelCase #9211.pnpm-workspace.yaml
example:Projects using a
file:
dependency on a local tarball file (i.e..tgz
,.tar.gz
,.tar
) will see a performance improvement during installation. Previously, using afile:
dependency on a tarball caused the lockfile resolution step to always run. The lockfile will now be considered up-to-date if the tarball is unchanged.Patch Changes
pnpm self-update
should not leave a directory with a broken pnpm installation if the installation fails.fast-glob
replace withtinyglobby
to reduce the size of the pnpm CLI dependencies #9169.pnpm deploy
should not remove fields from the deployed package'spackage.json
file #9215.pnpm self-update
should not read the pnpm settings from thepackage.json
file in the current working directory.pnpm deploy
creating apackage.json
without theimports
andlicense
field #9193.pnpm update -i
should list only packages that have newer versions #9206.catalogs
section of thepnpm-lock.yaml
file to be removed whendedupe-peer-dependents=false
on a filtered install. #9112v10.5.2
Compare Source
Patch Changes
pnpm config set
command should change the global.npmrc
file by default.This was a regression introduced by #9151 and shipped in pnpm v10.5.0.
v10.5.1
Compare Source
Patch Changes
pnpm-workspaces.yaml
orpnpm-workspaces.yml
file is found instead of apnpm-workspace.yaml
#9170.pnpm-workspace.yaml
by thepnpm approve-builds
command #9168.package.json
#9163overrides
inpnpm-workspace.yaml
should work.pnpm dlx
should ignore settings from thepackage.json
file in the current working directory #9178.v10.5.0
Compare Source
Minor Changes
Allow to set the "pnpm" settings from
package.json
via thepnpm-workspace.yaml
file #9121.Added support for automatically syncing files of injected workspace packages after
pnpm run
#9081. Use thesync-injected-deps-after-scripts
setting to specify which scripts build the workspace package. This tells pnpm when syncing is needed. The setting should be defined in a.npmrc
file at the root of the workspace. Example:The
packages
field inpnpm-workspace.yaml
became optional.Patch Changes
pnpm link
with no parameters should work as if--global
is specified #9151.--config.
prefix such as--@​scope:registry=https://scope.example.com/npm
#9089.pnpm link <path>
should calculate relative path from the root of the workspace directory #9132.pnpm-lock.yaml
file when using--fix-lockfile
and--filter
. #8639microsoft/TypeScript (typescript)
v5.8.2
Compare Source
unjs/unbuild (unbuild)
v3.5.0
Compare Source
compare changes
🚀 Enhancements
fix-dts-default-cjs-exports
to transform cjs types (#513)🏡 Chore
❤️ Contributors
v3.4.2
Compare Source
compare changes
🏡 Chore
❤️ Contributors
v3.4.1
Compare Source
compare changes
🩹 Fixes
❤️ Contributors
v3.4.0
Compare Source
compare changes
🚀 Enhancements
publishConfig
frompackage.json
when defined (#506)🩹 Fixes
composite
intsconfig.json
(#504)📦 Build
🏡 Chore
JavaScript
case in pkg description (#493)❤️ Contributors
vuejs/language-tools (vue-tsc)
v2.2.8
Compare Source
Bug Fixes
v-model
variable against model type"v2.2.6
Compare Source
Features
defineModel
's leading comments (#5211) - Thanks to @KazariEX!Bug Fixes
defineModel
options to collectdefault
value (#5209) - Thanks to @KazariEX!defineExpose
's codes - Thanks to @KazariEX!defineModel
(#5213) - Thanks to @KazariEX!v-model
variable against model type (#5214) - Thanks to @KazariEX!Other Changes
can't reproduce
label - Thanks to @KazariEX!linkedCodeMappings
offsets (#5220) - Thanks to @KazariEX!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.