Skip to content

Commit

Permalink
feat: add yarn v4 support
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksii Orel <[email protected]>
  • Loading branch information
olexii4 committed Nov 10, 2024
1 parent 561fad8 commit b256be5
Show file tree
Hide file tree
Showing 7 changed files with 5,086 additions and 5,018 deletions.
3 changes: 2 additions & 1 deletion .deps/dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
| [`@babel/[email protected]`](https://github.com/babel/babel.git) | MIT | #8944 |
| [`@babel/[email protected]`](https://github.com/babel/babel.git) | MIT | #11537 |
| [`@babel/[email protected]`](https://github.com/babel/babel.git) | MIT | #9012 |
| [`@babel/[email protected]`](https://github.com/babel/babel.git) | MIT | clearlydefined |
| [`@babel/[email protected]`](https://github.com/babel/babel.git) | MIT | #9048 |
| [`@babel/[email protected]`](https://github.com/babel/babel.git) | MIT | #8938 |
| [`@babel/[email protected]`](https://github.com/babel/babel.git) | MIT | #8962 |
Expand All @@ -26,7 +27,7 @@
| [`@babel/[email protected]`](https://github.com/babel/babel.git) | MIT | #11662 |
| [`@babel/[email protected]`](https://github.com/babel/babel.git) | MIT | #9073 |
| [`@babel/[email protected]`](https://github.com/babel/babel.git) | MIT | #10663 |
| [`@babel/plugin-syntax-jsx@7.22.5`](https://github.com/babel/babel.git) | MIT | #9014 |
| [`@babel/plugin-syntax-jsx@7.25.9`](https://github.com/babel/babel.git) | MIT | clearlydefined |
| [`@babel/[email protected]`](https://github.com/babel/babel.git) | MIT | #8994 |
| [`@babel/[email protected]`](https://github.com/babel/babel.git) | MIT | #9017 |
| [`@babel/[email protected]`](https://github.com/babel/babel.git) | MIT | #11520 |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@ jobs:
include:
- platform: linux/arm64
default: false
- platform: linux/s390x
default: false
steps:
-
name: "Checkout Che Dashboard source code"
Expand Down
875 changes: 0 additions & 875 deletions .yarn/releases/yarn-3.8.6.cjs

This file was deleted.

934 changes: 934 additions & 0 deletions .yarn/releases/yarn-4.5.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ packageExtensions:
dependencies:
prop-types: "*"

yarnPath: .yarn/releases/yarn-3.8.6.cjs
yarnPath: .yarn/releases/yarn-4.5.1.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ import ProgressIndicator from '@/components/Progress';
import WorkspaceEvents from '@/components/WorkspaceEvents';
import WorkspaceLogs from '@/components/WorkspaceLogs';
import { lazyInject } from '@/inversify.config';
import DevfileEditorTab from '@/pages/WorkspaceDetails/DevfileEditorTab';
import Header from '@/pages/WorkspaceDetails/Header';
import { WorkspaceDetailsHeaderActions } from '@/pages/WorkspaceDetails/Header/Actions';
import styles from '@/pages/WorkspaceDetails/index.module.css';
Expand All @@ -36,8 +37,6 @@ import { buildDetailsLocation } from '@/services/helpers/location';
import { WorkspaceDetailsTab } from '@/services/helpers/types';
import { Workspace } from '@/services/workspace-adapter';

const DevfileEditorTab = React.lazy(() => import('@/pages/WorkspaceDetails/DevfileEditorTab'));

export const SECTION_THEME = PageSectionVariants.light;

export type Props = {
Expand Down
Loading

0 comments on commit b256be5

Please sign in to comment.