Skip to content

Commit

Permalink
chore(*): push renovate along (#1622)
Browse files Browse the repository at this point in the history
* feat: types/node update

* feat: lerna update

* feat: vite upgrade seems fine

* feat: vue up to 3.4.38

* feat: maplibre peer dep same as devDep
  • Loading branch information
mihai-peteu authored Sep 13, 2024
1 parent 675a0a9 commit 7c5e3f8
Show file tree
Hide file tree
Showing 30 changed files with 1,133 additions and 1,280 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@types/flat": "^5.0.5",
"@types/js-yaml": "^4.0.9",
"@types/jsdom": "^21.1.7",
"@types/node": "^18.19.39",
"@types/node": "^18.19.47",
"@types/uuid": "^9.0.8",
"@vitejs/plugin-vue": "^5.0.5",
"@vitejs/plugin-vue-jsx": "^4.0.1",
Expand All @@ -46,7 +46,7 @@
"eslint": "^9.4.0",
"js-yaml": "^4.1.0",
"jsdom": "^25.0.0",
"lerna": "^8.1.5",
"lerna": "^8.1.8",
"npm-run-all2": "^6.1.2",
"postcss": "^8.4.42",
"postcss-custom-properties": "^14.0.1",
Expand All @@ -66,11 +66,11 @@
"typedoc-plugin-markdown": "^4.2.6",
"typescript": "~5.3.3",
"uuid": "^9.0.1",
"vite": "^5.3.2",
"vite": "^5.3.5",
"vite-plugin-externals": "^0.6.2",
"vite-plugin-vue-devtools": "^7.0.27",
"vitest": "^1.3.1",
"vue": "^3.4.31",
"vue": "^3.4.38",
"vue-router": "^4.4.3",
"vue-tsc": "^1.8.27"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/analytics/analytics-chart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"lodash.pick": "^4.4.0",
"lodash.pickby": "^4.6.0",
"papaparse": "^5.4.1",
"vue": "^3.4.31"
"vue": "^3.4.38"
},
"scripts": {
"dev": "cross-env USE_SANDBOX=true vite",
Expand Down
2 changes: 1 addition & 1 deletion packages/analytics/analytics-config-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"devDependencies": {
"@kong-ui-public/analytics-utilities": "workspace:^",
"pinia": ">= 2.1.7 < 3",
"vue": ">= 3.4.21 < 4"
"vue": "^3.4.38"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/analytics/analytics-geo-map/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@kong/kongponents": "9.5.5",
"@types/geojson": "^7946.0.14",
"maplibre-gl": "^4.5.2",
"vue": "^3.4.31"
"vue": "^3.4.38"
},
"repository": {
"type": "git",
Expand All @@ -66,7 +66,7 @@
"peerDependencies": {
"@kong-ui-public/i18n": "workspace:^",
"@kong/kongponents": "9.5.5",
"maplibre-gl": "^4.3.2",
"maplibre-gl": "workspace:^",
"vue": "^3.4.31"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/analytics/dashboard-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"json-schema-to-ts": "^3.0.1",
"pinia": ">= 2.1.7 < 3",
"swrv": "^1.0.4",
"vue": "^3.4.31"
"vue": "^3.4.38"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/analytics/metric-cards/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"devDependencies": {
"@kong/design-tokens": "1.17.2",
"@kong/kongponents": "9.5.5",
"vue": "^3.4.31"
"vue": "^3.4.38"
},
"dependencies": {
"@kong/icons": "^1.15.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/analytics/portal-analytics-bridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@
"@kong-ui-public/analytics-utilities": "workspace:^",
"@kong/sdk-portal-js": "^2.14.0",
"axios": "^1.6.8",
"vue": "^3.4.31"
"vue": "^3.4.38"
}
}
2 changes: 1 addition & 1 deletion packages/core/app-layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@kong/design-tokens": "1.17.2",
"@kong/kongponents": "9.5.5",
"@types/lodash.clonedeep": "^4.5.9",
"vue": "^3.4.31",
"vue": "^3.4.38",
"vue-router": "^4.4.3"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@kong/design-tokens": "1.17.2",
"@kong/kongponents": "9.5.5",
"axios": "^1.6.8",
"vue": ">= 3.3.13 < 4"
"vue": "^3.4.38"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/error-boundary/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"devDependencies": {
"@kong/design-tokens": "1.17.2",
"@kong/icons": "^1.15.1",
"vue": "^3.4.31"
"vue": "^3.4.38"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/expressions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
"@kong/kongponents": "9.5.5",
"@types/uuid": "^9.0.8",
"vite-plugin-monaco-editor": "^1.1.0",
"vite-plugin-top-level-await": "^1.4.1",
"vite-plugin-top-level-await": "^1.4.4",
"vite-plugin-wasm": "^3.3.0",
"vue": "^3.4.31"
"vue": "^3.4.38"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/misc-widgets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"devDependencies": {
"@kong-ui-public/i18n": "workspace:^",
"@kong/kongponents": "9.5.5",
"vue": "^3.4.31"
"vue": "^3.4.38"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/sandbox-layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"devDependencies": {
"@kong/design-tokens": "1.17.2",
"@kong/kongponents": "9.5.5",
"vue": "^3.4.31",
"vue": "^3.4.38",
"vue-router": "^4.4.3"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/entities/entities-certificates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@kong/icons": "^1.15.1",
"@kong/kongponents": "9.5.5",
"axios": "^1.6.8",
"vue": "^3.4.31",
"vue": "^3.4.38",
"vue-router": "^4.4.3"
},
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@kong/icons": "^1.15.1",
"@kong/kongponents": "9.5.5",
"axios": "^1.6.8",
"vue": "^3.4.31",
"vue": "^3.4.38",
"vue-router": "^4.4.3"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/entities/entities-consumer-groups/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@kong/icons": "^1.15.1",
"@kong/kongponents": "9.5.5",
"axios": "^1.6.8",
"vue": "^3.4.31",
"vue": "^3.4.38",
"vue-router": "^4.4.3"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/entities/entities-consumers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@kong/icons": "^1.15.1",
"@kong/kongponents": "9.5.5",
"axios": "^1.6.8",
"vue": "^3.4.31",
"vue": "^3.4.38",
"vue-router": "^4.4.3"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/entities/entities-data-plane-nodes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@kong/icons": "^1.15.1",
"@kong/kongponents": "9.5.5",
"axios": "^1.6.8",
"vue": "^3.4.31",
"vue": "^3.4.38",
"vue-router": "^4.4.3"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/entities/entities-gateway-services/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@kong/icons": "^1.15.1",
"@kong/kongponents": "9.5.5",
"axios": "^1.6.8",
"vue": "^3.4.31",
"vue": "^3.4.38",
"vue-router": "^4.4.3"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/entities/entities-key-sets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@kong/icons": "^1.15.1",
"@kong/kongponents": "9.5.5",
"axios": "^1.6.8",
"vue": "^3.4.31",
"vue": "^3.4.38",
"vue-router": "^4.4.3"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/entities/entities-keys/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@kong/icons": "^1.15.1",
"@kong/kongponents": "9.5.5",
"axios": "^1.6.8",
"vue": "^3.4.31",
"vue": "^3.4.38",
"vue-router": "^4.4.3"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/entities/entities-plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@kong/icons": "^1.15.1",
"@kong/kongponents": "9.5.5",
"axios": "^1.6.8",
"vue": "^3.4.31",
"vue": "^3.4.38",
"vue-router": "^4.4.3"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/entities/entities-routes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@types/lodash.isequal": "^4.5.8",
"axios": "^1.6.8",
"vite-plugin-monaco-editor": "^1.1.0",
"vue": "^3.4.31",
"vue": "^3.4.38",
"vue-router": "^4.4.3"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/entities/entities-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@kong/icons": "^1.15.1",
"@kong/kongponents": "9.5.5",
"axios": "^1.6.8",
"vue": "^3.4.31",
"vue": "^3.4.38",
"vue-router": "^4.4.3"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/entities/entities-snis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@kong/icons": "^1.15.1",
"@kong/kongponents": "9.5.5",
"axios": "^1.6.8",
"vue": "^3.4.31",
"vue": "^3.4.38",
"vue-router": "^4.4.3"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/entities/entities-upstreams-targets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@kong/icons": "^1.15.1",
"@kong/kongponents": "9.5.5",
"axios": "^1.6.8",
"vue": "^3.4.31",
"vue": "^3.4.38",
"vue-router": "^4.4.3"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/entities/entities-vaults/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@kong/design-tokens": "1.17.2",
"@kong/kongponents": "9.5.5",
"axios": "^1.6.8",
"vue": "^3.4.31",
"vue": "^3.4.38",
"vue-router": "^4.4.3"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/portal/document-viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@kong/kongponents": "9.5.5",
"@types/prismjs": "^1.26.4",
"@vitejs/plugin-vue-jsx": "^4.0.1",
"vue": "^3.4.31"
"vue": "^3.4.38"
},
"dependencies": {
"@kong-ui-public/i18n": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/portal/spec-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@types/lodash.clonedeep": "^4.5.9",
"@types/uuid": "^9.0.8",
"openapi-types": "^12.1.3",
"vue": "^3.4.31"
"vue": "^3.4.38"
},
"dependencies": {
"@kong-ui-public/i18n": "workspace:^",
Expand Down
Loading

0 comments on commit 7c5e3f8

Please sign in to comment.