Bump yarn from 1.19.2 to 1.22.0
Created by: dependabot[bot]
Bumps yarn from 1.19.2 to 1.22.0.
Changelog
Sourced from yarn's changelog.
Changelog
Please add one entry in this file for each change in Yarn's behavior. Use the same format for all entries, including the third-person verb. Make sure you don't add more than one line of text to keep it clean. Thanks!
Master
Passes arguments following
--
when running a workspace script (yarn workspace pkg run command -- arg
)Prints workspace names with
yarn workspaces
(silence with-s
)Implements
yarn init --install <version>
Implements
yarn init -2
Implements
yarn set version <version>
as an alias forpolicies set-version
Fixes an issue where the archive paths were incorrectly sanitized
Allows some dots in binary names again
Better error handling on
yarn set version
Commits
-
eee67d0
v1.22.0 -
6971622
Update CHANGELOG.md -
0e7133c
Fixes arbitrary file write on fetch (#7831) -
fa613f3
handle failed policy set-version (#7848) -
f381c5f
Implements set version (#7862) -
d2c3a48
Configure bug report issue template (#7844) -
af4c205
Allow dots in bin names (#7811) -
1b334e6
fix(workspaces): Pass args following "--" when running workspace scripts (#7786) -
2c8e97e
Fix suggestions for CLI (#7808) -
039bafd
Fixes bin overwrites (#7755) - Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by daniel15, a new releaser for yarn since your current version.
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) -
@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.