Skip to content

Commit 2677938

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.2.7 to 22.3.3 - [Release notes](https://github.com/nrwl/nx/releases) - [Commits](https://github.com/nrwl/nx/commits/22.3.3/packages/eslint) --- updated-dependencies: - dependency-name: "@nx/eslint" dependency-version: 22.3.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: nx ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5eacb0f commit 2677938

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.2.7",
28+
"@nx/eslint": "22.3.3",
2929
"@nx/js": "^22.2.7",
3030
"@nx/vite": "^22.2.7",
3131
"@swc-node/register": "~1.11.1",

lambdas/yarn.lock

Lines changed: 7 additions & 235 deletions
Original file line numberDiff line numberDiff line change
@@ -3188,23 +3188,6 @@ __metadata:
31883188
languageName: node
31893189
linkType: hard
31903190

3191-
"@nx/devkit@npm:22.2.7":
3192-
version: 22.2.7
3193-
resolution: "@nx/devkit@npm:22.2.7"
3194-
dependencies:
3195-
"@zkochan/js-yaml": "npm:0.0.7"
3196-
ejs: "npm:^3.1.7"
3197-
enquirer: "npm:~2.3.6"
3198-
minimatch: "npm:9.0.3"
3199-
semver: "npm:^7.6.3"
3200-
tslib: "npm:^2.3.0"
3201-
yargs-parser: "npm:21.1.1"
3202-
peerDependencies:
3203-
nx: ">= 21 <= 23 || ^22.0.0-0"
3204-
checksum: 10c0/55ddedea34dc9ff9a99718e6b058ed18045cb7de78f9045f718b7401efbd695505fdf54b9ae3629fce000098e862ccbe99d9cafa0d1dc4c33d555aa279d33def
3205-
languageName: node
3206-
linkType: hard
3207-
32083191
"@nx/devkit@npm:22.3.3":
32093192
version: 22.3.3
32103193
resolution: "@nx/devkit@npm:22.3.3"
@@ -3222,12 +3205,12 @@ __metadata:
32223205
languageName: node
32233206
linkType: hard
32243207

3225-
"@nx/eslint@npm:22.2.7":
3226-
version: 22.2.7
3227-
resolution: "@nx/eslint@npm:22.2.7"
3208+
"@nx/eslint@npm:22.3.3":
3209+
version: 22.3.3
3210+
resolution: "@nx/eslint@npm:22.3.3"
32283211
dependencies:
3229-
"@nx/devkit": "npm:22.2.7"
3230-
"@nx/js": "npm:22.2.7"
3212+
"@nx/devkit": "npm:22.3.3"
3213+
"@nx/js": "npm:22.3.3"
32313214
semver: "npm:^7.6.3"
32323215
tslib: "npm:^2.3.0"
32333216
typescript: "npm:~5.9.2"
@@ -3237,46 +3220,7 @@ __metadata:
32373220
peerDependenciesMeta:
32383221
"@zkochan/js-yaml":
32393222
optional: true
3240-
checksum: 10c0/d57a72882a15a69d15a0f7e26b28cf6e6645688d27c1ba25826e75a703eeee71a5e8513f40564c1f689e0ebba86ad05a0a6c48479afec67ea95856ac0d5a61b5
3241-
languageName: node
3242-
linkType: hard
3243-
3244-
"@nx/js@npm:22.2.7":
3245-
version: 22.2.7
3246-
resolution: "@nx/js@npm:22.2.7"
3247-
dependencies:
3248-
"@babel/core": "npm:^7.23.2"
3249-
"@babel/plugin-proposal-decorators": "npm:^7.22.7"
3250-
"@babel/plugin-transform-class-properties": "npm:^7.22.5"
3251-
"@babel/plugin-transform-runtime": "npm:^7.23.2"
3252-
"@babel/preset-env": "npm:^7.23.2"
3253-
"@babel/preset-typescript": "npm:^7.22.5"
3254-
"@babel/runtime": "npm:^7.22.6"
3255-
"@nx/devkit": "npm:22.2.7"
3256-
"@nx/workspace": "npm:22.2.7"
3257-
"@zkochan/js-yaml": "npm:0.0.7"
3258-
babel-plugin-const-enum: "npm:^1.0.1"
3259-
babel-plugin-macros: "npm:^3.1.0"
3260-
babel-plugin-transform-typescript-metadata: "npm:^0.3.1"
3261-
chalk: "npm:^4.1.0"
3262-
columnify: "npm:^1.6.0"
3263-
detect-port: "npm:^1.5.1"
3264-
ignore: "npm:^5.0.4"
3265-
js-tokens: "npm:^4.0.0"
3266-
jsonc-parser: "npm:3.2.0"
3267-
npm-run-path: "npm:^4.0.1"
3268-
picocolors: "npm:^1.1.0"
3269-
picomatch: "npm:4.0.2"
3270-
semver: "npm:^7.6.3"
3271-
source-map-support: "npm:0.5.19"
3272-
tinyglobby: "npm:^0.2.12"
3273-
tslib: "npm:^2.3.0"
3274-
peerDependencies:
3275-
verdaccio: ^6.0.5
3276-
peerDependenciesMeta:
3277-
verdaccio:
3278-
optional: true
3279-
checksum: 10c0/0b725cb007ec14245e84ccbf4e6f5bc7d937ac826eb8461790aadaa96c54ad0f0ea862a01c2f60bed767a6bc9e936a4c4370758d1fb19fdaf09af7dbad9facbd
3223+
checksum: 10c0/b321461b8c23b7fe16dc3ead742275fb19c73e6b3a4e176fd46b8b0c1bcd9d6b38989e1e4a66b6b848cc1002da6baa97da50378afdac6c69ce122409896bf9a9
32803224
languageName: node
32813225
linkType: hard
32823226

@@ -3319,139 +3263,69 @@ __metadata:
33193263
languageName: node
33203264
linkType: hard
33213265

3322-
"@nx/nx-darwin-arm64@npm:22.2.7":
3323-
version: 22.2.7
3324-
resolution: "@nx/nx-darwin-arm64@npm:22.2.7"
3325-
conditions: os=darwin & cpu=arm64
3326-
languageName: node
3327-
linkType: hard
3328-
33293266
"@nx/nx-darwin-arm64@npm:22.3.3":
33303267
version: 22.3.3
33313268
resolution: "@nx/nx-darwin-arm64@npm:22.3.3"
33323269
conditions: os=darwin & cpu=arm64
33333270
languageName: node
33343271
linkType: hard
33353272

3336-
"@nx/nx-darwin-x64@npm:22.2.7":
3337-
version: 22.2.7
3338-
resolution: "@nx/nx-darwin-x64@npm:22.2.7"
3339-
conditions: os=darwin & cpu=x64
3340-
languageName: node
3341-
linkType: hard
3342-
33433273
"@nx/nx-darwin-x64@npm:22.3.3":
33443274
version: 22.3.3
33453275
resolution: "@nx/nx-darwin-x64@npm:22.3.3"
33463276
conditions: os=darwin & cpu=x64
33473277
languageName: node
33483278
linkType: hard
33493279

3350-
"@nx/nx-freebsd-x64@npm:22.2.7":
3351-
version: 22.2.7
3352-
resolution: "@nx/nx-freebsd-x64@npm:22.2.7"
3353-
conditions: os=freebsd & cpu=x64
3354-
languageName: node
3355-
linkType: hard
3356-
33573280
"@nx/nx-freebsd-x64@npm:22.3.3":
33583281
version: 22.3.3
33593282
resolution: "@nx/nx-freebsd-x64@npm:22.3.3"
33603283
conditions: os=freebsd & cpu=x64
33613284
languageName: node
33623285
linkType: hard
33633286

3364-
"@nx/nx-linux-arm-gnueabihf@npm:22.2.7":
3365-
version: 22.2.7
3366-
resolution: "@nx/nx-linux-arm-gnueabihf@npm:22.2.7"
3367-
conditions: os=linux & cpu=arm
3368-
languageName: node
3369-
linkType: hard
3370-
33713287
"@nx/nx-linux-arm-gnueabihf@npm:22.3.3":
33723288
version: 22.3.3
33733289
resolution: "@nx/nx-linux-arm-gnueabihf@npm:22.3.3"
33743290
conditions: os=linux & cpu=arm
33753291
languageName: node
33763292
linkType: hard
33773293

3378-
"@nx/nx-linux-arm64-gnu@npm:22.2.7":
3379-
version: 22.2.7
3380-
resolution: "@nx/nx-linux-arm64-gnu@npm:22.2.7"
3381-
conditions: os=linux & cpu=arm64 & libc=glibc
3382-
languageName: node
3383-
linkType: hard
3384-
33853294
"@nx/nx-linux-arm64-gnu@npm:22.3.3":
33863295
version: 22.3.3
33873296
resolution: "@nx/nx-linux-arm64-gnu@npm:22.3.3"
33883297
conditions: os=linux & cpu=arm64 & libc=glibc
33893298
languageName: node
33903299
linkType: hard
33913300

3392-
"@nx/nx-linux-arm64-musl@npm:22.2.7":
3393-
version: 22.2.7
3394-
resolution: "@nx/nx-linux-arm64-musl@npm:22.2.7"
3395-
conditions: os=linux & cpu=arm64 & libc=musl
3396-
languageName: node
3397-
linkType: hard
3398-
33993301
"@nx/nx-linux-arm64-musl@npm:22.3.3":
34003302
version: 22.3.3
34013303
resolution: "@nx/nx-linux-arm64-musl@npm:22.3.3"
34023304
conditions: os=linux & cpu=arm64 & libc=musl
34033305
languageName: node
34043306
linkType: hard
34053307

3406-
"@nx/nx-linux-x64-gnu@npm:22.2.7":
3407-
version: 22.2.7
3408-
resolution: "@nx/nx-linux-x64-gnu@npm:22.2.7"
3409-
conditions: os=linux & cpu=x64 & libc=glibc
3410-
languageName: node
3411-
linkType: hard
3412-
34133308
"@nx/nx-linux-x64-gnu@npm:22.3.3":
34143309
version: 22.3.3
34153310
resolution: "@nx/nx-linux-x64-gnu@npm:22.3.3"
34163311
conditions: os=linux & cpu=x64 & libc=glibc
34173312
languageName: node
34183313
linkType: hard
34193314

3420-
"@nx/nx-linux-x64-musl@npm:22.2.7":
3421-
version: 22.2.7
3422-
resolution: "@nx/nx-linux-x64-musl@npm:22.2.7"
3423-
conditions: os=linux & cpu=x64 & libc=musl
3424-
languageName: node
3425-
linkType: hard
3426-
34273315
"@nx/nx-linux-x64-musl@npm:22.3.3":
34283316
version: 22.3.3
34293317
resolution: "@nx/nx-linux-x64-musl@npm:22.3.3"
34303318
conditions: os=linux & cpu=x64 & libc=musl
34313319
languageName: node
34323320
linkType: hard
34333321

3434-
"@nx/nx-win32-arm64-msvc@npm:22.2.7":
3435-
version: 22.2.7
3436-
resolution: "@nx/nx-win32-arm64-msvc@npm:22.2.7"
3437-
conditions: os=win32 & cpu=arm64
3438-
languageName: node
3439-
linkType: hard
3440-
34413322
"@nx/nx-win32-arm64-msvc@npm:22.3.3":
34423323
version: 22.3.3
34433324
resolution: "@nx/nx-win32-arm64-msvc@npm:22.3.3"
34443325
conditions: os=win32 & cpu=arm64
34453326
languageName: node
34463327
linkType: hard
34473328

3448-
"@nx/nx-win32-x64-msvc@npm:22.2.7":
3449-
version: 22.2.7
3450-
resolution: "@nx/nx-win32-x64-msvc@npm:22.2.7"
3451-
conditions: os=win32 & cpu=x64
3452-
languageName: node
3453-
linkType: hard
3454-
34553329
"@nx/nx-win32-x64-msvc@npm:22.3.3":
34563330
version: 22.3.3
34573331
resolution: "@nx/nx-win32-x64-msvc@npm:22.3.3"
@@ -3501,23 +3375,6 @@ __metadata:
35013375
languageName: node
35023376
linkType: hard
35033377

3504-
"@nx/workspace@npm:22.2.7":
3505-
version: 22.2.7
3506-
resolution: "@nx/workspace@npm:22.2.7"
3507-
dependencies:
3508-
"@nx/devkit": "npm:22.2.7"
3509-
"@zkochan/js-yaml": "npm:0.0.7"
3510-
chalk: "npm:^4.1.0"
3511-
enquirer: "npm:~2.3.6"
3512-
nx: "npm:22.2.7"
3513-
picomatch: "npm:4.0.2"
3514-
semver: "npm:^7.6.3"
3515-
tslib: "npm:^2.3.0"
3516-
yargs-parser: "npm:21.1.1"
3517-
checksum: 10c0/49584ad3fed172dafc269fda123ae21ca14dd04b99d99132de39749d7965ef8e092cfa897118d7ea906ede8eed0dbfc8c50f99ab298d81b3f6160fcc233596da
3518-
languageName: node
3519-
linkType: hard
3520-
35213378
"@nx/workspace@npm:22.3.3":
35223379
version: 22.3.3
35233380
resolution: "@nx/workspace@npm:22.3.3"
@@ -8373,7 +8230,7 @@ __metadata:
83738230
resolution: "lambdas@workspace:."
83748231
dependencies:
83758232
"@eslint/eslintrc": "npm:^3.3.1"
8376-
"@nx/eslint": "npm:22.2.7"
8233+
"@nx/eslint": "npm:22.3.3"
83778234
"@nx/js": "npm:^22.2.7"
83788235
"@nx/vite": "npm:^22.2.7"
83798236
"@swc-node/register": "npm:~1.11.1"
@@ -8897,91 +8754,6 @@ __metadata:
88978754
languageName: node
88988755
linkType: hard
88998756

8900-
"nx@npm:22.2.7":
8901-
version: 22.2.7
8902-
resolution: "nx@npm:22.2.7"
8903-
dependencies:
8904-
"@napi-rs/wasm-runtime": "npm:0.2.4"
8905-
"@nx/nx-darwin-arm64": "npm:22.2.7"
8906-
"@nx/nx-darwin-x64": "npm:22.2.7"
8907-
"@nx/nx-freebsd-x64": "npm:22.2.7"
8908-
"@nx/nx-linux-arm-gnueabihf": "npm:22.2.7"
8909-
"@nx/nx-linux-arm64-gnu": "npm:22.2.7"
8910-
"@nx/nx-linux-arm64-musl": "npm:22.2.7"
8911-
"@nx/nx-linux-x64-gnu": "npm:22.2.7"
8912-
"@nx/nx-linux-x64-musl": "npm:22.2.7"
8913-
"@nx/nx-win32-arm64-msvc": "npm:22.2.7"
8914-
"@nx/nx-win32-x64-msvc": "npm:22.2.7"
8915-
"@yarnpkg/lockfile": "npm:^1.1.0"
8916-
"@yarnpkg/parsers": "npm:3.0.2"
8917-
"@zkochan/js-yaml": "npm:0.0.7"
8918-
axios: "npm:^1.12.0"
8919-
chalk: "npm:^4.1.0"
8920-
cli-cursor: "npm:3.1.0"
8921-
cli-spinners: "npm:2.6.1"
8922-
cliui: "npm:^8.0.1"
8923-
dotenv: "npm:~16.4.5"
8924-
dotenv-expand: "npm:~11.0.6"
8925-
enquirer: "npm:~2.3.6"
8926-
figures: "npm:3.2.0"
8927-
flat: "npm:^5.0.2"
8928-
front-matter: "npm:^4.0.2"
8929-
ignore: "npm:^7.0.5"
8930-
jest-diff: "npm:^30.0.2"
8931-
jsonc-parser: "npm:3.2.0"
8932-
lines-and-columns: "npm:2.0.3"
8933-
minimatch: "npm:9.0.3"
8934-
node-machine-id: "npm:1.1.12"
8935-
npm-run-path: "npm:^4.0.1"
8936-
open: "npm:^8.4.0"
8937-
ora: "npm:5.3.0"
8938-
resolve.exports: "npm:2.0.3"
8939-
semver: "npm:^7.6.3"
8940-
string-width: "npm:^4.2.3"
8941-
tar-stream: "npm:~2.2.0"
8942-
tmp: "npm:~0.2.1"
8943-
tree-kill: "npm:^1.2.2"
8944-
tsconfig-paths: "npm:^4.1.2"
8945-
tslib: "npm:^2.3.0"
8946-
yaml: "npm:^2.6.0"
8947-
yargs: "npm:^17.6.2"
8948-
yargs-parser: "npm:21.1.1"
8949-
peerDependencies:
8950-
"@swc-node/register": ^1.8.0
8951-
"@swc/core": ^1.3.85
8952-
dependenciesMeta:
8953-
"@nx/nx-darwin-arm64":
8954-
optional: true
8955-
"@nx/nx-darwin-x64":
8956-
optional: true
8957-
"@nx/nx-freebsd-x64":
8958-
optional: true
8959-
"@nx/nx-linux-arm-gnueabihf":
8960-
optional: true
8961-
"@nx/nx-linux-arm64-gnu":
8962-
optional: true
8963-
"@nx/nx-linux-arm64-musl":
8964-
optional: true
8965-
"@nx/nx-linux-x64-gnu":
8966-
optional: true
8967-
"@nx/nx-linux-x64-musl":
8968-
optional: true
8969-
"@nx/nx-win32-arm64-msvc":
8970-
optional: true
8971-
"@nx/nx-win32-x64-msvc":
8972-
optional: true
8973-
peerDependenciesMeta:
8974-
"@swc-node/register":
8975-
optional: true
8976-
"@swc/core":
8977-
optional: true
8978-
bin:
8979-
nx: bin/nx.js
8980-
nx-cloud: bin/nx-cloud.js
8981-
checksum: 10c0/85ffbd762dce6f7f6f135f783614eec63a2105ec2a83a44a13abd3f2092da0f1dc3f27cbc7378306834f02564cfb6e741a2c4703a55dc1fa92ea56245d5cad34
8982-
languageName: node
8983-
linkType: hard
8984-
89858757
"nx@npm:22.3.3":
89868758
version: 22.3.3
89878759
resolution: "nx@npm:22.3.3"

0 commit comments

Comments
 (0)