Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies with stable version (m…
Browse files Browse the repository at this point in the history
…inor) (#972)

* chore(deps): update all non-major dependencies with stable version

* test: error boundary

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Adam DeHaven <adam.dehaven@konghq.com>
  • Loading branch information
renovate[bot] and adamdehaven authored Jan 12, 2024
1 parent 6288063 commit 4f93e85
Show file tree
Hide file tree
Showing 31 changed files with 537 additions and 504 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.18.2
18.19.0
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@
"@evilmartians/lefthook": "^1.5.5",
"@kong/design-tokens": "1.12.4",
"@kong/kongponents": "9.0.0-alpha.73",
"@rushstack/eslint-patch": "^1.5.1",
"@rushstack/eslint-patch": "^1.6.1",
"@types/flat": "^5.0.5",
"@types/js-yaml": "^4.0.9",
"@types/jsdom": "^21.1.6",
"@types/node": "^18.19.4",
"@types/uuid": "^9.0.7",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"@vitejs/plugin-vue": "^5.0.2",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vitest/ui": "^1.0.4",
"@vitest/ui": "^1.1.1",
"@vue/eslint-config-standard": "^8.0.1",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/test-utils": "^2.4.3",
Expand All @@ -46,7 +46,7 @@
"cross-env": "^7.0.3",
"cypress": "^13.6.2",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.54.0",
"eslint": "^8.56.0",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-node": "^11.1.0",
Expand All @@ -60,7 +60,7 @@
"postcss-custom-properties": "^13.3.4",
"postcss-html": "^1.5.0",
"rimraf": "^5.0.5",
"rollup-plugin-visualizer": "^5.11.0",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.69.6",
"stylelint": "^16.1.0",
"stylelint-config-html": "^1.1.0",
Expand All @@ -72,12 +72,12 @@
"tslib": "^2.6.2",
"typedoc": "^0.25.4",
"typedoc-plugin-markdown": "^3.17.1",
"typescript": "~5.2.2",
"typescript": "~5.3.3",
"uuid": "^9.0.1",
"vite": "^5.0.10",
"vite-plugin-externals": "^0.6.2",
"vitest": "^1.0.4",
"vue": "^3.3.13",
"vitest": "^1.1.1",
"vue": "^3.4.3",
"vue-router": "^4.2.5",
"vue-tsc": "^1.8.27"
},
Expand All @@ -100,10 +100,10 @@
}
},
"engines": {
"node": ">=18.18.2"
"node": ">=18.19.0"
},
"volta": {
"node": "18.18.2",
"pnpm": "8.10.5"
"node": "18.19.0",
"pnpm": "8.13.1"
}
}
4 changes: 2 additions & 2 deletions packages/analytics/analytics-chart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"peerDependencies": {
"@kong-ui-public/i18n": "workspace:^",
"@kong/kongponents": "9.0.0-alpha.73",
"vue": "^3.3.13"
"vue": "^3.4.3"
},
"devDependencies": {
"@kong-ui-public/i18n": "workspace:^",
Expand All @@ -36,7 +36,7 @@
"lodash.pick": "^4.4.0",
"lodash.pickby": "^4.6.0",
"papaparse": "^5.4.1",
"vue": "^3.3.13"
"vue": "^3.4.3"
},
"scripts": {
"dev": "cross-env USE_SANDBOX=true vite",
Expand Down
4 changes: 2 additions & 2 deletions packages/analytics/dashboard-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@kong/design-tokens": "1.12.4",
"@kong/kongponents": "9.0.0-alpha.73",
"json-schema-to-ts": "^3.0.0",
"vue": "^3.3.13"
"vue": "^3.4.3"
},
"repository": {
"type": "git",
Expand All @@ -68,7 +68,7 @@
"@kong-ui-public/analytics-chart": "workspace:^",
"@kong-ui-public/i18n": "workspace:^",
"@kong/kongponents": "^8.126.2",
"vue": "^3.3.13"
"vue": "^3.4.3"
},
"dependencies": {
"@kong-ui-public/core": "workspace:^",
Expand Down
4 changes: 2 additions & 2 deletions packages/analytics/metric-cards/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@
},
"peerDependencies": {
"@kong/kongponents": "9.0.0-alpha.73",
"vue": "^3.3.13"
"vue": "^3.4.3"
},
"devDependencies": {
"@kong/design-tokens": "1.12.4",
"@kong/kongponents": "9.0.0-alpha.73",
"vue": "^3.3.13"
"vue": "^3.4.3"
},
"dependencies": {
"@kong/icons": "^1.8.11",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/app-layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"peerDependencies": {
"@kong/kongponents": "9.0.0-alpha.73",
"vue": "^3.3.13",
"vue": "^3.4.3",
"vue-router": "^4.2.5"
},
"dependencies": {
Expand All @@ -53,7 +53,7 @@
"@kong/design-tokens": "1.12.4",
"@kong/kongponents": "9.0.0-alpha.73",
"@types/lodash.clonedeep": "^4.5.9",
"vue": "^3.3.13",
"vue": "^3.4.3",
"vue-router": "^4.2.5"
},
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/core/copy-uuid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@
"peerDependencies": {
"@kong-ui-public/i18n": "workspace:^",
"@kong/kongponents": "9.0.0-alpha.73",
"vue": "^3.3.13"
"vue": "^3.4.3"
},
"devDependencies": {
"@kong-ui-public/i18n": "workspace:^",
"@kong/design-tokens": "1.12.4",
"@kong/kongponents": "9.0.0-alpha.73",
"vue": "^3.3.13"
"vue": "^3.4.3"
},
"repository": {
"type": "git",
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.6.3",
"swrv": "^1.0.4",
"vue": "^3.3.13"
"vue": "^3.4.3"
},
"dependencies": {
"date-fns": "^2.30.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 @@ -43,7 +43,7 @@
"@kong/design-tokens": "1.12.4",
"@kong/kongponents": "9.0.0-alpha.73",
"axios": "^1.6.3",
"vue": "^3.3.13"
"vue": "^3.4.3"
},
"repository": {
"type": "git",
Expand All @@ -66,7 +66,7 @@
"peerDependencies": {
"@kong-ui-public/i18n": "workspace:^",
"@kong/kongponents": "^8.125.0",
"vue": "^3.3.13"
"vue": "^3.4.3"
},
"dependencies": {
"@kong-ui-public/document-viewer": "workspace:^",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<template>
<div
:key="String(forceError)"
class="error-boundary-child-component"
data-testid="error-boundary-child-component"
>
Expand Down Expand Up @@ -40,7 +41,6 @@ const computedName = computed((): string => {
throw new Error('computed name error')
}
// eslint-disable-next-line no-unreachable
return 'Test Error Component'
})
</script>
Expand Down
4 changes: 2 additions & 2 deletions 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.12.4",
"@kong/icons": "^1.8.11",
"vue": "^3.3.13"
"vue": "^3.4.3"
},
"repository": {
"type": "git",
Expand All @@ -61,6 +61,6 @@
"errorLimit": "200KB"
},
"peerDependencies": {
"vue": "^3.3.13"
"vue": "^3.4.3"
}
}
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.0.0-alpha.73",
"vue": "^3.3.13"
"vue": "^3.4.3"
},
"devDependencies": {
"@kong-ui-public/i18n": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"errorLimit": "300KB"
},
"peerDependencies": {
"vue": "^3.3.13"
"vue": "^3.4.3"
},
"dependencies": {
"@formatjs/intl": "^2.9.9",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/misc-widgets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@
"peerDependencies": {
"@kong-ui-public/i18n": "workspace:^",
"@kong/kongponents": "9.0.0-alpha.73",
"vue": "^3.3.13"
"vue": "^3.4.3"
},
"devDependencies": {
"@kong-ui-public/i18n": "workspace:^",
"@kong/kongponents": "9.0.0-alpha.73",
"vue": "^3.3.13"
"vue": "^3.4.3"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions 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.12.4",
"@kong/kongponents": "9.0.0-alpha.73",
"vue": "^3.3.13",
"vue": "^3.4.3",
"vue-router": "^4.2.5"
},
"repository": {
Expand All @@ -63,7 +63,7 @@
},
"peerDependencies": {
"@kong/kongponents": "9.0.0-alpha.73",
"vue": "^3.3.13"
"vue": "^3.4.3"
},
"dependencies": {
"@kong/icons": "^1.8.11"
Expand Down
4 changes: 2 additions & 2 deletions packages/entities/entities-certificates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
"@kong-ui-public/i18n": "workspace:^",
"@kong/kongponents": "9.0.0-alpha.73",
"axios": "^1.6.3",
"vue": "^3.3.13",
"vue": "^3.4.3",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@kong-ui-public/i18n": "workspace:^",
"@kong/design-tokens": "1.12.4",
"@kong/kongponents": "9.0.0-alpha.73",
"axios": "^1.6.3",
"vue": "^3.3.13",
"vue": "^3.4.3",
"vue-router": "^4.2.5"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/entities/entities-consumer-credentials/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@kong-ui-public/i18n": "workspace:^",
"@kong/kongponents": "9.0.0-alpha.73",
"axios": "^1.6.3",
"vue": "^3.3.13",
"vue": "^3.4.3",
"vue-router": "^4.2.5"
},
"devDependencies": {
Expand All @@ -34,7 +34,7 @@
"@kong/design-tokens": "1.12.4",
"@kong/kongponents": "9.0.0-alpha.73",
"axios": "^1.6.3",
"vue": "^3.3.13",
"vue": "^3.4.3",
"vue-router": "^4.2.5"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/entities/entities-consumer-groups/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
"@kong-ui-public/i18n": "workspace:^",
"@kong/kongponents": "9.0.0-alpha.73",
"axios": "^1.6.3",
"vue": "^3.3.13",
"vue": "^3.4.3",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@kong-ui-public/i18n": "workspace:^",
"@kong/design-tokens": "1.12.4",
"@kong/kongponents": "9.0.0-alpha.73",
"axios": "^1.6.3",
"vue": "^3.3.13",
"vue": "^3.4.3",
"vue-router": "^4.2.5"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/entities/entities-consumers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
"@kong-ui-public/i18n": "workspace:^",
"@kong/kongponents": "9.0.0-alpha.73",
"axios": "^1.6.3",
"vue": "^3.3.13",
"vue": "^3.4.3",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@kong-ui-public/i18n": "workspace:^",
"@kong/design-tokens": "1.12.4",
"@kong/kongponents": "9.0.0-alpha.73",
"axios": "^1.6.3",
"vue": "^3.3.13",
"vue": "^3.4.3",
"vue-router": "^4.2.5"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/entities/entities-gateway-services/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
"@kong-ui-public/i18n": "workspace:^",
"@kong/kongponents": "9.0.0-alpha.73",
"axios": "^1.6.3",
"vue": "^3.3.13",
"vue": "^3.4.3",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@kong-ui-public/i18n": "workspace:^",
"@kong/design-tokens": "1.12.4",
"@kong/kongponents": "9.0.0-alpha.73",
"axios": "^1.6.3",
"vue": "^3.3.13",
"vue": "^3.4.3",
"vue-router": "^4.2.5"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/entities/entities-key-sets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@
"@kong-ui-public/i18n": "workspace:^",
"@kong/kongponents": "9.0.0-alpha.73",
"axios": "^1.6.3",
"vue": "^3.3.13",
"vue": "^3.4.3",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@kong-ui-public/copy-uuid": "workspace:^",
"@kong-ui-public/i18n": "workspace:^",
"@kong/kongponents": "9.0.0-alpha.73",
"axios": "^1.6.3",
"vue": "^3.3.13",
"vue": "^3.4.3",
"vue-router": "^4.2.5"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/entities/entities-keys/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@kong-ui-public/i18n": "workspace:^",
"@kong/kongponents": "9.0.0-alpha.73",
"axios": "^1.6.3",
"vue": "^3.3.13",
"vue": "^3.4.3",
"vue-router": "^4.2.5"
},
"devDependencies": {
Expand All @@ -34,7 +34,7 @@
"@kong/design-tokens": "1.12.4",
"@kong/kongponents": "9.0.0-alpha.73",
"axios": "^1.6.3",
"vue": "^3.3.13",
"vue": "^3.4.3",
"vue-router": "^4.2.5"
},
"scripts": {
Expand Down
Loading

0 comments on commit 4f93e85

Please sign in to comment.