chore(deps): update dependency nx to v16.5.0
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| nx (source) | 16.3.2 -> 16.5.0 |
Release Notes
nrwl/nx (nx)
v16.5.0
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)
v16.4.3
Bug Fixes
- linter: apply missing deps fix in a single patch for deps check (#17924) (33b9cc0)
- linter: ensure no trailing commas on deps-check obsolete package fix (#17915) (e7f8b4c)
v16.4.2
Bug Fixes
- angular: normalize path in move generator (#17877) (ef05a37)
- core: fix project file map for root projects (#17894) (515bfda)
- js: ignore watch errors when a process is already killed on Windows (#17891) (38861fd)
- js: normalize tsconfig paths used as correlation keys in batch implementation (#17888) (4184ff5)
- js: skip watcher if --watch=false for node executor (#17887) (60e6c36)
- linter: create-package-json should omit non-npm and ignored packages (#17883) (f3fc658)
- nextjs: Running nx build --configuration=development should not throw an error (#17866) (39c4f03)
- nextjs: set localhost as hostname default (#17856) (20c932d)
- nx-dev: skip docs for private package (#17843) (d471af7)
v16.4.1
Bug Fixes
- angular: process only angular projects in migration (#17833) (7be9aef)
- bundling: separate image and font resources so they do not conflict (#17763) (baaa579)
- core: cli option --graph should work with scoped package names (#17820) (55963d6)
- core: fix globbing in rust (#17803) (6acf28e)
- core: fix lockfile remapping for yarn berry with aliases (#17853) (db13316)
- core: fix race condition in task scheduler (#17837) (b2a7927)
- core: fix workspace validation for implicitDependencies that are… (#17825) (09f8a8d)
- core: improve error message when native binaries are not found for a supported platform (#17817) (0b5cb5b)
- core: pin @yarnpkg/parsers version to avoid dropping support for node.js v16 (#17860) (e075e2d)
- core: point to daemon logs when daemon closes unexpectedly (#17827) (0b57d42)
- core: remove check for taskGraph equality (#17862) (5a42215)
- misc: fix misc issues with move generators (#17814) (f45f484)
- misc: prevent unexpected targets from root package.json when setting up root project (#17805) (0a24474)
- nest: do not overwrite tsconfig files with undefined in migration (#17783) (43f129d)
- nextjs: Custom server should run on fresh apps without errors (#17806) (2deb3a9)
- nextjs: For serve executor keepAliveTimeout should be camelCased (#17792) (2bab225)
- nextjs: KeepAliveTimeout arg (#17801) (b90cd23)
- nextjs: update workspace libs setup in weback config (#17795) (38bfae2)
- nx-plugin: pass in e2e project name create package preset (#17824) (e54535e)
- storybook: fix 6.1.0 migration to prevent wiping out eslintrc (#17753) (cb140ed)
- storybook: fix migration version (9151176)
- webpack: sync webpack version to @nx/webpack (#17707) (683a02f)
- webpack: use correct version for migration (#17789) (69d0c8b)
Features
v16.4.0
Bug Fixes
- angular: do not overwrite ng-packagr version if already installed (#17353) (cd0b76d)
- js: do not overwrite supported typescript version (#17350) (c68b4bf)
- angular: dynamic host should not generate webpack.prod.config.js (#17385) (a775325)
- core: do not ship source maps with nx packages (#17389) (8a7f79f)
- core: reorganize global installation check for better clarity (#17373) (6c84353)
- nextjs: Update Next.js page generator to support app/ router (#17394) (02d9486)
- node: When serving using js:node executor NODE_ENV should not be undefined (#17375) (8f771e0)
- react-native: fix pod install to not throw error on stderr (#17382) (aa6b639)
- storybook: re-enable x-prompt and remove custom handling (#17360) (6d147b6)
- testing: resolve full paths to vite configs for vitest (#17396) (ca38a23)
- core: fix pnpm lockfile parsing in v6.1 (#17407) (05fb178)
- core: increase interval attempts for daemon server available on … (#16813) (5c7db06)
- js: dont ignore args option on node executor (#17463) (417ac38)
- js: pass buildTargetOptions in executor (#17459) (392366f)
-
js: use
export typefor exports fromschema.d.tsfiles (#17392) (d26d0f4) - nextjs: Update package.json build scripts (#17424) (1b7cb39)
- node: apply migration patch to 16.0.0 and 14.7.6 migrations as well (#17419) (b8cfbcc)
- storybook: add all Storybook CLI options to schema (#17358) (3cb7b8f)
- storybook: correctly identify if uses vite-based framework (#17465) (4819264)
- webpack: micro-frontend dev builds in React are not working in S… (#17403) (3997d3f)
- core: avoid terminal flickering when doing dynamic rendering (152cf00)
- core: match tasks by id in run-many terminal output lifecycles (#17460) (2d87f77)
- bundling: support BABEL_ENV over NODE_ENV for babel config (#17529) (9fa9fda)
- core: properly hash tasks that depend on outputs of other tasks (#17512) (83895e4)
- js: mark importPath option as important since it is required for publishable libs (#17509) (20359e7)
- nextjs: Update @nx/next to be a devDependency (#17510) (cb1bd5e)
- testing: fix windows e2e storage ENOENT (#17506) (fc42b7b)
- vite: properly find projectRoot (#17517) (8992400)
- core: fix logic for determining if task can be hashed upfront (#17540) (d1c1c1a)
- angular: find module from options should support full path #17547 (#17550) (860d82a)
- angular: fix @angular-eslint/* package updates to consider angular installed version (#17526) (e39ee11)
- core: properly hash tasks that depend on outputs of other tasks … (#17556) (5fc4238)
- js: add support for waitUntilTargets back (#17553) (35ed047)
- js: Ensure runTimeArgs are not ignored (#17527) (478fb8b)
- bundling: update esbuild project generator to support standalone… (#17558) (ec48f61)
- core: ensure createPackageJson does not override existing config (#17471) (2653809)
- core: ensure its file before reading (#17597) (c8dc4d8)
- core: handle string and array parserOptions.project values (#17500) (f18d50c)
- linter: fix relative path detection (#17592) (a21ab98)
- react: component test regex should not use global (#17548) (76b7d61)
- vite: enable e2e tests (#17577) (be8867d)
- vite: enable remaining e2e (#17593) (4ff5596)
- core: dedupe project files in rust (#17618) (00d07b1)
- nextjs: Support importing json files inside next.config.js (#17623) (a546d5f)
- testing: component testing generator should trust user to provide valid build target (#17600) (a25d1fc)
- web: e2e unit test nightly failing (#17617) (7e85063)
- nextjs: do not append workspaceRoot twice to tsConfigPath (#17611) (93b123a)
- core: cli option --graph should open graph ui by default (#17644) (f5c6ee5)
- js: node executor should always log error (#17622) (36838d6)
- nextjs: cleanup old options for server executor (proxyConfig) (#17626) (bfe8e47)
- testing: set jsdom as the default vitest environment when calling the generator programmatically (#17632) (bb88dd9)
- angular: ensure ngrx runtime utils are available for testing (#17721) (17c8ca6)
- bundling: add skipTypeField back for rollup executor (#17629) (162b144)
- bundling: check for browserslist when setting terser ecma #17620 (#17708) (6305e7f)
- core: determine workspace type when creating workspace passing "angular" or "react" as preset (#17724) (09e5b03)
- core: do not build the project graph in nx report if there's no native support (#17604) (71409ea)
- core: ensure correct package name matching when parsing pnpm lock file (#17613) (53a37d4)
- core: filter batches of outputs changes properly (#17697) (62628ab)
- core: fix batch mode not streaming outputs (#17717) (6bc0c6c)
- core: fix externalDependencies schema type (#17699) (5af50b9)
- core: get the client env when calculating the task hash in the daemon (#17677) (337a871)
- core: handle null plugin module when import fails for nx list (#17711) (8fdd68c)
- core: ignore nested node_module paths for findProjectOfResolvedModule in TargetProjectLocator (#17630) (1fda800)
- core: install npm via pkg for freebsd (#17735) (7455271)
- core: prune project graph after affected nodes are found to avoid errors (#17675) (2c47bba)
- core: run-commands should not parse strings as numbers (#17670) (7b86ac9)
- core: windows filePaths should be handled in findProjectForPath (#17688) (c46f025)
- docs: update url for fastify (#17669) (b34da2c)
- js: detect helpers correctly when pnpm external nodes are suffixed with version (#17694) (335c2d5)
- js: detect port before setup npm and yarn (#17680) (238ad4a)
- js: fix yarn setup to work with yarn3 (#17716) (c08d943)
- linter: improve error message for forbidden imports of lazy-loaded libs (#17635) (ef5813a)
- misc: mark name as required for ci-workflow generator (#17551) (3f0bddd)
- nx-dev: set conf logo to support both themes (#17714) (19ec1de)
- react: mf remote name incorrect with directory option (#17430) (09deeef)
- react: ssr should serve correctly and e2e should function (#17725) (fffd84c)
- testing: deprecate cypress tsconfig option (#17165) (f74ff4b)
- testing: update default webpack config for react CT (#17562) (f3f7406)
- webpack: update withNx mainFields ordering to support tree-shaking (#17599) (e21077f)
- core: store command runs in the correct cache directory (#17732) (f176f21)
- js: fix yarn3 verdaccio setup (#17742) (512b8ba)
- nextjs: Custom server generator root undefined (#17738) (61faa55)
- react: mf should consider ssl when setting remote urls #16989 (#17746) (1891add)
- storybook: update json correctly in migration (#17750) (5fa6e48)
- core: do not pass undefined to hasher (#17747) (e9dc24c)
- core: fix mixed lock file keys for yarn berry (#17752) (170546c)
- misc: update semver dependency (#17759) (d729fcf)
- nextjs: Respect --nextAppDir when passed during CNW (#17733) (1d937b0)
Features
- core: add --affected flag to nx graph (#17340) (a33e75e)
- core: rust based watcher (#16915) (a978ad3)
- core: deprecate print-affected and affected:graph (#17341) (63f85a1)
- core: remove node hashing implementation (#17338) (81ad49f)
- bundling: Add support to rollup for babelUpwardRootMode" (#17422)" (#17427) (bbb64f8)
- core: lazy load lock file processing dependencies (#17299) (f14c51e)
- expo: add submit executor (#17372) (1bc7965)
- js: add initial/experimental batch execution implementation for tsc executor (#17287) (b6cdf9d)
- js: do not generate root babel.config.json for babel projects (#17289) (08339ee)
- webpack: bump css-minimizer-webpack-plugin version to latest (#17456) (d5aca8b)
- core: add dependentTasksOutputFiles input (#17314) (ec4e857)
- nx-dev: add stackblitz button embed for markdown files (3580e4f)
- nx-dev: update changelog ui (#17075) (f0be962)
- storybook: generate ts config files by default (#17490) (1c478ae)
- vite: add incremental builds support to Vite plugin build executor (#17433) (a9f8cc6)
- vite: add type check to vite builder (#17487) (b953565)
- core: update stylus to latest version (#17519) (bf2c42c)
- react-native: upgrade react native to version 0.71.10 (#17535) (a8aeda9)
- core: build project file map with rust (#17472) (18f95a9)
- js: add preset for TS standalone workspace (#17467) (a19fbb1)
- js: add setup-build generator for JS packages (#17523) (edf0b1c)
- react: update types to match react version (#17571) (7abcb81)
- testing: add support for additional environment options when generating vite config (#17560) (8d5ef22)
- vite: update packages to latest versions (#17515) (7f15660)
- vite: upgrade vite to 4.3.9 (#17579) (a545090)
- node: remove node:node executor (#17615) (58a85d9)
- react: bump emotion packages versions (#17614) (5075138)
- nx-plugin: add verdaccio to create package e2e (#17566) (7baad04)
- angular: support angular v16.1 (#17155) (1fcba1a)
- nest: add migrations to nest 10 #17681 (#17685) (f35a4ac)
- nx-dev: update Nx Conf website (99265e4)
- nx-plugin: enable createPackageName prompt (#17646) (e440b44)
- nx-plugin: update e2e tests to use local-registry and be simpler (#17639) (b7d05a0)
- react: update types for react, react-dom, and react-is (#17727) (16b9b20)
- nest: added es2021 support for nest generators (#17726) (6cb159e)
- linter: add rule for dependency checking (#17581) (ef8c4ed)
- nest: add v10 migrations for tsconfig & CacheModule (#17741) (62651a5)
- nx-dev: site map (#17743) (30a4926)
Reverts
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| web | ❌ Failed (Inspect) | Jul 5, 2023 10:14pm |
☁️ Nx Cloud Report
CI is running/has finished running commands for commit 18b045b61bebde89e299ebe00b01f3f912101ca4. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.
📂 See all runs for this branch
| 🟥 Failed Commands |
|---|
nx-cloud record -- pnpm nx format:check |
Sent with 💌 from NxCloud.
Renovate Ignore Notification
Because you closed this PR without merging, Renovate will ignore this update (16.5.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.
If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.