Skip to content

Commit 1b6267b

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 20.6.4 to 20.7.0 - [Release notes](https://github.com/nrwl/nx/releases) - [Commits](https://github.com/nrwl/nx/commits/20.7.0/packages/eslint) Updates `@nx/js` from 20.6.4 to 20.7.0 - [Release notes](https://github.com/nrwl/nx/releases) - [Commits](https://github.com/nrwl/nx/commits/20.7.0/packages/js) Updates `@nx/vite` from 20.6.4 to 20.7.0 - [Release notes](https://github.com/nrwl/nx/releases) - [Commits](https://github.com/nrwl/nx/commits/20.7.0/packages/vite) --- updated-dependencies: - dependency-name: "@nx/eslint" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: nx - dependency-name: "@nx/js" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: nx - dependency-name: "@nx/vite" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: nx ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f0d8396 commit 1b6267b

File tree

2 files changed

+188
-34
lines changed

2 files changed

+188
-34
lines changed

lambdas/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
"@octokit/types": "^13.0.0"
2222
},
2323
"devDependencies": {
24-
"@nx/eslint": "20.6.4",
25-
"@nx/js": "^20.6.4",
26-
"@nx/vite": "^20.6.4",
24+
"@nx/eslint": "20.7.0",
25+
"@nx/js": "^20.7.0",
26+
"@nx/vite": "^20.7.0",
2727
"@swc-node/register": "~1.10.10",
2828
"@swc/core": "~1.10.18",
2929
"@swc/helpers": "~0.5.15",

lambdas/yarn.lock

Lines changed: 185 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -3269,9 +3269,9 @@ __metadata:
32693269
languageName: node
32703270
linkType: hard
32713271

3272-
"@nx/devkit@npm:20.6.4":
3273-
version: 20.6.4
3274-
resolution: "@nx/devkit@npm:20.6.4"
3272+
"@nx/devkit@npm:20.7.0":
3273+
version: 20.7.0
3274+
resolution: "@nx/devkit@npm:20.7.0"
32753275
dependencies:
32763276
ejs: "npm:^3.1.7"
32773277
enquirer: "npm:~2.3.6"
@@ -3283,16 +3283,16 @@ __metadata:
32833283
yargs-parser: "npm:21.1.1"
32843284
peerDependencies:
32853285
nx: ">= 19 <= 21"
3286-
checksum: 10c0/a1ddc125e2eb632187f34a459ad38ae1225c7c5b983c4f20c7fca07e4090c0e19762f2808a171a0a6b97c074fd8e3e736f9a5d4e686dd20cdfcacd188b819e95
3286+
checksum: 10c0/b15f48b292b57e37e8fe0c1293f54e5addb99ec710cd12329534169027b6800bd2ffe57556c4bef6e94c0bace195f5e8066e91e0c31821d6213c3d82b427d38c
32873287
languageName: node
32883288
linkType: hard
32893289

3290-
"@nx/eslint@npm:20.6.4":
3291-
version: 20.6.4
3292-
resolution: "@nx/eslint@npm:20.6.4"
3290+
"@nx/eslint@npm:20.7.0":
3291+
version: 20.7.0
3292+
resolution: "@nx/eslint@npm:20.7.0"
32933293
dependencies:
3294-
"@nx/devkit": "npm:20.6.4"
3295-
"@nx/js": "npm:20.6.4"
3294+
"@nx/devkit": "npm:20.7.0"
3295+
"@nx/js": "npm:20.7.0"
32963296
semver: "npm:^7.5.3"
32973297
tslib: "npm:^2.3.0"
32983298
typescript: "npm:~5.7.2"
@@ -3302,13 +3302,13 @@ __metadata:
33023302
peerDependenciesMeta:
33033303
"@zkochan/js-yaml":
33043304
optional: true
3305-
checksum: 10c0/0ca31e3a41850ef543e25dfe5ca5b49c565caddcff0e95efa40edfbba01c8b52f101747f5a0213b261c6a9045ab848c53101627c43b27ad74527d7b7ffb39aff
3305+
checksum: 10c0/a5ba7df1c26d16155097bb681015dc973afc777f74357fdb85bfa813e4b5e7bd9d6af77dcd1caa3f60e48a76847a62deca18da7efc14a958183862f563aad137
33063306
languageName: node
33073307
linkType: hard
33083308

3309-
"@nx/js@npm:20.6.4, @nx/js@npm:^20.6.4":
3310-
version: 20.6.4
3311-
resolution: "@nx/js@npm:20.6.4"
3309+
"@nx/js@npm:20.7.0, @nx/js@npm:^20.7.0":
3310+
version: 20.7.0
3311+
resolution: "@nx/js@npm:20.7.0"
33123312
dependencies:
33133313
"@babel/core": "npm:^7.23.2"
33143314
"@babel/plugin-proposal-decorators": "npm:^7.22.7"
@@ -3317,8 +3317,8 @@ __metadata:
33173317
"@babel/preset-env": "npm:^7.23.2"
33183318
"@babel/preset-typescript": "npm:^7.22.5"
33193319
"@babel/runtime": "npm:^7.22.6"
3320-
"@nx/devkit": "npm:20.6.4"
3321-
"@nx/workspace": "npm:20.6.4"
3320+
"@nx/devkit": "npm:20.7.0"
3321+
"@nx/workspace": "npm:20.7.0"
33223322
"@zkochan/js-yaml": "npm:0.0.7"
33233323
babel-plugin-const-enum: "npm:^1.0.1"
33243324
babel-plugin-macros: "npm:^3.1.0"
@@ -3344,7 +3344,7 @@ __metadata:
33443344
peerDependenciesMeta:
33453345
verdaccio:
33463346
optional: true
3347-
checksum: 10c0/0ea4b7e4e1647643e6234f2e6c480193f8df93faacfe18cb4a18f379f7a87c4a29183d37c26c8b9f6d8d023229484feb2e8e61ff5b03d1de04dec167bbb8a6c3
3347+
checksum: 10c0/d363534e2ee47184beca1371b45aaaa6db10506898884d99127434ee0fc3a6b6a6abfddc6c42fdd5a492c8421aa8f9414c5841330d0b53573866527bc381157d
33483348
languageName: node
33493349
linkType: hard
33503350

@@ -3355,75 +3355,145 @@ __metadata:
33553355
languageName: node
33563356
linkType: hard
33573357

3358+
"@nx/nx-darwin-arm64@npm:20.7.0":
3359+
version: 20.7.0
3360+
resolution: "@nx/nx-darwin-arm64@npm:20.7.0"
3361+
conditions: os=darwin & cpu=arm64
3362+
languageName: node
3363+
linkType: hard
3364+
33583365
"@nx/nx-darwin-x64@npm:20.6.4":
33593366
version: 20.6.4
33603367
resolution: "@nx/nx-darwin-x64@npm:20.6.4"
33613368
conditions: os=darwin & cpu=x64
33623369
languageName: node
33633370
linkType: hard
33643371

3372+
"@nx/nx-darwin-x64@npm:20.7.0":
3373+
version: 20.7.0
3374+
resolution: "@nx/nx-darwin-x64@npm:20.7.0"
3375+
conditions: os=darwin & cpu=x64
3376+
languageName: node
3377+
linkType: hard
3378+
33653379
"@nx/nx-freebsd-x64@npm:20.6.4":
33663380
version: 20.6.4
33673381
resolution: "@nx/nx-freebsd-x64@npm:20.6.4"
33683382
conditions: os=freebsd & cpu=x64
33693383
languageName: node
33703384
linkType: hard
33713385

3386+
"@nx/nx-freebsd-x64@npm:20.7.0":
3387+
version: 20.7.0
3388+
resolution: "@nx/nx-freebsd-x64@npm:20.7.0"
3389+
conditions: os=freebsd & cpu=x64
3390+
languageName: node
3391+
linkType: hard
3392+
33723393
"@nx/nx-linux-arm-gnueabihf@npm:20.6.4":
33733394
version: 20.6.4
33743395
resolution: "@nx/nx-linux-arm-gnueabihf@npm:20.6.4"
33753396
conditions: os=linux & cpu=arm
33763397
languageName: node
33773398
linkType: hard
33783399

3400+
"@nx/nx-linux-arm-gnueabihf@npm:20.7.0":
3401+
version: 20.7.0
3402+
resolution: "@nx/nx-linux-arm-gnueabihf@npm:20.7.0"
3403+
conditions: os=linux & cpu=arm
3404+
languageName: node
3405+
linkType: hard
3406+
33793407
"@nx/nx-linux-arm64-gnu@npm:20.6.4":
33803408
version: 20.6.4
33813409
resolution: "@nx/nx-linux-arm64-gnu@npm:20.6.4"
33823410
conditions: os=linux & cpu=arm64 & libc=glibc
33833411
languageName: node
33843412
linkType: hard
33853413

3414+
"@nx/nx-linux-arm64-gnu@npm:20.7.0":
3415+
version: 20.7.0
3416+
resolution: "@nx/nx-linux-arm64-gnu@npm:20.7.0"
3417+
conditions: os=linux & cpu=arm64 & libc=glibc
3418+
languageName: node
3419+
linkType: hard
3420+
33863421
"@nx/nx-linux-arm64-musl@npm:20.6.4":
33873422
version: 20.6.4
33883423
resolution: "@nx/nx-linux-arm64-musl@npm:20.6.4"
33893424
conditions: os=linux & cpu=arm64 & libc=musl
33903425
languageName: node
33913426
linkType: hard
33923427

3428+
"@nx/nx-linux-arm64-musl@npm:20.7.0":
3429+
version: 20.7.0
3430+
resolution: "@nx/nx-linux-arm64-musl@npm:20.7.0"
3431+
conditions: os=linux & cpu=arm64 & libc=musl
3432+
languageName: node
3433+
linkType: hard
3434+
33933435
"@nx/nx-linux-x64-gnu@npm:20.6.4":
33943436
version: 20.6.4
33953437
resolution: "@nx/nx-linux-x64-gnu@npm:20.6.4"
33963438
conditions: os=linux & cpu=x64 & libc=glibc
33973439
languageName: node
33983440
linkType: hard
33993441

3442+
"@nx/nx-linux-x64-gnu@npm:20.7.0":
3443+
version: 20.7.0
3444+
resolution: "@nx/nx-linux-x64-gnu@npm:20.7.0"
3445+
conditions: os=linux & cpu=x64 & libc=glibc
3446+
languageName: node
3447+
linkType: hard
3448+
34003449
"@nx/nx-linux-x64-musl@npm:20.6.4":
34013450
version: 20.6.4
34023451
resolution: "@nx/nx-linux-x64-musl@npm:20.6.4"
34033452
conditions: os=linux & cpu=x64 & libc=musl
34043453
languageName: node
34053454
linkType: hard
34063455

3456+
"@nx/nx-linux-x64-musl@npm:20.7.0":
3457+
version: 20.7.0
3458+
resolution: "@nx/nx-linux-x64-musl@npm:20.7.0"
3459+
conditions: os=linux & cpu=x64 & libc=musl
3460+
languageName: node
3461+
linkType: hard
3462+
34073463
"@nx/nx-win32-arm64-msvc@npm:20.6.4":
34083464
version: 20.6.4
34093465
resolution: "@nx/nx-win32-arm64-msvc@npm:20.6.4"
34103466
conditions: os=win32 & cpu=arm64
34113467
languageName: node
34123468
linkType: hard
34133469

3470+
"@nx/nx-win32-arm64-msvc@npm:20.7.0":
3471+
version: 20.7.0
3472+
resolution: "@nx/nx-win32-arm64-msvc@npm:20.7.0"
3473+
conditions: os=win32 & cpu=arm64
3474+
languageName: node
3475+
linkType: hard
3476+
34143477
"@nx/nx-win32-x64-msvc@npm:20.6.4":
34153478
version: 20.6.4
34163479
resolution: "@nx/nx-win32-x64-msvc@npm:20.6.4"
34173480
conditions: os=win32 & cpu=x64
34183481
languageName: node
34193482
linkType: hard
34203483

3421-
"@nx/vite@npm:^20.6.4":
3422-
version: 20.6.4
3423-
resolution: "@nx/vite@npm:20.6.4"
3484+
"@nx/nx-win32-x64-msvc@npm:20.7.0":
3485+
version: 20.7.0
3486+
resolution: "@nx/nx-win32-x64-msvc@npm:20.7.0"
3487+
conditions: os=win32 & cpu=x64
3488+
languageName: node
3489+
linkType: hard
3490+
3491+
"@nx/vite@npm:^20.7.0":
3492+
version: 20.7.0
3493+
resolution: "@nx/vite@npm:20.7.0"
34243494
dependencies:
3425-
"@nx/devkit": "npm:20.6.4"
3426-
"@nx/js": "npm:20.6.4"
3495+
"@nx/devkit": "npm:20.7.0"
3496+
"@nx/js": "npm:20.7.0"
34273497
"@phenomnomnominal/tsquery": "npm:~5.0.1"
34283498
"@swc/helpers": "npm:~0.5.0"
34293499
enquirer: "npm:~2.3.6"
@@ -3433,23 +3503,23 @@ __metadata:
34333503
peerDependencies:
34343504
vite: ^5.0.0 || ^6.0.0
34353505
vitest: ^1.3.1 || ^2.0.0 || ^3.0.0
3436-
checksum: 10c0/741bdb50f7165fb9d857e497c2ab2fb8120b4405872bffc44ed2779a10ca3143dc75953be8018a4a1bce3596352a98ba4ac6f719ba63664d7edfe0cc64e210dd
3506+
checksum: 10c0/af68e9ea2bef321335991ad9b71b5043420eb9fb545a6bf8ad19e4c20a6b6985cd93acc3bf18f42dd7dc712b098453c8b0f2f8270a820d3b45b48e9e0119cd95
34373507
languageName: node
34383508
linkType: hard
34393509

3440-
"@nx/workspace@npm:20.6.4":
3441-
version: 20.6.4
3442-
resolution: "@nx/workspace@npm:20.6.4"
3510+
"@nx/workspace@npm:20.7.0":
3511+
version: 20.7.0
3512+
resolution: "@nx/workspace@npm:20.7.0"
34433513
dependencies:
3444-
"@nx/devkit": "npm:20.6.4"
3514+
"@nx/devkit": "npm:20.7.0"
34453515
"@zkochan/js-yaml": "npm:0.0.7"
34463516
chalk: "npm:^4.1.0"
34473517
enquirer: "npm:~2.3.6"
3448-
nx: "npm:20.6.4"
3518+
nx: "npm:20.7.0"
34493519
picomatch: "npm:4.0.2"
34503520
tslib: "npm:^2.3.0"
34513521
yargs-parser: "npm:21.1.1"
3452-
checksum: 10c0/7f97ba04bb1348f12895f87ad053f1601705ef260324645c6307f8725c4c3ca5148ca3bb519d6007e993ecff6841ab1ac1d7df3424d5fbca781b89ffd00953cc
3522+
checksum: 10c0/d03b405d1cff719ea7a1ab2a56caa4efc4f299c5306f01e64d55e87441c69b92a59adc8ca3fbea68af39476a1cfb13deed78ed37351579fc7b9857795b60d430
34533523
languageName: node
34543524
linkType: hard
34553525

@@ -8388,9 +8458,9 @@ __metadata:
83888458
version: 0.0.0-use.local
83898459
resolution: "lambdas@workspace:."
83908460
dependencies:
8391-
"@nx/eslint": "npm:20.6.4"
8392-
"@nx/js": "npm:^20.6.4"
8393-
"@nx/vite": "npm:^20.6.4"
8461+
"@nx/eslint": "npm:20.7.0"
8462+
"@nx/js": "npm:^20.7.0"
8463+
"@nx/vite": "npm:^20.7.0"
83948464
"@swc-node/register": "npm:~1.10.10"
83958465
"@swc/core": "npm:~1.10.18"
83968466
"@swc/helpers": "npm:~0.5.15"
@@ -9045,6 +9115,90 @@ __metadata:
90459115
languageName: node
90469116
linkType: hard
90479117

9118+
"nx@npm:20.7.0":
9119+
version: 20.7.0
9120+
resolution: "nx@npm:20.7.0"
9121+
dependencies:
9122+
"@napi-rs/wasm-runtime": "npm:0.2.4"
9123+
"@nx/nx-darwin-arm64": "npm:20.7.0"
9124+
"@nx/nx-darwin-x64": "npm:20.7.0"
9125+
"@nx/nx-freebsd-x64": "npm:20.7.0"
9126+
"@nx/nx-linux-arm-gnueabihf": "npm:20.7.0"
9127+
"@nx/nx-linux-arm64-gnu": "npm:20.7.0"
9128+
"@nx/nx-linux-arm64-musl": "npm:20.7.0"
9129+
"@nx/nx-linux-x64-gnu": "npm:20.7.0"
9130+
"@nx/nx-linux-x64-musl": "npm:20.7.0"
9131+
"@nx/nx-win32-arm64-msvc": "npm:20.7.0"
9132+
"@nx/nx-win32-x64-msvc": "npm:20.7.0"
9133+
"@yarnpkg/lockfile": "npm:^1.1.0"
9134+
"@yarnpkg/parsers": "npm:3.0.2"
9135+
"@zkochan/js-yaml": "npm:0.0.7"
9136+
axios: "npm:^1.8.3"
9137+
chalk: "npm:^4.1.0"
9138+
cli-cursor: "npm:3.1.0"
9139+
cli-spinners: "npm:2.6.1"
9140+
cliui: "npm:^8.0.1"
9141+
dotenv: "npm:~16.4.5"
9142+
dotenv-expand: "npm:~11.0.6"
9143+
enquirer: "npm:~2.3.6"
9144+
figures: "npm:3.2.0"
9145+
flat: "npm:^5.0.2"
9146+
front-matter: "npm:^4.0.2"
9147+
ignore: "npm:^5.0.4"
9148+
jest-diff: "npm:^29.4.1"
9149+
jsonc-parser: "npm:3.2.0"
9150+
lines-and-columns: "npm:2.0.3"
9151+
minimatch: "npm:9.0.3"
9152+
node-machine-id: "npm:1.1.12"
9153+
npm-run-path: "npm:^4.0.1"
9154+
open: "npm:^8.4.0"
9155+
ora: "npm:5.3.0"
9156+
resolve.exports: "npm:2.0.3"
9157+
semver: "npm:^7.5.3"
9158+
string-width: "npm:^4.2.3"
9159+
tar-stream: "npm:~2.2.0"
9160+
tmp: "npm:~0.2.1"
9161+
tsconfig-paths: "npm:^4.1.2"
9162+
tslib: "npm:^2.3.0"
9163+
yaml: "npm:^2.6.0"
9164+
yargs: "npm:^17.6.2"
9165+
yargs-parser: "npm:21.1.1"
9166+
peerDependencies:
9167+
"@swc-node/register": ^1.8.0
9168+
"@swc/core": ^1.3.85
9169+
dependenciesMeta:
9170+
"@nx/nx-darwin-arm64":
9171+
optional: true
9172+
"@nx/nx-darwin-x64":
9173+
optional: true
9174+
"@nx/nx-freebsd-x64":
9175+
optional: true
9176+
"@nx/nx-linux-arm-gnueabihf":
9177+
optional: true
9178+
"@nx/nx-linux-arm64-gnu":
9179+
optional: true
9180+
"@nx/nx-linux-arm64-musl":
9181+
optional: true
9182+
"@nx/nx-linux-x64-gnu":
9183+
optional: true
9184+
"@nx/nx-linux-x64-musl":
9185+
optional: true
9186+
"@nx/nx-win32-arm64-msvc":
9187+
optional: true
9188+
"@nx/nx-win32-x64-msvc":
9189+
optional: true
9190+
peerDependenciesMeta:
9191+
"@swc-node/register":
9192+
optional: true
9193+
"@swc/core":
9194+
optional: true
9195+
bin:
9196+
nx: bin/nx.js
9197+
nx-cloud: bin/nx-cloud.js
9198+
checksum: 10c0/54236205d93dd084a3650208e9d63082563e42ae7cb3e4a4428bbec4ce7e20eb7f8aef8b5aec6f06ff8d8c2c53bb0400d60cb716a8b18e8f20b22f14a2ec8d36
9199+
languageName: node
9200+
linkType: hard
9201+
90489202
"object-inspect@npm:^1.13.1":
90499203
version: 1.13.2
90509204
resolution: "object-inspect@npm:1.13.2"

0 commit comments

Comments
 (0)