forked from patternfly/patternfly-react
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: upgrade Yarn to a supported version
Closes patternfly#9959 Signed-off-by: Jon Koops <[email protected]>
- Loading branch information
Showing
16 changed files
with
22,656 additions
and
16,605 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
nodeLinker: pnpm |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,9 +8,9 @@ | |
"url": "https://github.com/patternfly/patternfly-react.git" | ||
}, | ||
"engines": { | ||
"node": ">=20", | ||
"yarn": ">=1.6.0" | ||
"node": ">=20" | ||
}, | ||
"packageManager": "[email protected]+sha512.c44e283c54e02de9d1da8687025b030078c1b9648d2895a65aab8e64225bfb7becba87e1809fc0b4b6778bbd47a1e2ab6ac647de4c5e383a53a7c17db6c3ff4b", | ||
"keywords": [ | ||
"react", | ||
"patternfly", | ||
|
@@ -38,6 +38,7 @@ | |
"@testing-library/react": "^16.0.0", | ||
"@testing-library/user-event": "^14.5.2", | ||
"@types/jest": "29.5.12", | ||
"@types/node": "^20.12.7", | ||
"@types/react": "^18", | ||
"@types/react-dom": "^18", | ||
"@typescript-eslint/eslint-plugin": "^5.62.0", | ||
|
@@ -46,8 +47,10 @@ | |
"concurrently": "^7.6.0", | ||
"eslint": "^8.39.0", | ||
"eslint-plugin-markdown": "^3.0.1", | ||
"eslint-plugin-patternfly-react": "workspace:^", | ||
"eslint-plugin-prettier": "^5.0.0", | ||
"eslint-plugin-react": "^7.32.2", | ||
"eslint-plugin-react-hooks": "^4.6.2", | ||
"eslint-plugin-testing-library": "^6.2.2", | ||
"fs-extra": "^11.2.0", | ||
"glob": "^9.3.5", | ||
|
@@ -67,6 +70,7 @@ | |
"rollup-plugin-scss": "^4.0.0", | ||
"rollup-plugin-svg": "^2.0.0", | ||
"sass": "^1.77.4", | ||
"semver": "^7.6.2", | ||
"surge": "^0.23.1", | ||
"ts-node": "^10.9.2", | ||
"ts-patch": "^2.1.0", | ||
|
@@ -86,7 +90,7 @@ | |
"clean:build": "rimraf .cache .eslintcache coverage", | ||
"clean:exports": "lerna run clean:exports --parallel --stream", | ||
"generate": "yarn plop", | ||
"lint": "node --max-old-space-size=4096 node_modules/.bin/eslint --ext js,jsx,ts,tsx --cache --cache-strategy content", | ||
"lint": "eslint --ext js,jsx,ts,tsx --cache --cache-strategy content", | ||
"lint:all": "yarn lint:md && yarn lint:versions && yarn lint:ts", | ||
"lint:md": "yarn eslint packages --ext md --no-eslintrc --config .eslintrc-md.json --cache --cache-strategy content", | ||
"lint:ts": "yarn lint packages/*/src", | ||
|
@@ -119,6 +123,5 @@ | |
"packages": [ | ||
"packages/**" | ||
] | ||
}, | ||
"dependencies": {} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/react-core/src/components/Nav/__tests__/Generated/NavList.test.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.