bdebon / choiceof.dev

Developers have to cope with pretty hard choices every day. This is a collection of the most complex and funny choices. What will be yours?
https://choiceof.dev
GNU General Public License v3.0
473 stars 93 forks source link

Bump nx from 14.5.10 to 15.0.4 #48

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps nx from 14.5.10 to 15.0.4.

Release notes

Sourced from nx's releases.

15.0.4

15.0.4 (2022-10-27)

Bug Fixes

  • angular: support routes as route array type for ast parsing #12707 (#12829) (d34dff1)
  • core: ensure project configuration is saved as standalone when workspace.json isn't present(#12823) (e1e188c)
  • core: fix graph calculation when there are mixed targets (#11418) (edd1415)
  • core: fix print-affected not filtering on target (#12355) (d9a2852)
  • core: increase daemon timeout (#12861) (ee30e96)
  • core: properly serialize override with object arg for command line (#12499) (594c63b)
  • core: skip transitive deps on package json creation (#12851) (c0e5fb6)
  • devkit: names fn constantName (#12683) (e584882)
  • js: only generate shallow dependencies when building with tsc and swc (#12857) (5f584ea)
  • misc: remove unescaped asterisks on library-types doc (#12759) (91e9726)
  • nextjs: specify return type in withNx plugin (#12486) (94edbe9)
  • react: export remoteGenerator (#12563) (6e97c6c)
  • react: fix minification for prod builds in with-module-federation (#12680) (1992ada)
  • testing: cypress 10 migration supports more configuration setups (#12036) (9096d41)
  • testing: handle trailing commas in 14.0.0 migration (#12837) (1d4247c)
  • testing: update jest batch mode (#12764) (cd4e983)
  • testing: update tsconfig.cy.json template file for generator (#12849) (cc55cff)

Features

15.0.3

15.0.3 (2022-10-26)

Bug Fixes

  • core: correctly dedup projects with different names (d2bec05)
  • misc: improve print-affected perf (#12822) (58f96de)
  • misc: update the version check not to exclude v15 (e24632f)

Features

  • expo: depcrecate expo-cli and use @​expo/cli instead (#12799) (386479f)
  • misc: select the best message to show during migrations (7d732ca)

15.0.2

15.0.2 (2022-10-24)

... (truncated)

Commits
  • edd1415 fix(core): fix graph calculation when there are mixed targets (#11418)
  • ee30e96 fix(core): increase daemon timeout (#12861)
  • 594c63b fix(core): properly serialize override with object arg for command line (#12499)
  • d9a2852 fix(core): fix print-affected not filtering on target (#12355)
  • e1e188c fix(core): ensure project configuration is saved as standalone when workspace...
  • 58f96de fix(misc): improve print-affected perf (#12822)
  • d2bec05 fix(core): correctly dedup projects with different names
  • 7d732ca feat(misc): select the best message to show during migrations
  • e24632f fix(misc): update the version check not to exclude v15
  • 2ed5d57 fix(core): globbing for project.json and package.json does not ignore dist co...
  • 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 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)
dependabot[bot] commented 2 years ago

Superseded by #55.