Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .changeset/dull-paths-talk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
"demo": patch
"@knime/components": patch
"@knime/hub-features": patch
"@knime/jsonforms": patch
"@knime/rich-text-editor": patch
"@knime/ui-extension-service": patch
"@knime/virtual-tree": patch
---

Update vite and vueuse
5 changes: 5 additions & 0 deletions .changeset/metal-peaches-melt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@knime/eslint-config": patch
---

Update @vitest/eslint-plugin to address audit issues
6 changes: 6 additions & 0 deletions .changeset/ninety-bars-flash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"demo": patch
"@knime/jsonforms": patch
---

Updating kds-styles to address icon subpixel rendering issues
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@knime/components": "workspace:*",
"@knime/hub-features": "workspace:*",
"@knime/kds-components": "catalog:",
"@knime/kds-styles": "0.0.4",
"@knime/kds-styles": "catalog:",
"@knime/licenses": "workspace:*",
"@knime/rich-text-editor": "workspace:*",
"@knime/styles": "workspace:*",
Expand Down
7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,7 @@
"@eslint/plugin-kit@<0.3.3": ">=0.3.3",
"form-data@>=4.0.0 <4.0.4": ">=4.0.4",
"linkifyjs@<4.3.2": ">=4.3.2",
"vite@>=7.0.0 <=7.0.6": ">=7.0.7"
},
"auditConfig": {
"ignoreGhsas": [
"GHSA-93m4-6634-74q7"
]
"tmp@<=0.2.3": ">=0.2.4"
}
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/lint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@typescript-eslint/eslint-plugin": "^8.26.1",
"@typescript-eslint/parser": "^8.26.1",
"@typescript-eslint/utils": "^8.26.1",
"@vitest/eslint-plugin": "1.2.0",
"@vitest/eslint-plugin": "1.3.23",
"@vue/eslint-config-typescript": "^14.5.0",
"eslint-config-prettier": "^10.1.1",
"eslint-flat-config-utils": "^2.0.1",
Expand Down
Loading