Skip to content

Commit 9ce265e

Browse files
chore(deps): update all non-major dependencies with stable version (#1183)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d6d4ffc commit 9ce265e

File tree

29 files changed

+199
-252
lines changed

29 files changed

+199
-252
lines changed

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@
2020
},
2121
"devDependencies": {
2222
"@babel/types": "^7.23.9",
23-
"@commitlint/cli": "^18.6.0",
24-
"@commitlint/config-conventional": "^18.6.0",
23+
"@commitlint/cli": "^18.6.1",
24+
"@commitlint/config-conventional": "^18.6.2",
2525
"@digitalroute/cz-conventional-changelog-for-jira": "^8.0.1",
26-
"@evilmartians/lefthook": "^1.5.7",
26+
"@evilmartians/lefthook": "^1.6.1",
2727
"@kong/design-tokens": "1.12.10",
2828
"@kong/kongponents": "9.0.0-alpha.105",
2929
"@rushstack/eslint-patch": "^1.7.2",
3030
"@types/flat": "^5.0.5",
3131
"@types/js-yaml": "^4.0.9",
3232
"@types/jsdom": "^21.1.6",
33-
"@types/node": "^18.19.15",
33+
"@types/node": "^18.19.17",
3434
"@types/uuid": "^9.0.8",
3535
"@typescript-eslint/eslint-plugin": "^6.21.0",
3636
"@typescript-eslint/parser": "^6.21.0",
@@ -74,11 +74,11 @@
7474
"typedoc-plugin-markdown": "^3.17.1",
7575
"typescript": "~5.3.3",
7676
"uuid": "^9.0.1",
77-
"vite": "^5.1.1",
77+
"vite": "^5.1.3",
7878
"vite-plugin-externals": "^0.6.2",
79-
"vite-plugin-vue-devtools": "^7.0.14",
79+
"vite-plugin-vue-devtools": "^7.0.15",
8080
"vitest": "^1.2.2",
81-
"vue": "^3.4.18",
81+
"vue": "^3.4.19",
8282
"vue-router": "^4.2.5",
8383
"vue-tsc": "^1.8.27"
8484
},
@@ -105,6 +105,6 @@
105105
},
106106
"volta": {
107107
"node": "18.19.1",
108-
"pnpm": "8.15.2"
108+
"pnpm": "8.15.3"
109109
}
110110
}

