Skip to content

Commit 11ace1b

Browse files
authored
Merge pull request #846 from devtron-labs/release-candidate-v0.41.0
chore: merge rc-v0.41.0
2 parents 9fc46e4 + bc759fd commit 11ace1b

File tree

80 files changed

+1576
-334
lines changed

Some content is hidden

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

80 files changed

+1576
-334
lines changed

.eslintrc.cjs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@
1616

1717
const tsconfigPath = require('./tsconfig.json')
1818

19+
1920
module.exports = {
2021
parser: '@typescript-eslint/parser',
21-
plugins: ['@typescript-eslint', 'react', 'prettier', 'import', 'simple-import-sort'],
22+
plugins: ['@typescript-eslint', 'react', 'prettier', 'import', 'simple-import-sort', '@tanstack/query'],
2223
env: {
2324
browser: true,
2425
es2021: true,
@@ -42,6 +43,7 @@ module.exports = {
4243
'airbnb',
4344
'airbnb/hooks',
4445
'prettier',
46+
'plugin:@tanstack/query/recommended'
4547
],
4648
rules: {
4749
'prettier/prettier': ['error'],

package-lock.json

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

package.json

Lines changed: 6 additions & 2 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.18.1",
3+
"version": "1.19.0",
44
"description": "Supporting common component library",
55
"type": "module",
66
"main": "dist/index.js",
@@ -40,13 +40,16 @@
4040
"@esbuild-plugins/node-globals-polyfill": "0.2.3",
4141
"@laynezh/vite-plugin-lib-assets": "1.1.0",
4242
"@sentry/browser": "^7.119.1",
43+
"@tanstack/eslint-plugin-query": "<5",
44+
"@tanstack/react-query-devtools": "<5",
4345
"@testing-library/jest-dom": "^5.16.2",
4446
"@testing-library/react": "^12.1.4",
4547
"@tippyjs/react": "^4.2.0",
4648
"@typeform/embed-react": "2.20.0",
4749
"@types/dompurify": "^3.0.5",
4850
"@types/json-schema": "^7.0.15",
4951
"@types/react": "17.0.39",
52+
"@types/react-dates": "^21.8.6",
5053
"@types/react-dom": "17.0.13",
5154
"@types/react-router-dom": "^5.3.3",
5255
"@typescript-eslint/eslint-plugin": "8.3.0",
@@ -107,7 +110,7 @@
107110
"@lezer/highlight": "1.2.1",
108111
"@replit/codemirror-indentation-markers": "6.5.3",
109112
"@replit/codemirror-vscode-keymap": "6.0.2",
110-
"@types/react-dates": "^21.8.6",
113+
"@tanstack/react-query": "<5",
111114
"@uiw/codemirror-extensions-hyper-link": "4.23.10",
112115
"@uiw/codemirror-theme-github": "4.23.7",
113116
"@uiw/react-codemirror": "4.23.7",
@@ -116,6 +119,7 @@
116119
"codemirror-json-schema": "0.8.0",
117120
"dayjs": "^1.11.13",
118121
"fast-json-patch": "^3.1.1",
122+
"focus-trap-react": "^10.3.1",
119123
"framer-motion": "^6.5.1",
120124
"jsonpath-plus": "^10.3.0",
121125
"marked": "^13.0.3",
Lines changed: 12 additions & 0 deletions
Loading

src/Assets/IconV2/ic-link.svg

Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 9 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)