Skip to content

Commit

Permalink
fix: versions of libraries
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksii Orel <[email protected]>
  • Loading branch information
olexii4 committed Oct 28, 2024
1 parent 8319b81 commit 2383bdc
Show file tree
Hide file tree
Showing 10 changed files with 471 additions and 642 deletions.
9 changes: 4 additions & 5 deletions .deps/EXCLUDED/prod.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ This file lists dependencies that do not need CQs or auto-detection does not wor

| Packages | Resolved CQs |
| --- | --- |
| `@fastify/[email protected]` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/@fastify/cors/10.0.1) |
| `@fastify/[email protected]` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/@fastify/cors/9.0.1) |
| `@fastify/[email protected]` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/@fastify/swagger-ui/4.2.0) |
| `@hapi/[email protected]` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/@hapi/hoek/10.0.1) |
| `@patternfly/[email protected]` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/@patternfly/react-core/4.278.0) |
| `@patternfly/[email protected]` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/@patternfly/react-icons/4.93.7) |
Expand All @@ -11,9 +12,7 @@ This file lists dependencies that do not need CQs or auto-detection does not wor
| `[email protected]` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/-/codemirror/5.65.16) |
| `[email protected]` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/-/cookie-signature/1.2.1) |
| `[email protected]` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/-/fast-uri/2.4.0) |
| `[email protected]` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/-/fastify/5.0.0) |
| `[email protected]` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/-/glob/11.0.0) |
| `[email protected]` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/-/hast-util-to-jsx-runtime/2.3.2) |
| `[email protected]` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/-/fastify/4.28.1) |
| `[email protected]` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/-/jsep/1.3.9) |
| `[email protected]` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/-/real-require/0.2.0) |
| `light-my-request@6.0.0` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/-/light-my-request/6.0.0) |
| `light-my-request@5.14.0` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/-/light-my-request/5.14.0) |
3 changes: 0 additions & 3 deletions .deps/dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@
| [`[email protected]`](https://github.com/acornjs/acorn.git) | MIT | #11942 |
| [`[email protected]`](https://github.com/acornjs/acorn.git) | MIT | clearlydefined |
| [`[email protected]`](git://github.com/TooTallNate/node-agent-base.git) | MIT | clearlydefined |
| [`[email protected]`](git+https://github.com/ajv-validator/ajv-formats.git) | MIT | clearlydefined |
| [`[email protected]`](git+https://github.com/epoberezkin/ajv-keywords.git) | MIT | clearlydefined |
| [`[email protected]`](git+https://github.com/epoberezkin/ajv-keywords.git) | MIT | clearlydefined |
| `[email protected]` | MIT | clearlydefined |
Expand Down Expand Up @@ -541,7 +540,6 @@
| `[email protected]` | (WTFPL OR MIT) | #11619 |
| [`[email protected]`](git://github.com/gkz/optionator.git) | MIT | #9208 |
| `[email protected]` | MIT | clearlydefined |
| `[email protected]` | MIT | clearlydefined |
| `[email protected]` | MIT | clearlydefined |
| `[email protected]` | MIT | clearlydefined |
| `[email protected]` | MIT | clearlydefined |
Expand Down Expand Up @@ -765,4 +763,3 @@
| [`[email protected]`](https://github.com/yargs/yargs-parser.git) | ISC | clearlydefined |
| [`[email protected]`](https://github.com/yargs/yargs-parser.git) | ISC | clearlydefined |
| [`[email protected]`](https://github.com/yargs/yargs.git) | MIT | #8222 |
| `[email protected]` | MIT | clearlydefined |
67 changes: 29 additions & 38 deletions .deps/prod.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
node-version: [20.x]
node-version: [18.x, 20.x]
steps:
-
name: "Checkout Che Dashboard source code"
Expand Down
16 changes: 8 additions & 8 deletions packages/dashboard-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,19 @@
"dependencies": {
"@devfile/api": "2.3.0-1721400636",
"@eclipse-che/che-devworkspace-generator": "7.90.0-next-4510df7",
"@fastify/cors": "^10.0.0",
"@fastify/cors": "^9.0.1",
"@fastify/error": "^3.4.1",
"@fastify/http-proxy": "^10.0.0",
"@fastify/http-proxy": "^9.5.0",
"@fastify/oauth2": "^8.0.0",
"@fastify/rate-limit": "^10.0.0",
"@fastify/static": "^8.0.0",
"@fastify/swagger": "^9.1.0",
"@fastify/swagger-ui": "^5.0.1",
"@fastify/websocket": "^11.0.0",
"@fastify/rate-limit": "^9.1.0",
"@fastify/static": "^6.10.2",
"@fastify/swagger": "^8.14.0",
"@fastify/swagger-ui": "3.0.0",
"@fastify/websocket": "^10.0.1",
"@kubernetes/client-node": "^0.21.0",
"args": "^5.0.3",
"axios": "^1.7.0",
"fastify": "^5.0.0",
"fastify": "^4.27.0",
"fs-extra": "^11.1.1",
"https": "^1.0.0",
"js-yaml": "^4.1.0",
Expand Down
9 changes: 4 additions & 5 deletions scripts/yarn/old_version/.deps/EXCLUDED/prod.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ This file lists dependencies that do not need CQs or auto-detection does not wor

| Packages | Resolved CQs |
| --- | --- |
| `@fastify/[email protected]` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/@fastify/cors/10.0.1) |
| `@fastify/[email protected]` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/@fastify/cors/9.0.1) |
| `@fastify/[email protected]` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/@fastify/swagger-ui/4.2.0) |
| `@hapi/[email protected]` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/@hapi/hoek/10.0.1) |
| `@patternfly/[email protected]` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/@patternfly/react-core/4.278.0) |
| `@patternfly/[email protected]` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/@patternfly/react-icons/4.93.7) |
Expand All @@ -11,9 +12,7 @@ This file lists dependencies that do not need CQs or auto-detection does not wor
| `[email protected]` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/-/codemirror/5.65.16) |
| `[email protected]` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/-/cookie-signature/1.2.1) |
| `[email protected]` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/-/fast-uri/2.4.0) |
| `[email protected]` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/-/fastify/5.0.0) |
| `[email protected]` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/-/glob/11.0.0) |
| `[email protected]` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/-/hast-util-to-jsx-runtime/2.3.2) |
| `[email protected]` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/-/fastify/4.28.1) |
| `[email protected]` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/-/jsep/1.3.9) |
| `[email protected]` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/-/real-require/0.2.0) |
| `light-my-request@6.0.0` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/-/light-my-request/6.0.0) |
| `light-my-request@5.14.0` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/-/light-my-request/5.14.0) |
6 changes: 0 additions & 6 deletions scripts/yarn/old_version/.deps/dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,6 @@
| [`[email protected]`](git+ssh://[email protected]/istanbuljs/istanbuljs.git) | BSD-3-Clause | clearlydefined |
| [`[email protected]`](git+ssh://[email protected]/istanbuljs/istanbuljs.git) | BSD-3-Clause | #1710 |
| [`[email protected]`](git+https://github.com/ljharb/Iterator.prototype.git) | MIT | clearlydefined |
| [`[email protected]`](git+https://github.com/isaacs/jackspeak.git) | BlueOak-1.0.0 | #10783 |
| [`[email protected]`](https://github.com/jestjs/jest.git) | MIT | clearlydefined |
| [`[email protected]`](https://github.com/jestjs/jest.git) | MIT | clearlydefined |
| [`[email protected]`](https://github.com/jestjs/jest.git) | MIT | clearlydefined |
Expand Down Expand Up @@ -505,7 +504,6 @@
| [`[email protected]`](https://github.com/sindresorhus/open.git) | MIT | clearlydefined |
| [`[email protected]`](https://github.com/domenic/opener.git) | (WTFPL OR MIT) | #11619 |
| [`[email protected]`](git://github.com/gkz/optionator.git) | MIT | #9208 |
| [`[email protected]`](https://github.com/sindresorhus/p-limit.git) | MIT | clearlydefined |
| [`[email protected]`](https://github.com/sindresorhus/p-locate.git) | MIT | clearlydefined |
| [`[email protected]`](https://github.com/sindresorhus/p-try.git) | MIT | clearlydefined |
| [`[email protected]`](git://github.com/blakeembrey/change-case.git) | MIT | clearlydefined |
Expand All @@ -516,7 +514,6 @@
| [`[email protected]`](https://github.com/sindresorhus/path-exists.git) | MIT | clearlydefined |
| [`[email protected]`](https://github.com/sindresorhus/path-is-absolute.git) | MIT | clearlydefined |
| [`[email protected]`](https://github.com/jbgutierrez/path-parse.git) | MIT | clearlydefined |
| [`[email protected]`](git+https://github.com/isaacs/path-scurry) | BlueOak-1.0.0 | #9370 |
| [`[email protected]`](https://github.com/sindresorhus/path-type.git) | MIT | clearlydefined |
| [`[email protected]`](https://github.com/micromatch/picomatch.git) | MIT | clearlydefined |
| [`[email protected]`](https://github.com/sindresorhus/pify.git) | MIT | clearlydefined |
Expand Down Expand Up @@ -592,7 +589,6 @@
| [`[email protected]`](git+https://github.com/ljharb/safe-regex-test.git) | MIT | clearlydefined |
| [`[email protected]`](https://github.com/lddubeau/saxes.git) | ISC | clearlydefined |
| [`[email protected]`](https://github.com/webpack/schema-utils.git) | MIT | #8986 |
| [`[email protected]`](https://github.com/npm/node-semver.git) | ISC | clearlydefined |
| [`[email protected]`](git+https://github.com/yahoo/serialize-javascript.git) | BSD-3-Clause | #12680 |
| [`[email protected]`](git+https://github.com/ljharb/set-function-length.git) | MIT | #11090 |
| [`[email protected]`](git+https://github.com/ljharb/set-function-name.git) | MIT | #10590 |
Expand Down Expand Up @@ -697,7 +693,5 @@
| [`[email protected]`](https://github.com/jsdom/xml-name-validator.git) | Apache-2.0 | clearlydefined |
| [`[email protected]`](https://github.com/lddubeau/xmlchars.git) | MIT | clearlydefined |
| [`[email protected]`](https://github.com/yargs/y18n.git) | ISC | clearlydefined |
| [`[email protected]`](git+https://github.com/isaacs/yallist.git) | ISC | clearlydefined |
| [`[email protected]`](https://github.com/yargs/yargs-parser.git) | ISC | clearlydefined |
| [`[email protected]`](https://github.com/yargs/yargs.git) | MIT | #8222 |
| [`[email protected]`](https://github.com/sindresorhus/yocto-queue.git) | MIT | clearlydefined |
Loading

0 comments on commit 2383bdc

Please sign in to comment.