PacoteJS / pacote

A box of goodies, in TypeScript.
https://pacotejs.github.io/pacote/
MIT License
18 stars 1 forks source link

chore(deps-dev): bump nx from 19.8.4 to 20.0.2 #1442

Closed dependabot[bot] closed 3 weeks ago

dependabot[bot] commented 3 weeks ago

Bumps nx from 19.8.4 to 20.0.2.

Release notes

Sourced from nx's releases.

20.0.2 (2024-10-18)

🚀 Features

  • nx-dev: add live stream notifier (#28260)
  • nx-dev: update home hero & livestream notifier (#28403)
  • nx-dev: add contact link on powerpack page (#28458)

đź©ą Fixes

  • core: repair SIGINT signals on windows (#28496)
  • core: neverConnectToCloud should disable connecting to nxCloud (#28501)
  • expo: pnpm+workspace build (#28209)
  • graph: make sure disabledTaskSyncGenerators can be set correctly from nx console (#28466)
  • js: change verdaccio childProcess kill order (#28364)
  • nx-dev: fix tabs logic (#28470)
  • react: update rspack to include styles in the main bundle (#28478)
  • release: ensure plan subcommand works with object config (#28460)
  • rspack: replace DefinePlugin with EnvironmentPlugin (#28252)
  • rspack: make rspack dev server respect port (#28251)
  • rspack: add dependency-checks lint rule (#28225)
  • vite: add vite temp files to gitignore #28371 (#28443, #28371)
  • vite: use resolveConfig instead of loadConfigFromFile to ensure node env set #27627 (#28444, #27627)

❤️ Thank You

20.0.1 (2024-10-15)

đź©ą Fixes

  • angular: ensure provideStore is provided before storeDevTools #28107 (#28428, #28107)
  • angular: add missing package version bump for zone.js (#28430)
  • core: support NX_NO_CLOUD (#28366)
  • core: add busy handler for sqlite (#28390)
  • core: handle neverConnectToCloud property (#28452)
  • core: add migration to set useLegacyCache by default (#28454)
  • js: improve @​nx/js/typescript plugin and typescript-sync generator performance (#28379)
  • linter: scope js and ts shared configs to js and ts files (#28381)

... (truncated)

Commits
  • a6a81cf fix(core): neverConnectToCloud should disable connecting to nxCloud (#28501)
  • a45cdd6 fix(core): repair SIGINT signals on windows (#28496)
  • 10405bc fix(release): ensure plan subcommand works with object config (#28460)
  • 399ee5b docs(core): schema update to disable nx cloud (#28432)
  • 145fe01 fix(core): add migration to set useLegacyCache by default (#28454)
  • afe0cec fix(core): handle neverConnectToCloud property (#28452)
  • 4850905 fix(js): improve @​nx/js/typescript plugin and typescript-sync generator perfo...
  • e8ce99d fix(core): add busy handler for sqlite (#28390)
  • 46eac46 fix(core): support NX_NO_CLOUD (#28366)
  • d714099 fix(core): handle unique constraint errors when adding duplicate hashes to th...
  • Additional commits viewable in compare view


Dependabot compatibility score

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 commands and options
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 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)
codecov[bot] commented 3 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 97.98%. Comparing base (8d969ae) to head (6bc76d9). Report is 9 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1442 +/- ## ========================================== + Coverage 97.96% 97.98% +0.01% ========================================== Files 74 75 +1 Lines 5260 5312 +52 Branches 783 791 +8 ========================================== + Hits 5153 5205 +52 Misses 107 107 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

dependabot[bot] commented 3 weeks ago

Superseded by #1443.