Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit 2d8007a

Browse files
chore(lambda): bump @nx/js from 19.7.3 to 19.8.0 in /lambdas (#4147)
Bumps [@nx/js](https://github.com/nrwl/nx/tree/HEAD/packages/js) from 19.7.3 to 19.8.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nrwl/nx/releases"><code>@​nx/js</code>'s releases</a>.</em></p> <blockquote> <h2>19.8.0 (2024-09-20)</h2> <h3>🚀 Features</h3> <ul> <li><strong>angular:</strong> add plugin for inferring nodes from angular.json files (<a href="https://redirect.github.com/nrwl/nx/pull/27804">#27804</a>)</li> <li><strong>core:</strong> import warns when source and destination directories are different (<a href="https://redirect.github.com/nrwl/nx/pull/27875">#27875</a>)</li> <li><strong>core:</strong> use durations from task history to schedule tasks (<a href="https://redirect.github.com/nrwl/nx/pull/27783">#27783</a>)</li> <li><strong>core:</strong> add metagenerator for convert-to-inferred (<a href="https://redirect.github.com/nrwl/nx/pull/27672">#27672</a>)</li> <li><strong>core:</strong> able to import gradle project (<a href="https://redirect.github.com/nrwl/nx/pull/27645">#27645</a>)</li> <li><strong>core:</strong> split runCommand to return status per project (<a href="https://redirect.github.com/nrwl/nx/pull/27705">#27705</a>)</li> <li><strong>core:</strong> handle prettier not installed when running nx format (<a href="https://redirect.github.com/nrwl/nx/pull/27970">#27970</a>)</li> <li><strong>core:</strong> add integration with nx powerpack (<a href="https://redirect.github.com/nrwl/nx/pull/27972">#27972</a>)</li> <li><strong>graph:</strong> expose functions to render pdv &amp; error page (<a href="https://redirect.github.com/nrwl/nx/pull/27833">#27833</a>)</li> <li><strong>graph:</strong> add sync generators to target details in project details view (<a href="https://redirect.github.com/nrwl/nx/pull/27639">#27639</a>)</li> <li><strong>linter:</strong> create new workspaces with ESLint v9 and typescript-eslint v8 (<a href="https://redirect.github.com/nrwl/nx/pull/27404">#27404</a>)</li> <li><strong>nx-dev:</strong> clean up enterprise section (<a href="https://redirect.github.com/nrwl/nx/pull/27979">#27979</a>)</li> <li><strong>release:</strong> allow local dependency version protocols to be preserved, pnpm publish support (<a href="https://redirect.github.com/nrwl/nx/pull/27787">#27787</a>)</li> <li><strong>release:</strong> support groupPreVersionCommand for release groups (<a href="https://redirect.github.com/nrwl/nx/pull/27474">#27474</a>)</li> <li><strong>release:</strong> support github enterprise server (<a href="https://redirect.github.com/nrwl/nx/pull/26482">#26482</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>angular:</strong> add serve static target more intentionally <a href="https://github.com/nrwl/nx/tree/HEAD/packages/js/issues/27854">#27854</a> (<a href="https://redirect.github.com/nrwl/nx/pull/27924">#27924</a>, <a href="https://redirect.github.com/nrwl/nx/issues/27854">#27854</a>)</li> <li><strong>angular:</strong> dynamic module federation should not reset remoteUrlDefinitions <a href="https://github.com/nrwl/nx/tree/HEAD/packages/js/issues/27793">#27793</a> (<a href="https://redirect.github.com/nrwl/nx/pull/27927">#27927</a>, <a href="https://redirect.github.com/nrwl/nx/issues/27793">#27793</a>)</li> <li><strong>angular:</strong> migrations should use correct namedInputs <a href="https://github.com/nrwl/nx/tree/HEAD/packages/js/issues/27899">#27899</a> (<a href="https://redirect.github.com/nrwl/nx/pull/27929">#27929</a>, <a href="https://redirect.github.com/nrwl/nx/issues/27899">#27899</a>)</li> <li><strong>angular:</strong> license-webpack-plugin should not scan root package.json <a href="https://github.com/nrwl/nx/tree/HEAD/packages/js/issues/27989">#27989</a> (<a href="https://redirect.github.com/nrwl/nx/pull/27994">#27994</a>, <a href="https://redirect.github.com/nrwl/nx/issues/27989">#27989</a>)</li> <li><strong>core:</strong> make sure sharedGlobals is referenced in default namedInputs (<a href="https://redirect.github.com/nrwl/nx/pull/27813">#27813</a>)</li> <li><strong>core:</strong> take nx-release-publish target defaults into account for implicit target (<a href="https://redirect.github.com/nrwl/nx/pull/27764">#27764</a>)</li> <li><strong>core:</strong> handle sync generator failures (<a href="https://redirect.github.com/nrwl/nx/pull/27650">#27650</a>)</li> <li><strong>core:</strong> handle --no-interative for create-nx-workspace (<a href="https://redirect.github.com/nrwl/nx/pull/27702">#27702</a>)</li> <li><strong>core:</strong> respect filenames of inputs when computing task hash (<a href="https://redirect.github.com/nrwl/nx/pull/27873">#27873</a>)</li> <li><strong>core:</strong> handleErrors should display error cause if it exists (<a href="https://redirect.github.com/nrwl/nx/pull/27886">#27886</a>)</li> <li><strong>core:</strong> add flag to disable the db and logs when there are errors … (<a href="https://redirect.github.com/nrwl/nx/pull/27930">#27930</a>)</li> <li><strong>core:</strong> import should be rebasable (<a href="https://redirect.github.com/nrwl/nx/pull/27940">#27940</a>)</li> <li><strong>core:</strong> import handles argument escaping correctly in Windows (<a href="https://redirect.github.com/nrwl/nx/pull/27957">#27957</a>)</li> <li><strong>core:</strong> fix env for running parallel tasks (<a href="https://redirect.github.com/nrwl/nx/pull/27889">#27889</a>)</li> <li><strong>core:</strong> nx import detects plugins synchronously (<a href="https://redirect.github.com/nrwl/nx/pull/27958">#27958</a>)</li> <li><strong>core:</strong> fix powerpack license report and add back remote cache (<a href="https://redirect.github.com/nrwl/nx/pull/27983">#27983</a>)</li> <li><strong>core:</strong> link to sync generators page during sync prompt, and provide more info on docs page for disabling and applyChanges (<a href="https://redirect.github.com/nrwl/nx/pull/28001">#28001</a>)</li> <li><strong>core:</strong> fix powerpack fs cache package name (<a href="https://redirect.github.com/nrwl/nx/pull/27997">#27997</a>)</li> <li><strong>core:</strong> do not check cache validity when putting into the cache (<a href="https://redirect.github.com/nrwl/nx/pull/28004">#28004</a>)</li> <li><strong>gradle:</strong> fix gradle app deps (<a href="https://redirect.github.com/nrwl/nx/pull/27865">#27865</a>)</li> <li><strong>graph:</strong> typo (<a href="https://github.com/nrwl/nx/commit/e9fd0a7e2b">e9fd0a7e2b</a>)</li> <li><strong>js:</strong> keep refs to ignored files and allow opting out of pruning stale refs in typescript sync generator (<a href="https://redirect.github.com/nrwl/nx/pull/27636">#27636</a>)</li> <li><strong>js:</strong> set compilerOptions correctly when loading .ts that targets ESM (<a href="https://redirect.github.com/nrwl/nx/pull/27862">#27862</a>)</li> <li><strong>js:</strong> do not infer typecheck target for root tsconfig.json (<a href="https://redirect.github.com/nrwl/nx/pull/27950">#27950</a>)</li> <li><strong>misc:</strong> createNodesV2 plugins should show inference capabilities (<a href="https://redirect.github.com/nrwl/nx/pull/27896">#27896</a>)</li> <li><strong>module-federation:</strong> collect secondary entry points from exports <a href="https://github.com/nrwl/nx/tree/HEAD/packages/js/issues/26878">#26878</a> (<a href="https://redirect.github.com/nrwl/nx/pull/27999">#27999</a>, <a href="https://redirect.github.com/nrwl/nx/issues/26878">#26878</a>)</li> <li><strong>nx-cloud:</strong> include nxCloudId when generating connect urls (<a href="https://redirect.github.com/nrwl/nx/pull/27882">#27882</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nrwl/nx/commit/d38bb78f27c34bff6bfd7dbdbeae57ab310298db"><code>d38bb78</code></a> cleanup(js): replace <code>fs-extra</code> with <code>node:fs</code> (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/js/issues/27932">#27932</a>)</li> <li><a href="https://github.com/nrwl/nx/commit/67ecff198fd1e52668845a5b4b2a13e3444d59e1"><code>67ecff1</code></a> fix(js): do not infer typecheck target for root tsconfig.json (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/js/issues/27950">#27950</a>)</li> <li><a href="https://github.com/nrwl/nx/commit/68eeb2eeed2d7dc81c9ce3990bf539cfd58a78d9"><code>68eeb2e</code></a> feat(linter): create new workspaces with ESLint v9 and typescript-eslint v8 (...</li> <li><a href="https://github.com/nrwl/nx/commit/2a3307cfade0e506892890891583bc4f30a7221d"><code>2a3307c</code></a> fix(js): keep refs to ignored files and allow opting out of pruning stale ref...</li> <li>See full diff in <a href="https://github.com/nrwl/nx/commits/19.8.0/packages/js">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@nx/js&package-manager=npm_and_yarn&previous-version=19.7.3&new-version=19.8.0)](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 819e12f commit 2d8007a

File tree

2 files changed

+86
-87
lines changed

2 files changed

+86
-87
lines changed

lambdas/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"devDependencies": {
2424
"@nx/eslint": "19.5.7",
2525
"@nx/jest": "19.5.4",
26-
"@nx/js": "^19.7.3",
26+
"@nx/js": "^19.8.0",
2727
"@swc-node/register": "~1.10.9",
2828
"@swc/core": "~1.7.22",
2929
"@swc/helpers": "~0.5.12",

lambdas/yarn.lock

+85-86
Original file line numberDiff line numberDiff line change
@@ -3193,12 +3193,12 @@ __metadata:
31933193
languageName: node
31943194
linkType: hard
31953195

3196-
"@nrwl/devkit@npm:19.7.3":
3197-
version: 19.7.3
3198-
resolution: "@nrwl/devkit@npm:19.7.3"
3196+
"@nrwl/devkit@npm:19.8.0":
3197+
version: 19.8.0
3198+
resolution: "@nrwl/devkit@npm:19.8.0"
31993199
dependencies:
3200-
"@nx/devkit": "npm:19.7.3"
3201-
checksum: 10c0/578440a4fda547ee781af211312929138515d566498cac79e9fda036d08cb91ab6edd9e6feb99fdf4dc98da57821c8faef7fc0cfae7ddad9a0d8f2f9748efcc8
3200+
"@nx/devkit": "npm:19.8.0"
3201+
checksum: 10c0/ba545a986c01ad9949c2bc92ea770e3c1ac3085dd4fdf04e0353b243605e6075aa8c4bb8406500f3ac7d71b050e66182d57cd502d7b27bc7bfd221504d35fd65
32023202
languageName: node
32033203
linkType: hard
32043204

@@ -3229,12 +3229,12 @@ __metadata:
32293229
languageName: node
32303230
linkType: hard
32313231

3232-
"@nrwl/js@npm:19.7.3":
3233-
version: 19.7.3
3234-
resolution: "@nrwl/js@npm:19.7.3"
3232+
"@nrwl/js@npm:19.8.0":
3233+
version: 19.8.0
3234+
resolution: "@nrwl/js@npm:19.8.0"
32353235
dependencies:
3236-
"@nx/js": "npm:19.7.3"
3237-
checksum: 10c0/6fc1993a9fb8c9ab897d2043457b024628de2d5eddca139869f93b08ca73a0591072e84a9b4078403cd94d698ec995bb1836a4ef34aece37a4dceae2cf836f6a
3236+
"@nx/js": "npm:19.8.0"
3237+
checksum: 10c0/113972ed77c2185a3c4a8115c08018983920a25c3ce218d436a012d425be8e8cadc618811e7a5561dc6d37d2f5bc2a023d1f170d89660ad7cf851561c00169cf
32383238
languageName: node
32393239
linkType: hard
32403240

@@ -3262,15 +3262,15 @@ __metadata:
32623262
languageName: node
32633263
linkType: hard
32643264

3265-
"@nrwl/tao@npm:19.7.3":
3266-
version: 19.7.3
3267-
resolution: "@nrwl/tao@npm:19.7.3"
3265+
"@nrwl/tao@npm:19.8.0":
3266+
version: 19.8.0
3267+
resolution: "@nrwl/tao@npm:19.8.0"
32683268
dependencies:
3269-
nx: "npm:19.7.3"
3269+
nx: "npm:19.8.0"
32703270
tslib: "npm:^2.3.0"
32713271
bin:
32723272
tao: index.js
3273-
checksum: 10c0/af16f1670c0aaa3e2d12598918124ba2e15f24a2c274aed6ac01be4342c718971e10a8f201f6a7521e65dfd1a0b134767a7b3cf3280824de920e76ca02ec8fa1
3273+
checksum: 10c0/fd553087fbef6afc855f8c64598abd1d304850bbf725d874db814a653e10850ca41ba33cdfcb0799c440df86adc7c1c3146977e96551c677d7416a2f1c89af2b
32743274
languageName: node
32753275
linkType: hard
32763276

@@ -3292,12 +3292,12 @@ __metadata:
32923292
languageName: node
32933293
linkType: hard
32943294

3295-
"@nrwl/workspace@npm:19.7.3":
3296-
version: 19.7.3
3297-
resolution: "@nrwl/workspace@npm:19.7.3"
3295+
"@nrwl/workspace@npm:19.8.0":
3296+
version: 19.8.0
3297+
resolution: "@nrwl/workspace@npm:19.8.0"
32983298
dependencies:
3299-
"@nx/workspace": "npm:19.7.3"
3300-
checksum: 10c0/d4ddada31bee4cb564182315e2df74aef60b437e2ad2e1cfde784fd4bcb7b5b38372ffd5f66b920876f2c2fd7cdb5ca9438e5b66044f75a3399eee2811249391
3299+
"@nx/workspace": "npm:19.8.0"
3300+
checksum: 10c0/2be7a888992042d4fc1c4723c41d10f2b7b965a5071b4a9dfe9fbded12616dbc7381550be4c60ba7ecb059111726b9745181fd5d4073fbafded9cdf45d16363f
33013301
languageName: node
33023302
linkType: hard
33033303

@@ -3339,11 +3339,11 @@ __metadata:
33393339
languageName: node
33403340
linkType: hard
33413341

3342-
"@nx/devkit@npm:19.7.3":
3343-
version: 19.7.3
3344-
resolution: "@nx/devkit@npm:19.7.3"
3342+
"@nx/devkit@npm:19.8.0":
3343+
version: 19.8.0
3344+
resolution: "@nx/devkit@npm:19.8.0"
33453345
dependencies:
3346-
"@nrwl/devkit": "npm:19.7.3"
3346+
"@nrwl/devkit": "npm:19.8.0"
33473347
ejs: "npm:^3.1.7"
33483348
enquirer: "npm:~2.3.6"
33493349
ignore: "npm:^5.0.4"
@@ -3354,7 +3354,7 @@ __metadata:
33543354
yargs-parser: "npm:21.1.1"
33553355
peerDependencies:
33563356
nx: ">= 17 <= 20"
3357-
checksum: 10c0/d8812da070d74776f38432080731daaeee78d7b6a29c6c45659d925cea374bcd868a035ca4eb032bdcd92345d386537ec49aebca1da16eb1f5f99d45a69bae7c
3357+
checksum: 10c0/d22a357577d6e7d424e93688619e5236e3349c4556f41f339780d430c491fea954205fb740ffe3229c84a05a5da481e3614633ab08ea0962ce711e05b5d75012
33583358
languageName: node
33593359
linkType: hard
33603360

@@ -3485,9 +3485,9 @@ __metadata:
34853485
languageName: node
34863486
linkType: hard
34873487

3488-
"@nx/js@npm:19.7.3, @nx/js@npm:^19.7.3":
3489-
version: 19.7.3
3490-
resolution: "@nx/js@npm:19.7.3"
3488+
"@nx/js@npm:19.8.0, @nx/js@npm:^19.8.0":
3489+
version: 19.8.0
3490+
resolution: "@nx/js@npm:19.8.0"
34913491
dependencies:
34923492
"@babel/core": "npm:^7.23.2"
34933493
"@babel/plugin-proposal-decorators": "npm:^7.22.7"
@@ -3496,17 +3496,16 @@ __metadata:
34963496
"@babel/preset-env": "npm:^7.23.2"
34973497
"@babel/preset-typescript": "npm:^7.22.5"
34983498
"@babel/runtime": "npm:^7.22.6"
3499-
"@nrwl/js": "npm:19.7.3"
3500-
"@nx/devkit": "npm:19.7.3"
3501-
"@nx/workspace": "npm:19.7.3"
3499+
"@nrwl/js": "npm:19.8.0"
3500+
"@nx/devkit": "npm:19.8.0"
3501+
"@nx/workspace": "npm:19.8.0"
35023502
babel-plugin-const-enum: "npm:^1.0.1"
35033503
babel-plugin-macros: "npm:^2.8.0"
35043504
babel-plugin-transform-typescript-metadata: "npm:^0.3.1"
35053505
chalk: "npm:^4.1.0"
35063506
columnify: "npm:^1.6.0"
35073507
detect-port: "npm:^1.5.1"
35083508
fast-glob: "npm:3.2.7"
3509-
fs-extra: "npm:^11.1.0"
35103509
ignore: "npm:^5.0.4"
35113510
js-tokens: "npm:^4.0.0"
35123511
jsonc-parser: "npm:3.2.0"
@@ -3524,7 +3523,7 @@ __metadata:
35243523
peerDependenciesMeta:
35253524
verdaccio:
35263525
optional: true
3527-
checksum: 10c0/81e6a25c19317cc7c4bc34ac8fdda84da955d8cde77964f60cf17c3ec0b520b1944a6f014493db97ba4f6ca80eaef93d64d4e133cd165e78eb3978af6dcd5541
3526+
checksum: 10c0/812f510da9bd25ccf6cb009f4d89729b28af5a82d061018eb2e1b2120b89f3f19fcf974c02d1a9150c3769bcd4f02721f43d4530506fd880b54b8c56c6483624
35283527
languageName: node
35293528
linkType: hard
35303529

@@ -3551,9 +3550,9 @@ __metadata:
35513550
languageName: node
35523551
linkType: hard
35533552

3554-
"@nx/nx-darwin-arm64@npm:19.7.3":
3555-
version: 19.7.3
3556-
resolution: "@nx/nx-darwin-arm64@npm:19.7.3"
3553+
"@nx/nx-darwin-arm64@npm:19.8.0":
3554+
version: 19.8.0
3555+
resolution: "@nx/nx-darwin-arm64@npm:19.8.0"
35573556
conditions: os=darwin & cpu=arm64
35583557
languageName: node
35593558
linkType: hard
@@ -3572,9 +3571,9 @@ __metadata:
35723571
languageName: node
35733572
linkType: hard
35743573

3575-
"@nx/nx-darwin-x64@npm:19.7.3":
3576-
version: 19.7.3
3577-
resolution: "@nx/nx-darwin-x64@npm:19.7.3"
3574+
"@nx/nx-darwin-x64@npm:19.8.0":
3575+
version: 19.8.0
3576+
resolution: "@nx/nx-darwin-x64@npm:19.8.0"
35783577
conditions: os=darwin & cpu=x64
35793578
languageName: node
35803579
linkType: hard
@@ -3593,9 +3592,9 @@ __metadata:
35933592
languageName: node
35943593
linkType: hard
35953594

3596-
"@nx/nx-freebsd-x64@npm:19.7.3":
3597-
version: 19.7.3
3598-
resolution: "@nx/nx-freebsd-x64@npm:19.7.3"
3595+
"@nx/nx-freebsd-x64@npm:19.8.0":
3596+
version: 19.8.0
3597+
resolution: "@nx/nx-freebsd-x64@npm:19.8.0"
35993598
conditions: os=freebsd & cpu=x64
36003599
languageName: node
36013600
linkType: hard
@@ -3614,9 +3613,9 @@ __metadata:
36143613
languageName: node
36153614
linkType: hard
36163615

3617-
"@nx/nx-linux-arm-gnueabihf@npm:19.7.3":
3618-
version: 19.7.3
3619-
resolution: "@nx/nx-linux-arm-gnueabihf@npm:19.7.3"
3616+
"@nx/nx-linux-arm-gnueabihf@npm:19.8.0":
3617+
version: 19.8.0
3618+
resolution: "@nx/nx-linux-arm-gnueabihf@npm:19.8.0"
36203619
conditions: os=linux & cpu=arm
36213620
languageName: node
36223621
linkType: hard
@@ -3635,9 +3634,9 @@ __metadata:
36353634
languageName: node
36363635
linkType: hard
36373636

3638-
"@nx/nx-linux-arm64-gnu@npm:19.7.3":
3639-
version: 19.7.3
3640-
resolution: "@nx/nx-linux-arm64-gnu@npm:19.7.3"
3637+
"@nx/nx-linux-arm64-gnu@npm:19.8.0":
3638+
version: 19.8.0
3639+
resolution: "@nx/nx-linux-arm64-gnu@npm:19.8.0"
36413640
conditions: os=linux & cpu=arm64 & libc=glibc
36423641
languageName: node
36433642
linkType: hard
@@ -3656,9 +3655,9 @@ __metadata:
36563655
languageName: node
36573656
linkType: hard
36583657

3659-
"@nx/nx-linux-arm64-musl@npm:19.7.3":
3660-
version: 19.7.3
3661-
resolution: "@nx/nx-linux-arm64-musl@npm:19.7.3"
3658+
"@nx/nx-linux-arm64-musl@npm:19.8.0":
3659+
version: 19.8.0
3660+
resolution: "@nx/nx-linux-arm64-musl@npm:19.8.0"
36623661
conditions: os=linux & cpu=arm64 & libc=musl
36633662
languageName: node
36643663
linkType: hard
@@ -3677,9 +3676,9 @@ __metadata:
36773676
languageName: node
36783677
linkType: hard
36793678

3680-
"@nx/nx-linux-x64-gnu@npm:19.7.3":
3681-
version: 19.7.3
3682-
resolution: "@nx/nx-linux-x64-gnu@npm:19.7.3"
3679+
"@nx/nx-linux-x64-gnu@npm:19.8.0":
3680+
version: 19.8.0
3681+
resolution: "@nx/nx-linux-x64-gnu@npm:19.8.0"
36833682
conditions: os=linux & cpu=x64 & libc=glibc
36843683
languageName: node
36853684
linkType: hard
@@ -3698,9 +3697,9 @@ __metadata:
36983697
languageName: node
36993698
linkType: hard
37003699

3701-
"@nx/nx-linux-x64-musl@npm:19.7.3":
3702-
version: 19.7.3
3703-
resolution: "@nx/nx-linux-x64-musl@npm:19.7.3"
3700+
"@nx/nx-linux-x64-musl@npm:19.8.0":
3701+
version: 19.8.0
3702+
resolution: "@nx/nx-linux-x64-musl@npm:19.8.0"
37043703
conditions: os=linux & cpu=x64 & libc=musl
37053704
languageName: node
37063705
linkType: hard
@@ -3719,9 +3718,9 @@ __metadata:
37193718
languageName: node
37203719
linkType: hard
37213720

3722-
"@nx/nx-win32-arm64-msvc@npm:19.7.3":
3723-
version: 19.7.3
3724-
resolution: "@nx/nx-win32-arm64-msvc@npm:19.7.3"
3721+
"@nx/nx-win32-arm64-msvc@npm:19.8.0":
3722+
version: 19.8.0
3723+
resolution: "@nx/nx-win32-arm64-msvc@npm:19.8.0"
37253724
conditions: os=win32 & cpu=arm64
37263725
languageName: node
37273726
linkType: hard
@@ -3740,9 +3739,9 @@ __metadata:
37403739
languageName: node
37413740
linkType: hard
37423741

3743-
"@nx/nx-win32-x64-msvc@npm:19.7.3":
3744-
version: 19.7.3
3745-
resolution: "@nx/nx-win32-x64-msvc@npm:19.7.3"
3742+
"@nx/nx-win32-x64-msvc@npm:19.8.0":
3743+
version: 19.8.0
3744+
resolution: "@nx/nx-win32-x64-msvc@npm:19.8.0"
37463745
conditions: os=win32 & cpu=x64
37473746
languageName: node
37483747
linkType: hard
@@ -3777,18 +3776,18 @@ __metadata:
37773776
languageName: node
37783777
linkType: hard
37793778

3780-
"@nx/workspace@npm:19.7.3":
3781-
version: 19.7.3
3782-
resolution: "@nx/workspace@npm:19.7.3"
3779+
"@nx/workspace@npm:19.8.0":
3780+
version: 19.8.0
3781+
resolution: "@nx/workspace@npm:19.8.0"
37833782
dependencies:
3784-
"@nrwl/workspace": "npm:19.7.3"
3785-
"@nx/devkit": "npm:19.7.3"
3783+
"@nrwl/workspace": "npm:19.8.0"
3784+
"@nx/devkit": "npm:19.8.0"
37863785
chalk: "npm:^4.1.0"
37873786
enquirer: "npm:~2.3.6"
3788-
nx: "npm:19.7.3"
3787+
nx: "npm:19.8.0"
37893788
tslib: "npm:^2.3.0"
37903789
yargs-parser: "npm:21.1.1"
3791-
checksum: 10c0/c20cde59b7b4d7c89591a67e02db1deae36be58b6ea6e9d5b746f3c3e1a5cb20d8d8d9d02b4419a1e25c56c87bb357138754bc3b0e4bcda9726f058b5009c756
3790+
checksum: 10c0/29e5bbb48bb678e77f9250ae244864f149a238734689f2237bf17fea94602cb7b382d8a5e3e9a3c49b6890c7bc3db52ef79b16e5a8df3997c4bfba41aa95aaba
37923791
languageName: node
37933792
linkType: hard
37943793

@@ -8829,7 +8828,7 @@ __metadata:
88298828
dependencies:
88308829
"@nx/eslint": "npm:19.5.7"
88318830
"@nx/jest": "npm:19.5.4"
8832-
"@nx/js": "npm:^19.7.3"
8831+
"@nx/js": "npm:^19.8.0"
88338832
"@swc-node/register": "npm:~1.10.9"
88348833
"@swc/core": "npm:~1.7.22"
88358834
"@swc/helpers": "npm:~0.5.12"
@@ -9590,22 +9589,22 @@ __metadata:
95909589
languageName: node
95919590
linkType: hard
95929591

9593-
"nx@npm:19.7.3":
9594-
version: 19.7.3
9595-
resolution: "nx@npm:19.7.3"
9592+
"nx@npm:19.8.0":
9593+
version: 19.8.0
9594+
resolution: "nx@npm:19.8.0"
95969595
dependencies:
95979596
"@napi-rs/wasm-runtime": "npm:0.2.4"
9598-
"@nrwl/tao": "npm:19.7.3"
9599-
"@nx/nx-darwin-arm64": "npm:19.7.3"
9600-
"@nx/nx-darwin-x64": "npm:19.7.3"
9601-
"@nx/nx-freebsd-x64": "npm:19.7.3"
9602-
"@nx/nx-linux-arm-gnueabihf": "npm:19.7.3"
9603-
"@nx/nx-linux-arm64-gnu": "npm:19.7.3"
9604-
"@nx/nx-linux-arm64-musl": "npm:19.7.3"
9605-
"@nx/nx-linux-x64-gnu": "npm:19.7.3"
9606-
"@nx/nx-linux-x64-musl": "npm:19.7.3"
9607-
"@nx/nx-win32-arm64-msvc": "npm:19.7.3"
9608-
"@nx/nx-win32-x64-msvc": "npm:19.7.3"
9597+
"@nrwl/tao": "npm:19.8.0"
9598+
"@nx/nx-darwin-arm64": "npm:19.8.0"
9599+
"@nx/nx-darwin-x64": "npm:19.8.0"
9600+
"@nx/nx-freebsd-x64": "npm:19.8.0"
9601+
"@nx/nx-linux-arm-gnueabihf": "npm:19.8.0"
9602+
"@nx/nx-linux-arm64-gnu": "npm:19.8.0"
9603+
"@nx/nx-linux-arm64-musl": "npm:19.8.0"
9604+
"@nx/nx-linux-x64-gnu": "npm:19.8.0"
9605+
"@nx/nx-linux-x64-musl": "npm:19.8.0"
9606+
"@nx/nx-win32-arm64-msvc": "npm:19.8.0"
9607+
"@nx/nx-win32-x64-msvc": "npm:19.8.0"
96099608
"@yarnpkg/lockfile": "npm:^1.1.0"
96109609
"@yarnpkg/parsers": "npm:3.0.0-rc.46"
96119610
"@zkochan/js-yaml": "npm:0.0.7"
@@ -9671,7 +9670,7 @@ __metadata:
96719670
bin:
96729671
nx: bin/nx.js
96739672
nx-cloud: bin/nx-cloud.js
9674-
checksum: 10c0/486d9be5076e7ee012fb63b199b178c7386e9d9a8e918ea3705d9203481e991bc1fa2abc1f66b3c3f402b81db1c5ef3af8bf5ee7dcd142e356828da44d3cb217
9673+
checksum: 10c0/aa9d60ff0933ccbc6ddae0362f765750218658fbb2f8ac88d5e30575f94ad11c0d733f690a362a53092d43198f22143396e4436c8c5d1dbd803453339317f65d
96759674
languageName: node
96769675
linkType: hard
96779676

0 commit comments

Comments
 (0)