chore(deps): update all non-major dependencies #21
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:
v3.5.1
->v3.6.0
7.17.1
->7.25.1
^0.25.0
->^0.28.0
Release Notes
actions/setup-node
v3.6.0
: Add Support for Nightly, Canary and RC builds for Node.jsCompare Source
In scope of this release we added support to download nightly, rc (https://github.com/actions/setup-node/pull/611) and canary (https://github.com/actions/setup-node/pull/619) Node.js distributions.
For nightly versions:
For canary versions:
For rc versions:
Note: For more examples please refer to documentation.
Besides, we added the following changes as:
pnpm/pnpm
v7.25.1
Compare Source
Patch Changes
pnpm audit
output #3073--force
option in thepnpm install
command #5932.prefer-symlinked-executables
istrue
#5946.pnpm install --fix-lockfile
should not fail if the package has no dependencies #5878.Our Gold Sponsors
Our Silver Sponsors
v7.25.0
Compare Source
Minor Changes
--ignore-existing
option #5632.extend-node-path
is set tofalse
, theNODE_PATH
environment variable is not set in the command shims #5910Patch Changes
prefer-symlinked-executables
is set totrue
#5913.node-linker=hoisted
.Our Gold Sponsors
Our Silver Sponsors
v7.24.3
Compare Source
Patch Changes
use-lockfile-v6
is not set totrue
.Our Gold Sponsors
Our Silver Sponsors
v7.24.2
Compare Source
Minor Changes
pnpm-lock.yaml
format v6. This new format will be the new lockfile format in pnpm v8. To use the new lockfile format, use theuse-lockfile-v6=true
setting in.npmrc
. Or runpnpm install --use-lockfile-v6
#5810.Patch Changes
pnpm run
should fail if the path to the project contains colon(s).pnpm config set key=value
should work the same aspnpm config set key value
#5889.The upload of built artifacts (side effects) should not fail when
node-linker
is set tohoisted
and installation runs on a project that already had anode_modules
directory #5823.This fixes a bug introduced by #5814.
pnpm exec
should work when the path to the project contains colon(s) #5846.Git-hosted dependencies should not be built, when
ignore-scripts
is set totrue
#5876.Our Gold Sponsors
Our Silver Sponsors
v7.24.1
Compare Source
v7.24.0
Compare Source
v7.23.0
Compare Source
Minor Changes
resolve-peers-from-workspace-root
setting is set totrue
, pnpm will use dependencies installed in the root of the workspace to resolve peer dependencies in any of the workspace's projects #5882.Patch Changes
--resume-from
option.--include-workspace-root
option on recursive command's help info.Our Gold Sponsors
Our Silver Sponsors
v7.22.0
Compare Source
Minor Changes
pnpm list
andpnpm why
commands will now look through transitive dependencies ofworkspace:
packages. A new--only-projects
flag is available to only printworkspace:
packages.pnpm exec
andpnpm run
command support--resume-from
option. When used, the command will executed from given package #4690.npm_command
environment variable to lifecycle hooks & scripts.Patch Changes
pnpm list
andpnpm why
may not respect the--depth
argument.is-ci
byci-info
(is-ci
is just a simple wrapper aroundci-info
).Our Gold Sponsors
Our Silver Sponsors
v7.21.0
Compare Source
Minor Changes
pnpm dlx
command supports the--shell-mode
(or-c
) option. When used, the script is executed by a shell #5679.Patch Changes
--location=global
CLI option #5841.pnpm add --global <pkg>
command should fail if there is no global pnpm bin directory in the system PATH #5841.Our Gold Sponsors
Our Silver Sponsors
v7.20.0
Compare Source
Minor Changes
pnpm gets its own implementation of the following commands:
pnpm config get
pnpm config set
pnpm config delete
pnpm config list
In previous versions these commands were passing through to npm CLI.
PR: #5829
Related issue: #5621
Add show alias to
pnpm view
#5835.pnpm reads settings from its own global configuration file at
$XDG_CONFIG_HOME/pnpm/rc
#5829.Add the 'description'-field to the licenses output #5836.
Patch Changes
pnpm rebuild
should not fail ifnode_modules
was created by pnpm version 7.18 or older #5815.pnpm env
should print help.pnpm rebuild
should print a better error message when a hoisted dependency is not found #5815.Our Gold Sponsors
Our Silver Sponsors
v7.19.0
Compare Source
Minor Changes
package.json
that is in the root of the workspace:pnpm.requiredScripts
. Scripts listed in this array will be required in each project of the worksapce. Otherwise,pnpm -r run <script name>
will fail #5569.node_modules
directories when linking new dependencies. This improves performance, when installing in a project that already has anode_modules
directory #5795.Patch Changes
pnpm rebuild
should work in projects that use the hoisted node linker #5560.pnpm patch
should print instructions about how to commit the changes #5809.-S
flag in command shims pnpm/cmd-shim#42.Our Gold Sponsors
Our Silver Sponsors
v7.18.2
Compare Source
Patch Changes
--json
to thepnpm publish --help
output #5773.pnpm update
should not replaceworkspace:*
,workspace:~
, andworkspace:^
withworkspace:<version>
#5764.--json
option #5710.server.js
#5782.pnpm license list
should not fail if a license file is an executable #5740.Our Gold Sponsors
Our Silver Sponsors
v7.18.1
Compare Source
Patch Changes
pnpm audit
if anignoreCves
list is declared inpackage.json
#5756.pnpm audit --json
should ignore vulnerabilities listed inauditConfig.ignoreCves
#5734.pnpm licenses
should print help, not just an error message #5745.Our Gold Sponsors
Our Silver Sponsors
v7.18.0
Compare Source
Minor Changes
Overrides may be defined as a reference to a spec for a direct dependency by prefixing the name of the package you wish the version to match with a `# pnpm.
Issue: #5703
Patch Changes
pnpm audit
should work when the project'spackage.json
has noversion
field #5728*
should be updated to semver ranges bypnpm update
#5681.pnpm add
should prefer local projects from the workspace, even if they use prerelease versions #5316Our Gold Sponsors
Configuration
📅 Schedule: Branch creation - "after 6pm on sunday" in timezone Asia/Shanghai, 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 has been generated by Mend Renovate. View repository job log here.