chore(deps): update all non-major dependencies #15
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:
^18.11.17
->^18.11.18
^8.5.3
->^8.5.4
^9.8.2
->^9.9.0
7.6.0
->7.21.0
^1.0.16
->^1.0.18
Release Notes
vueuse/vueuse
v9.9.0
Compare Source
🚀 Features
🐞 Bug Fixes
foramtTimeAgo
->formatTimeAgo
- by @QGIsK in https://github.com/vueuse/vueuse/issues/2568 (bb0fd)View changes on GitHub
pnpm/pnpm
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
Our Silver Sponsors
v7.17.1
Compare Source
Patch Changes
pnpm set-script
andpnpm pkg
are passed through to npm #5683.pnpm publish <tarball path>
should exit with non-0 exit code when publish fails #5396.package.json
files in a workspace #5670.package.json5
are preserver #2008.pnpm setup
should create PNPM_HOME as a non-expandable env variable on Windows #4658.pnpm licenses
command.Our Gold Sponsors
Our Silver Sponsors
v7.17.0
Compare Source
Minor Changes
pnpm licenses list
, which displays the licenses of the packages #2825Patch Changes
pnpm update --latest !foo
should not update anything if the only dependency in the project is the ignored one #5643.pnpm audit
should send the versions of workspace projects for audit.pnpm.updateConfig.ignoreDependencies
setting should work with multiple dependencies in the array #5639.Our Gold Sponsors
Our Silver Sponsors
v7.16.1
Compare Source
Patch Changes
Our Gold Sponsors
Our Silver Sponsors
v7.16.0
Compare Source
Minor Changes
pnpm env list
to list global or remote Node.js versions #5546.Patch Changes
.npmrc
files in subdirectories inside a workspace #2570.Our Gold Sponsors
Our Silver Sponsors
v7.15.0
Compare Source
Minor Changes
Support
--format=json
option to output outdated packages in JSON format withoutdated
command #2705.pnpm outdated --format=json #or pnpm outdated --json
A new setting supported for ignoring vulnerabilities by their CVEs. The ignored CVEs may be listed in the
pnpm.auditConfig.ignoreCves
field ofpackage.json
. For instance:Patch Changes
Our Gold Sponsors
Our Silver Sponsors
v7.14.2
Compare Source
Patch Changes
Our Gold Sponsors
Our Silver Sponsors
v7.14.1
Compare Source
Patch Changes
pnpm list --long --json
should print licenses and authors of packages #5533.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.
👻 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.