Skip to content

Commit dc94020

Browse files
chore(lambda): bump @nx/eslint in /lambdas in the nx group
Bumps the nx group in /lambdas with 1 update: [@nx/eslint](https://github.com/nrwl/nx/tree/HEAD/packages/eslint). Updates `@nx/eslint` from 22.1.2 to 22.1.3 - [Release notes](https://github.com/nrwl/nx/releases) - [Commits](https://github.com/nrwl/nx/commits/22.1.3/packages/eslint) --- updated-dependencies: - dependency-name: "@nx/eslint" dependency-version: 22.1.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: nx ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent dbfc5ae commit dc94020

File tree

2 files changed

+8
-236
lines changed

2 files changed

+8
-236
lines changed

lambdas/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"devDependencies": {
2727
"@eslint/eslintrc": "^3.3.1",
28-
"@nx/eslint": "22.1.2",
28+
"@nx/eslint": "22.1.3",
2929
"@nx/js": "^22.1.2",
3030
"@nx/vite": "^22.1.2",
3131
"@swc-node/register": "~1.11.1",

lambdas/yarn.lock

Lines changed: 7 additions & 235 deletions
Original file line numberDiff line numberDiff line change
@@ -3111,23 +3111,6 @@ __metadata:
31113111
languageName: node
31123112
linkType: hard
31133113

3114-
"@nx/devkit@npm:22.1.2":
3115-
version: 22.1.2
3116-
resolution: "@nx/devkit@npm:22.1.2"
3117-
dependencies:
3118-
"@zkochan/js-yaml": "npm:0.0.7"
3119-
ejs: "npm:^3.1.7"
3120-
enquirer: "npm:~2.3.6"
3121-
minimatch: "npm:9.0.3"
3122-
semver: "npm:^7.6.3"
3123-
tslib: "npm:^2.3.0"
3124-
yargs-parser: "npm:21.1.1"
3125-
peerDependencies:
3126-
nx: ">= 21 <= 23 || ^22.0.0-0"
3127-
checksum: 10c0/f20d74af08a69b4b89d4026b563c23730c75f298125000102e49accce814d7a134d5c0f6c8ef49dbfc9b52538c0f272395be4bb59dea2609746bfa69d2197316
3128-
languageName: node
3129-
linkType: hard
3130-
31313114
"@nx/devkit@npm:22.1.3":
31323115
version: 22.1.3
31333116
resolution: "@nx/devkit@npm:22.1.3"
@@ -3145,12 +3128,12 @@ __metadata:
31453128
languageName: node
31463129
linkType: hard
31473130

3148-
"@nx/eslint@npm:22.1.2":
3149-
version: 22.1.2
3150-
resolution: "@nx/eslint@npm:22.1.2"
3131+
"@nx/eslint@npm:22.1.3":
3132+
version: 22.1.3
3133+
resolution: "@nx/eslint@npm:22.1.3"
31513134
dependencies:
3152-
"@nx/devkit": "npm:22.1.2"
3153-
"@nx/js": "npm:22.1.2"
3135+
"@nx/devkit": "npm:22.1.3"
3136+
"@nx/js": "npm:22.1.3"
31543137
semver: "npm:^7.6.3"
31553138
tslib: "npm:^2.3.0"
31563139
typescript: "npm:~5.9.2"
@@ -3160,46 +3143,7 @@ __metadata:
31603143
peerDependenciesMeta:
31613144
"@zkochan/js-yaml":
31623145
optional: true
3163-
checksum: 10c0/1b5b57987d079d382b9fae439b2d9cef08204e08888d6b81965c6066f8ea9fa59c5f0a0c99020c65be669686e9426ad86ecd64f7ef09897617618710144c293d
3164-
languageName: node
3165-
linkType: hard
3166-
3167-
"@nx/js@npm:22.1.2":
3168-
version: 22.1.2
3169-
resolution: "@nx/js@npm:22.1.2"
3170-
dependencies:
3171-
"@babel/core": "npm:^7.23.2"
3172-
"@babel/plugin-proposal-decorators": "npm:^7.22.7"
3173-
"@babel/plugin-transform-class-properties": "npm:^7.22.5"
3174-
"@babel/plugin-transform-runtime": "npm:^7.23.2"
3175-
"@babel/preset-env": "npm:^7.23.2"
3176-
"@babel/preset-typescript": "npm:^7.22.5"
3177-
"@babel/runtime": "npm:^7.22.6"
3178-
"@nx/devkit": "npm:22.1.2"
3179-
"@nx/workspace": "npm:22.1.2"
3180-
"@zkochan/js-yaml": "npm:0.0.7"
3181-
babel-plugin-const-enum: "npm:^1.0.1"
3182-
babel-plugin-macros: "npm:^3.1.0"
3183-
babel-plugin-transform-typescript-metadata: "npm:^0.3.1"
3184-
chalk: "npm:^4.1.0"
3185-
columnify: "npm:^1.6.0"
3186-
detect-port: "npm:^1.5.1"
3187-
ignore: "npm:^5.0.4"
3188-
js-tokens: "npm:^4.0.0"
3189-
jsonc-parser: "npm:3.2.0"
3190-
npm-run-path: "npm:^4.0.1"
3191-
picocolors: "npm:^1.1.0"
3192-
picomatch: "npm:4.0.2"
3193-
semver: "npm:^7.6.3"
3194-
source-map-support: "npm:0.5.19"
3195-
tinyglobby: "npm:^0.2.12"
3196-
tslib: "npm:^2.3.0"
3197-
peerDependencies:
3198-
verdaccio: ^6.0.5
3199-
peerDependenciesMeta:
3200-
verdaccio:
3201-
optional: true
3202-
checksum: 10c0/75e08c15bf9e7c9538732d6d0e5cc29bcddb6944cf9e8462a15ee27c72e6d1ead3b00c49e95b29c50ec96656f36719965b6c2e6d4c58f14ee53e23161e5c0448
3146+
checksum: 10c0/875d3d2971d86fb3fd0c26e480edea0808b391696cc51424e9dd97891c916ecb1ac40f137c462858afea2358b89b47d87b49473007a52eb6af0219de4dfbfd9f
32033147
languageName: node
32043148
linkType: hard
32053149

@@ -3249,13 +3193,6 @@ __metadata:
32493193
languageName: node
32503194
linkType: hard
32513195

3252-
"@nx/nx-darwin-arm64@npm:22.1.2":
3253-
version: 22.1.2
3254-
resolution: "@nx/nx-darwin-arm64@npm:22.1.2"
3255-
conditions: os=darwin & cpu=arm64
3256-
languageName: node
3257-
linkType: hard
3258-
32593196
"@nx/nx-darwin-arm64@npm:22.1.3":
32603197
version: 22.1.3
32613198
resolution: "@nx/nx-darwin-arm64@npm:22.1.3"
@@ -3270,13 +3207,6 @@ __metadata:
32703207
languageName: node
32713208
linkType: hard
32723209

3273-
"@nx/nx-darwin-x64@npm:22.1.2":
3274-
version: 22.1.2
3275-
resolution: "@nx/nx-darwin-x64@npm:22.1.2"
3276-
conditions: os=darwin & cpu=x64
3277-
languageName: node
3278-
linkType: hard
3279-
32803210
"@nx/nx-darwin-x64@npm:22.1.3":
32813211
version: 22.1.3
32823212
resolution: "@nx/nx-darwin-x64@npm:22.1.3"
@@ -3291,13 +3221,6 @@ __metadata:
32913221
languageName: node
32923222
linkType: hard
32933223

3294-
"@nx/nx-freebsd-x64@npm:22.1.2":
3295-
version: 22.1.2
3296-
resolution: "@nx/nx-freebsd-x64@npm:22.1.2"
3297-
conditions: os=freebsd & cpu=x64
3298-
languageName: node
3299-
linkType: hard
3300-
33013224
"@nx/nx-freebsd-x64@npm:22.1.3":
33023225
version: 22.1.3
33033226
resolution: "@nx/nx-freebsd-x64@npm:22.1.3"
@@ -3312,13 +3235,6 @@ __metadata:
33123235
languageName: node
33133236
linkType: hard
33143237

3315-
"@nx/nx-linux-arm-gnueabihf@npm:22.1.2":
3316-
version: 22.1.2
3317-
resolution: "@nx/nx-linux-arm-gnueabihf@npm:22.1.2"
3318-
conditions: os=linux & cpu=arm
3319-
languageName: node
3320-
linkType: hard
3321-
33223238
"@nx/nx-linux-arm-gnueabihf@npm:22.1.3":
33233239
version: 22.1.3
33243240
resolution: "@nx/nx-linux-arm-gnueabihf@npm:22.1.3"
@@ -3333,13 +3249,6 @@ __metadata:
33333249
languageName: node
33343250
linkType: hard
33353251

3336-
"@nx/nx-linux-arm64-gnu@npm:22.1.2":
3337-
version: 22.1.2
3338-
resolution: "@nx/nx-linux-arm64-gnu@npm:22.1.2"
3339-
conditions: os=linux & cpu=arm64 & libc=glibc
3340-
languageName: node
3341-
linkType: hard
3342-
33433252
"@nx/nx-linux-arm64-gnu@npm:22.1.3":
33443253
version: 22.1.3
33453254
resolution: "@nx/nx-linux-arm64-gnu@npm:22.1.3"
@@ -3354,13 +3263,6 @@ __metadata:
33543263
languageName: node
33553264
linkType: hard
33563265

3357-
"@nx/nx-linux-arm64-musl@npm:22.1.2":
3358-
version: 22.1.2
3359-
resolution: "@nx/nx-linux-arm64-musl@npm:22.1.2"
3360-
conditions: os=linux & cpu=arm64 & libc=musl
3361-
languageName: node
3362-
linkType: hard
3363-
33643266
"@nx/nx-linux-arm64-musl@npm:22.1.3":
33653267
version: 22.1.3
33663268
resolution: "@nx/nx-linux-arm64-musl@npm:22.1.3"
@@ -3375,13 +3277,6 @@ __metadata:
33753277
languageName: node
33763278
linkType: hard
33773279

3378-
"@nx/nx-linux-x64-gnu@npm:22.1.2":
3379-
version: 22.1.2
3380-
resolution: "@nx/nx-linux-x64-gnu@npm:22.1.2"
3381-
conditions: os=linux & cpu=x64 & libc=glibc
3382-
languageName: node
3383-
linkType: hard
3384-
33853280
"@nx/nx-linux-x64-gnu@npm:22.1.3":
33863281
version: 22.1.3
33873282
resolution: "@nx/nx-linux-x64-gnu@npm:22.1.3"
@@ -3396,13 +3291,6 @@ __metadata:
33963291
languageName: node
33973292
linkType: hard
33983293

3399-
"@nx/nx-linux-x64-musl@npm:22.1.2":
3400-
version: 22.1.2
3401-
resolution: "@nx/nx-linux-x64-musl@npm:22.1.2"
3402-
conditions: os=linux & cpu=x64 & libc=musl
3403-
languageName: node
3404-
linkType: hard
3405-
34063294
"@nx/nx-linux-x64-musl@npm:22.1.3":
34073295
version: 22.1.3
34083296
resolution: "@nx/nx-linux-x64-musl@npm:22.1.3"
@@ -3417,13 +3305,6 @@ __metadata:
34173305
languageName: node
34183306
linkType: hard
34193307

3420-
"@nx/nx-win32-arm64-msvc@npm:22.1.2":
3421-
version: 22.1.2
3422-
resolution: "@nx/nx-win32-arm64-msvc@npm:22.1.2"
3423-
conditions: os=win32 & cpu=arm64
3424-
languageName: node
3425-
linkType: hard
3426-
34273308
"@nx/nx-win32-arm64-msvc@npm:22.1.3":
34283309
version: 22.1.3
34293310
resolution: "@nx/nx-win32-arm64-msvc@npm:22.1.3"
@@ -3438,13 +3319,6 @@ __metadata:
34383319
languageName: node
34393320
linkType: hard
34403321

3441-
"@nx/nx-win32-x64-msvc@npm:22.1.2":
3442-
version: 22.1.2
3443-
resolution: "@nx/nx-win32-x64-msvc@npm:22.1.2"
3444-
conditions: os=win32 & cpu=x64
3445-
languageName: node
3446-
linkType: hard
3447-
34483322
"@nx/nx-win32-x64-msvc@npm:22.1.3":
34493323
version: 22.1.3
34503324
resolution: "@nx/nx-win32-x64-msvc@npm:22.1.3"
@@ -3494,23 +3368,6 @@ __metadata:
34943368
languageName: node
34953369
linkType: hard
34963370

3497-
"@nx/workspace@npm:22.1.2":
3498-
version: 22.1.2
3499-
resolution: "@nx/workspace@npm:22.1.2"
3500-
dependencies:
3501-
"@nx/devkit": "npm:22.1.2"
3502-
"@zkochan/js-yaml": "npm:0.0.7"
3503-
chalk: "npm:^4.1.0"
3504-
enquirer: "npm:~2.3.6"
3505-
nx: "npm:22.1.2"
3506-
picomatch: "npm:4.0.2"
3507-
semver: "npm:^7.6.3"
3508-
tslib: "npm:^2.3.0"
3509-
yargs-parser: "npm:21.1.1"
3510-
checksum: 10c0/ede46332c2f62a74759afe8d59ae1fecb991d0cf810101cf9a584c5bdbd4bde6541a983a7f9fad176040e33d03b24822eb7ccad4affbd69b5df7b3b9cd4cabb7
3511-
languageName: node
3512-
linkType: hard
3513-
35143371
"@nx/workspace@npm:22.1.3":
35153372
version: 22.1.3
35163373
resolution: "@nx/workspace@npm:22.1.3"
@@ -8361,7 +8218,7 @@ __metadata:
83618218
resolution: "lambdas@workspace:."
83628219
dependencies:
83638220
"@eslint/eslintrc": "npm:^3.3.1"
8364-
"@nx/eslint": "npm:22.1.2"
8221+
"@nx/eslint": "npm:22.1.3"
83658222
"@nx/js": "npm:^22.1.2"
83668223
"@nx/vite": "npm:^22.1.2"
83678224
"@swc-node/register": "npm:~1.11.1"
@@ -8970,91 +8827,6 @@ __metadata:
89708827
languageName: node
89718828
linkType: hard
89728829

8973-
"nx@npm:22.1.2":
8974-
version: 22.1.2
8975-
resolution: "nx@npm:22.1.2"
8976-
dependencies:
8977-
"@napi-rs/wasm-runtime": "npm:0.2.4"
8978-
"@nx/nx-darwin-arm64": "npm:22.1.2"
8979-
"@nx/nx-darwin-x64": "npm:22.1.2"
8980-
"@nx/nx-freebsd-x64": "npm:22.1.2"
8981-
"@nx/nx-linux-arm-gnueabihf": "npm:22.1.2"
8982-
"@nx/nx-linux-arm64-gnu": "npm:22.1.2"
8983-
"@nx/nx-linux-arm64-musl": "npm:22.1.2"
8984-
"@nx/nx-linux-x64-gnu": "npm:22.1.2"
8985-
"@nx/nx-linux-x64-musl": "npm:22.1.2"
8986-
"@nx/nx-win32-arm64-msvc": "npm:22.1.2"
8987-
"@nx/nx-win32-x64-msvc": "npm:22.1.2"
8988-
"@yarnpkg/lockfile": "npm:^1.1.0"
8989-
"@yarnpkg/parsers": "npm:3.0.2"
8990-
"@zkochan/js-yaml": "npm:0.0.7"
8991-
axios: "npm:^1.12.0"
8992-
chalk: "npm:^4.1.0"
8993-
cli-cursor: "npm:3.1.0"
8994-
cli-spinners: "npm:2.6.1"
8995-
cliui: "npm:^8.0.1"
8996-
dotenv: "npm:~16.4.5"
8997-
dotenv-expand: "npm:~11.0.6"
8998-
enquirer: "npm:~2.3.6"
8999-
figures: "npm:3.2.0"
9000-
flat: "npm:^5.0.2"
9001-
front-matter: "npm:^4.0.2"
9002-
ignore: "npm:^7.0.5"
9003-
jest-diff: "npm:^30.0.2"
9004-
jsonc-parser: "npm:3.2.0"
9005-
lines-and-columns: "npm:2.0.3"
9006-
minimatch: "npm:9.0.3"
9007-
node-machine-id: "npm:1.1.12"
9008-
npm-run-path: "npm:^4.0.1"
9009-
open: "npm:^8.4.0"
9010-
ora: "npm:5.3.0"
9011-
resolve.exports: "npm:2.0.3"
9012-
semver: "npm:^7.6.3"
9013-
string-width: "npm:^4.2.3"
9014-
tar-stream: "npm:~2.2.0"
9015-
tmp: "npm:~0.2.1"
9016-
tree-kill: "npm:^1.2.2"
9017-
tsconfig-paths: "npm:^4.1.2"
9018-
tslib: "npm:^2.3.0"
9019-
yaml: "npm:^2.6.0"
9020-
yargs: "npm:^17.6.2"
9021-
yargs-parser: "npm:21.1.1"
9022-
peerDependencies:
9023-
"@swc-node/register": ^1.8.0
9024-
"@swc/core": ^1.3.85
9025-
dependenciesMeta:
9026-
"@nx/nx-darwin-arm64":
9027-
optional: true
9028-
"@nx/nx-darwin-x64":
9029-
optional: true
9030-
"@nx/nx-freebsd-x64":
9031-
optional: true
9032-
"@nx/nx-linux-arm-gnueabihf":
9033-
optional: true
9034-
"@nx/nx-linux-arm64-gnu":
9035-
optional: true
9036-
"@nx/nx-linux-arm64-musl":
9037-
optional: true
9038-
"@nx/nx-linux-x64-gnu":
9039-
optional: true
9040-
"@nx/nx-linux-x64-musl":
9041-
optional: true
9042-
"@nx/nx-win32-arm64-msvc":
9043-
optional: true
9044-
"@nx/nx-win32-x64-msvc":
9045-
optional: true
9046-
peerDependenciesMeta:
9047-
"@swc-node/register":
9048-
optional: true
9049-
"@swc/core":
9050-
optional: true
9051-
bin:
9052-
nx: bin/nx.js
9053-
nx-cloud: bin/nx-cloud.js
9054-
checksum: 10c0/9d8be12b51bccce2f3f953a9df551fa4ffe97c364130a4824a933f5bfe3d06a92faa7ae353aa0e8b402cdbca83a968075e41e1faa710201597ce23e5124e8d00
9055-
languageName: node
9056-
linkType: hard
9057-
90588830
"nx@npm:22.1.3":
90598831
version: 22.1.3
90608832
resolution: "nx@npm:22.1.3"

0 commit comments

Comments
 (0)