-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
chore(deps): update pnpm to v6.35.1 #26
base: master
Are you sure you want to change the base?
Conversation
9fe78b6
to
fa3a59a
Compare
6e3a13f
to
92ef527
Compare
92ef527
to
daf1056
Compare
daf1056
to
c04aa11
Compare
Seems you are using me but didn't get OPENAI_API_KEY seted in Variables for this repo. you could follow readme for more information |
c04aa11
to
d5e4c96
Compare
Seems you are using me but didn't get OPENAI_API_KEY seted in Variables for this repo. you could follow readme for more information |
d5e4c96
to
47cc24a
Compare
Seems you are using me but didn't get OPENAI_API_KEY seted in Variables for this repo. you could follow readme for more information |
47cc24a
to
7b04a97
Compare
Seems you are using me but didn't get OPENAI_API_KEY seted in Variables for this repo. you could follow readme for more information |
7b04a97
to
1ebca18
Compare
Seems you are using me but didn't get OPENAI_API_KEY seted in Variables for this repo. you could follow readme for more information |
1ebca18
to
b8506d9
Compare
Seems you are using me but didn't get OPENAI_API_KEY seted in Variables for this repo. you could follow readme for more information |
fce68be
to
47dfc00
Compare
47dfc00
to
4ebe3f5
Compare
4ebe3f5
to
39847d0
Compare
39847d0
to
3d75174
Compare
3d75174
to
15b0369
Compare
15b0369
to
3f46b6f
Compare
b250a23
to
7eff9c7
Compare
7eff9c7
to
cd52082
Compare
a478c6d
to
6c184d0
Compare
6c184d0
to
112e473
Compare
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: pnpm-lock.yaml
|
4e832da
to
861492c
Compare
|
a767d7d
to
1eeb464
Compare
ddcea66
to
a2a52e8
Compare
fb87f33
to
e9adbbe
Compare
e9adbbe
to
39e8c2e
Compare
This PR contains the following updates:
6.32.3
->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.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 - 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.