-
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update pnpm to v6.35.1 #23
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/pnpm-6.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
renovate
bot
force-pushed
the
renovate/pnpm-6.x
branch
from
April 16, 2022 11:41
bcd74d6
to
fab28fb
Compare
renovate
bot
force-pushed
the
renovate/pnpm-6.x
branch
from
April 19, 2022 16:20
fab28fb
to
13bfd64
Compare
renovate
bot
force-pushed
the
renovate/pnpm-6.x
branch
from
April 25, 2022 10:44
13bfd64
to
bd0450d
Compare
renovate
bot
force-pushed
the
renovate/pnpm-6.x
branch
from
April 27, 2022 10:14
bd0450d
to
e2661e0
Compare
renovate
bot
force-pushed
the
renovate/pnpm-6.x
branch
from
May 7, 2022 17:56
e2661e0
to
09a3d20
Compare
renovate
bot
force-pushed
the
renovate/pnpm-6.x
branch
from
May 14, 2022 00:13
09a3d20
to
1c6533e
Compare
renovate
bot
force-pushed
the
renovate/pnpm-6.x
branch
from
May 18, 2022 01:05
1c6533e
to
5b351d0
Compare
renovate
bot
force-pushed
the
renovate/pnpm-6.x
branch
2 times, most recently
from
May 22, 2022 02:23
e3e30e5
to
8af6935
Compare
renovate
bot
force-pushed
the
renovate/pnpm-6.x
branch
from
May 24, 2022 01:54
8af6935
to
70336d6
Compare
renovate
bot
force-pushed
the
renovate/pnpm-6.x
branch
2 times, most recently
from
May 29, 2022 11:11
04a9fc8
to
86af079
Compare
renovate
bot
force-pushed
the
renovate/pnpm-6.x
branch
2 times, most recently
from
June 9, 2022 15:48
804306a
to
249e93f
Compare
renovate
bot
force-pushed
the
renovate/pnpm-6.x
branch
from
June 11, 2022 05:04
249e93f
to
32f93f5
Compare
renovate
bot
force-pushed
the
renovate/pnpm-6.x
branch
from
June 23, 2022 22:30
32f93f5
to
73d1fc6
Compare
renovate
bot
force-pushed
the
renovate/pnpm-6.x
branch
from
September 25, 2022 18:42
73d1fc6
to
42a467f
Compare
renovate
bot
force-pushed
the
renovate/pnpm-6.x
branch
from
November 20, 2022 09:52
42a467f
to
ebaf3bf
Compare
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:
6.32.4
->6.35.1
Release Notes
pnpm/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.v6.32.10
Compare Source
Patch Changes
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.
v6.32.8
Compare Source
Patch Changes
v6.32.7
Compare Source
Patch Changes
auto-install-peers
totrue
should work.v6.32.6
Compare Source
Patch Changes
v6.32.5
Compare Source
Patch Changes
dependenciesMeta
should be saved into the lockfile, when it is added to the package manifest by a hook.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.