From bf88d6e2000ce51b512542e59e18c6fe1f6afce0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 09:38:33 +0100 Subject: [PATCH] chore(lambda): bump @typescript-eslint/parser from 8.14.0 to 8.16.0 in /lambdas (#4283) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 8.14.0 to 8.16.0.
Release notes

Sourced from @​typescript-eslint/parser's releases.

v8.16.0

8.16.0 (2024-11-25)

🚀 Features

🩹 Fixes

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.15.0

8.15.0 (2024-11-18)

🚀 Features

🩹 Fixes

❤️ Thank You

... (truncated)

Changelog

Sourced from @​typescript-eslint/parser's changelog.

8.16.0 (2024-11-25)

🚀 Features

❤️ Thank You

You can read about our versioning strategy and releases on our website.

8.15.0 (2024-11-18)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/parser&package-manager=npm_and_yarn&previous-version=8.14.0&new-version=8.16.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .../functions/ami-housekeeper/package.json | 2 +- lambdas/functions/control-plane/package.json | 2 +- .../functions/gh-agent-syncer/package.json | 2 +- .../termination-watcher/package.json | 2 +- lambdas/functions/webhook/package.json | 2 +- lambdas/libs/aws-powertools-util/package.json | 2 +- lambdas/libs/aws-ssm-util/package.json | 2 +- lambdas/yarn.lock | 108 +++++++++--------- 8 files changed, 61 insertions(+), 61 deletions(-) diff --git a/lambdas/functions/ami-housekeeper/package.json b/lambdas/functions/ami-housekeeper/package.json index 9edc4dca64..381cf8d43e 100644 --- a/lambdas/functions/ami-housekeeper/package.json +++ b/lambdas/functions/ami-housekeeper/package.json @@ -21,7 +21,7 @@ "@types/jest": "^29.5.14", "@types/node": "^22.9.0", "@typescript-eslint/eslint-plugin": "^8.15.0", - "@typescript-eslint/parser": "^8.14.0", + "@typescript-eslint/parser": "^8.16.0", "@vercel/ncc": "^0.38.2", "aws-sdk-client-mock": "^4.1.0", "aws-sdk-client-mock-jest": "^4.1.0", diff --git a/lambdas/functions/control-plane/package.json b/lambdas/functions/control-plane/package.json index d22f425f48..d5c8f9e7bf 100644 --- a/lambdas/functions/control-plane/package.json +++ b/lambdas/functions/control-plane/package.json @@ -21,7 +21,7 @@ "@types/jest": "^29.5.14", "@types/node": "^22.9.0", "@typescript-eslint/eslint-plugin": "^8.15.0", - "@typescript-eslint/parser": "^8.14.0", + "@typescript-eslint/parser": "^8.16.0", "@vercel/ncc": "^0.38.2", "aws-sdk-client-mock": "^4.1.0", "aws-sdk-client-mock-jest": "^4.1.0", diff --git a/lambdas/functions/gh-agent-syncer/package.json b/lambdas/functions/gh-agent-syncer/package.json index 43ac2e6ddc..e20e8cb0b8 100644 --- a/lambdas/functions/gh-agent-syncer/package.json +++ b/lambdas/functions/gh-agent-syncer/package.json @@ -22,7 +22,7 @@ "@types/node": "^22.9.0", "@types/request": "^2.48.12", "@typescript-eslint/eslint-plugin": "^8.15.0", - "@typescript-eslint/parser": "^8.14.0", + "@typescript-eslint/parser": "^8.16.0", "@vercel/ncc": "^0.38.2", "aws-sdk-client-mock": "^4.1.0", "aws-sdk-client-mock-jest": "^4.1.0", diff --git a/lambdas/functions/termination-watcher/package.json b/lambdas/functions/termination-watcher/package.json index afc275b0b2..5231ad9b4c 100644 --- a/lambdas/functions/termination-watcher/package.json +++ b/lambdas/functions/termination-watcher/package.json @@ -19,7 +19,7 @@ "@types/jest": "^29.5.14", "@types/node": "^22.9.0", "@typescript-eslint/eslint-plugin": "^8.15.0", - "@typescript-eslint/parser": "^8.14.0", + "@typescript-eslint/parser": "^8.16.0", "@vercel/ncc": "^0.38.2", "aws-sdk-client-mock": "^4.1.0", "aws-sdk-client-mock-jest": "^4.1.0", diff --git a/lambdas/functions/webhook/package.json b/lambdas/functions/webhook/package.json index c14b4a1cec..bcea6ae16f 100644 --- a/lambdas/functions/webhook/package.json +++ b/lambdas/functions/webhook/package.json @@ -23,7 +23,7 @@ "@types/jest": "^29.5.14", "@types/node": "^22.9.0", "@typescript-eslint/eslint-plugin": "^8.15.0", - "@typescript-eslint/parser": "^8.14.0", + "@typescript-eslint/parser": "^8.16.0", "@vercel/ncc": "0.38.2", "body-parser": "^1.20.3", "eslint": "^8.57.0", diff --git a/lambdas/libs/aws-powertools-util/package.json b/lambdas/libs/aws-powertools-util/package.json index c7db23d801..85a0571030 100644 --- a/lambdas/libs/aws-powertools-util/package.json +++ b/lambdas/libs/aws-powertools-util/package.json @@ -20,7 +20,7 @@ "@types/jest": "^29.5.14", "@types/node": "^22.9.0", "@typescript-eslint/eslint-plugin": "^8.15.0", - "@typescript-eslint/parser": "^8.14.0", + "@typescript-eslint/parser": "^8.16.0", "@vercel/ncc": "0.38.2", "body-parser": "^1.20.3", "eslint": "^8.57.0", diff --git a/lambdas/libs/aws-ssm-util/package.json b/lambdas/libs/aws-ssm-util/package.json index e036bc9c4a..4d0194676f 100644 --- a/lambdas/libs/aws-ssm-util/package.json +++ b/lambdas/libs/aws-ssm-util/package.json @@ -20,7 +20,7 @@ "@types/jest": "^29.5.14", "@types/node": "^22.9.0", "@typescript-eslint/eslint-plugin": "^8.15.0", - "@typescript-eslint/parser": "^8.14.0", + "@typescript-eslint/parser": "^8.16.0", "@vercel/ncc": "0.38.2", "body-parser": "^1.20.3", "eslint": "^8.57.0", diff --git a/lambdas/yarn.lock b/lambdas/yarn.lock index d752f851ed..1e84b804a7 100644 --- a/lambdas/yarn.lock +++ b/lambdas/yarn.lock @@ -111,7 +111,7 @@ __metadata: "@types/jest": "npm:^29.5.14" "@types/node": "npm:^22.9.0" "@typescript-eslint/eslint-plugin": "npm:^8.15.0" - "@typescript-eslint/parser": "npm:^8.14.0" + "@typescript-eslint/parser": "npm:^8.16.0" "@vercel/ncc": "npm:^0.38.2" aws-sdk-client-mock: "npm:^4.1.0" aws-sdk-client-mock-jest: "npm:^4.1.0" @@ -143,7 +143,7 @@ __metadata: "@types/jest": "npm:^29.5.14" "@types/node": "npm:^22.9.0" "@typescript-eslint/eslint-plugin": "npm:^8.15.0" - "@typescript-eslint/parser": "npm:^8.14.0" + "@typescript-eslint/parser": "npm:^8.16.0" "@vercel/ncc": "npm:0.38.2" aws-lambda: "npm:^1.0.7" body-parser: "npm:^1.20.3" @@ -173,7 +173,7 @@ __metadata: "@types/jest": "npm:^29.5.14" "@types/node": "npm:^22.9.0" "@typescript-eslint/eslint-plugin": "npm:^8.15.0" - "@typescript-eslint/parser": "npm:^8.14.0" + "@typescript-eslint/parser": "npm:^8.16.0" "@vercel/ncc": "npm:0.38.2" body-parser: "npm:^1.20.3" eslint: "npm:^8.57.0" @@ -210,7 +210,7 @@ __metadata: "@types/jest": "npm:^29.5.14" "@types/node": "npm:^22.9.0" "@typescript-eslint/eslint-plugin": "npm:^8.15.0" - "@typescript-eslint/parser": "npm:^8.14.0" + "@typescript-eslint/parser": "npm:^8.16.0" "@vercel/ncc": "npm:^0.38.2" aws-sdk-client-mock: "npm:^4.1.0" aws-sdk-client-mock-jest: "npm:^4.1.0" @@ -246,7 +246,7 @@ __metadata: "@types/node": "npm:^22.9.0" "@types/request": "npm:^2.48.12" "@typescript-eslint/eslint-plugin": "npm:^8.15.0" - "@typescript-eslint/parser": "npm:^8.14.0" + "@typescript-eslint/parser": "npm:^8.16.0" "@vercel/ncc": "npm:^0.38.2" aws-sdk-client-mock: "npm:^4.1.0" aws-sdk-client-mock-jest: "npm:^4.1.0" @@ -275,7 +275,7 @@ __metadata: "@types/jest": "npm:^29.5.14" "@types/node": "npm:^22.9.0" "@typescript-eslint/eslint-plugin": "npm:^8.15.0" - "@typescript-eslint/parser": "npm:^8.14.0" + "@typescript-eslint/parser": "npm:^8.16.0" "@vercel/ncc": "npm:^0.38.2" aws-sdk-client-mock: "npm:^4.1.0" aws-sdk-client-mock-jest: "npm:^4.1.0" @@ -311,7 +311,7 @@ __metadata: "@types/jest": "npm:^29.5.14" "@types/node": "npm:^22.9.0" "@typescript-eslint/eslint-plugin": "npm:^8.15.0" - "@typescript-eslint/parser": "npm:^8.14.0" + "@typescript-eslint/parser": "npm:^8.16.0" "@vercel/ncc": "npm:0.38.2" aws-lambda: "npm:^1.0.7" body-parser: "npm:^1.20.3" @@ -5358,31 +5358,21 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/parser@npm:^8.14.0": - version: 8.14.0 - resolution: "@typescript-eslint/parser@npm:8.14.0" +"@typescript-eslint/parser@npm:^8.16.0": + version: 8.16.0 + resolution: "@typescript-eslint/parser@npm:8.16.0" dependencies: - "@typescript-eslint/scope-manager": "npm:8.14.0" - "@typescript-eslint/types": "npm:8.14.0" - "@typescript-eslint/typescript-estree": "npm:8.14.0" - "@typescript-eslint/visitor-keys": "npm:8.14.0" + "@typescript-eslint/scope-manager": "npm:8.16.0" + "@typescript-eslint/types": "npm:8.16.0" + "@typescript-eslint/typescript-estree": "npm:8.16.0" + "@typescript-eslint/visitor-keys": "npm:8.16.0" debug: "npm:^4.3.4" peerDependencies: eslint: ^8.57.0 || ^9.0.0 peerDependenciesMeta: typescript: optional: true - checksum: 10c0/522b7afd25cd302c0510cc71985ba55ff92ecc5dbe3fc74a76fefea0169252fdd4b8cad6291fef05f63dfc173951af450dca20859c7f23e387b2e7410e8b97b1 - languageName: node - linkType: hard - -"@typescript-eslint/scope-manager@npm:8.14.0": - version: 8.14.0 - resolution: "@typescript-eslint/scope-manager@npm:8.14.0" - dependencies: - "@typescript-eslint/types": "npm:8.14.0" - "@typescript-eslint/visitor-keys": "npm:8.14.0" - checksum: 10c0/1e1295c6f9febadf63559aad328b23d960510ce6b4c9f74e10d881c3858fa7f1db767cd1af5272d2fe7c9c5c7daebee71854e6f841e413e5d70af282f6616e26 + checksum: 10c0/e49c6640a7a863a16baecfbc5b99392a4731e9c7e9c9aaae4efbc354e305485fe0f39a28bf0acfae85bc01ce37fe0cc140fd315fdaca8b18f9b5e0addff8ceae languageName: node linkType: hard @@ -5396,6 +5386,16 @@ __metadata: languageName: node linkType: hard +"@typescript-eslint/scope-manager@npm:8.16.0": + version: 8.16.0 + resolution: "@typescript-eslint/scope-manager@npm:8.16.0" + dependencies: + "@typescript-eslint/types": "npm:8.16.0" + "@typescript-eslint/visitor-keys": "npm:8.16.0" + checksum: 10c0/23b7c738b83f381c6419a36e6ca951944187e3e00abb8e012bce8041880410fe498303e28bdeb0e619023a69b14cf32a5ec1f9427c5382807788cd8e52a46a6e + languageName: node + linkType: hard + "@typescript-eslint/type-utils@npm:8.15.0": version: 8.15.0 resolution: "@typescript-eslint/type-utils@npm:8.15.0" @@ -5413,13 +5413,6 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/types@npm:8.14.0": - version: 8.14.0 - resolution: "@typescript-eslint/types@npm:8.14.0" - checksum: 10c0/7707f900e24e60e6780c5705f69627b7c0ef912cb3b095dfc8f4a0c84e866c66b1c4c10278cf99724560dc66985ec640750c4192786a09b853f9bb4c3ca5a7ce - languageName: node - linkType: hard - "@typescript-eslint/types@npm:8.15.0": version: 8.15.0 resolution: "@typescript-eslint/types@npm:8.15.0" @@ -5427,12 +5420,19 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/typescript-estree@npm:8.14.0": - version: 8.14.0 - resolution: "@typescript-eslint/typescript-estree@npm:8.14.0" +"@typescript-eslint/types@npm:8.16.0": + version: 8.16.0 + resolution: "@typescript-eslint/types@npm:8.16.0" + checksum: 10c0/141e257ab4060a9c0e2e14334ca14ab6be713659bfa38acd13be70a699fb5f36932a2584376b063063ab3d723b24bc703dbfb1ce57d61d7cfd7ec5bd8a975129 + languageName: node + linkType: hard + +"@typescript-eslint/typescript-estree@npm:8.15.0": + version: 8.15.0 + resolution: "@typescript-eslint/typescript-estree@npm:8.15.0" dependencies: - "@typescript-eslint/types": "npm:8.14.0" - "@typescript-eslint/visitor-keys": "npm:8.14.0" + "@typescript-eslint/types": "npm:8.15.0" + "@typescript-eslint/visitor-keys": "npm:8.15.0" debug: "npm:^4.3.4" fast-glob: "npm:^3.3.2" is-glob: "npm:^4.0.3" @@ -5442,16 +5442,16 @@ __metadata: peerDependenciesMeta: typescript: optional: true - checksum: 10c0/5e890d22bd067095f871cf144907a8c302db5b5f014c58906ad58d7f23569951cba805042eac6844744e5abb0d3648c9cc221a91b0703da0a8d6345dc1f83e74 + checksum: 10c0/3af5c129532db3575349571bbf64d32aeccc4f4df924ac447f5d8f6af8b387148df51965eb2c9b99991951d3dadef4f2509d7ce69bf34a2885d013c040762412 languageName: node linkType: hard -"@typescript-eslint/typescript-estree@npm:8.15.0": - version: 8.15.0 - resolution: "@typescript-eslint/typescript-estree@npm:8.15.0" +"@typescript-eslint/typescript-estree@npm:8.16.0": + version: 8.16.0 + resolution: "@typescript-eslint/typescript-estree@npm:8.16.0" dependencies: - "@typescript-eslint/types": "npm:8.15.0" - "@typescript-eslint/visitor-keys": "npm:8.15.0" + "@typescript-eslint/types": "npm:8.16.0" + "@typescript-eslint/visitor-keys": "npm:8.16.0" debug: "npm:^4.3.4" fast-glob: "npm:^3.3.2" is-glob: "npm:^4.0.3" @@ -5461,7 +5461,7 @@ __metadata: peerDependenciesMeta: typescript: optional: true - checksum: 10c0/3af5c129532db3575349571bbf64d32aeccc4f4df924ac447f5d8f6af8b387148df51965eb2c9b99991951d3dadef4f2509d7ce69bf34a2885d013c040762412 + checksum: 10c0/f28fea5af4798a718b6735d1758b791a331af17386b83cb2856d89934a5d1693f7cb805e73c3b33f29140884ac8ead9931b1d7c3de10176fa18ca7a346fe10d0 languageName: node linkType: hard @@ -5482,16 +5482,6 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/visitor-keys@npm:8.14.0": - version: 8.14.0 - resolution: "@typescript-eslint/visitor-keys@npm:8.14.0" - dependencies: - "@typescript-eslint/types": "npm:8.14.0" - eslint-visitor-keys: "npm:^3.4.3" - checksum: 10c0/d0faf70ed9ecff5e36694bbb161a90bea6db59e0e79a7d4f264d67d565c12b13733d664b736b2730935f013c87ce3155cea954a533d28e99987681bc5f6259c3 - languageName: node - linkType: hard - "@typescript-eslint/visitor-keys@npm:8.15.0": version: 8.15.0 resolution: "@typescript-eslint/visitor-keys@npm:8.15.0" @@ -5502,6 +5492,16 @@ __metadata: languageName: node linkType: hard +"@typescript-eslint/visitor-keys@npm:8.16.0": + version: 8.16.0 + resolution: "@typescript-eslint/visitor-keys@npm:8.16.0" + dependencies: + "@typescript-eslint/types": "npm:8.16.0" + eslint-visitor-keys: "npm:^4.2.0" + checksum: 10c0/537df37801831aa8d91082b2adbffafd40305ed4518f0e7d3cbb17cc466d8b9ac95ac91fa232e7fe585d7c522d1564489ec80052ebb2a6ab9bbf89ef9dd9b7bc + languageName: node + linkType: hard + "@ungap/structured-clone@npm:^1.2.0": version: 1.2.0 resolution: "@ungap/structured-clone@npm:1.2.0"