Skip to content
Merged
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
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"
}
Loading