chore(deps): update all non-major dependencies #6
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:
^0.35.1
->^0.35.2
^18.11.19
->^18.13.0
6.32.3
->6.35.1
Release Notes
antfu/eslint-config
v0.35.2
Compare Source
🐞 Bug Fixes
vue/no-v-text-v-html-on-component
- by @antfu (7a2d6)View changes on GitHub
pnpm/pnpm
v6.35.1
Compare Source
Patch Changes
.npmrc
files in subdirectories inside a workspace #2570.v6.35.0
Compare Source
Patch Changes
Installing a package with
bin
that points to an.exe
file on Windows #5159.Ignore the
always-auth
setting.pnpm will never reuse the registry auth token for requesting the package tarball, if the package tarball is hosted on a different domain.
So, for example, if your registry is at
https://company.registry.com/
but the tarballs are hosted athttps://tarballs.com/
, then you will have to configure the auth token for both domains in your.npmrc
:When an error happens during installation of a subdependency, print some context information in order to be able to locate that subdependency. Print the exact chain of packages that led to the problematic dependency.
v6.34.0
Compare Source
Minor Changes
ignore-compatibility-db
is set totrue
, the compatibility database will not be used to patch dependencies #5132.Full Changelog: pnpm/pnpm@v6.33.1...v6.34.0
v6.33.1
Compare Source
Patch Changes
v6.33.0
Compare Source
v6.32.25
Compare Source
Patch Changes
pnpm audit --fix
should not add an override for a vulnerable package that has no fixes released.pnpm env use
should throw an error on a system that use the MUSL libc.v6.32.24
Compare Source
Patch Changes
Don't crash when
pnpm update --interactive
is cancelled with Ctrl+c.The
use-node-version
setting should work with prerelease Node.js versions. For instance:v6.32.23
Compare Source
Patch Changes
v6.32.22
Compare Source
Patch Changes
v6.32.21
Compare Source
Patch Changes
v6.32.20
Compare Source
Patch Changes
package.json
file #4822.v6.32.19
Compare Source
Patch Changes
v6.32.18
Compare Source
Patch Changes
auto-install-peers
is set totrue
#4796.NODE_ENV=production pnpm install --dev
should only install dev deps #4745.Full Changelog: pnpm/pnpm@v6.32.17...v6.32.18
v6.32.17
Compare Source
Patch Changes
v6.32.16
Compare Source
Patch Changes
auto-install-peers
is set totrue
, automatically install missing peer dependencies without writing them topackage.json
as dependencies. This makes pnpm handle peer dependencies the same way as npm v7 #4776.v6.32.15
Compare Source
Patch Changes
pnpm setup
should not fail on Windows ifPNPM_HOME
is not yet in the system registry #4757pnpm dlx
shouldn't modify the lockfile in the current working directory #4743.v6.32.14
Compare Source
Patch Changes
node_modules/.pnpm
and inside the global store #4716Full Changelog: pnpm/pnpm@v6.32.13...v6.32.14
v6.32.13
Compare Source
Patch Changes
pnpm setup
should update the config of the current shell, not the preferred shell.pnpm dlx
should work with git-hosted packages. For example:pnpm dlx gengjiawen/envinfo
#4714.pnpm setup
should not override the PNPM_HOME env variable on Windows, unless--force
is used.pnpm create <pkg>
should be passed to the executed create app package. Sopnpm create next-app --typescript
should work`.pnpm run --stream
should prefix the output with directory #4702Full Changelog: pnpm/pnpm@v6.32.12...v6.32.13
v6.32.12
Compare Source
Patch Changes
pnpm dlx
should work when the bin name of the executed package isn't the same as the package name #4672.pnpm prune
works in a workspace #4647.pnpm prune
does not remove hoisted dependencies.pnpm dlx
should print messages about installation to stderr #1698.v6.32.11
Compare Source
Patch Changes
pnpm publish
should work correctly in a workspace, when the latest npm CLI is installed #4348.node_modules/.ignored
subfolder and a package with that name is already present in `node_modules/.ignored' #4626.Full Changelog: pnpm/pnpm@v6.32.10...v6.32.11
v6.32.10
Compare Source
Patch Changes
Full Changelog: pnpm/pnpm@v6.32.9...v6.32.10
v6.32.9
Compare Source
Patch Changes
Fix an error with peer resolutions, which was happening when there was a circular dependency and another dependency that had the name of the circular dependency as a substring.
When
pnpm exec
is running a command in a workspace project, the commands that are in the dependencies of that workspace project should be in the PATH #4481.Hide "WARN deprecated" messages on loglevel error #4507
Don't show the progress bar when loglevel is set to warn or error.
Full Changelog: pnpm/pnpm@v6.32.8...v6.32.9
v6.32.8
Compare Source
Patch Changes
Full Changelog: pnpm/pnpm@v6.32.7...v6.32.8
v6.32.7
Compare Source
Patch Changes
auto-install-peers
totrue
should work.Full Changelog: pnpm/pnpm@v6.32.6...v6.32.7
v6.32.6
Compare Source
Patch Changes
Full Changelog: pnpm/pnpm@v6.32.5...v6.32.6
v6.32.5
Compare Source
v6.32.4
Compare Source
Patch Changes
dependenciesMeta
field in the manifest should be satisfied by a not set field in the lockfile #4463.package.json
#4487.Configuration
📅 Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 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 has been generated by Mend Renovate. View repository job log here.