odnlabs / opendevnet

The Social Networking Platform for Developers. Made with Rust and TypeScript.
https://opendevnet.com
Other
10 stars 3 forks source link

build(deps-dev): bump @nx/devkit from 17.1.3 to 18.0.2 #494

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 9 months ago

Bumps @nx/devkit from 17.1.3 to 18.0.2.

Release notes

Sourced from @​nx/devkit's releases.

18.0.2 (2024-02-05)

🩹 Fixes

  • angular: fix wrong trailing comma in mf bootstrap code generation (#21600)
  • angular: support inferred cypress targets in setup-mf generator (#21619)
  • core: pass the full resolved path of ts-node/esm when reloading the CLI (#21607)
  • core: remove logic to reload process with esm loader for Node 18 (#21623)
  • core: prevent target defaults from being discarded during merge process (#21624)
  • misc: handle workspaces if no plugin selected in nx init and only generate files after prompts (#21606)
  • nextjs: move next/constants from top-level import to when it is needed (#21612)
  • nextjs: Enable next e2e test (#21625)
  • node: Broken E2E tests (#21569)
  • nx-dev: redirect core-features page (#21616)
  • webpack: require ForkTsCheckerWebpackPlugin only as required (#21629)

❤️ Thank You

18.0.1 (2024-02-04)

🩹 Fixes

  • core: nx cloud prompt during migrate doesn't skip connection (#21588)

❤️ Thank You

  • Philip Fulcher

18.0.0 (2024-02-03)

Nx 18 introduces Project Crystal :gem:, a significant shift towards making Nx more transparent and easy to understand! Learn more here!. This is now enabled by default where avaialble and is the reason why we decided to mark it as a major version.

Note: Though this is a major version, there are no removals of previous deprecations. Any deprecations which were previously scheduled for Nx 18 are now scheduled for Nx 19 which will still be coming out around April 2024.

🚀 Features

  • angular: add generator to convert targets to use the esbuild-based application executor (#21333)
  • core: don't clear NX_BASE or NX_HEAD (#20125)
  • core: log to guide users to show details after project generation (#21350)
  • core: improve nx connect success message (#21295)
  • core: add support for loading .ts files using ESM (#21268)
  • core: support --use-agents and --no-agents (#21472)

... (truncated)

Commits
  • 26a815c chore(core): add one off exception for next.js (#21572)
  • 396ffc4 feat(core): enable project crystal by default (#21403)
  • 05b0848 feat(devkit): add loadConfigFile function for plugins to use (#21511)
  • 857a07d fix(misc): use caret for semver version (#18140)
  • deb0f1a chore(repo): bump deprecation messages to v19 (#21430)
  • 946c6a7 feat(devkit): improving error handeling read target options (#20336)
  • 0b3e1f6 feat(core): log to guide users to show details after project generation (#21350)
  • 8274f34 fix(devkit): fix extractLayoutDirectory typescript types to better reflect al...
  • 7ab0de8 fix(core): yargs array-like prompts initial field is number (#21349)
  • 4b88f48 feat(angular): support angular 17.1.0 (#20556)
  • 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 9 months ago

Codecov Report

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

Comparison is base (2de5122) 48.73% compared to head (3ab8c4d) 48.73%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #494 +/- ## ======================================= Coverage 48.73% 48.73% ======================================= Files 2 2 Lines 591 591 Branches 54 54 ======================================= Hits 288 288 Misses 303 303 ```

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

dependabot[bot] commented 9 months ago

Superseded by #502.