Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit 3a94ac7

Browse files
chore(lambda): bump @typescript-eslint/parser from 6.7.2 to 6.7.3 in /lambdas (#3502)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.7.2 to 6.7.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@​typescript-eslint/parser</code>'s releases</a>.</em></p> <blockquote> <h2>v6.7.3</h2> <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v6.7.2...v6.7.3">6.7.3</a> (2023-09-25)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>utils:</strong> type portability with <code>RuleCreator</code>, fix <a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7605">#7605</a> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7690">#7690</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/4e235919811614006d6ebbb7906200ec1b04fbf6">4e23591</a>)</li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md"><code>@​typescript-eslint/parser</code>'s changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v6.7.2...v6.7.3">6.7.3</a> (2023-09-25)</h2> <p><strong>Note:</strong> Version bump only for package <code>@​typescript-eslint/parser</code></p> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/91a3e0c85a8fb2001ad808362b437df0b90cce04"><code>91a3e0c</code></a> chore: publish v6.7.3</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v6.7.3/packages/parser">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/parser&package-manager=npm_and_yarn&previous-version=6.7.2&new-version=6.7.3)](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) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9ede6a4 commit 3a94ac7

File tree

1 file changed

+29
-29
lines changed

1 file changed

+29
-29
lines changed

Diff for: lambdas/yarn.lock

+29-29
Original file line numberDiff line numberDiff line change
@@ -2963,14 +2963,14 @@
29632963
ts-api-utils "^1.0.1"
29642964

29652965
"@typescript-eslint/parser@^6.1.0":
2966-
version "6.7.2"
2967-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.7.2.tgz#e0ae93771441b9518e67d0660c79e3a105497af4"
2968-
integrity sha512-KA3E4ox0ws+SPyxQf9iSI25R6b4Ne78ORhNHeVKrPQnoYsb9UhieoiRoJgrzgEeKGOXhcY1i8YtOeCHHTDa6Fw==
2969-
dependencies:
2970-
"@typescript-eslint/scope-manager" "6.7.2"
2971-
"@typescript-eslint/types" "6.7.2"
2972-
"@typescript-eslint/typescript-estree" "6.7.2"
2973-
"@typescript-eslint/visitor-keys" "6.7.2"
2966+
version "6.7.3"
2967+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.7.3.tgz#aaf40092a32877439e5957e18f2d6a91c82cc2fd"
2968+
integrity sha512-TlutE+iep2o7R8Lf+yoer3zU6/0EAUc8QIBB3GYBc1KGz4c4TRm83xwXUZVPlZ6YCLss4r77jbu6j3sendJoiQ==
2969+
dependencies:
2970+
"@typescript-eslint/scope-manager" "6.7.3"
2971+
"@typescript-eslint/types" "6.7.3"
2972+
"@typescript-eslint/typescript-estree" "6.7.3"
2973+
"@typescript-eslint/visitor-keys" "6.7.3"
29742974
debug "^4.3.4"
29752975

29762976
"@typescript-eslint/[email protected]":
@@ -2981,13 +2981,13 @@
29812981
"@typescript-eslint/types" "6.3.0"
29822982
"@typescript-eslint/visitor-keys" "6.3.0"
29832983

2984-
"@typescript-eslint/[email protected].2":
2985-
version "6.7.2"
2986-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.7.2.tgz#cf59a2095d2f894770c94be489648ad1c78dc689"
2987-
integrity sha512-bgi6plgyZjEqapr7u2mhxGR6E8WCzKNUFWNh6fkpVe9+yzRZeYtDTbsIBzKbcxI+r1qVWt6VIoMSNZ4r2A+6Yw==
2984+
"@typescript-eslint/[email protected].3":
2985+
version "6.7.3"
2986+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.7.3.tgz#07e5709c9bdae3eaf216947433ef97b3b8b7d755"
2987+
integrity sha512-wOlo0QnEou9cHO2TdkJmzF7DFGvAKEnB82PuPNHpT8ZKKaZu6Bm63ugOTn9fXNJtvuDPanBc78lGUGGytJoVzQ==
29882988
dependencies:
2989-
"@typescript-eslint/types" "6.7.2"
2990-
"@typescript-eslint/visitor-keys" "6.7.2"
2989+
"@typescript-eslint/types" "6.7.3"
2990+
"@typescript-eslint/visitor-keys" "6.7.3"
29912991

29922992
"@typescript-eslint/[email protected]":
29932993
version "6.3.0"
@@ -3004,10 +3004,10 @@
30043004
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.3.0.tgz#84517f1427923e714b8418981e493b6635ab4c9d"
30053005
integrity sha512-K6TZOvfVyc7MO9j60MkRNWyFSf86IbOatTKGrpTQnzarDZPYPVy0oe3myTMq7VjhfsUAbNUW8I5s+2lZvtx1gg==
30063006

3007-
"@typescript-eslint/[email protected].2":
3008-
version "6.7.2"
3009-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.7.2.tgz#75a615a6dbeca09cafd102fe7f465da1d8a3c066"
3010-
integrity sha512-flJYwMYgnUNDAN9/GAI3l8+wTmvTYdv64fcH8aoJK76Y+1FCZ08RtI5zDerM/FYT5DMkAc+19E4aLmd5KqdFyg==
3007+
"@typescript-eslint/[email protected].3":
3008+
version "6.7.3"
3009+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.7.3.tgz#0402b5628a63f24f2dc9d4a678e9a92cc50ea3e9"
3010+
integrity sha512-4g+de6roB2NFcfkZb439tigpAMnvEIg3rIjWQ+EM7IBaYt/CdJt6em9BJ4h4UpdgaBWdmx2iWsafHTrqmgIPNw==
30113011

30123012
"@typescript-eslint/[email protected]":
30133013
version "6.3.0"
@@ -3022,13 +3022,13 @@
30223022
semver "^7.5.4"
30233023
ts-api-utils "^1.0.1"
30243024

3025-
"@typescript-eslint/[email protected].2":
3026-
version "6.7.2"
3027-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.7.2.tgz#ce5883c23b581a5caf878af641e49dd0349238c7"
3028-
integrity sha512-kiJKVMLkoSciGyFU0TOY0fRxnp9qq1AzVOHNeN1+B9erKFCJ4Z8WdjAkKQPP+b1pWStGFqezMLltxO+308dJTQ==
3025+
"@typescript-eslint/[email protected].3":
3026+
version "6.7.3"
3027+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.7.3.tgz#ec5bb7ab4d3566818abaf0e4a8fa1958561b7279"
3028+
integrity sha512-YLQ3tJoS4VxLFYHTw21oe1/vIZPRqAO91z6Uv0Ss2BKm/Ag7/RVQBcXTGcXhgJMdA4U+HrKuY5gWlJlvoaKZ5g==
30293029
dependencies:
3030-
"@typescript-eslint/types" "6.7.2"
3031-
"@typescript-eslint/visitor-keys" "6.7.2"
3030+
"@typescript-eslint/types" "6.7.3"
3031+
"@typescript-eslint/visitor-keys" "6.7.3"
30323032
debug "^4.3.4"
30333033
globby "^11.1.0"
30343034
is-glob "^4.0.3"
@@ -3056,12 +3056,12 @@
30563056
"@typescript-eslint/types" "6.3.0"
30573057
eslint-visitor-keys "^3.4.1"
30583058

3059-
"@typescript-eslint/[email protected].2":
3060-
version "6.7.2"
3061-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.7.2.tgz#4cb2bd786f1f459731b0ad1584c9f73e1c7a4d5c"
3062-
integrity sha512-uVw9VIMFBUTz8rIeaUT3fFe8xIUx8r4ywAdlQv1ifH+6acn/XF8Y6rwJ7XNmkNMDrTW+7+vxFFPIF40nJCVsMQ==
3059+
"@typescript-eslint/[email protected].3":
3060+
version "6.7.3"
3061+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.7.3.tgz#83809631ca12909bd2083558d2f93f5747deebb2"
3062+
integrity sha512-HEVXkU9IB+nk9o63CeICMHxFWbHWr3E1mpilIQBe9+7L/lH97rleFLVtYsfnWB+JVMaiFnEaxvknvmIzX+CqVg==
30633063
dependencies:
3064-
"@typescript-eslint/types" "6.7.2"
3064+
"@typescript-eslint/types" "6.7.3"
30653065
eslint-visitor-keys "^3.4.1"
30663066

30673067
"@vercel/[email protected]", "@vercel/ncc@^0.38.0":

0 commit comments

Comments
 (0)