Skip to content
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

yarn upgrade #1746

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
node-version: 18
- run: corepack enable && yarn --version
- run: yarn install
- run: yarn test:audit
- run: yarn lint
- run: yarn build
- run: yarn test
Expand Down
874 changes: 0 additions & 874 deletions .yarn/releases/yarn-3.6.4.cjs

This file was deleted.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ enableGlobalCache: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.6.4.cjs
yarnPath: .yarn/releases/yarn-4.3.1.cjs
2 changes: 1 addition & 1 deletion bin/run-yarn-audit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -e
if [[ "$result" != 0 ]]; then
if [[ -f yarn-audit-known-issues ]]; then
set +e
yarn audit --json | grep auditAdvisory > yarn-audit-issues
yarn npm audit --json --recursive --environment production --json > yarn-audit-known-issues
set -e
new_vulnerabilities=false
while read -r line; do
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -237,5 +237,5 @@
"sourceMap": false,
"instrument": false
},
"packageManager": "yarn@3.6.4"
"packageManager": "yarn@4.3.1"
}
39 changes: 38 additions & 1 deletion yarn-audit-known-issues

Large diffs are not rendered by default.

Loading
Loading