Skip to content

Commit

Permalink
yarn upgrade-interactive (within range) (gardener#1755)
Browse files Browse the repository at this point in the history
  • Loading branch information
petersutter authored Mar 20, 2024
1 parent e4635dc commit 3472177
Show file tree
Hide file tree
Showing 116 changed files with 2,223 additions and 789 deletions.
1,408 changes: 1,058 additions & 350 deletions .pnp.cjs

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
38 changes: 19 additions & 19 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,56 +38,56 @@
"@gardener-dashboard/logger": "workspace:^",
"@gardener-dashboard/monitor": "workspace:^",
"@gardener-dashboard/request": "workspace:^",
"@godaddy/terminus": "^4.11.2",
"@octokit/auth-app": "^6.0.0",
"@octokit/core": "^5.0.2",
"@octokit/plugin-paginate-graphql": "^4.0.0",
"@octokit/plugin-paginate-rest": "^9.1.5",
"@octokit/plugin-request-log": "^4.0.0",
"@octokit/plugin-rest-endpoint-methods": "^10.2.0",
"@godaddy/terminus": "^4.12.1",
"@octokit/auth-app": "^6.0.4",
"@octokit/core": "^5.1.0",
"@octokit/plugin-paginate-graphql": "^4.0.1",
"@octokit/plugin-paginate-rest": "^9.2.1",
"@octokit/plugin-request-log": "^4.0.1",
"@octokit/plugin-rest-endpoint-methods": "^10.4.1",
"base64url": "^3.0.1",
"body-parser": "^1.20.2",
"compression": "^1.7.4",
"cookie-parser": "^1.4.6",
"express": "^4.18.2",
"express": "^4.18.3",
"express-static-gzip": "^2.1.7",
"fnv-plus": "^1.3.1",
"helmet": "^7.0.0",
"helmet": "^7.1.0",
"http-errors": "^2.0.0",
"jose": "^4.14.6",
"jose": "^4.15.5",
"js-yaml": "^4.1.0",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"morgan": "^1.10.0",
"object-hash": "^3.0.0",
"openapi-types": "^12.1.3",
"openid-client": "^5.5.0",
"openid-client": "^5.6.5",
"p-limit": "3.1.0",
"p-retry": "4.6.2",
"p-timeout": "^4.1.0",
"sanitize-html": "^2.12.1",
"semver": "^7.5.4",
"semver": "^7.6.0",
"showdown": "^2.1.0",
"socket.io": "^4.6.2",
"socket.io": "^4.7.5",
"uuid": "^9.0.1"
},
"devDependencies": {
"@gardener-dashboard/test-utils": "workspace:^",
"abort-controller": "^3.0.0",
"dockerfile-ast": "^0.5.0",
"eslint": "^8.36.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint": "^8.57.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^26.9.0",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-promise": "^6.1.1",
"fast-json-patch": "^3.1.1",
"jest": "^27.5.1",
"p-event": "^4.2.0",
"path-to-regexp": "^6.2.1",
"set-cookie-parser": "^2.6.0",
"socket.io-client": "^4.6.2",
"supertest": "^6.3.3"
"socket.io-client": "^4.7.5",
"supertest": "^6.3.4"
},
"eslintConfig": {
"env": {
Expand Down
8 changes: 4 additions & 4 deletions charts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
},
"devDependencies": {
"@gardener-dashboard/test-utils": "workspace:^",
"eslint": "^8.36.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint": "^8.57.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^26.9.0",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-promise": "^6.1.1",
"jest": "^27.5.1",
"js-yaml": "^4.1.0",
Expand Down
62 changes: 31 additions & 31 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,69 +33,69 @@
},
"dependencies": {
"@braintree/sanitize-url": "^6.0.4",
"@fontsource/roboto": "^5.0.8",
"@kyvg/vue3-notification": "^2.9.0",
"@mdi/font": "7.2.96",
"@fontsource/roboto": "^5.0.12",
"@kyvg/vue3-notification": "^2.9.1",
"@mdi/font": "7.4.47",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
"@vueuse/core": "^10.4.1",
"@vueuse/integrations": "^10.4.1",
"@vueuse/router": "^10.4.1",
"@vueuse/core": "^10.9.0",
"@vueuse/integrations": "^10.9.0",
"@vueuse/router": "^10.9.0",
"ansi-html": "^0.0.9",
"buffer": "^6.0.3",
"codemirror": "^5.65.13",
"codemirror": "^5.65.16",
"dayjs": "^1.11.10",
"downloadjs": "^1.4.7",
"eventemitter3": "^5.0.1",
"floating-vue": "2.0.0",
"get-contrast": "^3.0.0",
"highlight.js": "^11.8.0",
"highlight.js": "^11.9.0",
"js-cookie": "^3.0.5",
"js-yaml": "^4.1.0",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.21",
"md5": "^2.3.0",
"mitt": "^3.0.1",
"netmask": "^2.0.2",
"pinia": "^2.1.6",
"semver": "^7.5.4",
"socket.io-client": "^4.6.2",
"pinia": "^2.1.7",
"semver": "^7.6.0",
"socket.io-client": "^4.7.5",
"splitpanes": "^3.1.5",
"statuses": "^2.0.1",
"symbol-tree": "^3.2.4",
"toidentifier": "^1.0.1",
"universal-cookie": "^4.0.4",
"url-template": "^3.1.0",
"url-template": "^3.1.1",
"uuid": "^9.0.1",
"vue": "^3.4.15",
"vue-router": "^4.2.5",
"vuetify": "^3.5.1",
"vue": "^3.4.21",
"vue-router": "^4.3.0",
"vuetify": "^3.5.9",
"xterm": "^5.3.0",
"xterm-addon-fit": "^0.8.0",
"xterm-addon-web-links": "^0.9.0"
},
"devDependencies": {
"@pinia/testing": "^0.1.2",
"@vitejs/plugin-vue": "^5.0.3",
"@vitest/coverage-v8": "^1.2.1",
"@vitest/ui": "^1.2.1",
"@vue/test-utils": "^2.4.1",
"eslint": "^8.36.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-import-newlines": "^1.3.4",
"eslint-plugin-n": "^15.6.1",
"@pinia/testing": "^0.1.3",
"@vitejs/plugin-vue": "^5.0.4",
"@vitest/coverage-v8": "^1.4.0",
"@vitest/ui": "^1.4.0",
"@vue/test-utils": "^2.4.5",
"eslint": "^8.57.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-import-newlines": "^1.4.0",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vitest": "^0.0.57",
"eslint-plugin-vue": "^9.3.0",
"eslint-plugin-vitest": "^0.3.26",
"eslint-plugin-vue": "^9.23.0",
"jsdom": "^22.1.0",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.62.0",
"sass": "^1.72.0",
"unplugin-fonts": "^1.1.1",
"vite": "^5.0.12",
"vite": "^5.1.6",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-vuetify": "^2.0.1",
"vitest": "^1.2.1",
"vite-plugin-vuetify": "^2.0.3",
"vitest": "^1.4.0",
"vitest-fetch-mock": "^0.2.2"
},
"packageManager": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
}
},
"devDependencies": {
"eslint": "^8.36.0",
"eslint": "^8.57.0",
"jest": "^27.5.1",
"node-gyp": "latest"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/kube-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@
"devDependencies": {
"@gardener-dashboard/test-utils": "workspace:^",
"abort-controller": "^3.0.0",
"eslint": "^8.36.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint": "^8.57.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^26.9.0",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-promise": "^6.1.1",
"express": "^4.18.2",
"express": "^4.18.3",
"jest": "^27.5.1"
},
"eslintConfig": {
Expand Down
12 changes: 6 additions & 6 deletions packages/kube-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@
"dependencies": {
"@gardener-dashboard/logger": "workspace:^",
"@gardener-dashboard/test-utils": "workspace:^",
"chokidar": "^3.5.3",
"gtoken": "^7.0.1",
"chokidar": "^3.6.0",
"gtoken": "^7.1.0",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21"
},
"devDependencies": {
"eslint": "^8.36.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint": "^8.57.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^26.9.0",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-promise": "^6.1.1",
"jest": "^27.5.1"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
"chalk": "^4.1.2"
},
"devDependencies": {
"eslint": "^8.36.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint": "^8.57.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^26.9.0",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-promise": "^6.1.1",
"jest": "^27.5.1",
"jest-date-mock": "^1.0.8"
Expand Down
12 changes: 6 additions & 6 deletions packages/monitor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,20 @@
},
"dependencies": {
"@gardener-dashboard/logger": "workspace:^",
"express": "^4.18.2",
"express": "^4.18.3",
"http-errors": "^2.0.0",
"prom-client": "^14.2.0",
"response-time": "^2.3.2"
},
"devDependencies": {
"eslint": "^8.36.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint": "^8.57.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^26.9.0",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-promise": "^6.1.1",
"jest": "^27.5.1",
"supertest": "^6.3.3"
"supertest": "^6.3.4"
},
"eslintConfig": {
"env": {
Expand Down
8 changes: 4 additions & 4 deletions packages/request/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
"devDependencies": {
"@gardener-dashboard/test-utils": "workspace:^",
"abort-controller": "^3.0.0",
"eslint": "^8.36.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint": "^8.57.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^26.9.0",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-promise": "^6.1.1",
"jest": "^27.5.1"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
"lint": "eslint --ext .js ."
},
"devDependencies": {
"eslint": "^8.36.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint": "^8.57.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^26.9.0",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-promise": "^6.1.1"
},
"eslintConfig": {
Expand Down
Loading

0 comments on commit 3472177

Please sign in to comment.