From a6c199e7d8ae9cb69f806ef0883dbc584a88b927 Mon Sep 17 00:00:00 2001 From: cdk8s-automation <81352262+cdk8s-automation@users.noreply.github.com> Date: Wed, 5 Jun 2024 23:48:31 -0700 Subject: [PATCH] chore(deps): upgrade configuration (#4271) Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/cdk8s-team/cdk8s-plus/actions/runs/9386577968 ------ *Automatically created by projen via the "upgrade-configuration-k8s-29-main" workflow* --- .projen/deps.json | 5 +++++ .projen/tasks.json | 2 +- package.json | 6 ++---- yarn.lock | 8 ++++---- 4 files changed, 12 insertions(+), 9 deletions(-) diff --git a/.projen/deps.json b/.projen/deps.json index 5490925ba..bdf735d39 100644 --- a/.projen/deps.json +++ b/.projen/deps.json @@ -28,6 +28,11 @@ "version": "^6", "type": "build" }, + { + "name": "backport", + "version": "8.5.0", + "type": "build" + }, { "name": "cdk8s", "type": "build" diff --git a/.projen/tasks.json b/.projen/tasks.json index ba0192434..09d4a3bfb 100644 --- a/.projen/tasks.json +++ b/.projen/tasks.json @@ -455,7 +455,7 @@ "exec": "yarn install --check-files" }, { - "exec": "yarn upgrade @types/jest @types/minimatch @types/node @typescript-eslint/eslint-plugin @typescript-eslint/parser cdk8s cdk8s-cli constructs eslint-import-resolver-typescript eslint-plugin-import eslint jest-junit jest jsii-diff snake-case standard-version ts-jest ts-node minimatch" + "exec": "yarn upgrade @types/jest @types/minimatch @types/node @typescript-eslint/eslint-plugin @typescript-eslint/parser backport cdk8s cdk8s-cli constructs eslint-import-resolver-typescript eslint-plugin-import eslint jest-junit jest jsii-diff snake-case standard-version ts-jest ts-node minimatch" }, { "exec": "npx projen" diff --git a/package.json b/package.json index f9a5adf78..31a57be1a 100644 --- a/package.json +++ b/package.json @@ -50,12 +50,13 @@ "organization": false }, "devDependencies": { - "@cdk8s/projen-common": "^0.0.524", + "@cdk8s/projen-common": "^0.0.525", "@types/jest": "^27", "@types/minimatch": "^3.0.5", "@types/node": "16.18.78", "@typescript-eslint/eslint-plugin": "^6", "@typescript-eslint/parser": "^6", + "backport": "8.5.0", "cdk8s": "2.68.75", "cdk8s-cli": "^2.198.137", "constructs": "10.3.0", @@ -179,8 +180,5 @@ "rootDir": "src" } }, - "optionalDependencies": { - "backport": "8.5.0" - }, "//": "~~ Generated by projen. To modify, edit .projenrc.ts and run \"npx projen\"." } diff --git a/yarn.lock b/yarn.lock index d979d71ce..6899cef7a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -290,10 +290,10 @@ resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw== -"@cdk8s/projen-common@^0.0.524": - version "0.0.524" - resolved "https://registry.yarnpkg.com/@cdk8s/projen-common/-/projen-common-0.0.524.tgz#c7e0180b96d00a187e36365ff394b24540d2573a" - integrity sha512-8tmPeqY5yBrr/bDKFvKHkcbWxwBrPwyolfE+e3pntWRMm2NTwbdfhRaTspSEPzBckUF77Au7UYqV2QJAVGRkUQ== +"@cdk8s/projen-common@^0.0.525": + version "0.0.525" + resolved "https://registry.yarnpkg.com/@cdk8s/projen-common/-/projen-common-0.0.525.tgz#7eb004e7f3c7afcccfd76a34ac467596ce816d76" + integrity sha512-oM2F7/W58nIeU/JnAFkyQeKKDPv/HpP7SSnqfPdenvHI0/syjg2HKoxcoSeU/tC3QQ9SqEq8mtMihz9tg19EcA== dependencies: codemaker "^1.99.0" deepmerge "^4.3.1"