Skip to content

Commit a4ecd26

Browse files
authored
Merge pull request #580 from devtron-labs/release-candidate-v0.29.0
release: Release candidate v0.29.0
2 parents b7f3ac6 + 39fbc3c commit a4ecd26

File tree

133 files changed

+8311
-2460
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

133 files changed

+8311
-2460
lines changed

.eslintignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ src/Common/CIPipeline.Types.ts
1111
src/Common/ChartVersionAndTypeSelector.tsx
1212
src/Common/Checkbox.tsx
1313
src/Common/ClipboardButton/__tests__/ClipboardButton.test.tsx
14-
src/Common/CodeEditor/CodeEditor.tsx
1514
src/Common/Common.service.ts
1615
src/Common/CustomInput/CustomInput.tsx
1716
src/Common/CustomTagSelector/PropagateTagInfo.tsx
@@ -21,11 +20,9 @@ src/Common/CustomTagSelector/ValidationRules.ts
2120
src/Common/DebouncedSearch/DebouncedSearch.tsx
2221
src/Common/DebouncedSearch/Utils.ts
2322
src/Common/DebouncedSearch/__tests__/DebouncedSearch.test.tsx
24-
src/Common/DeleteComponentModal/DeleteComponent.tsx
2523
src/Common/DevtronProgressing/DevtronProgressing.tsx
2624
src/Common/Dialogs/ConfirmationDialog.tsx
2725
src/Common/Dialogs/DialogForm.tsx
28-
src/Common/Dialogs/ForceDeleteDialog.tsx
2926
src/Common/DraggableWrapper/DraggableButton.tsx
3027
src/Common/DraggableWrapper/DraggableWrapper.tsx
3128
src/Common/Drawer/Drawer.tsx

package-lock.json

Lines changed: 1124 additions & 162 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devtron-labs/devtron-fe-common-lib",
3-
"version": "1.6.0-patch-2",
3+
"version": "1.7.0",
44
"description": "Supporting common component library",
55
"type": "module",
66
"main": "dist/index.js",
@@ -43,6 +43,7 @@
4343
"@tippyjs/react": "^4.2.0",
4444
"@typeform/embed-react": "2.20.0",
4545
"@types/dompurify": "^3.0.5",
46+
"@types/json-schema": "^7.0.15",
4647
"@types/react": "17.0.39",
4748
"@types/react-dom": "17.0.13",
4849
"@types/react-router-dom": "^5.3.3",
@@ -60,17 +61,16 @@
6061
"eslint-plugin-react-hooks": "^4.6.0",
6162
"glob": "^10.3.3",
6263
"husky": "^7.0.4",
64+
"json-schema": "^0.4.0",
6365
"lint-staged": "^12.5.0",
6466
"moment": "^2.29.4",
65-
"monaco-editor": "0.44.0",
66-
"monaco-yaml": "5.1.1",
6767
"prettier": "^3.1.1",
6868
"react-ga4": "^1.4.1",
6969
"react-toastify": "9.1.3",
7070
"sharp": "^0.33.5",
7171
"svgo": "^3.3.2",
7272
"typescript": "5.5.4",
73-
"vite": "5.4.11",
73+
"vite": "5.4.14",
7474
"vite-plugin-dts": "4.0.3",
7575
"vite-plugin-image-optimizer": "^1.1.8",
7676
"vite-plugin-lib-inject-css": "2.1.1",
@@ -94,17 +94,27 @@
9494
"yaml": "^2.4.1"
9595
},
9696
"dependencies": {
97+
"@codemirror/lang-json": "6.0.1",
98+
"@codemirror/lang-yaml": "6.1.2",
99+
"@codemirror/language": "6.10.8",
100+
"@codemirror/legacy-modes": "6.4.2",
101+
"@codemirror/lint": "6.8.4",
102+
"@codemirror/search": "6.5.8",
103+
"@replit/codemirror-vscode-keymap": "6.0.2",
97104
"@types/react-dates": "^21.8.6",
105+
"@uiw/codemirror-theme-github": "^4.23.7",
106+
"@uiw/react-codemirror": "4.23.7",
98107
"ansi_up": "^5.2.1",
108+
"codemirror-json-schema": "0.8.0",
99109
"dayjs": "^1.11.13",
100110
"fast-json-patch": "^3.1.1",
101111
"framer-motion": "^6.5.1",
102112
"jsonpath-plus": "^10.0.0",
103113
"marked": "^13.0.3",
104114
"nanoid": "^3.3.8",
115+
"react-codemirror-merge": "4.23.6",
105116
"react-dates": "^21.8.0",
106117
"react-diff-viewer-continued": "^3.4.0",
107-
"react-monaco-editor": "^0.54.0",
108118
"react-virtualized-sticky-tree": "^3.0.0-beta18",
109119
"sass": "^1.69.7",
110120
"tslib": "2.7.0",
@@ -116,11 +126,8 @@
116126
"react": "^17.0.2",
117127
"react-dom": "^17.0.2"
118128
},
119-
"react-monaco-editor": {
120-
"monaco-editor": "0.44.0"
121-
},
122129
"vite-plugin-svgr": {
123-
"vite": "5.4.11"
130+
"vite": "5.4.14"
124131
},
125132
"react-virtualized-sticky-tree": {
126133
"react": "^17.0.2",

patches/codemirror-json-schema+0.8.0.patch

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

src/Assets/Icon/ic-aws-codecommit.svg

Lines changed: 26 additions & 0 deletions
Loading

src/Assets/Icon/ic-bitbucket.svg

Lines changed: 30 additions & 0 deletions
Loading

src/Assets/Icon/ic-calendar.svg

Lines changed: 2 additions & 2 deletions
Loading

src/Assets/Icon/ic-environment.svg

Lines changed: 20 additions & 0 deletions
Loading

src/Assets/Icon/ic-git.svg

Lines changed: 17 additions & 0 deletions
Loading

src/Assets/Icon/ic-github.svg

Lines changed: 19 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)