Skip to content

Commit

Permalink
Merge pull request #146 from Fryguy/yarn3
Browse files Browse the repository at this point in the history
Upgrade to yarn 3
  • Loading branch information
agrare authored Oct 19, 2021
2 parents 78c8dbd + 381011e commit 7682b17
Show file tree
Hide file tree
Showing 6 changed files with 645 additions and 12 deletions.
10 changes: 9 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@
/config/settings.local.yml
/config/settings/*.local.yml
/config/environments/*.local.yml
/node_modules/
/spec/manageiq

/node_modules/
/yarn.lock
/.pnp.*
/.yarn/*
!/.yarn/patches
!/.yarn/plugins
!/.yarn/releases
!/.yarn/sdks
!/.yarn/versions
2 changes: 0 additions & 2 deletions .npmrc

This file was deleted.

631 changes: 631 additions & 0 deletions .yarn/releases/yarn-3.0.2.cjs

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
enableGlobalCache: true
nodeLinker: node-modules
yarnPath: .yarn/releases/yarn-3.0.2.cjs
7 changes: 0 additions & 7 deletions lib/tasks_private/yarn.rake

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"url": "https://github.com/ManageIQ/manageiq-providers-redfish/issues"
},
"homepage": "https://github.com/ManageIQ/manageiq-providers-redfish#readme",
"dependencies": {},
"engines": {
"node": ">= 6.9.1",
"npm": ">= 3.10.3",
"yarn": ">= 0.20.1"
}
},
"packageManager": "[email protected]"
}

0 comments on commit 7682b17

Please sign in to comment.