Skip to content

Commit da2ece6

Browse files
fix(deps): update all non-major dependencies with stable versions
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4e0e5ea commit da2ece6

File tree

3 files changed

+700
-823
lines changed

3 files changed

+700
-823
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
24.6.0
1+
24.11.1

package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@
5959
"@kong/icons": "^1.33.2",
6060
"@mdit-vue/plugin-frontmatter": "^2.1.4",
6161
"@sindresorhus/slugify": "^2.2.1",
62-
"@vueuse/core": "^12.0.0",
62+
"@vueuse/core": "^12.8.2",
6363
"buffer": "^6.0.3",
6464
"html-format": "^1.1.7",
6565
"markdown-it": "^14.1.0",
6666
"markdown-it-abbr": "^2.0.0",
6767
"markdown-it-anchor": "^9.2.0",
68-
"markdown-it-attrs": "^4.2.0",
68+
"markdown-it-attrs": "^4.3.1",
6969
"markdown-it-deflist": "^3.0.0",
7070
"markdown-it-emoji": "^3.0.0",
7171
"markdown-it-footnote": "^4.0.0",
@@ -75,15 +75,15 @@
7575
"markdown-it-sup": "^2.0.0",
7676
"markdown-it-task-lists": "^2.1.1",
7777
"markdown-it-textual-uml": "^0.17.1",
78-
"mermaid": "^11.4.1",
79-
"uuid": "^11.0.5"
78+
"mermaid": "^11.12.1",
79+
"uuid": "^11.1.0"
8080
},
8181
"devDependencies": {
82-
"@babel/types": "^7.26.10",
83-
"@commitlint/cli": "^19.6.1",
84-
"@commitlint/config-conventional": "^19.6.0",
82+
"@babel/types": "^7.28.5",
83+
"@commitlint/cli": "^19.8.1",
84+
"@commitlint/config-conventional": "^19.8.1",
8585
"@digitalroute/cz-conventional-changelog-for-jira": "^8.0.1",
86-
"@evilmartians/lefthook": "^1.8.5",
86+
"@evilmartians/lefthook": "^1.13.6",
8787
"@kong/design-tokens": "^1.17.6",
8888
"@kong/eslint-config-kong-ui": "^1.3.0",
8989
"@mdit-vue/types": "^2.1.4",
@@ -96,24 +96,24 @@
9696
"@types/markdown-it-attrs": "^4.1.3",
9797
"@types/markdown-it-emoji": "^3.0.1",
9898
"@types/markdown-it-footnote": "^3.0.4",
99-
"@types/node": "^22.10.10",
99+
"@types/node": "^22.19.1",
100100
"@types/uuid": "^10.0.0",
101101
"@vitejs/plugin-vue": "^6.0.2",
102-
"@vitest/ui": "^3.0.9",
102+
"@vitest/ui": "^3.2.4",
103103
"@vue/test-utils": "^2.4.6",
104104
"@vue/tsconfig": "^0.7.0",
105105
"autoprefixer": "^10.4.22",
106106
"c8": "^10.1.3",
107107
"commitizen": "^4.3.1",
108108
"cross-env": "^10.1.0",
109109
"cz-conventional-changelog": "^3.3.0",
110-
"eslint": "^9.17.0",
110+
"eslint": "^9.39.1",
111111
"jsdom": "^27.2.0",
112-
"postcss": "^8.4.49",
113-
"postcss-html": "^1.7.0",
112+
"postcss": "^8.5.6",
113+
"postcss-html": "^1.8.0",
114114
"rimraf": "^6.1.2",
115-
"rollup-plugin-visualizer": "^5.12.0",
116-
"sass": "^1.83.4",
115+
"rollup-plugin-visualizer": "^5.14.0",
116+
"sass": "^1.94.2",
117117
"semantic-release": "^25.0.2",
118118
"shiki": "^1.29.2",
119119
"stylelint": "^16.10.0",
@@ -123,12 +123,12 @@
123123
"stylelint-order": "^6.0.4",
124124
"ts-node": "^10.9.2",
125125
"tsc-alias": "^1.8.16",
126-
"typescript": "^5.6.3",
126+
"typescript": "^5.9.3",
127127
"vite": "^6.4.1",
128-
"vite-plugin-vue-devtools": "^7.6.8",
129-
"vitest": "3.0.9",
128+
"vite-plugin-vue-devtools": "^7.7.9",
129+
"vitest": "3.2.4",
130130
"vue": "^3.5.24",
131-
"vue-tsc": "^2.1.10"
131+
"vue-tsc": "^2.2.12"
132132
},
133133
"pnpm": {
134134
"onlyBuiltDependencies": [
@@ -194,8 +194,8 @@
194194
"node": ">=18.17.0"
195195
},
196196
"volta": {
197-
"node": "24.6.0",
198-
"pnpm": "10.0.0"
197+
"node": "24.11.1",
198+
"pnpm": "10.23.0"
199199
},
200200
"config": {
201201
"commitizen": {

0 commit comments

Comments
 (0)