Skip to content

update: bump nx from 15.6.3 to 16.1.0 in /shooting#148

Closed
dependabot[bot] wants to merge 1 commit intodevelopmentfrom
dependabot/npm_and_yarn/shooting/nx-16.1.0
Closed

update: bump nx from 15.6.3 to 16.1.0 in /shooting#148
dependabot[bot] wants to merge 1 commit intodevelopmentfrom
dependabot/npm_and_yarn/shooting/nx-16.1.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 5, 2023

Bumps nx from 15.6.3 to 16.1.0.

Release notes

Sourced from nx's releases.

16.1.0

16.1.0 (2023-05-04)

Bug Fixes

  • angular: add jasmine-marbles with a version compatible with installed rxjs version in migration (#16717) (9c36989)
  • angular: clean up ssr main.server.ts generation (#16699) (4be6f74)
  • angular: do not run migration generator bumping angular cli version when update is skipped (#16643) (6e745f8)
  • angular: do not wrap bootstrap call when setting up ssr in workspaces with angular >= 15.2.0 (#16714) (ae89df9)
  • bundling: handle projects without targets in esbuild thirdParty migration (#16712) (1e7aa39)
  • core: add support for .mts and .mjs files when creating pro… (#16679) (13aaa20)
  • core: cmd window flickers on save when on windows (#16671) (e7229d1)
  • core: empty exclude pattern should not result in error (#16645) (ebd6d2f)
  • core: ensure stale dependencies are pruned in graph (#16533) (f138a34)
  • core: fix nx migrate to the same version (#16626) (08ecd81)
  • core: have child process exit properly in case of error (85ddd8b)
  • core: improve touched projects locator performance (#16682) (96fca45)
  • core: include more binary extensions (#16639) (deee934)
  • core: nx report should not display duplicate packages (#16647) (7287ab5)
  • core: only modify angular.json on read when @​nx/angular is present (#16693) (32cbab7)
  • core: prefer NX_TASKS_RUNNER over NX_RUNNER (#16618) (22c0047)
  • core: preserve deps in package.json for nx init react (#16528) (341f764)
  • core: task runner parallel should read from taskRunnerOptions (#16707) (d084e67)
  • devkit: ensurePackage should obey npmrc and yarnrc.yml (#16652) (2381dd3)
  • devkit: formatFiles should work when writing initial prettierrc in generator (#16711) (7b56a8c)
  • devkit: use the old package dependency version for new package (#16709) (fa55ca4)
  • expo: expo generator on windows (#16703) (e291c9c)
  • js: do not depend on nx for typescript utils (#16642) (feef647)
  • misc: publish legacy readmes (#16678) (9de97d0)
  • misc: show proper messaging when generating a workspace generator (#16683) (4e97ee9)
  • nextjs: show a warning when user uses emotion with appDir layout (#16636) (a7c4009)
  • node: default webpack build to not perform default optimizations for Node (#16625) (b3d07a8)
  • node: ensure that bundlers for node is webpack/esbuild (#16702) (8dec11e)
  • react-native: fix react native npm preset (#16624) (828f77a)
  • react: Fix .module css being generated when --globalCss is passed (#16648) (36c162c)
  • react: fix external npm packages for rollup (#16713) (68c262d)
  • repo: fix broken npm-audit after pnpm migration (#16631) (d8f9af8)
  • repo: local registry is not available during issue-notifier script (#16669) (db1b5dd)
  • testing: add --quiet cypress executor option (#16680) (179930f)
  • testing: ensure e2e cypress can use 4200 port in the test (#16646) (23cc160)
  • testing: fix react CT w/ vite and dependant projects (#16475) (ebcc436)
  • angular: generate applications with zone.js 0.13.0 (#16747) (5b99313)
  • angular: throw error when no parent module found (#16728) (c2e88ad)
  • core: convert extension to lowercase before comparing extension (#16727) (a8783c6)
  • core: use legacy peer deps during migrate process (#16745) (9bdf22f)
  • js: default to analyzing source code and package.json (#16737) (3788723)
  • misc: sort plugin names when displaying them (#16702) (#16734) (2d6ea2b)
  • misc: use generated directory path as cwd rather than attempting to rederive it (#16740) (a8aeca4)
  • angular: ssr distFolder path should be more correctly defined (#16758) (8484a8e)

... (truncated)

Commits
  • 137b743 fix(misc): restore using legacy-peer-deps for npm installs (#16767)
  • b7b04a7 fix(core): ensure safe removal of folders on daemon reset (#16766)
  • 9bdf22f fix(core): use legacy peer deps during migrate process (#16745)
  • 3788723 fix(js): default to analyzing source code and package.json (#16737)
  • 2d6ea2b fix(misc): sort plugin names when displaying them (#16702) (#16734)
  • f45aa07 feat(angular): support angular v16 (#15592)
  • ef63dcb feat(core): support matching projects specifiers in dependsOn (#16675)
  • d084e67 fix(core): task runner parallel should read from taskRunnerOptions (#16707)
  • a425f5b feat(misc): list should link to nx.dev/community for more plugins (#16673)
  • e164d50 feat(core): support specific project dependency in dependsOn with string synt...
  • 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)

Bumps [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) from 15.6.3 to 16.1.0.
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/16.1.0/packages/nx)

---
updated-dependencies:
- dependency-name: nx
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 8, 2023

Superseded by #150.

@dependabot dependabot bot closed this May 8, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/shooting/nx-16.1.0 branch May 8, 2023 02:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants