From 597c9a2ee61006ad3f0e4fe3161d0f6a4bf4e22b Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 22 Apr 2025 15:01:13 +0000 Subject: [PATCH] chore(deps): upgrade configuration Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/cdk8s-team/cdk8s-core/actions/runs/14598031054 ------ *Automatically created by projen via the "upgrade-configuration-2.x" workflow* Signed-off-by: github-actions --- package.json | 2 +- tsconfig.dev.json | 4 ++-- yarn.lock | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 2129d772bc..7d56ed83e3 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "jsii-pacmak": "^1.111.0", "jsii-rosetta": "^5", "json-schema-to-typescript": "^10.1.5", - "projen": "^0.91.20", + "projen": "^0.91.23", "ts-jest": "^27", "typescript": "~5.8.3" }, diff --git a/tsconfig.dev.json b/tsconfig.dev.json index 02744891c6..9852f9813e 100644 --- a/tsconfig.dev.json +++ b/tsconfig.dev.json @@ -8,7 +8,7 @@ "inlineSourceMap": true, "inlineSources": true, "lib": [ - "es2019" + "es2020" ], "module": "CommonJS", "noEmitOnError": false, @@ -23,7 +23,7 @@ "strictNullChecks": true, "strictPropertyInitialization": true, "stripInternal": true, - "target": "ES2019" + "target": "ES2020" }, "include": [ "src/**/*.ts", diff --git a/yarn.lock b/yarn.lock index c13b4bd81e..ef3d6b256e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4688,10 +4688,10 @@ process-nextick-args@~2.0.0: resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2" integrity sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag== -projen@^0.91.20: - version "0.91.20" - resolved "https://registry.yarnpkg.com/projen/-/projen-0.91.20.tgz#8b40782a133ab4330865f72b49a5bfcf40614779" - integrity sha512-CurufZ0DMMpP7w5tlm7e5MvoSUEFL2tCpPqRFVc+G74E8Z8+CnnFpwxz8OUhQrbOtn7GyNkfhR6o+UNTcstpig== +projen@^0.91.23: + version "0.91.23" + resolved "https://registry.yarnpkg.com/projen/-/projen-0.91.23.tgz#09b2694347dfe501550bb5bd9e0d122249142955" + integrity sha512-tlTviUy0NZungeRiSUGi8im8iSBLDZ4lLMgTkewfaH02w/rAijna5CP50oZCuSZOnYd3+Nev9TIV0zoc03ySxA== dependencies: "@iarna/toml" "^2.2.5" case "^1.6.3"