Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): migrate nx to 16.5.0 #261

Merged
merged 4 commits into from
Jul 8, 2023
Merged

Conversation

timonmasberg
Copy link
Member

This PR migrates the project to the latest stable version of NX.

NX Release Notes:

16.5.0 (2023-07-05)

Bug Fixes

  • bundling: separate image and font resources so they do not conflict (#17763) (9c0c30e)
  • core: fix globbing in rust (#17803) (38101fd)
  • misc: prevent unexpected targets from root package.json when setting up root project (#17805) (c6ad657)
  • nest: do not overwrite tsconfig files with undefined in migration (#17783) (9195111)
  • nextjs: Custom server should run on fresh apps without errors (#17806) (bd7157b)
  • nextjs: For serve executor keepAliveTimeout should be camelCased (#17792) (cf08214)
  • nextjs: KeepAliveTimeout arg (#17801) (47c95ae)
  • nextjs: update workspace libs setup in weback config (#17795) (fdf7555)
  • storybook: fix 6.1.0 migration to prevent wiping out eslintrc (#17753) (b736992)
  • webpack: sync webpack version to @nx/webpack (#17707) (77430cb)
  • webpack: use correct version for migration (#17789) (e1db93c)
  • angular: process only angular projects in migration (#17833) (20d45bb)
  • core: cli option --graph should work with scoped package names (#17820) (f2d7dcb)
  • core: fix lockfile remapping for yarn berry with aliases (#17853) (cfe1fa0)
  • core: fix race condition in task scheduler (#17837) (03ffa42)
  • core: fix workspace validation for implicitDependencies that are… (#17825) (c0508e3)
  • core: improve error message when native binaries are not found for a supported platform (#17817) (fc4b6a8)
  • core: pin @yarnpkg/parsers version to avoid dropping support for node.js v16 (#17860) (b70c7f4)
  • core: point to daemon logs when daemon closes unexpectedly (#17827) (6588ff9)
  • core: remove check for taskGraph equality (#17862) (9579404)
  • misc: fix misc issues with move generators (#17814) (7055c72)
  • nx-plugin: pass in e2e project name create package preset (#17824) (2941ddc)
  • angular: normalize path in move generator (#17877) (fced370)
  • core: fix project file map for root projects (#17894) (1590461)
  • js: ignore watch errors when a process is already killed on Windows (#17891) (9bb60a7)
  • js: normalize tsconfig paths used as correlation keys in batch implementation (#17888) (4d76d0c)
  • js: skip watcher if --watch=false for node executor (#17887) (b7d283b)
  • linter: create-package-json should omit non-npm and ignored packages (#17883) (3d77b4d)
  • nextjs: Running nx build --configuration=development should not throw an error (#17866) (3008be1)
  • nextjs: set localhost as hostname default (#17856) (88c655f)
  • nx-dev: skip docs for private package (#17843) (0608318)
  • linter: apply missing deps fix in a single patch for deps check (#17924) (55c0a16)
  • linter: ensure no trailing commas on deps-check obsolete package fix (#17915) (a70e1a8)
  • core: ignore root projects for project inference (#17949) (90584d3)
  • js: js:node executor resolves main.js and build options correctly (#17884) (47d23c8)
  • nextjs: Respect CLI output path when provided (#17947) (50ee990)

Features

  • core: set rust watcher as default (#17728) (a4c92d8)
  • core: use rust utilities for caching operations (#17638) (d327210)
  • nextjs: allow withNx to be used with other executors such as run-commands (#17819) (77ca8d7)
  • storybook: move tsconfig one level up (#17749) (e58cc79)
  • storybook: update storybook version to ^7.0.24 (#17818) (d4d48fb)
  • testing: add --force-exit to jest executor (#17790) (836cd34)
  • testing: bump cypress to latest for angular CT (#17788) (8a63d38)
  • vite: allow passing multiple test files to vite:test (#17496) (a995940)
  • core: load environment variables from configuration name (#17335) (199d621)
  • linter: allow globs in onlyDependOnLibsWithTags eslint-plugin configuration option (#17530) (576262b)
  • angular: add --bundler flag for applications (#17919) (9eaa240)
  • linter: allow banning of deep/secondary paths (#17755) (6b82a2f)
  • repo: allow testing publish workflow manually without real publ… (#17754) (9ffa90f)
  • testing: add test-setup.ts to ignored prod inputs (#17918) (8f0ec5c)
  • linter: bump typescript-eslint to 5.60.1 (#17916) (b093306)

Published:
2023-07-05T13:34:29Z

Release URL:
https://github.com/nrwl/nx/releases/tag/16.5.0

This PR has been automatically generated by the NX Migration Github Action.

@sonarqubecloud
Copy link

sonarqubecloud bot commented Jul 8, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@timonmasberg timonmasberg enabled auto-merge (squash) July 8, 2023 13:05
@timonmasberg timonmasberg merged commit 932f516 into main Jul 8, 2023
@timonmasberg timonmasberg deleted the migrate-nx-to-16.5.0 branch July 8, 2023 13:05
@timonmasberg
Copy link
Member Author

🎉 This PR is included in version 1.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant