Skip to content

Commit 5ffb587

Browse files
chore(lambda): bump @nx/eslint from 20.6.1 to 20.6.2 in /lambdas (#4497)
Bumps [@nx/eslint](https://github.com/nrwl/nx/tree/HEAD/packages/eslint) from 20.6.1 to 20.6.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nrwl/nx/releases"><code>@​nx/eslint</code>'s releases</a>.</em></p> <blockquote> <h2>20.6.2 (2025-03-19)</h2> <h3>🚀 Features</h3> <ul> <li><strong>nx-dev:</strong> add angular architecture blog post (<a href="https://redirect.github.com/nrwl/nx/pull/30400">#30400</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>js:</strong> update tinyglobby to speed up shallow file matching (<a href="https://redirect.github.com/nrwl/nx/pull/30415">#30415</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Jack Hsu <a href="https://github.com/jaysoo"><code>@​jaysoo</code></a></li> <li>Juri Strumpflohner <a href="https://github.com/juristr"><code>@​juristr</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/nrwl/nx/commits/20.6.2/packages/eslint">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@nx/eslint&package-manager=npm_and_yarn&previous-version=20.6.1&new-version=20.6.2)](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 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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d2ebb3a commit 5ffb587

File tree

2 files changed

+97
-21
lines changed

2 files changed

+97
-21
lines changed

lambdas/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@octokit/types": "^13.0.0"
2222
},
2323
"devDependencies": {
24-
"@nx/eslint": "20.6.1",
24+
"@nx/eslint": "20.6.4",
2525
"@nx/js": "^20.6.1",
2626
"@nx/vite": "^20.6.2",
2727
"@swc-node/register": "~1.10.10",

lambdas/yarn.lock

+96-20
Original file line numberDiff line numberDiff line change
@@ -3242,12 +3242,30 @@ __metadata:
32423242
languageName: node
32433243
linkType: hard
32443244

3245-
"@nx/eslint@npm:20.6.1":
3246-
version: 20.6.1
3247-
resolution: "@nx/eslint@npm:20.6.1"
3245+
"@nx/devkit@npm:20.6.4":
3246+
version: 20.6.4
3247+
resolution: "@nx/devkit@npm:20.6.4"
32483248
dependencies:
3249-
"@nx/devkit": "npm:20.6.1"
3250-
"@nx/js": "npm:20.6.1"
3249+
ejs: "npm:^3.1.7"
3250+
enquirer: "npm:~2.3.6"
3251+
ignore: "npm:^5.0.4"
3252+
minimatch: "npm:9.0.3"
3253+
semver: "npm:^7.5.3"
3254+
tmp: "npm:~0.2.1"
3255+
tslib: "npm:^2.3.0"
3256+
yargs-parser: "npm:21.1.1"
3257+
peerDependencies:
3258+
nx: ">= 19 <= 21"
3259+
checksum: 10c0/a1ddc125e2eb632187f34a459ad38ae1225c7c5b983c4f20c7fca07e4090c0e19762f2808a171a0a6b97c074fd8e3e736f9a5d4e686dd20cdfcacd188b819e95
3260+
languageName: node
3261+
linkType: hard
3262+
3263+
"@nx/eslint@npm:20.6.4":
3264+
version: 20.6.4
3265+
resolution: "@nx/eslint@npm:20.6.4"
3266+
dependencies:
3267+
"@nx/devkit": "npm:20.6.4"
3268+
"@nx/js": "npm:20.6.4"
32513269
semver: "npm:^7.5.3"
32523270
tslib: "npm:^2.3.0"
32533271
typescript: "npm:~5.7.2"
@@ -3257,13 +3275,13 @@ __metadata:
32573275
peerDependenciesMeta:
32583276
"@zkochan/js-yaml":
32593277
optional: true
3260-
checksum: 10c0/9e3a8dfb01ea57eb3dae62b2cb568dc298e6e6d8554019da48095cadbc16ca65406546b1b4adb2165638827f8c318469d9360c778d38e3406485161fcbb1d55d
3278+
checksum: 10c0/0ca31e3a41850ef543e25dfe5ca5b49c565caddcff0e95efa40edfbba01c8b52f101747f5a0213b261c6a9045ab848c53101627c43b27ad74527d7b7ffb39aff
32613279
languageName: node
32623280
linkType: hard
32633281

3264-
"@nx/js@npm:20.6.1, @nx/js@npm:^20.6.1":
3265-
version: 20.6.1
3266-
resolution: "@nx/js@npm:20.6.1"
3282+
"@nx/js@npm:20.6.2":
3283+
version: 20.6.2
3284+
resolution: "@nx/js@npm:20.6.2"
32673285
dependencies:
32683286
"@babel/core": "npm:^7.23.2"
32693287
"@babel/plugin-proposal-decorators": "npm:^7.22.7"
@@ -3272,8 +3290,8 @@ __metadata:
32723290
"@babel/preset-env": "npm:^7.23.2"
32733291
"@babel/preset-typescript": "npm:^7.22.5"
32743292
"@babel/runtime": "npm:^7.22.6"
3275-
"@nx/devkit": "npm:20.6.1"
3276-
"@nx/workspace": "npm:20.6.1"
3293+
"@nx/devkit": "npm:20.6.2"
3294+
"@nx/workspace": "npm:20.6.2"
32773295
"@zkochan/js-yaml": "npm:0.0.7"
32783296
babel-plugin-const-enum: "npm:^1.0.1"
32793297
babel-plugin-macros: "npm:^3.1.0"
@@ -3292,7 +3310,7 @@ __metadata:
32923310
picomatch: "npm:4.0.2"
32933311
semver: "npm:^7.5.3"
32943312
source-map-support: "npm:0.5.19"
3295-
tinyglobby: "npm:^0.2.10"
3313+
tinyglobby: "npm:^0.2.12"
32963314
ts-node: "npm:10.9.1"
32973315
tsconfig-paths: "npm:^4.1.2"
32983316
tslib: "npm:^2.3.0"
@@ -3301,13 +3319,13 @@ __metadata:
33013319
peerDependenciesMeta:
33023320
verdaccio:
33033321
optional: true
3304-
checksum: 10c0/17450efc17baa5a9d601ea0c4b980b649e035b76cdfee18f51bca896a6633de4e3c3dc9d4d5f16c36659a3d676dfec3a4fd28cf666942051bd7f86446128fcfc
3322+
checksum: 10c0/6c25df1dd9f177962213b224c1a670db4d813087845ba32a99a825349a54ec272376a436ab8229fbab744a41c3439ebc0e0fee6cd2c35cd58ecb8fb76f681b7f
33053323
languageName: node
33063324
linkType: hard
33073325

3308-
"@nx/js@npm:20.6.2":
3309-
version: 20.6.2
3310-
resolution: "@nx/js@npm:20.6.2"
3326+
"@nx/js@npm:20.6.4":
3327+
version: 20.6.4
3328+
resolution: "@nx/js@npm:20.6.4"
33113329
dependencies:
33123330
"@babel/core": "npm:^7.23.2"
33133331
"@babel/plugin-proposal-decorators": "npm:^7.22.7"
@@ -3316,8 +3334,8 @@ __metadata:
33163334
"@babel/preset-env": "npm:^7.23.2"
33173335
"@babel/preset-typescript": "npm:^7.22.5"
33183336
"@babel/runtime": "npm:^7.22.6"
3319-
"@nx/devkit": "npm:20.6.2"
3320-
"@nx/workspace": "npm:20.6.2"
3337+
"@nx/devkit": "npm:20.6.4"
3338+
"@nx/workspace": "npm:20.6.4"
33213339
"@zkochan/js-yaml": "npm:0.0.7"
33223340
babel-plugin-const-enum: "npm:^1.0.1"
33233341
babel-plugin-macros: "npm:^3.1.0"
@@ -3337,6 +3355,48 @@ __metadata:
33373355
semver: "npm:^7.5.3"
33383356
source-map-support: "npm:0.5.19"
33393357
tinyglobby: "npm:^0.2.12"
3358+
tslib: "npm:^2.3.0"
3359+
peerDependencies:
3360+
verdaccio: ^6.0.5
3361+
peerDependenciesMeta:
3362+
verdaccio:
3363+
optional: true
3364+
checksum: 10c0/0ea4b7e4e1647643e6234f2e6c480193f8df93faacfe18cb4a18f379f7a87c4a29183d37c26c8b9f6d8d023229484feb2e8e61ff5b03d1de04dec167bbb8a6c3
3365+
languageName: node
3366+
linkType: hard
3367+
3368+
"@nx/js@npm:^20.6.1":
3369+
version: 20.6.1
3370+
resolution: "@nx/js@npm:20.6.1"
3371+
dependencies:
3372+
"@babel/core": "npm:^7.23.2"
3373+
"@babel/plugin-proposal-decorators": "npm:^7.22.7"
3374+
"@babel/plugin-transform-class-properties": "npm:^7.22.5"
3375+
"@babel/plugin-transform-runtime": "npm:^7.23.2"
3376+
"@babel/preset-env": "npm:^7.23.2"
3377+
"@babel/preset-typescript": "npm:^7.22.5"
3378+
"@babel/runtime": "npm:^7.22.6"
3379+
"@nx/devkit": "npm:20.6.1"
3380+
"@nx/workspace": "npm:20.6.1"
3381+
"@zkochan/js-yaml": "npm:0.0.7"
3382+
babel-plugin-const-enum: "npm:^1.0.1"
3383+
babel-plugin-macros: "npm:^3.1.0"
3384+
babel-plugin-transform-typescript-metadata: "npm:^0.3.1"
3385+
chalk: "npm:^4.1.0"
3386+
columnify: "npm:^1.6.0"
3387+
detect-port: "npm:^1.5.1"
3388+
enquirer: "npm:~2.3.6"
3389+
ignore: "npm:^5.0.4"
3390+
js-tokens: "npm:^4.0.0"
3391+
jsonc-parser: "npm:3.2.0"
3392+
npm-package-arg: "npm:11.0.1"
3393+
npm-run-path: "npm:^4.0.1"
3394+
ora: "npm:5.3.0"
3395+
picocolors: "npm:^1.1.0"
3396+
picomatch: "npm:4.0.2"
3397+
semver: "npm:^7.5.3"
3398+
source-map-support: "npm:0.5.19"
3399+
tinyglobby: "npm:^0.2.10"
33403400
ts-node: "npm:10.9.1"
33413401
tsconfig-paths: "npm:^4.1.2"
33423402
tslib: "npm:^2.3.0"
@@ -3345,7 +3405,7 @@ __metadata:
33453405
peerDependenciesMeta:
33463406
verdaccio:
33473407
optional: true
3348-
checksum: 10c0/6c25df1dd9f177962213b224c1a670db4d813087845ba32a99a825349a54ec272376a436ab8229fbab744a41c3439ebc0e0fee6cd2c35cd58ecb8fb76f681b7f
3408+
checksum: 10c0/17450efc17baa5a9d601ea0c4b980b649e035b76cdfee18f51bca896a6633de4e3c3dc9d4d5f16c36659a3d676dfec3a4fd28cf666942051bd7f86446128fcfc
33493409
languageName: node
33503410
linkType: hard
33513411

@@ -3610,6 +3670,22 @@ __metadata:
36103670
languageName: node
36113671
linkType: hard
36123672

3673+
"@nx/workspace@npm:20.6.4":
3674+
version: 20.6.4
3675+
resolution: "@nx/workspace@npm:20.6.4"
3676+
dependencies:
3677+
"@nx/devkit": "npm:20.6.4"
3678+
"@zkochan/js-yaml": "npm:0.0.7"
3679+
chalk: "npm:^4.1.0"
3680+
enquirer: "npm:~2.3.6"
3681+
nx: "npm:20.6.4"
3682+
picomatch: "npm:4.0.2"
3683+
tslib: "npm:^2.3.0"
3684+
yargs-parser: "npm:21.1.1"
3685+
checksum: 10c0/7f97ba04bb1348f12895f87ad053f1601705ef260324645c6307f8725c4c3ca5148ca3bb519d6007e993ecff6841ab1ac1d7df3424d5fbca781b89ffd00953cc
3686+
languageName: node
3687+
linkType: hard
3688+
36133689
"@octokit/auth-app@npm:7.1.5":
36143690
version: 7.1.5
36153691
resolution: "@octokit/auth-app@npm:7.1.5"
@@ -8467,7 +8543,7 @@ __metadata:
84678543
version: 0.0.0-use.local
84688544
resolution: "lambdas@workspace:."
84698545
dependencies:
8470-
"@nx/eslint": "npm:20.6.1"
8546+
"@nx/eslint": "npm:20.6.4"
84718547
"@nx/js": "npm:^20.6.1"
84728548
"@nx/vite": "npm:^20.6.2"
84738549
"@swc-node/register": "npm:~1.10.10"

0 commit comments

Comments
 (0)