Skip to content

Commit

Permalink
Upgrade to Yarn v4 and add outdated plugin (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
joephela authored Feb 4, 2025
1 parent 3816485 commit 78f3abc
Show file tree
Hide file tree
Showing 6 changed files with 3,412 additions and 3,345 deletions.
10 changes: 6 additions & 4 deletions .yarn/plugins/@yarnpkg/plugin-outdated.cjs

Large diffs are not rendered by default.

874 changes: 0 additions & 874 deletions .yarn/releases/yarn-3.6.4.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.

11 changes: 8 additions & 3 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
compressionLevel: mixed

enableGlobalCache: false

nodeLinker: node-modules

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-outdated.cjs
spec: "https://mskelton.dev/yarn-outdated/v3"
- checksum: c13ed363e15a826d9f779e7e7aca9dbee1d6d54813261d6f495da2fa94b01fa7579e516587ae2df5834f5d63d5d90cb392135190e8878b81dbd830c3c9f57809
path: .yarn/plugins/@yarnpkg/plugin-outdated.cjs
spec: "https://go.mskelton.dev/yarn-outdated/v4"

yarnPath: .yarn/releases/yarn-3.6.4.cjs
yarnPath: .yarn/releases/yarn-4.6.0.cjs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"author": "Widen",
"license": "ISC",
"packageManager": "yarn@3.6.4",
"packageManager": "yarn@4.6.0",
"repository": "github:Widen/eslint-config",
"workspaces": [
"packages/*"
Expand Down
Loading

0 comments on commit 78f3abc

Please sign in to comment.