packages/analytics/analytics-chart/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"lodash.pick": "^4.4.0",
3737
"lodash.pickby": "^4.6.0",
3838
"papaparse": "^5.4.1",
39-
"vue": "^3.4.18"
39+
"vue": "^3.4.19"
4040
},
4141
"scripts": {
4242
"dev": "cross-env USE_SANDBOX=true vite",

packages/analytics/dashboard-renderer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@kong/kongponents": "9.0.0-alpha.105",
4949
"json-schema-to-ts": "^3.0.0",
5050
"swrv": "^1.0.4",
51-
"vue": "^3.4.18"
51+
"vue": "^3.4.19"
5252
},
5353
"repository": {
5454
"type": "git",

packages/analytics/metric-cards/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"devDependencies": {
4646
"@kong/design-tokens": "1.12.10",
4747
"@kong/kongponents": "9.0.0-alpha.105",
48-
"vue": "^3.4.18"
48+
"vue": "^3.4.19"
4949
},
5050
"dependencies": {
5151
"@kong/icons": "^1.8.14",

packages/core/app-layout/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@kong/design-tokens": "1.12.10",
5454
"@kong/kongponents": "9.0.0-alpha.105",
5555
"@types/lodash.clonedeep": "^4.5.9",
56-
"vue": "^3.4.18",
56+
"vue": "^3.4.19",
5757
"vue-router": "^4.2.5"
5858
},
5959
"repository": {

packages/core/copy-uuid/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@kong-ui-public/i18n": "workspace:^",
4646
"@kong/design-tokens": "1.12.10",
4747
"@kong/kongponents": "9.0.0-alpha.105",
48-
"vue": "^3.4.18"
48+
"vue": "^3.4.19"
4949
},
5050
"repository": {
5151
"type": "git",

packages/core/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"peerDependencies": {
5454
"axios": "^1.6.7",
5555
"swrv": "^1.0.4",
56-
"vue": "^3.4.18"
56+
"vue": "^3.4.19"
5757
},
5858
"dependencies": {
5959
"date-fns": "^2.30.0"

packages/core/documentation/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"peerDependencies": {
6767
"@kong-ui-public/i18n": "workspace:^",
6868
"@kong/kongponents": "^8.125.0",
69-
"vue": "^3.4.18"
69+
"vue": "^3.4.19"
7070
},
7171
"dependencies": {
7272
"@kong-ui-public/document-viewer": "workspace:^",

packages/core/error-boundary/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"devDependencies": {
4242
"@kong/design-tokens": "1.12.10",
4343
"@kong/icons": "^1.8.14",
44-
"vue": "^3.4.18"
44+
"vue": "^3.4.19"
4545
},
4646
"repository": {
4747
"type": "git",

packages/core/forms/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"peerDependencies": {
5858
"@kong-ui-public/i18n": "workspace:^",
5959
"@kong/kongponents": "9.0.0-alpha.105",
60-
"vue": "^3.4.18"
60+
"vue": "^3.4.19"
6161
},
6262
"devDependencies": {
6363
"@kong-ui-public/i18n": "workspace:^",

packages/core/misc-widgets/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"devDependencies": {
4747
"@kong-ui-public/i18n": "workspace:^",
4848
"@kong/kongponents": "9.0.0-alpha.105",
49-
"vue": "^3.4.18"
49+
"vue": "^3.4.19"
5050
},
5151
"repository": {
5252
"type": "git",

packages/core/sandbox-layout/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"devDependencies": {
4242
"@kong/design-tokens": "1.12.10",
4343
"@kong/kongponents": "9.0.0-alpha.105",
44-
"vue": "^3.4.18",
44+
"vue": "^3.4.19",
4545
"vue-router": "^4.2.5"
4646
},
4747
"repository": {

packages/entities/entities-certificates/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@kong/design-tokens": "1.12.10",
3333
"@kong/kongponents": "9.0.0-alpha.105",
3434
"axios": "^1.6.7",
35-
"vue": "^3.4.18",
35+
"vue": "^3.4.19",
3636
"vue-router": "^4.2.5"
3737
},
3838
"scripts": {

packages/entities/entities-consumer-credentials/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@kong/design-tokens": "1.12.10",
3535
"@kong/kongponents": "9.0.0-alpha.105",
3636
"axios": "^1.6.7",
37-
"vue": "^3.4.18",
37+
"vue": "^3.4.19",
3838
"vue-router": "^4.2.5"
3939
},
4040
"scripts": {

packages/entities/entities-consumer-groups/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@kong/design-tokens": "1.12.10",
3333
"@kong/kongponents": "9.0.0-alpha.105",
3434
"axios": "^1.6.7",
35-
"vue": "^3.4.18",
35+
"vue": "^3.4.19",
3636
"vue-router": "^4.2.5"
3737
},
3838
"scripts": {

packages/entities/entities-consumers/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@kong/design-tokens": "1.12.10",
3333
"@kong/kongponents": "9.0.0-alpha.105",
3434
"axios": "^1.6.7",
35-
"vue": "^3.4.18",
35+
"vue": "^3.4.19",
3636
"vue-router": "^4.2.5"
3737
},
3838
"scripts": {

packages/entities/entities-gateway-services/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@kong/design-tokens": "1.12.10",
3333
"@kong/kongponents": "9.0.0-alpha.105",
3434
"axios": "^1.6.7",
35-
"vue": "^3.4.18",
35+
"vue": "^3.4.19",
3636
"vue-router": "^4.2.5"
3737
},
3838
"scripts": {

packages/entities/entities-key-sets/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@kong-ui-public/i18n": "workspace:^",
3434
"@kong/kongponents": "9.0.0-alpha.105",
3535
"axios": "^1.6.7",
36-
"vue": "^3.4.18",
36+
"vue": "^3.4.19",
3737
"vue-router": "^4.2.5"
3838
},
3939
"scripts": {

packages/entities/entities-keys/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@kong/design-tokens": "1.12.10",
3535
"@kong/kongponents": "9.0.0-alpha.105",
3636
"axios": "^1.6.7",
37-
"vue": "^3.4.18",
37+
"vue": "^3.4.19",
3838
"vue-router": "^4.2.5"
3939
},
4040
"scripts": {

packages/entities/entities-plugins/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@kong/design-tokens": "1.12.10",
3737
"@kong/kongponents": "9.0.0-alpha.105",
3838
"axios": "^1.6.7",
39-
"vue": "^3.4.18",
39+
"vue": "^3.4.19",
4040
"vue-router": "^4.2.5"
4141
},
4242
"scripts": {

packages/entities/entities-routes/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@kong/design-tokens": "1.12.10",
3333
"@kong/kongponents": "9.0.0-alpha.105",
3434
"axios": "^1.6.7",
35-
"vue": "^3.4.18",
35+
"vue": "^3.4.19",
3636
"vue-router": "^4.2.5"
3737
},
3838
"scripts": {

packages/entities/entities-shared/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@kong/design-tokens": "1.12.10",
3333
"@kong/kongponents": "9.0.0-alpha.105",
3434
"axios": "^1.6.7",
35-
"vue": "^3.4.18",
35+
"vue": "^3.4.19",
3636
"vue-router": "^4.2.5"
3737
},
3838
"scripts": {

packages/entities/entities-snis/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@kong/design-tokens": "1.12.10",
3333
"@kong/kongponents": "9.0.0-alpha.105",
3434
"axios": "^1.6.7",
35-
"vue": "^3.4.18",
35+
"vue": "^3.4.19",
3636
"vue-router": "^4.2.5"
3737
},
3838
"scripts": {

packages/entities/entities-upstreams-targets/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@kong/design-tokens": "1.12.10",
3333
"@kong/kongponents": "9.0.0-alpha.105",
3434
"axios": "^1.6.7",
35-
"vue": "^3.4.18",
35+
"vue": "^3.4.19",
3636
"vue-router": "^4.2.5"
3737
},
3838
"scripts": {

packages/entities/entities-vaults/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@kong/design-tokens": "1.12.10",
3333
"@kong/kongponents": "9.0.0-alpha.105",
3434
"axios": "^1.6.7",
35-
"vue": "^3.4.18",
35+
"vue": "^3.4.19",
3636
"vue-router": "^4.2.5"
3737
},
3838
"scripts": {

packages/portal/document-viewer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@kong/kongponents": "9.0.0-alpha.105",
4646
"@types/prismjs": "^1.26.3",
4747
"@vitejs/plugin-vue-jsx": "^3.1.0",
48-
"vue": "^3.4.18"
48+
"vue": "^3.4.19"
4949
},
5050
"dependencies": {
5151
"@kong-ui-public/i18n": "workspace:^",

packages/portal/spec-renderer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@types/lodash.clonedeep": "^4.5.9",
5050
"@types/uuid": "^9.0.8",
5151
"openapi-types": "^12.1.3",
52-
"vue": "^3.4.18"
52+
"vue": "^3.4.19"
5353
},
5454
"dependencies": {
5555
"@kong-ui-public/i18n": "workspace:^",

packages/portal/swagger-ui-web-component/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"raw-loader": "^4.0.2",
4242
"style-loader": "^3.3.4",
4343
"terser-webpack-plugin": "^5.3.10",
44-
"webpack": "^5.90.1",
44+
"webpack": "^5.90.2",
4545
"webpack-bundle-analyzer": "^4.10.1",
4646
"webpack-cli": "^5.1.4",
4747
"webpack-dev-server": "^4.15.1"

0 commit comments

Comments
 (0)