Skip to content

Commit 1725f13

Browse files
committed
feat: add yarn v4 support
Signed-off-by: Oleksii Orel <oorel@redhat.com>
1 parent 42897da commit 1725f13

File tree

12 files changed

+4832
-4770
lines changed

12 files changed

+4832
-4770
lines changed

.deps/EXCLUDED/prod.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ This file lists dependencies that do not need CQs or auto-detection does not wor
22

33
| Packages | Resolved CQs |
44
| --- | --- |
5-
| `@devfile/api@2.3.0-1738342178` | N/A |
65
| `@fastify/cors@9.0.1` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/@fastify/cors/9.0.1) |
76
| `@fastify/swagger-ui@4.2.0` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/@fastify/swagger-ui/4.2.0) |
87
| `@hapi/hoek@10.0.1` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/@hapi/hoek/10.0.1) |

.deps/dev.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
| [`acorn-jsx@5.3.2`](https://github.com/acornjs/acorn-jsx) | MIT | clearlydefined |
164164
| [`acorn-walk@8.3.0`](https://github.com/acornjs/acorn.git) | MIT | #11942 |
165165
| [`acorn@8.11.2`](https://github.com/acornjs/acorn.git) | MIT | clearlydefined |
166-
| [`acorn@8.14.0`](git+https://github.com/acornjs/acorn.git) | MIT | clearlydefined |
166+
| [`acorn@8.14.0`](git+https://github.com/acornjs/acorn.git) | MIT | #19983 |
167167
| [`agent-base@6.0.2`](git://github.com/TooTallNate/node-agent-base.git) | MIT | clearlydefined |
168168
| [`ajv-keywords@3.5.2`](git+https://github.com/epoberezkin/ajv-keywords.git) | MIT | clearlydefined |
169169
| [`ajv-keywords@5.1.0`](git+https://github.com/epoberezkin/ajv-keywords.git) | MIT | clearlydefined |
@@ -780,7 +780,7 @@
780780
| [`write-file-atomic@4.0.2`](https://github.com/npm/write-file-atomic.git) | ISC | clearlydefined |
781781
| [`write-file-atomic@5.0.1`](https://github.com/npm/write-file-atomic.git) | ISC | #8219 |
782782
| `write-json-file@2.3.0` | MIT | clearlydefined |
783-
| [`ws@8.18.0`](git+https://github.com/websockets/ws.git) | MIT | clearlydefined |
783+
| [`ws@8.18.0`](git+https://github.com/websockets/ws.git) | MIT | #19631 |
784784
| `xml-name-validator@4.0.0` | Apache-2.0 | clearlydefined |
785785
| `xmlchars@2.2.0` | MIT | clearlydefined |
786786
| [`y18n@5.0.8`](https://github.com/yargs/y18n) | ISC | clearlydefined |

.github/workflows/pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,8 @@ jobs:
152152
include:
153153
- platform: linux/arm64
154154
default: false
155+
- platform: linux/s390x
156+
default: false
155157
steps:
156158
-
157159
name: "Checkout Che Dashboard source code"

.yarn/releases/yarn-3.8.6.cjs

Lines changed: 0 additions & 875 deletions
This file was deleted.

.yarn/releases/yarn-4.5.1.cjs

Lines changed: 934 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
compressionLevel: mixed
2+
3+
enableGlobalCache: false
4+
15
httpRetry: 3
26

37
httpTimeout: 600000
@@ -20,4 +24,4 @@ packageExtensions:
2024
dependencies:
2125
prop-types: "*"
2226

23-
yarnPath: .yarn/releases/yarn-3.8.6.cjs
27+
yarnPath: .yarn/releases/yarn-4.5.1.cjs

packages/dashboard-frontend/src/pages/WorkspaceDetails/index.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ import ProgressIndicator from '@/components/Progress';
2727
import WorkspaceEvents from '@/components/WorkspaceEvents';
2828
import WorkspaceLogs from '@/components/WorkspaceLogs';
2929
import { lazyInject } from '@/inversify.config';
30+
import DevfileEditorTab from '@/pages/WorkspaceDetails/DevfileEditorTab';
3031
import Header from '@/pages/WorkspaceDetails/Header';
3132
import { WorkspaceDetailsHeaderActions } from '@/pages/WorkspaceDetails/Header/Actions';
3233
import styles from '@/pages/WorkspaceDetails/index.module.css';
@@ -36,8 +37,6 @@ import { buildDetailsLocation } from '@/services/helpers/location';
3637
import { WorkspaceDetailsTab } from '@/services/helpers/types';
3738
import { Workspace } from '@/services/workspace-adapter';
3839

39-
const DevfileEditorTab = React.lazy(() => import('@/pages/WorkspaceDetails/DevfileEditorTab'));
40-
4140
export const SECTION_THEME = PageSectionVariants.light;
4241

4342
export type Props = {

scripts/yarn/old_version/.deps/EXCLUDED/prod.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,13 @@ This file lists dependencies that do not need CQs or auto-detection does not wor
22

33
| Packages | Resolved CQs |
44
| --- | --- |
5-
| `@devfile/api@2.3.0-1738342178` | N/A |
65
| `@fastify/cors@9.0.1` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/@fastify/cors/9.0.1) |
76
| `@fastify/swagger-ui@4.2.0` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/@fastify/swagger-ui/4.2.0) |
87
| `@hapi/hoek@10.0.1` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/@hapi/hoek/10.0.1) |
98
| `@patternfly/react-core@4.278.0` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/@patternfly/react-core/4.278.0) |
109
| `@patternfly/react-icons@4.93.7` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/@patternfly/react-icons/4.93.7) |
1110
| `@patternfly/react-table@4.113.6` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/@patternfly/react-table/4.113.6) |
1211
| `blueimp-md5@2.19.0` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/-/blueimp-md5/2.19.0) |
13-
| `asn1.js@4.10.1` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/-/asn1.js/4.10.1) |
1412
| `codemirror@5.65.18` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/-/codemirror/5.65.18) |
1513
| `cookie-signature@1.2.1` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/-/cookie-signature/1.2.1) |
1614
| `elliptic@6.6.1` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/-/elliptic/6.6.1) |

scripts/yarn/old_version/.deps/dev.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@
337337
| [`get-symbol-description@1.0.0`](git+https://github.com/inspect-js/get-symbol-description.git) | MIT | clearlydefined |
338338
| [`glob-parent@5.1.2`](https://github.com/gulpjs/glob-parent.git) | ISC | clearlydefined |
339339
| [`glob-to-regexp@0.4.1`](https://github.com/fitzgen/glob-to-regexp.git) | BSD-2-Clause | clearlydefined |
340-
| [`glob@7.2.3`](git://github.com/isaacs/node-glob.git) | ISC | clearlydefined |
340+
| [`glob@7.2.3`](git://github.com/isaacs/node-glob.git) | ISC | #19366 |
341341
| [`global-modules@2.0.0`](https://github.com/jonschlinkert/global-modules.git) | MIT | clearlydefined |
342342
| [`global-prefix@3.0.0`](https://github.com/jonschlinkert/global-prefix.git) | MIT | clearlydefined |
343343
| [`globals@13.23.0`](https://github.com/sindresorhus/globals.git) | MIT | clearlydefined |
@@ -368,7 +368,7 @@
368368
| [`identity-obj-proxy@3.0.0`](git+https://github.com/keyanzhang/identity-obj-proxy.git) | MIT | clearlydefined |
369369
| [`ignore-by-default@1.0.1`](git+https://github.com/novemberborn/ignore-by-default.git) | ISC | clearlydefined |
370370
| [`ignore@5.2.4`](git@github.com:kaelzhang/node-ignore.git) | MIT | #5907 |
371-
| [`import-fresh@3.3.0`](https://github.com/sindresorhus/import-fresh.git) | MIT | clearlydefined |
371+
| [`import-fresh@3.3.0`](https://github.com/sindresorhus/import-fresh.git) | MIT | #19299 |
372372
| [`import-lazy@4.0.0`](https://github.com/sindresorhus/import-lazy.git) | MIT | clearlydefined |
373373
| [`import-local@3.1.0`](https://github.com/sindresorhus/import-local.git) | MIT | clearlydefined |
374374
| [`imurmurhash@0.1.4`](https://github.com/jensyt/imurmurhash-js) | MIT | clearlydefined |

scripts/yarn/old_version/.deps/prod.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
| [`@babel/runtime@7.23.2`](https://github.com/babel/babel.git) | MIT | #10718 |
66
| [`@devfile/api@2.3.0-1738342178`](https://github.com/GIT_USER_ID/GIT_REPO_ID.git) | Apache-2.0 | N/A |
77
| [`@eclipse-che/che-devworkspace-generator@7.99.0-next-1ccb963`](git+https://github.com/devfile/devworkspace-generator.git) | EPL-2.0 | ecd.che |
8-
| [`@eclipse-che/common@7.99.0-next`](https://github.com/eclipse-che/che-dashboard) | EPL-2.0 | ecd.che |
9-
| [`@eclipse-che/dashboard-backend@7.99.0-next`](https://github.com/eclipse-che/che-dashboard) | EPL-2.0 | ecd.che |
10-
| [`@eclipse-che/dashboard-frontend@7.99.0-next`](git://github.com/eclipse/che-dashboard.git) | EPL-2.0 | ecd.che |
8+
| [`@eclipse-che/common@7.100.0-next`](https://github.com/eclipse-che/che-dashboard) | EPL-2.0 | ecd.che |
9+
| [`@eclipse-che/dashboard-backend@7.100.0-next`](https://github.com/eclipse-che/che-dashboard) | EPL-2.0 | ecd.che |
10+
| [`@eclipse-che/dashboard-frontend@7.100.0-next`](git://github.com/eclipse/che-dashboard.git) | EPL-2.0 | ecd.che |
1111
| [`@fastify/accept-negotiator@1.1.0`](git+https://github.com/fastify/accept-negotiator.git) | MIT | clearlydefined |
1212
| [`@fastify/ajv-compiler@3.6.0`](git+https://github.com/fastify/ajv-compiler.git) | MIT | clearlydefined |
1313
| [`@fastify/busboy@2.0.0`](https://github.com/fastify/busboy.git) | MIT | clearlydefined |

0 commit comments

Comments
 (0)