Perform some regular maintenance for JS (#37247)

Signed-off-by: Jon Koops <jonkoops@gmail.com>
This commit is contained in:
Jon Koops 2025-02-13 12:32:44 +01:00 committed by GitHub
parent 901a82ba73
commit 387aac1167
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 625 additions and 984 deletions

View File

@ -7,11 +7,6 @@ inputs:
required: false
default: "22"
env:
# Temporary workaround for https://github.com/nodejs/corepack/issues/612
# TODO: Remove this once the issue is fixed
COREPACK_INTEGRITY_KEYS: 0
runs:
using: composite
steps:

View File

@ -12,9 +12,6 @@ on:
env:
MAVEN_ARGS: "-B -nsu -Daether.connector.http.connectionMaxTtl=25"
RETRY_COUNT: 3
# Temporary workaround for https://github.com/nodejs/corepack/issues/612
# TODO: Remove this once the issue is fixed
COREPACK_INTEGRITY_KEYS: 0
concurrency:
# Only cancel jobs for PR updates

View File

@ -44,8 +44,8 @@
"@keycloak/keycloak-admin-client": "workspace:*",
"@playwright/test": "^1.50.1",
"@types/lodash-es": "^4.17.12",
"@types/react": "^18.3.13",
"@types/react-dom": "^18.3.1",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react-swc": "^3.8.0",
"lightningcss": "^1.29.1",
"vite": "^6.1.0",

View File

@ -123,8 +123,8 @@
"@types/dagre": "^0.7.52",
"@types/file-saver": "^2.0.7",
"@types/lodash-es": "^4.17.12",
"@types/react": "^18.3.13",
"@types/react-dom": "^18.3.1",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react-swc": "^3.8.0",
"cypress": "^14.0.3",
"cypress-axe": "^1.6.0",

View File

@ -58,8 +58,8 @@
},
"devDependencies": {
"@types/lodash-es": "^4.17.12",
"@types/react": "^18.3.13",
"@types/react-dom": "^18.3.1",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react-swc": "^3.8.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"vite": "^6.1.0",

View File

@ -2,7 +2,7 @@
"name": "root",
"private": true,
"type": "module",
"packageManager": "pnpm@9.14.4+sha512.c8180b3fbe4e4bca02c94234717896b5529740a6cbadf19fa78254270403ea2f27d4e1d46a08a0f56c89b63dc8ebfd3ee53326da720273794e6200fcf0d184ab",
"packageManager": "pnpm@10.3.0+sha512.ee592eda8815a8a293c206bb0917c4bb0ff274c50def7cbc17be05ec641fc2d1b02490ce660061356bd0d126a4d7eb2ec8830e6959fb8a447571c631d5a2442d",
"scripts": {
"prepare": "cd .. && husky js/.husky",
"build": "wireit"
@ -32,7 +32,7 @@
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-compiler": "19.0.0-beta-714736e-20250131",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-hooks": "~5.0.0",
"husky": "^9.1.7",
"lint-staged": "^15.4.3",
"prettier": "^3.5.0",
@ -65,6 +65,11 @@
"moment-timezone",
"patternfly-bootstrap-combobox",
"patternfly-bootstrap-treeview"
],
"onlyBuiltDependencies": [
"@swc/core",
"cypress",
"esbuild"
]
},
"lint-staged": {

1576
js/pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@ -24,8 +24,8 @@
</modules>
<properties>
<node.version>v22.11.0</node.version>
<pnpm.version>9.14.4</pnpm.version>
<node.version>v22.14.0</node.version>
<pnpm.version>10.3.0</pnpm.version>
<!-- The JavaScript projects use non-standard folders for their sources, therefore, name it here explicitly -->
<maven.build.cache.input.1>src</maven.build.cache.input.1>
<maven.build.cache.input.2>public</maven.build.cache.input.2>