Skip to content

Commit

Permalink
fix: upgrade libs
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksii Orel <oorel@redhat.com>
  • Loading branch information
olexii4 committed May 24, 2024
1 parent b6b5a38 commit 5ed70ca
Show file tree
Hide file tree
Showing 10 changed files with 753 additions and 324 deletions.
2 changes: 1 addition & 1 deletion .deps/EXCLUDED/dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This file contains a manual contribution to .deps/dev.md and it's needed because
| `@babel/runtime-corejs3@7.22.10` | transitive dependency |
| `@csstools/media-query-list-parser@2.1.4` | transitive dependency |
| `@csstools/selector-specificity@3.0.0` | transitive dependency |
| `@devfile/api@2.2.2-1700686170` | N/A |
| `@devfile/api@2.2.2-1715367693` | N/A |
| `@eslint/js@8.53.0` | transitive dependency |
| `@nrwl/nx-darwin-arm64@15.9.7` | transitive dependency |
| `@nrwl/nx-darwin-x64@15.9.7` | transitive dependency |
Expand Down
8 changes: 5 additions & 3 deletions .deps/EXCLUDED/prod.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,17 @@ This file lists dependencies that do not need CQs or auto-detection does not wor

| Packages | Resolved CQs |
| --- | --- |
| `@fastify/cors@8.4.1` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/@fastify/cors/8.4.1) |
| `@fastify/cors@9.0.1` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/@fastify/cors/9.0.1) |
| `@fastify/http-proxy@^9.5.0` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/@fastify/http-proxy/9.5.0) |
| `@fastify/reply-from@^9.6.0` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/@fastify/reply-from/9.6.0) |
| `@fastify/websocket@10.0.1` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/@fastify/websocket/10.0.1)
| `@patternfly/react-core@4.278.0` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/@patternfly/react-core/4.278.0) |
| `@patternfly/react-table@4.113.6` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/@patternfly/react-table/4.113.6) |
| `@patternfly/react-icons@4.93.7` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/@patternfly/react-icons/4.93.7) |
| `blueimp-md5@2.19.0` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/-/blueimp-md5/2.19.0) |
| `codemirror@5.65.15` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/-/codemirror/5.65.15) |
| `codemirror@5.65.16` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/-/codemirror/5.65.16) |
| `cookie-signature@1.2.1` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/-/cookie-signature/1.2.1) |
| `inversify-react@1.1.1` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/-/inversify-react/1.1.1) |
| `fast-uri@2.3.0` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/-/fast-uri/2.3.0) |
| `fastify@4.26.2` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/-/fastify/4.26.2) |
| `fastify@4.27.0` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/-/fastify/4.27.0) |
| `real-require@0.2.0` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/-/real-require/0.2.0) |
98 changes: 45 additions & 53 deletions .deps/dev.md

Large diffs are not rendered by default.

97 changes: 58 additions & 39 deletions .deps/prod.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions build/dockerfiles/rhel.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# Red Hat, Inc. - initial API and implementation

# https://registry.access.redhat.com/ubi8/nodejs-18
FROM registry.access.redhat.com/ubi8/nodejs-18:1-86 as builder
FROM registry.access.redhat.com/ubi8/nodejs-18:1-102 as builder
# hadolint ignore=DL3002
USER 0
RUN dnf -y -q update --exclude=unbound-libs
Expand All @@ -20,7 +20,7 @@ RUN npm i -g yarn; yarn install
RUN yarn build

