Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies with stable version
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 4, 2024
1 parent 912af31 commit 89b0a5d
Show file tree
Hide file tree
Showing 35 changed files with 764 additions and 724 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.20.4
18.20.5
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,56 +23,56 @@
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@digitalroute/cz-conventional-changelog-for-jira": "^8.0.1",
"@evilmartians/lefthook": "^1.8.1",
"@evilmartians/lefthook": "^1.8.4",
"@kong/design-tokens": "1.17.2",
"@kong/eslint-config-kong-ui": "^1.1.2",
"@kong/kongponents": "9.14.16",
"@stylistic/stylelint-plugin": "^3.1.1",
"@types/flat": "^5.0.5",
"@types/js-yaml": "^4.0.9",
"@types/jsdom": "^21.1.7",
"@types/node": "^18.19.59",
"@types/node": "^18.19.64",
"@types/uuid": "^10.0.0",
"@vitejs/plugin-vue": "^5.1.4",
"@vitejs/plugin-vue": "^5.1.5",
"@vitejs/plugin-vue-jsx": "^4.0.1",
"@vitest/ui": "^2.1.3",
"@vitest/ui": "^2.1.5",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.5.1",
"c8": "^10.1.2",
"commitizen": "^4.3.1",
"cross-env": "^7.0.3",
"cypress": "^13.15.1",
"cypress": "^13.15.2",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^9.14.0",
"js-yaml": "^4.1.0",
"jsdom": "^25.0.1",
"lerna": "^8.1.8",
"lerna": "^8.1.9",
"npm-run-all2": "^6.2.6",
"postcss": "^8.4.47",
"postcss-custom-properties": "^14.0.3",
"postcss": "^8.4.49",
"postcss-custom-properties": "^14.0.4",
"postcss-html": "^1.7.0",
"rimraf": "^6.0.1",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.80.4",
"sass": "^1.80.7",
"stylelint": "^16.10.0",
"stylelint-config-html": "^1.1.0",
"stylelint-config-recommended-scss": "^14.1.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-order": "^6.0.4",
"ts-node": "^10.9.2",
"tsc-alias": "^1.8.10",
"tslib": "^2.8.0",
"tslib": "^2.8.1",
"typedoc": "^0.26.11",
"typedoc-plugin-markdown": "^4.2.9",
"typedoc-plugin-markdown": "^4.2.10",
"typescript": "~5.6.3",
"uuid": "^10.0.0",
"vite": "^5.4.10",
"vite": "^5.4.11",
"vite-plugin-externals": "^0.6.2",
"vite-plugin-vue-devtools": "^7.5.4",
"vitest": "^2.1.3",
"vue": "^3.5.12",
"vite-plugin-vue-devtools": "^7.5.6",
"vitest": "^2.1.5",
"vue": "^3.5.13",
"vue-router": "^4.4.5",
"vue-tsc": "^2.1.6"
"vue-tsc": "^2.1.10"
},
"pnpm": {
"overrides": {
Expand All @@ -98,11 +98,11 @@
}
},
"engines": {
"node": ">=18.20.4"
"node": ">=18.20.5"
},
"volta": {
"node": "18.20.4",
"pnpm": "9.12.2"
"node": "18.20.5",
"pnpm": "9.12.3"
},
"packageManager": "[email protected].2"
"packageManager": "[email protected].3"
}
6 changes: 3 additions & 3 deletions 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.5.12"
"vue": "^3.5.13"
},
"scripts": {
"dev": "cross-env USE_SANDBOX=true vite",
Expand Down Expand Up @@ -76,14 +76,14 @@
"@types/lodash.pickby": "^4.6.9",
"@types/papaparse": "^5.3.15",
"approximate-number": "^2.1.1",
"chart.js": "^4.4.5",
"chart.js": "^4.4.6",
"chartjs-adapter-date-fns": "^3.0.0",
"chartjs-plugin-annotation": "^3.1.0",
"date-fns": "^4.1.0",
"date-fns-tz": "^3.2.0",
"pretty-bytes": "^6.1.1",
"uuid": "^10.0.0",
"vue-chartjs": "^5.3.1"
"vue-chartjs": "^5.3.2"
},
"distSizeChecker": {
"warningLimit": "1.35MB",
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.5.12"
"vue": "^3.5.13"
},
"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.14.16",
"@types/geojson": "^7946.0.14",
"maplibre-gl": "^4.7.1",
"vue": "^3.5.12"
"vue": "^3.5.13"
},
"repository": {
"type": "git",
Expand All @@ -67,7 +67,7 @@
"@kong-ui-public/i18n": "workspace:^",
"@kong/kongponents": "9.14.16",
"maplibre-gl": "workspace:^",
"vue": "^3.5.12"
"vue": "^3.5.13"
},
"dependencies": {
"@kong-ui-public/analytics-utilities": "workspace:^",
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.1.1",
"pinia": ">= 2.1.7 < 3",
"swrv": "^1.0.4",
"vue": "^3.5.12"
"vue": "^3.5.13"
},
"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.14.16",
"vue": "^3.5.12"
"vue": "^3.5.13"
},
"dependencies": {
"@kong/icons": "^1.20.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/analytics/portal-analytics-bridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@
"peerDependencies": {
"@kong/sdk-portal-js": "^2.15.4",
"axios": "^1.7.7",
"vue": "^3.5.12"
"vue": "^3.5.13"
},
"devDependencies": {
"@kong-ui-public/analytics-utilities": "workspace:^",
"@kong/sdk-portal-js": "^2.15.4",
"axios": "^1.7.7",
"vue": "^3.5.12"
"vue": "^3.5.13"
}
}
4 changes: 2 additions & 2 deletions packages/core/app-layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@
},
"dependencies": {
"@kong/icons": "^1.20.0",
"focus-trap": "^7.6.0",
"focus-trap": "^7.6.2",
"focus-trap-vue": "^4.0.3",
"lodash.clonedeep": "^4.5.0"
},
"devDependencies": {
"@kong/design-tokens": "1.17.2",
"@kong/kongponents": "9.14.16",
"@types/lodash.clonedeep": "^4.5.9",
"vue": "^3.5.12",
"vue": "^3.5.13",
"vue-router": "^4.4.5"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"peerDependencies": {
"axios": "^1.7.7",
"swrv": "^1.0.4",
"vue": "^3.5.12"
"vue": "^3.5.13"
},
"dependencies": {
"date-fns": "^4.1.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/core/documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@
"peerDependencies": {
"@kong-ui-public/i18n": "workspace:^",
"@kong/kongponents": "^9.14.16",
"vue": "^3.5.12"
"vue": "^3.5.13"
},
"devDependencies": {
"@kong-ui-public/i18n": "workspace:^",
"@kong/design-tokens": "1.17.2",
"@kong/kongponents": "9.14.16",
"axios": "^1.7.7",
"vue": "^3.5.12"
"vue": "^3.5.13"
},
"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.20.0",
"vue": "^3.5.12"
"vue": "^3.5.13"
},
"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 @@ -44,7 +44,7 @@
"vite-plugin-monaco-editor": "^1.1.0",
"vite-plugin-top-level-await": "^1.4.4",
"vite-plugin-wasm": "^3.3.0",
"vue": "^3.5.12"
"vue": "^3.5.13"
},
"repository": {
"type": "git",
Expand All @@ -66,7 +66,7 @@
"peerDependencies": {
"@kong-ui-public/forms": "workspace:^",
"@kong/kongponents": "^9.14.16",
"vue": "^3.5.12"
"vue": "^3.5.13"
},
"dependencies": {
"@kong-ui-public/core": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/forms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"peerDependencies": {
"@kong-ui-public/i18n": "workspace:^",
"@kong/kongponents": "^9.14.16",
"vue": "^3.5.12"
"vue": "^3.5.13"
},
"devDependencies": {
"@kong-ui-public/i18n": "workspace:^",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
"vue": ">= 3.3.13 < 4"
},
"dependencies": {
"@formatjs/intl": "^2.10.11",
"@formatjs/intl": "^2.10.15",
"flat": "^6.0.1",
"intl-messageformat": "^10.7.3"
"intl-messageformat": "^10.7.7"
}
}
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.14.16",
"vue": "^3.5.12"
"vue": "^3.5.13"
},
"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.14.16",
"vue": "^3.5.12",
"vue": "^3.5.13",
"vue-router": "^4.4.5"
},
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/core/tracing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@kong/kongponents": "9.14.16",
"@kong/splitpanes": "3.1.6-patch.6",
"lodash-es": "^4.17.21",
"vue": "^3.5.4"
"vue": "^3.5.13"
},
"repository": {
"type": "git",
Expand All @@ -64,7 +64,7 @@
},
"peerDependencies": {
"@kong/kongponents": "9.14.16",
"vue": "^3.5.4"
"vue": "^3.5.13"
},
"dependencies": {
"@kong-ui-public/entities-shared": "workspace:^",
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.20.0",
"@kong/kongponents": "9.14.16",
"axios": "^1.7.7",
"vue": "^3.5.12",
"vue": "^3.5.13",
"vue-router": "^4.4.5"
},
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@kong/icons": "^1.20.0",
"@kong/kongponents": "9.14.16",
"axios": "^1.7.7",
"vue": "^3.5.12",
"vue": "^3.5.13",
"vue-router": "^4.4.5"
},
"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.20.0",
"@kong/kongponents": "9.14.16",
"axios": "^1.7.7",
"vue": "^3.5.12",
"vue": "^3.5.13",
"vue-router": "^4.4.5"
},
"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.20.0",
"@kong/kongponents": "9.14.16",
"axios": "^1.7.7",
"vue": "^3.5.12",
"vue": "^3.5.13",
"vue-router": "^4.4.5"
},
"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.20.0",
"@kong/kongponents": "9.14.16",
"axios": "^1.7.7",
"vue": "^3.5.12",
"vue": "^3.5.13",
"vue-router": "^4.4.5"
},
"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.20.0",
"@kong/kongponents": "9.14.16",
"axios": "^1.7.7",
"vue": "^3.5.12",
"vue": "^3.5.13",
"vue-router": "^4.4.5"
},
"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.20.0",
"@kong/kongponents": "9.14.16",
"axios": "^1.7.7",
"vue": "^3.5.12",
"vue": "^3.5.13",
"vue-router": "^4.4.5"
},
"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.20.0",
"@kong/kongponents": "9.14.16",
"axios": "^1.7.7",
"vue": "^3.5.12",
"vue": "^3.5.13",
"vue-router": "^4.4.5"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions 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.20.0",
"@kong/kongponents": "9.14.16",
"axios": "^1.7.7",
"vue": "^3.5.12",
"vue": "^3.5.13",
"vue-router": "^4.4.5"
},
"scripts": {
Expand Down Expand Up @@ -83,6 +83,6 @@
"@kong-ui-public/entities-gateway-services": "workspace:^",
"@kong-ui-public/entities-routes": "workspace:^",
"@kong-ui-public/forms": "workspace:^",
"marked": "^14.1.3"
"marked": "^14.1.4"
}
}
Loading

0 comments on commit 89b0a5d

Please sign in to comment.