Skip to content

Commit

Permalink
Bump PatternFly (minor/z only)
Browse files Browse the repository at this point in the history
  • Loading branch information
SanjalKatiyar committed Jan 24, 2025
1 parent 2c83b49 commit cfb6cd8
Show file tree
Hide file tree
Showing 4 changed files with 222 additions and 193 deletions.
2 changes: 1 addition & 1 deletion jest/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const config = {
'\\.[m]js?$': '@swc/jest',
},
transformIgnorePatterns: [
'<rootDir>/node_modules/(?!(@openshift-console|@patternfly/react-core/dist|@patternfly/react-icons/dist|@patternfly/react-topology/dist|@patternfly/react-styles|d3|delaunator|internmap|robust-predicates))',
'<rootDir>/node_modules/(?!(@openshift-console|@patternfly/react-core/dist|@patternfly/react-icons/dist|@patternfly/react-topology|@patternfly/react-styles|d3|delaunator|internmap|robust-predicates))',
],
testPathIgnorePatterns: ['/node_modules/', '/build/'],
testRegex: '.*\\.spec\\.tsx?$',
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
"analyze-mco": "PLUGIN=mco yarn analyze-common && PLUGIN=mco yarn tsx ./analyzeTest.ts",
"analyze-odf": "PLUGIN=odf yarn analyze-common && PLUGIN=odf yarn tsx ./analyzeTest.ts",
"build": "NODE_ENV=production PLUGIN=odf I8N_NS=plugin__odf-console yarn build:plugin",
"build:generate": "yarn clean-${PLUGIN} && tsx ./scripts/versionCheck.mts --plugin ${PLUGIN} && tsx ./scripts/generatePluginPackage.mts --plugin ${PLUGIN}",
"build:plugin": "yarn build:generate && NODE_OPTIONS='--max-old-space-size=4096' yarn tsx node_modules/.bin/webpack -c ./webpack.config.ts",
"build-client": "NODE_ENV=production PLUGIN=client I8N_NS=plugin__odf-client-console yarn build:plugin",
"build-dev": "NODE_ENV=development PLUGIN=odf I8N_NS=plugin__odf-console yarn build:plugin",
"build-mco": "NODE_ENV=production PLUGIN=mco I8N_NS=plugin__odf-multicluster-console yarn build:plugin",
"build:generate": "yarn clean-${PLUGIN} && tsx ./scripts/versionCheck.mts --plugin ${PLUGIN} && tsx ./scripts/generatePluginPackage.mts --plugin ${PLUGIN}",
"build:plugin": "yarn build:generate && NODE_OPTIONS='--max-old-space-size=4096' yarn tsx node_modules/.bin/webpack -c ./webpack.config.ts",
"clean": "yarn clean-mco && yarn clean-odf",
"clean-client": "cd plugins/client && rm -rf ./dist",
"clean-mco": "cd plugins/mco && rm -rf ./dist",
Expand All @@ -27,10 +27,10 @@
"cypress-merge": "mochawesome-merge ./gui-test-screenshots/cypress_report*.json > ./gui-test-screenshots/cypress.json",
"cypress-postreport": "yarn cypress-merge && yarn cypress-generate",
"dev": "PLUGIN=odf I8N_NS=plugin__odf-console yarn server:plugin",
"dev-client": "PLUGIN=client I8N_NS=plugin__odf-client-console yarn server:plugin",
"dev-mco": "PLUGIN=mco I8N_NS=plugin__odf-multicluster-console yarn server:plugin",
"dev:c": "yarn ocp-console & PLUGIN=${PLUGIN:=odf} I8N_NS=${I8N_NS} yarn server:plugin & wait",
"dev:no-type-check": "DEV_NO_TYPE_CHECK=true yarn dev",
"dev-client": "PLUGIN=client I8N_NS=plugin__odf-client-console yarn server:plugin",
"dev-mco": "PLUGIN=mco I8N_NS=plugin__odf-multicluster-console yarn server:plugin",
"export-pos": "./scripts/i18n/export-pos.sh",
"format": "yarn prettier -w .",
"format-test": "yarn prettier -c .",
Expand All @@ -49,8 +49,8 @@
"po-to-i18n": "node ./scripts/i18n/po-to-i18n.js",
"prepare": "husky install",
"serve-local-build": "./http-server.sh ./plugins/odf/dist",
"serve-local-build-mco": "./http-server.sh ./plugins/mco/dist",
"serve-local-build:c": "yarn ocp-console & yarn serve-local-build & wait",
"serve-local-build-mco": "./http-server.sh ./plugins/mco/dist",
"server:plugin": "yarn build:generate && I8N_NS=${I8N_NS} yarn tsx ./node_modules/.bin/webpack serve -c ./webpack.config.ts --progress",
"test": "jest --config=jest/config.js",
"test-coverage": "jest --config=jest/config.js --silent --coverage --coverageReporters text-summary",
Expand Down Expand Up @@ -82,12 +82,12 @@
"@openshift-console/dynamic-plugin-sdk-webpack": "1.3.0",
"@openshift-console/plugin-shared": "^0.0.3",
"@patternfly/patternfly": "5.4.2",
"@patternfly/react-charts": "7.4.5",
"@patternfly/react-core": "5.4.2",
"@patternfly/react-icons": "5.4.0",
"@patternfly/react-table": "5.4.8",
"@patternfly/react-charts": "7.4.8",
"@patternfly/react-core": "5.4.12",
"@patternfly/react-icons": "5.4.2",
"@patternfly/react-table": "5.4.14",
"@patternfly/react-tokens": "5.4.1",
"@patternfly/react-topology": "5.4.0",
"@patternfly/react-topology": "5.4.1",
"@types/lodash-es": "^4.17.4",
"@types/react-dnd-html5-backend": "^3.0.2",
"buffer": "^6.0.3",
Expand Down
10 changes: 5 additions & 5 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
},
"dependencies": {
"@patternfly/patternfly": "5.4.2",
"@patternfly/react-charts": "7.4.5",
"@patternfly/react-core": "5.4.2",
"@patternfly/react-icons": "5.4.0",
"@patternfly/react-table": "5.4.8",
"@patternfly/react-charts": "7.4.8",
"@patternfly/react-core": "5.4.12",
"@patternfly/react-icons": "5.4.2",
"@patternfly/react-table": "5.4.14",
"@patternfly/react-tokens": "5.4.1",
"@patternfly/react-topology": "5.4.0",
"@patternfly/react-topology": "5.4.1",
"@types/lodash-es": "^4.17.4",
"@types/node": "^14.14.34",
"@types/react": "16.8.13",
Expand Down
Loading

0 comments on commit cfb6cd8

Please sign in to comment.