Skip to content

Commit

Permalink
chore(yarn): bump yarn to 4.6.0 & small guide update (#1569)
Browse files Browse the repository at this point in the history
  • Loading branch information
Imod7 authored Jan 7, 2025
1 parent 3a92196 commit c64312f
Show file tree
Hide file tree
Showing 5 changed files with 937 additions and 927 deletions.
925 changes: 0 additions & 925 deletions .yarn/releases/yarn-4.5.0.cjs

This file was deleted.

934 changes: 934 additions & 0 deletions .yarn/releases/yarn-4.6.0.cjs

Large diffs are not rendered by default.

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-4.5.0.cjs
yarnPath: .yarn/releases/yarn-4.6.0.cjs
1 change: 1 addition & 0 deletions guides/MAINTENANCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Review the security alerts raised by Dependabot [here](https://github.com/parity

### Yarn Berry version
- Check if there is a new version of Yarn Berry [here](https://github.com/yarnpkg/berry).
- To determine which version of Yarn Sidecar is using, we can check the `yarn-X.X.X.cjs` in the [.yarn/releases](https://github.com/paritytech/substrate-api-sidecar/tree/master/.yarn/releases) folder.
- To update the version, run the command `yarn set version stable`.
- After upgrading, we can do the usual sanity checks (e.g. `yarn`, `yarn dedupe`).

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,5 @@
"polkadot",
"kusama"
],
"packageManager": "yarn@4.5.0"
"packageManager": "yarn@4.6.0"
}

0 comments on commit c64312f

Please sign in to comment.