Skip to content

Commit cc4fda4

Browse files
chore(lambda): bump the nx group in /lambdas with 3 updates
Bumps the nx group in /lambdas with 3 updates: [@nx/eslint](https://github.com/nrwl/nx/tree/HEAD/packages/eslint), [@nx/js](https://github.com/nrwl/nx/tree/HEAD/packages/js) and [@nx/vite](https://github.com/nrwl/nx/tree/HEAD/packages/vite). Updates `@nx/eslint` from 21.4.1 to 21.5.1 - [Release notes](https://github.com/nrwl/nx/releases) - [Commits](https://github.com/nrwl/nx/commits/21.5.1/packages/eslint) Updates `@nx/js` from 21.4.1 to 21.5.1 - [Release notes](https://github.com/nrwl/nx/releases) - [Commits](https://github.com/nrwl/nx/commits/21.5.1/packages/js) Updates `@nx/vite` from 21.4.1 to 21.5.1 - [Release notes](https://github.com/nrwl/nx/releases) - [Commits](https://github.com/nrwl/nx/commits/21.5.1/packages/vite) --- updated-dependencies: - dependency-name: "@nx/eslint" dependency-version: 21.5.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: nx - dependency-name: "@nx/js" dependency-version: 21.5.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: nx - dependency-name: "@nx/vite" dependency-version: 21.5.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: nx ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ab104b0 commit cc4fda4

File tree

2 files changed

+102
-83
lines changed

2 files changed

+102
-83
lines changed

lambdas/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
},
2323
"devDependencies": {
2424
"@eslint/eslintrc": "^3.3.1",
25-
"@nx/eslint": "21.4.1",
26-
"@nx/js": "^21.4.1",
27-
"@nx/vite": "^21.4.1",
25+
"@nx/eslint": "21.5.1",
26+
"@nx/js": "^21.5.1",
27+
"@nx/vite": "^21.5.1",
2828
"@swc-node/register": "~1.10.10",
2929
"@swc/core": "~1.13.3",
3030
"@swc/helpers": "~0.5.17",

lambdas/yarn.lock

Lines changed: 99 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -3375,47 +3375,46 @@ __metadata:
33753375
languageName: node
33763376
linkType: hard
33773377

3378-
"@nx/devkit@npm:21.4.1":
3379-
version: 21.4.1
3380-
resolution: "@nx/devkit@npm:21.4.1"
3378+
"@nx/devkit@npm:21.5.1":
3379+
version: 21.5.1
3380+
resolution: "@nx/devkit@npm:21.5.1"
33813381
dependencies:
33823382
ejs: "npm:^3.1.7"
33833383
enquirer: "npm:~2.3.6"
33843384
ignore: "npm:^5.0.4"
33853385
minimatch: "npm:9.0.3"
3386-
nx: "npm:21.4.1"
33873386
semver: "npm:^7.5.3"
33883387
tmp: "npm:~0.2.1"
33893388
tslib: "npm:^2.3.0"
33903389
yargs-parser: "npm:21.1.1"
33913390
peerDependencies:
33923391
nx: ">= 20 <= 22"
3393-
checksum: 10c0/7df3931cc0983c039d7ed3653b629da25de3388a7397b4383da0c9e48bb13395e1f4d1ee845a8c87792920a956aac7e2920da9918dfbedad1e2f74f5273d2a81
3392+
checksum: 10c0/ee57c32ae0af4c91d55a78f1e1efbd396e6a7f09c8f6e5c3f17839a6e46f87abe613e22194b158ddb9fb008ac164c713af625f7ed4724a74c06194f283dcf1d9
33943393
languageName: node
33953394
linkType: hard
33963395

3397-
"@nx/eslint@npm:21.4.1":
3398-
version: 21.4.1
3399-
resolution: "@nx/eslint@npm:21.4.1"
3396+
"@nx/eslint@npm:21.5.1":
3397+
version: 21.5.1
3398+
resolution: "@nx/eslint@npm:21.5.1"
34003399
dependencies:
3401-
"@nx/devkit": "npm:21.4.1"
3402-
"@nx/js": "npm:21.4.1"
3400+
"@nx/devkit": "npm:21.5.1"
3401+
"@nx/js": "npm:21.5.1"
34033402
semver: "npm:^7.5.3"
34043403
tslib: "npm:^2.3.0"
3405-
typescript: "npm:~5.8.2"
3404+
typescript: "npm:~5.9.2"
34063405
peerDependencies:
34073406
"@zkochan/js-yaml": 0.0.7
34083407
eslint: ^8.0.0 || ^9.0.0
34093408
peerDependenciesMeta:
34103409
"@zkochan/js-yaml":
34113410
optional: true
3412-
checksum: 10c0/19bde65e917488373af224ff683e6c556f9a11c8d7b279356c888abb20c1e86e882d3cc7152552d444dc502e7fcdbd762c38e5944c74fa361100173958f04ab4
3411+
checksum: 10c0/ae986c0bd53d4279c94c89d07450b8710162854f5fba1302eb4f85b16c9c11ce7e7bb5adb70684f1e574237fa8c01769ad2022da8305b6ba820729f89caae084
34133412
languageName: node
34143413
linkType: hard
34153414

3416-
"@nx/js@npm:21.4.1, @nx/js@npm:^21.4.1":
3417-
version: 21.4.1
3418-
resolution: "@nx/js@npm:21.4.1"
3415+
"@nx/js@npm:21.5.1, @nx/js@npm:^21.5.1":
3416+
version: 21.5.1
3417+
resolution: "@nx/js@npm:21.5.1"
34193418
dependencies:
34203419
"@babel/core": "npm:^7.23.2"
34213420
"@babel/plugin-proposal-decorators": "npm:^7.22.7"
@@ -3424,8 +3423,8 @@ __metadata:
34243423
"@babel/preset-env": "npm:^7.23.2"
34253424
"@babel/preset-typescript": "npm:^7.22.5"
34263425
"@babel/runtime": "npm:^7.22.6"
3427-
"@nx/devkit": "npm:21.4.1"
3428-
"@nx/workspace": "npm:21.4.1"
3426+
"@nx/devkit": "npm:21.5.1"
3427+
"@nx/workspace": "npm:21.5.1"
34293428
"@zkochan/js-yaml": "npm:0.0.7"
34303429
babel-plugin-const-enum: "npm:^1.0.1"
34313430
babel-plugin-macros: "npm:^3.1.0"
@@ -3451,7 +3450,7 @@ __metadata:
34513450
peerDependenciesMeta:
34523451
verdaccio:
34533452
optional: true
3454-
checksum: 10c0/4b3bf085f767e390c804e2bdf4b7e4f82560386005cb6653635565b4658039a30ccf75340eaeca120dec159249505a06f7e672ef5c89cfbd7152863ac3d5c96e
3453+
checksum: 10c0/fb41bcfe2862d4a1ad75d39e358edaf0c31f60e35e1abf17d97e4c610141c3fe76f61bf04b4a12d15c962be6c9cdb339428a8ad8bcc42a4dec2c00f4d3547b0d
34553454
languageName: node
34563455
linkType: hard
34573456

@@ -3462,9 +3461,9 @@ __metadata:
34623461
languageName: node
34633462
linkType: hard
34643463

3465-
"@nx/nx-darwin-arm64@npm:21.4.1":
3466-
version: 21.4.1
3467-
resolution: "@nx/nx-darwin-arm64@npm:21.4.1"
3464+
"@nx/nx-darwin-arm64@npm:21.5.1":
3465+
version: 21.5.1
3466+
resolution: "@nx/nx-darwin-arm64@npm:21.5.1"
34683467
conditions: os=darwin & cpu=arm64
34693468
languageName: node
34703469
linkType: hard
@@ -3476,9 +3475,9 @@ __metadata:
34763475
languageName: node
34773476
linkType: hard
34783477

3479-
"@nx/nx-darwin-x64@npm:21.4.1":
3480-
version: 21.4.1
3481-
resolution: "@nx/nx-darwin-x64@npm:21.4.1"
3478+
"@nx/nx-darwin-x64@npm:21.5.1":
3479+
version: 21.5.1
3480+
resolution: "@nx/nx-darwin-x64@npm:21.5.1"
34823481
conditions: os=darwin & cpu=x64
34833482
languageName: node
34843483
linkType: hard
@@ -3490,9 +3489,9 @@ __metadata:
34903489
languageName: node
34913490
linkType: hard
34923491

3493-
"@nx/nx-freebsd-x64@npm:21.4.1":
3494-
version: 21.4.1
3495-
resolution: "@nx/nx-freebsd-x64@npm:21.4.1"
3492+
"@nx/nx-freebsd-x64@npm:21.5.1":
3493+
version: 21.5.1
3494+
resolution: "@nx/nx-freebsd-x64@npm:21.5.1"
34963495
conditions: os=freebsd & cpu=x64
34973496
languageName: node
34983497
linkType: hard
@@ -3504,9 +3503,9 @@ __metadata:
35043503
languageName: node
35053504
linkType: hard
35063505

3507-
"@nx/nx-linux-arm-gnueabihf@npm:21.4.1":
3508-
version: 21.4.1
3509-
resolution: "@nx/nx-linux-arm-gnueabihf@npm:21.4.1"
3506+
"@nx/nx-linux-arm-gnueabihf@npm:21.5.1":
3507+
version: 21.5.1
3508+
resolution: "@nx/nx-linux-arm-gnueabihf@npm:21.5.1"
35103509
conditions: os=linux & cpu=arm
35113510
languageName: node
35123511
linkType: hard
@@ -3518,9 +3517,9 @@ __metadata:
35183517
languageName: node
35193518
linkType: hard
35203519

3521-
"@nx/nx-linux-arm64-gnu@npm:21.4.1":
3522-
version: 21.4.1
3523-
resolution: "@nx/nx-linux-arm64-gnu@npm:21.4.1"
3520+
"@nx/nx-linux-arm64-gnu@npm:21.5.1":
3521+
version: 21.5.1
3522+
resolution: "@nx/nx-linux-arm64-gnu@npm:21.5.1"
35243523
conditions: os=linux & cpu=arm64 & libc=glibc
35253524
languageName: node
35263525
linkType: hard
@@ -3532,9 +3531,9 @@ __metadata:
35323531
languageName: node
35333532
linkType: hard
35343533

3535-
"@nx/nx-linux-arm64-musl@npm:21.4.1":
3536-
version: 21.4.1
3537-
resolution: "@nx/nx-linux-arm64-musl@npm:21.4.1"
3534+
"@nx/nx-linux-arm64-musl@npm:21.5.1":
3535+
version: 21.5.1
3536+
resolution: "@nx/nx-linux-arm64-musl@npm:21.5.1"
35383537
conditions: os=linux & cpu=arm64 & libc=musl
35393538
languageName: node
35403539
linkType: hard
@@ -3546,9 +3545,9 @@ __metadata:
35463545
languageName: node
35473546
linkType: hard
35483547

3549-
"@nx/nx-linux-x64-gnu@npm:21.4.1":
3550-
version: 21.4.1
3551-
resolution: "@nx/nx-linux-x64-gnu@npm:21.4.1"
3548+
"@nx/nx-linux-x64-gnu@npm:21.5.1":
3549+
version: 21.5.1
3550+
resolution: "@nx/nx-linux-x64-gnu@npm:21.5.1"
35523551
conditions: os=linux & cpu=x64 & libc=glibc
35533552
languageName: node
35543553
linkType: hard
@@ -3560,9 +3559,9 @@ __metadata:
35603559
languageName: node
35613560
linkType: hard
35623561

3563-
"@nx/nx-linux-x64-musl@npm:21.4.1":
3564-
version: 21.4.1
3565-
resolution: "@nx/nx-linux-x64-musl@npm:21.4.1"
3562+
"@nx/nx-linux-x64-musl@npm:21.5.1":
3563+
version: 21.5.1
3564+
resolution: "@nx/nx-linux-x64-musl@npm:21.5.1"
35663565
conditions: os=linux & cpu=x64 & libc=musl
35673566
languageName: node
35683567
linkType: hard
@@ -3574,9 +3573,9 @@ __metadata:
35743573
languageName: node
35753574
linkType: hard
35763575

3577-
"@nx/nx-win32-arm64-msvc@npm:21.4.1":
3578-
version: 21.4.1
3579-
resolution: "@nx/nx-win32-arm64-msvc@npm:21.4.1"
3576+
"@nx/nx-win32-arm64-msvc@npm:21.5.1":
3577+
version: 21.5.1
3578+
resolution: "@nx/nx-win32-arm64-msvc@npm:21.5.1"
35803579
conditions: os=win32 & cpu=arm64
35813580
languageName: node
35823581
linkType: hard
@@ -3588,19 +3587,19 @@ __metadata:
35883587
languageName: node
35893588
linkType: hard
35903589

3591-
"@nx/nx-win32-x64-msvc@npm:21.4.1":
3592-
version: 21.4.1
3593-
resolution: "@nx/nx-win32-x64-msvc@npm:21.4.1"
3590+
"@nx/nx-win32-x64-msvc@npm:21.5.1":
3591+
version: 21.5.1
3592+
resolution: "@nx/nx-win32-x64-msvc@npm:21.5.1"
35943593
conditions: os=win32 & cpu=x64
35953594
languageName: node
35963595
linkType: hard
35973596

3598-
"@nx/vite@npm:^21.4.1":
3599-
version: 21.4.1
3600-
resolution: "@nx/vite@npm:21.4.1"
3597+
"@nx/vite@npm:^21.5.1":
3598+
version: 21.5.1
3599+
resolution: "@nx/vite@npm:21.5.1"
36013600
dependencies:
3602-
"@nx/devkit": "npm:21.4.1"
3603-
"@nx/js": "npm:21.4.1"
3601+
"@nx/devkit": "npm:21.5.1"
3602+
"@nx/js": "npm:21.5.1"
36043603
"@phenomnomnominal/tsquery": "npm:~5.0.1"
36053604
ajv: "npm:^8.0.0"
36063605
enquirer: "npm:~2.3.6"
@@ -3609,26 +3608,26 @@ __metadata:
36093608
tsconfig-paths: "npm:^4.1.2"
36103609
tslib: "npm:^2.3.0"
36113610
peerDependencies:
3612-
vite: ^5.0.0 || ^6.0.0
3611+
vite: ^5.0.0 || ^6.0.0 || ^7.0.0
36133612
vitest: ^1.3.1 || ^2.0.0 || ^3.0.0
3614-
checksum: 10c0/5b213358a3be1764375bb1593568804a4236ccf49c8e7ed0d0df797ea2ea3ee7a7b28d3861ac2f9b24c1301ffb9e158847afd507ba96810238ceceb8d3577ead
3613+
checksum: 10c0/db0cba45d5dd5a2d80b10c02a513aef65e5c392b92b141e6794630ff7032cc4da6a7e3dc4a1cff59d59067a6bb8e95280c66ef55353befc07657672f6799deed
36153614
languageName: node
36163615
linkType: hard
36173616

3618-
"@nx/workspace@npm:21.4.1":
3619-
version: 21.4.1
3620-
resolution: "@nx/workspace@npm:21.4.1"
3617+
"@nx/workspace@npm:21.5.1":
3618+
version: 21.5.1
3619+
resolution: "@nx/workspace@npm:21.5.1"
36213620
dependencies:
3622-
"@nx/devkit": "npm:21.4.1"
3621+
"@nx/devkit": "npm:21.5.1"
36233622
"@zkochan/js-yaml": "npm:0.0.7"
36243623
chalk: "npm:^4.1.0"
36253624
enquirer: "npm:~2.3.6"
3626-
nx: "npm:21.4.1"
3625+
nx: "npm:21.5.1"
36273626
picomatch: "npm:4.0.2"
36283627
semver: "npm:^7.6.3"
36293628
tslib: "npm:^2.3.0"
36303629
yargs-parser: "npm:21.1.1"
3631-
checksum: 10c0/fde8f09281a6dbdef7437b364cc93ede7404b134242f301c0d34ec5302cc820f18b9d5e047971a60a6e2d0ad9a537b485e1063dda0de8e54a34162783f413db9
3630+
checksum: 10c0/48d13cc5781b44bd7ba66dec59722c36216dcd66758b2fd904f0cbe0598a35c4c9792aa91cfb882bc09994468f37e6eb29644d566dd39579266409a0dbdf6595
36323631
languageName: node
36333632
linkType: hard
36343633

@@ -8980,9 +8979,9 @@ __metadata:
89808979
resolution: "lambdas@workspace:."
89818980
dependencies:
89828981
"@eslint/eslintrc": "npm:^3.3.1"
8983-
"@nx/eslint": "npm:21.4.1"
8984-
"@nx/js": "npm:^21.4.1"
8985-
"@nx/vite": "npm:^21.4.1"
8982+
"@nx/eslint": "npm:21.5.1"
8983+
"@nx/js": "npm:^21.5.1"
8984+
"@nx/vite": "npm:^21.5.1"
89868985
"@swc-node/register": "npm:~1.10.10"
89878986
"@swc/core": "npm:~1.13.3"
89888987
"@swc/helpers": "npm:~0.5.17"
@@ -9645,21 +9644,21 @@ __metadata:
96459644
languageName: node
96469645
linkType: hard
96479646

9648-
"nx@npm:21.4.1":
9649-
version: 21.4.1
9650-
resolution: "nx@npm:21.4.1"
9647+
"nx@npm:21.5.1":
9648+
version: 21.5.1
9649+
resolution: "nx@npm:21.5.1"
96519650
dependencies:
96529651
"@napi-rs/wasm-runtime": "npm:0.2.4"
9653-
"@nx/nx-darwin-arm64": "npm:21.4.1"
9654-
"@nx/nx-darwin-x64": "npm:21.4.1"
9655-
"@nx/nx-freebsd-x64": "npm:21.4.1"
9656-
"@nx/nx-linux-arm-gnueabihf": "npm:21.4.1"
9657-
"@nx/nx-linux-arm64-gnu": "npm:21.4.1"
9658-
"@nx/nx-linux-arm64-musl": "npm:21.4.1"
9659-
"@nx/nx-linux-x64-gnu": "npm:21.4.1"
9660-
"@nx/nx-linux-x64-musl": "npm:21.4.1"
9661-
"@nx/nx-win32-arm64-msvc": "npm:21.4.1"
9662-
"@nx/nx-win32-x64-msvc": "npm:21.4.1"
9652+
"@nx/nx-darwin-arm64": "npm:21.5.1"
9653+
"@nx/nx-darwin-x64": "npm:21.5.1"
9654+
"@nx/nx-freebsd-x64": "npm:21.5.1"
9655+
"@nx/nx-linux-arm-gnueabihf": "npm:21.5.1"
9656+
"@nx/nx-linux-arm64-gnu": "npm:21.5.1"
9657+
"@nx/nx-linux-arm64-musl": "npm:21.5.1"
9658+
"@nx/nx-linux-x64-gnu": "npm:21.5.1"
9659+
"@nx/nx-linux-x64-musl": "npm:21.5.1"
9660+
"@nx/nx-win32-arm64-msvc": "npm:21.5.1"
9661+
"@nx/nx-win32-x64-msvc": "npm:21.5.1"
96639662
"@yarnpkg/lockfile": "npm:^1.1.0"
96649663
"@yarnpkg/parsers": "npm:3.0.2"
96659664
"@zkochan/js-yaml": "npm:0.0.7"
@@ -9726,7 +9725,7 @@ __metadata:
97269725
bin:
97279726
nx: bin/nx.js
97289727
nx-cloud: bin/nx-cloud.js
9729-
checksum: 10c0/848d2849b03d76ebe0fe688e16ea3464c7120a9afd1213c13fe9102fa65970f36832e49d74740861a424144278ec36330eb0165236f3fe041da2a71d7bf76594
9728+
checksum: 10c0/aac5b7eea53329f92dc0c83d90c982aae3a9ee04045bbd14607e115b4de0f29f28278e2c911c3cff2421f14f8ae68ecab289571b63009ece66f9ac5223ca8e51
97309729
languageName: node
97319730
linkType: hard
97329731

@@ -11397,7 +11396,7 @@ __metadata:
1139711396
languageName: node
1139811397
linkType: hard
1139911398

11400-
"typescript@npm:^5.8.3, typescript@npm:~5.8.2":
11399+
"typescript@npm:^5.8.3":
1140111400
version: 5.8.3
1140211401
resolution: "typescript@npm:5.8.3"
1140311402
bin:
@@ -11407,7 +11406,17 @@ __metadata:
1140711406
languageName: node
1140811407
linkType: hard
1140911408

11410-
"typescript@patch:typescript@npm%3A^5.8.3#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A~5.8.2#optional!builtin<compat/typescript>":
11409+
"typescript@npm:~5.9.2":
11410+
version: 5.9.2
11411+
resolution: "typescript@npm:5.9.2"
11412+
bin:
11413+
tsc: bin/tsc
11414+
tsserver: bin/tsserver
11415+
checksum: 10c0/cd635d50f02d6cf98ed42de2f76289701c1ec587a363369255f01ed15aaf22be0813226bff3c53e99d971f9b540e0b3cc7583dbe05faded49b1b0bed2f638a18
11416+
languageName: node
11417+
linkType: hard
11418+
11419+
"typescript@patch:typescript@npm%3A^5.8.3#optional!builtin<compat/typescript>":
1141111420
version: 5.8.3
1141211421
resolution: "typescript@patch:typescript@npm%3A5.8.3#optional!builtin<compat/typescript>::version=5.8.3&hash=379a07"
1141311422
bin:
@@ -11417,6 +11426,16 @@ __metadata:
1141711426
languageName: node
1141811427
linkType: hard
1141911428

11429+
"typescript@patch:typescript@npm%3A~5.9.2#optional!builtin<compat/typescript>":
11430+
version: 5.9.2
11431+
resolution: "typescript@patch:typescript@npm%3A5.9.2#optional!builtin<compat/typescript>::version=5.9.2&hash=379a07"
11432+
bin:
11433+
tsc: bin/tsc
11434+
tsserver: bin/tsserver
11435+
checksum: 10c0/66fc07779427a7c3fa97da0cf2e62595eaff2cea4594d45497d294bfa7cb514d164f0b6ce7a5121652cf44c0822af74e29ee579c771c405e002d1f23cf06bfde
11436+
languageName: node
11437+
linkType: hard
11438+
1142011439
"undici-types@npm:~6.19.8":
1142111440
version: 6.19.8
1142211441
resolution: "undici-types@npm:6.19.8"

0 commit comments

Comments
 (0)