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 from 17.1.3 to 18.0.4 #507

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 9 months ago

Bumps nx from 17.1.3 to 18.0.4.

Release notes

Sourced from nx's releases.

18.0.4 (2024-02-09)

🚀 Features

  • core: update swc/register (#21755)
  • expo: support cjs and mjs (#21408)
  • nx-dev: update launch conf timings (db78715a70)
  • nx-dev: update launch page link text (#21747)

đź©ą Fixes

  • angular: resolve the index html transformer correctly for esbuild based build targets in dev-server (#21679)
  • angular: generate app server module setup correctly in setup-ssr generator (#21702)
  • angular: add missing forceEsbuild option to dev-server executor (#21753)
  • core: remove implementation detail from warning (89797d2f7a)
  • core: static run one lifecycle should always print dependent task status, and output when verbose (#21720)
  • js: babel preset should also check for JEST_WORKER_ID to transpile to CJS (#21754)
  • misc: pin generated vite version to ~5.0.0 to avoid issues with storybook (#21740)
  • module-federation: map static remote locations correctly (#21709)
  • nextjs: src package.json should not be copied to output folder (b0506c9f8f)
  • nextjs: Custom server should work with Crystal (#21736)
  • nx-dev: remove fence from new packages and "nx add" commands (#21705)
  • playwright: fix include in tsconfig.json (#21730)
  • release: logging improvements (#21692)
  • release: ensure nx release publish --graph only includes projects with target (#21726)
  • release: do not stop daemon in dry-run (#21743)
  • remix: do not rename root jest.preset.js (#21703)
  • testing: increase the default timeout to 15s for the dev server to start (#21716)
  • testing: ensure cypress closes the web dev server (#21759)

❤️ Thank You

18.0.3 (2024-02-07)

... (truncated)

Commits
  • a50d119 feat(core): update swc/register (#21755)
  • c5f2e80 fix(core): static run one lifecycle should always print dependent task status...
  • 342ce28 fix(release): ensure nx release publish --graph only includes projects with...
  • 90a10a8 fix(release): logging improvements (#21692)
  • 89797d2 fix(core): remove implementation detail from warning
  • 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 ...
  • 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 (a97821f) 48.73%.

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

Superseded by #528.