quickstart-nodejs
quickstart-nodejs copied to clipboard
Bump pnpm from 8.5.1 to 8.6.8
Bumps pnpm from 8.5.1 to 8.6.8.
Release notes
Sourced from pnpm's releases.
v8.6.8
Patch Changes
- When the same file is appended multiple times into a tarball, the last occurrence is selected when unpacking the tarball.
- Fixed a bug in which pnpm passed the wrong scheme to
git ls-remote
, causing a fallback togit+ssh
and resulting in a 'host key verification failed' issue #6805.- Added support for
publishConfig.registry
inpackage.json
for publishing #6775.pnpm rebuild
now uploads the built artifacts to the content-addressable store.- If a command cannot be created in
.bin
, the exact error message is now displayed.- Treat linked dependencies with a tag version type as up-to-date #6592.
pnpm setup
now prints more details when it cannot detect the active shell.Our Gold Sponsors
Our Silver Sponsors
... (truncated)
Commits
a35ec3f
chore(release): 8.6.86fe0b60
fix(git-resolver): wrong scheme togit ls-remote
(#6806)e958707
perf: don't random ID to temp file names (#6817)250f7e9
Merge pull request from GHSA-5r98-f33j-g8h71565a31
test: don't print the output of registry-mock3c6144b
chore: replace npm-run-all with concurrentlye0fb391
chore: remove redundant scriptsa70c77a
test: use jest global setup/teardown to manage the registry mock (#6813)7567305
chore(deps): updateaa2ae8f
feat: publishConfig.registry (#6803)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.