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

Upgrade to yarn 2+ - RSC-1708 #1123

Draft
wants to merge 10 commits into
base: main
Choose a base branch
from
Draft
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: 0 additions & 1 deletion .yarnrc

This file was deleted.

9 changes: 9 additions & 0 deletions gallery/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,12 @@ node_modules
dist
webpack-modules
test-results

# Yarn 2+ recommended ignores (non-zero-installs)
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
1 change: 1 addition & 0 deletions gallery/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
7 changes: 4 additions & 3 deletions gallery/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"webpack-dev-server": "^3.11.2"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.34",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.18",
Expand All @@ -77,7 +77,7 @@
"@nivo/pie": "^0.80.0",
"@nivo/tooltip": "^0.80.0",
"@react-hook/debounce": "^4.0.0",
"@sonatype/react-shared-components": "link:../lib/dist",
"@sonatype/react-shared-components": "portal:../lib/dist",
"axios": "^0.21.1",
"classnames": "^2.2.6",
"compare-versions": "^4.1.3",
Expand All @@ -92,5 +92,6 @@
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-syntax-highlighter": "^15.4.3"
}
},
"packageManager": "[email protected]"
}
21,380 changes: 12,482 additions & 8,898 deletions gallery/yarn.lock

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions lib/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,12 @@

npm-debug.log
junit.xml

# Yarn 2+ recommended ignores (non-zero-installs)
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
1 change: 1 addition & 0 deletions lib/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
3 changes: 2 additions & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,6 @@
"sideEffects": [
"index.js",
"*.scss"
]
],
"packageManager": "[email protected]"
}
16,175 changes: 9,545 additions & 6,630 deletions lib/yarn.lock

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions ssr-tests/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,12 @@ yarn-error.log*

# typescript
*.tsbuildinfo

# Yarn 2+ recommended ignores (non-zero-installs)
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
1 change: 1 addition & 0 deletions ssr-tests/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
3 changes: 2 additions & 1 deletion ssr-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@
"start-server-and-test": "^1.14.0",
"typescript": "4.4.4",
"webdriverio": "^7.16.14"
}
},
"packageManager": "[email protected]"
}
10,142 changes: 6,127 additions & 4,015 deletions ssr-tests/yarn.lock

Large diffs are not rendered by default.