Skip to content

Commit 4099706

Browse files
KDS-607: Update kds dependencies (#53)
Update kds dependencies, address audit issues, update vite KDS-607 (Subpixel rendering issues for icons in size xsmall)
1 parent 08ccc8c commit 4099706

File tree

8 files changed

+271
-127
lines changed

8 files changed

+271
-127
lines changed

.changeset/dull-paths-talk.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
"demo": patch
3+
"@knime/components": patch
4+
"@knime/hub-features": patch
5+
"@knime/jsonforms": patch
6+
"@knime/rich-text-editor": patch
7+
"@knime/ui-extension-service": patch
8+
"@knime/virtual-tree": patch
9+
---
10+
11+
Update vite and vueuse

.changeset/metal-peaches-melt.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@knime/eslint-config": patch
3+
---
4+
5+
Update @vitest/eslint-plugin to address audit issues

.changeset/ninety-bars-flash.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"demo": patch
3+
"@knime/jsonforms": patch
4+
---
5+
6+
Updating kds-styles to address icon subpixel rendering issues

demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@knime/components": "workspace:*",
2020
"@knime/hub-features": "workspace:*",
2121
"@knime/kds-components": "catalog:",
22-
"@knime/kds-styles": "0.0.4",
22+
"@knime/kds-styles": "catalog:",
2323
"@knime/licenses": "workspace:*",
2424
"@knime/rich-text-editor": "workspace:*",
2525
"@knime/styles": "workspace:*",

package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,7 @@
7676
"@eslint/plugin-kit@<0.3.3": ">=0.3.3",
7777
"form-data@>=4.0.0 <4.0.4": ">=4.0.4",
7878
"linkifyjs@<4.3.2": ">=4.3.2",
79-
"vite@>=7.0.0 <=7.0.6": ">=7.0.7"
80-
},
81-
"auditConfig": {
82-
"ignoreGhsas": [
83-
"GHSA-93m4-6634-74q7"
84-
]
79+
"tmp@<=0.2.3": ">=0.2.4"
8580
}
8681
},
8782
"engines": {

packages/lint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@typescript-eslint/eslint-plugin": "^8.26.1",
2525
"@typescript-eslint/parser": "^8.26.1",
2626
"@typescript-eslint/utils": "^8.26.1",
27-
"@vitest/eslint-plugin": "1.2.0",
27+
"@vitest/eslint-plugin": "1.3.23",
2828
"@vue/eslint-config-typescript": "^14.5.0",
2929
"eslint-config-prettier": "^10.1.1",
3030
"eslint-flat-config-utils": "^2.0.1",

0 commit comments

Comments
 (0)