odnlabs / opendevnet

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

build(deps-dev): bump nx from 17.1.3 to 18.0.3 #499

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

Bumps nx from 17.1.3 to 18.0.3.

Release notes

Sourced from nx's releases.

18.0.3 (2024-02-07)

🚀 Features

  • bundling: bump rollup-plugin-typescript2 version (#20609)
  • remix: add playwright option for e2eTestRunner (#21603)

đź©ą Fixes

  • angular: ajv hoisting issue (#21641)
  • core: add missing parts to ci workflws and update docs (3078ecf66f)
  • core: temporary use forked portable_pty to inherit cursor position for windows (#21683)
  • core: handle blocking stdin (#21672)
  • linter: adjust terminal run check for crystal (#21638)
  • misc: ensure swc transpiler process required files (#21674)
  • nx-dev: launch page mobile experience (e8d2b471a8)
  • nx-dev: redirect on remote caching page (#21669)
  • testing: cleanup e2e atomization plugins (#21688)
  • vite: import esbuild before loading config to keep it in cache (#21685)

❤️ Thank You

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)

... (truncated)

Commits
  • 7851789 fix(core): handle blocking stdin (#21672)
  • 3eb2090 fix(misc): ensure swc transpiler process required files (#21674)
  • 5683b53 fix(core): temporary use forked portable_pty to inherit cursor position for w...
  • 5315052 chore(repo): update nx to 18.0.2 (#21562)
  • 2ebfee5 fix(core): prevent target defaults from being discarded during merge process ...
  • 5a8a56d fix(core): remove logic to reload process with esm loader for Node 18 (#21623)
  • 4056645 fix(misc): handle workspaces if no plugin selected in nx init and only genera...
  • c5a44ef fix(core): pass the full resolved path of ts-node/esm when reloading the CLI ...
  • 7ca576b fix(core): nx cloud prompt during migrate doesn't skip connection (#21588)
  • 61436a6 docs(core): inferred targets (#21167)
  • 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 7 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 (b6a063f) 48.73%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #499 +/- ## ======================================= 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 7 months ago

Superseded by #507.