forked from patternfly/patternfly-react
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cherry pick main to v6 (patternfly#10619)
* docs(Page): add example showing different type prop variants (patternfly#10352) * docs(Page): add example showing different type prop variants * docs(Page): make text color white in "subnav" section * docs(Page): rename IDs in example * docs(Table): update column management example to use link button for Cancel action (patternfly#10459) * feat(Modal): support ReactNode type for 'title' prop * fix(DatePicker/CalendarMonth): better range styling when some dates are disabled (patternfly#10398) * fix(DatePicker/CalendarMonth): range styling when disabled dates * chore(Datepicker): getElementSelectorToFocus function description * feat(MenuToggle): add OUIA support * docs(menu-toggle): Adds docs for split button examples. (patternfly#10268) * docs(menu-toggle): Adds docs for split button examples. * Update names of split toggle examples. * Add description list basic demo (patternfly#10184) * add description list basic demo * fix DashboardWrapper not found issue * implement review comments * add divider and size * update content * fixed layout issues * Convert demo application to Vite * Upgrade Testing Library dependencies to latest version * upgrade to latest version * upgrade to latest version * upgrade to latest version * chore(deps): replace camel-case with change-case * Masthead: add demo that includes horizontal nav * chore: use protocol for workspace dependencies * chore(deps): upgrade to the latest version * chore(deps): upgrade to the latest version * chore(deps): upgrade to the latest version * chore(deps): remove unused dependency * chore(deps): upgrade to the latest version * chore(deps): ugprade Jest to latest version * chore(deps): upgrade to the latest version * chore(deps): upgrade dependencies to the latest version * chore(deps): upgrade to the latest version * chore(deps): update dependencies * update yarn file * more deps fixes * more deps * fix(build): get our custom TS transformers working again (patternfly#10477) * fix(build): get our custom TS transformers working again * chore(deps): Update lock file * Update lock file * chore(deps): Update yarn lock * fix demo app * cherry pick yarn changes * update yarn.lock * updatw snapshots * fix demo app * feat(templates): toggle props & improvements (patternfly#10473) * feat(templates): toggle props & improvements * remove toggleContent from typeahead template * update template names * update tests * added SimpleSelect tests * fix yarnlock * fix(CodeEditor) support Mac and PC shortcuts in example (patternfly#10472) * updatee lock file --------- Co-authored-by: adamviktora <[email protected]> Co-authored-by: Erin Donehoo <[email protected]> Co-authored-by: Ajay Pratap <[email protected]> Co-authored-by: Austin Sullivan <[email protected]> Co-authored-by: kmcfaul <[email protected]> Co-authored-by: Dominik Petřík <[email protected]>
- Loading branch information
1 parent
74b0b00
commit 9e7b462
Showing
166 changed files
with
23,822 additions
and
22,834 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
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
yarn exec lint-staged |
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: node-modules |
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
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.14.0" | ||
}, | ||
"packageManager": "[email protected]", | ||
"keywords": [ | ||
"react", | ||
"patternfly", | ||
|
@@ -24,58 +24,60 @@ | |
}, | ||
"homepage": "https://github.com/patternfly/patternfly-react#readme", | ||
"devDependencies": { | ||
"@babel/core": "^7.24.3", | ||
"@babel/plugin-transform-modules-commonjs": "^7.24.1", | ||
"@babel/preset-react": "^7.24.1", | ||
"@babel/preset-typescript": "^7.24.1", | ||
"@octokit/rest": "^20.0.0", | ||
"@rollup/plugin-commonjs": "^25.0.7", | ||
"@babel/core": "^7.24.7", | ||
"@babel/plugin-transform-modules-commonjs": "^7.24.7", | ||
"@babel/preset-react": "^7.24.7", | ||
"@babel/preset-typescript": "^7.24.7", | ||
"@octokit/rest": "^20.1.1", | ||
"@rollup/plugin-commonjs": "^26.0.1", | ||
"@rollup/plugin-node-resolve": "^15.2.3", | ||
"@rollup/plugin-replace": "^5.0.5", | ||
"@rollup/plugin-replace": "^5.0.7", | ||
"@rollup/plugin-terser": "^0.4.4", | ||
"@testing-library/jest-dom": "^5.16.5", | ||
"@testing-library/react": "^13.4.0", | ||
"@testing-library/user-event": "14.5.2", | ||
"@testing-library/dom": "^10.1.0", | ||
"@testing-library/jest-dom": "^6.4.6", | ||
"@testing-library/react": "^16.0.0", | ||
"@testing-library/user-event": "^14.5.2", | ||
"@types/jest": "29.5.12", | ||
"@types/react": "^18", | ||
"@types/react-dom": "^18", | ||
"@typescript-eslint/eslint-plugin": "^5.59.2", | ||
"@typescript-eslint/parser": "^5.59.2", | ||
"@types/node": "^20.14.2", | ||
"@types/react": "^18.3.3", | ||
"@types/react-dom": "^18.3.0", | ||
"@typescript-eslint/eslint-plugin": "^7.13.0", | ||
"@typescript-eslint/parser": "^7.13.0", | ||
"babel-jest": "^29.7.0", | ||
"concurrently": "^7.6.0", | ||
"eslint": "^8.39.0", | ||
"concurrently": "^8.2.2", | ||
"eslint": "^8.57.0", | ||
"eslint-plugin-markdown": "^3.0.1", | ||
"eslint-plugin-prettier": "^5.0.0", | ||
"eslint-plugin-react": "^7.32.2", | ||
"eslint-plugin-testing-library": "^6.1.0", | ||
"fs-extra": "^11.1.1", | ||
"glob": "^9.3.0", | ||
"husky": "^4.3.0", | ||
"jest": "27.5.1", | ||
"jest-cli": "27.5.1", | ||
"eslint-plugin-prettier": "^5.1.3", | ||
"eslint-plugin-react": "^7.34.2", | ||
"eslint-plugin-testing-library": "^6.2.2", | ||
"fs-extra": "^11.2.0", | ||
"glob": "^10.4.1", | ||
"husky": "^9.0.11", | ||
"jest": "^29.7.0", | ||
"jest-environment-jsdom": "^29.7.0", | ||
"jest-transform-stub": "^2.0.0", | ||
"lerna": "^7.1.5", | ||
"lint-staged": "^14.0.0", | ||
"lerna": "^8.1.4", | ||
"lint-staged": "^15.2.7", | ||
"mutation-observer": "^1.0.3", | ||
"plop": "^3.1.2", | ||
"prettier": "^3.0.0", | ||
"react": "^18", | ||
"react-dom": "^18", | ||
"rimraf": "^5.0.5", | ||
"rollup": "^4.17.2", | ||
"plop": "^4.0.1", | ||
"prettier": "^3.3.2", | ||
"react": "^18.3.1", | ||
"react-dom": "^18.3.1", | ||
"rimraf": "^5.0.7", | ||
"rollup": "^4.18.0", | ||
"rollup-plugin-scss": "^4.0.0", | ||
"rollup-plugin-svg": "^2.0.0", | ||
"sass": "^1.77.2", | ||
"sass": "^1.77.5", | ||
"surge": "^0.23.1", | ||
"ts-node": "^10.9.1", | ||
"ts-patch": "^3.1.2", | ||
"ts-node": "^10.9.2", | ||
"ts-patch": "^3.2.0", | ||
"typescript": "^5.4.5" | ||
}, | ||
"scripts": { | ||
"build": "yarn clean && yarn build:generate && yarn build:esm && yarn build:cjs && yarn build:subpaths && yarn build:single:packages", | ||
"build:cjs": "tsc --build --verbose packages/tsconfig.cjs.json", | ||
"build:esm": "tsc --build --verbose packages/tsconfig.json", | ||
"build:integration": "lerna run build:demo-app --stream", | ||
"build:integration": "lerna run build --scope=demo-app-ts --stream", | ||
"build:docs": "yarn workspace @patternfly/react-docs build:docs", | ||
"build:generate": "lerna run generate --parallel --stream", | ||
"build:subpaths": "lerna run subpaths --parallel --stream", | ||
|
@@ -85,41 +87,31 @@ | |
"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:all": "yarn lint:md && yarn lint:versions && yarn lint:ts", | ||
"lint": "eslint --ext js,jsx,ts,tsx --cache --cache-strategy content", | ||
"lint:all": "yarn lint:md && 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", | ||
"lint:versions": "node scripts/verifyPatternflyVersions.js", | ||
"lint:tests": "yarn lint packages/*/src/components/*/__tests__/*.test.*", | ||
"prepare": "ts-patch install -s", | ||
"postinstall": "ts-patch install -s && husky", | ||
"serve:docs": "yarn workspace @patternfly/react-docs serve", | ||
"serve:integration": "lerna run serve:demo-app", | ||
"serve:integration": "lerna run preview --scope=demo-app-ts", | ||
"start": "yarn build && concurrently --kill-others \"yarn watch\" \"yarn workspace @patternfly/react-docs develop\"", | ||
"start:cypress": "lerna run cypress:open", | ||
"start:demo-app": "lerna run start:demo-app --stream", | ||
"start:demo-app:hot": "lerna run start:demo-app:hot --stream", | ||
"start:demo-app": "lerna run dev --scope=demo-app-ts --stream", | ||
"test": "TZ=EST LC_ALL=en_US.UTF8 jest packages", | ||
"test:a11y": "lerna run test:a11y --stream", | ||
"test:integration": "yarn workspace @patternfly/react-integration test:integration", | ||
"uninstall": "find . -name node_modules -type d | xargs rm -rf", | ||
"watch": "yarn build:esm --watch", | ||
"screenshots": "yarn workspace @patternfly/react-docs screenshots" | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "lint-staged" | ||
} | ||
}, | ||
"lint-staged": { | ||
"*.md": "yarn lint:md --fix", | ||
"*.{js,jsx,ts,tsx}": "yarn lint --fix", | ||
"*.json": "yarn lint:versions --fix" | ||
"*.{js,jsx,ts,tsx}": "yarn lint --fix" | ||
}, | ||
"workspaces": { | ||
"packages": [ | ||
"packages/**" | ||
] | ||
}, | ||
"dependencies": {}, | ||
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" | ||
} | ||
} |
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.