# https://registry.access.redhat.com/ubi8/nodejs-18
FROM registry.access.redhat.com/ubi8/nodejs-18:1-86
FROM registry.access.redhat.com/ubi8/nodejs-18:1-102
# hadolint ignore=DL3002
USER 0
# hadolint ignore=DL4006
Expand Down
6 changes: 3 additions & 3 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@
"test:watch": "yarn test --watch"
},
"devDependencies": {
"@devfile/api": "2.2.2-1700686170",
"@devfile/api": "2.2.2-1715367693",
"@kubernetes/client-node": "^0.18.1",
"@types/jest": "^29.5.3",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"axios": "^1.6.0",
"axios": "^1.7.0",
"axios-mock-adapter": "^1.22.0",
"eslint": "^8.46.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-notice": "^0.9.10",
"eslint-plugin-prettier": "^5.0.0",
"jest": "^29.7.0",
"prettier": "^3.0.1",
"prettier": "^3.2.5",
"rimraf": "^5.0.1",
"ts-jest": "^29.1.1",
"typescript": "^5.1.6"
Expand Down
36 changes: 18 additions & 18 deletions packages/dashboard-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,31 +26,31 @@
],
"license": "EPL-2.0",
"dependencies": {
"@eclipse-che/che-devworkspace-generator": "7.79.0-next-1427c19",
"@fastify/cors": "^8.3.0",
"@fastify/error": "^3.3.0",
"@eclipse-che/che-devworkspace-generator": "7.87.0-next-68df316",
"@fastify/cors": "^9.0.1",
"@fastify/error": "^3.4.1",
"@fastify/http-proxy": "^9.5.0",
"@fastify/oauth2": "^7.7.0",
"@fastify/oauth2": "^7.8.1",
"@fastify/static": "^6.10.2",
"@fastify/swagger": "^8.8.0",
"@fastify/swagger-ui": "1.9.2",
"@fastify/swagger": "^8.14.0",
"@fastify/swagger-ui": "3.0.0",
"@fastify/websocket": "^8.2.0",
"@kubernetes/client-node": "^0.18.1",
"@kubernetes/client-node": "^0.21.0",
"args": "^5.0.3",
"axios": "^1.6.0",
"fastify": "^4.26.1",
"axios": "^1.7.0",
"fastify": "^4.27.0",
"fs-extra": "^11.1.1",
"https": "^1.0.0",
"js-yaml": "^4.0.0",
"js-yaml": "^4.1.0",
"multi-ini": "^2.3.2",
"pino": "^8.15.1",
"pino-pretty": "^10.2.0",
"querystring": "^0.2.1",
"reflect-metadata": "^0.1.13",
"ws": "^8.13.0"
"reflect-metadata": "^0.1.14",
"ws": "^8.17.0"
},
"devDependencies": {
"@devfile/api": "2.2.2-1700686170",
"@devfile/api": "2.2.2-1715367693",
"@types/args": "^5.0.0",
"@types/fs-extra": "^11.0.1",
"@types/jest": "^29.5.3",
Expand All @@ -69,15 +69,15 @@
"file-loader": "^6.2.0",
"jest": "^29.7.0",
"json-schema": "^0.4.0",
"nodemon": "^3.0.1",
"prettier": "^3.0.2",
"source-map-loader": "^4.0.1",
"nodemon": "^3.1.0",
"prettier": "^3.2.5",
"source-map-loader": "^5.0.0",
"speed-measure-webpack-plugin": "^1.5.0",
"ts-jest": "^29.1.1",
"ts-loader": "^9.4.4",
"typescript": "^5.1.6",
"webpack": "^5.88.2",
"webpack-bundle-analyzer": "^4.9.0",
"webpack": "^5.91.0",
"webpack-bundle-analyzer": "^4.10.0",
"webpack-cli": "^5.1.4",
"webpack-merge": "^5.9.0"
},
Expand Down
28 changes: 14 additions & 14 deletions packages/dashboard-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,31 +35,31 @@
"@patternfly/react-core": "^4.276.11",
"@patternfly/react-icons": "^4.93.7",
"@patternfly/react-table": "^4.113.3",
"axios": "^1.6.0",
"axios": "^1.7.0",
"buffer": "^6.0.3",
"codemirror": "^5.65.15",
"codemirror": "^5.65.16",
"connected-react-router": "^6.9.3",
"crypto-browserify": "^3.12.0",
"date-fns": "^2.30.0",
"date-fns": "^3.5.0",
"detect-browser": "^5.3.0",
"gravatar-url": "^4.0.1",
"history": "^4.10.1",
"inversify": "^6.0.1",
"inversify": "^6.0.2",
"inversify-inject-decorators": "^3.1.0",
"inversify-react": "^1.1.0",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"process": "^0.11.10",
"qs": "^6.11.2",
"qs": "^6.12.1",
"react": "^16.14.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^16.12.0",
"react-helmet": "^6.1.0",
"react-pluralize": "^1.6.3",
"react-redux": "^7.1.3",
"react-redux": "^7.2.9",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-tooltip": "^4.2.15",
"react-tooltip": "^4.5.1",
"reconnecting-websocket": "^4.4.0",
"redux": "^4.2.1",
"redux-thunk": "^2.4.2",
Expand All @@ -69,9 +69,9 @@
"stream-browserify": "^3.0.0"
},
"devDependencies": {
"@devfile/api": "2.2.2-1700686170",
"@eclipse-che/api": "^7.80.0",
"@kubernetes/client-node": "^0.18.1",
"@devfile/api": "2.2.2-1715367693",
"@eclipse-che/api": "^7.86.0",
"@kubernetes/client-node": "^0.21.0",
"@react-mock/state": "^0.1.8",
"@testing-library/dom": "^7.30.3",
"@testing-library/jest-dom": "6.1.4",
Expand All @@ -87,7 +87,7 @@
"@types/redux-mock-store": "^1.0.2",
"@types/sanitize-html": "^2.9.0",
"@types/testing-library__jest-dom": "^5.14.9",
"@types/webpack": "^5.28.1",
"@types/webpack": "^5.28.5",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"clean-terminal-webpack-plugin": "^3.0.0",
Expand All @@ -112,7 +112,7 @@
"jest-websocket-mock": "2.4.1",
"loader-utils": "^3.2.1",
"mini-css-extract-plugin": "^2.7.6",
"prettier": "^3.0.2",
"prettier": "^3.2.5",
"react-test-renderer": "^16.14.0",
"redux-mock-store": "^1.5.4",
"source-map-loader": "^4.0.1",
Expand All @@ -125,8 +125,8 @@
"ts-jest": "^29.1.1",
"ts-loader": "^9.4.4",
"typescript": "^5.1.6",
"webpack": "^5.88.2",
"webpack-bundle-analyzer": "^4.9.0",
"webpack": "^5.91.0",
"webpack-bundle-analyzer": "^4.10.0",
"webpack-cli": "^5.1.4",
"webpack-merge": "^5.9.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ export class WorkspaceActionsBulkDeleteButton extends React.Component<Props> {
const { isDisabled, onAction, workspaces } = this.props;

const handleAction = () =>
workspaces.map(
workspace => onAction?.(WorkspaceAction.DELETE_WORKSPACE, workspace.uid, true),
workspaces.map(workspace =>
onAction?.(WorkspaceAction.DELETE_WORKSPACE, workspace.uid, true),
);

return (
Expand Down
Loading

0 comments on commit 5ed70ca

Please sign in to comment.