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): update nrwl monorepo to v16 (major) #64

Merged
merged 1 commit into from
Sep 15, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 28, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nrwl/cypress (source) 15.9.4 -> 16.8.1 age adoption passing confidence
@nrwl/eslint-plugin-nx (source) 15.9.4 -> 16.8.1 age adoption passing confidence
@nrwl/jest (source) 15.9.4 -> 16.8.1 age adoption passing confidence
@nrwl/js (source) 15.9.4 -> 16.8.1 age adoption passing confidence
@nrwl/linter (source) 15.9.4 -> 16.8.1 age adoption passing confidence
@nrwl/nest (source) 15.9.4 -> 16.8.1 age adoption passing confidence
@nrwl/next (source) 15.9.4 -> 16.8.1 age adoption passing confidence
@nrwl/node (source) 15.9.4 -> 16.8.1 age adoption passing confidence
@nrwl/react (source) 15.9.4 -> 16.8.1 age adoption passing confidence
@nrwl/web (source) 15.9.4 -> 16.8.1 age adoption passing confidence
@nrwl/webpack (source) 15.9.4 -> 16.8.1 age adoption passing confidence
@nrwl/workspace (source) 15.9.4 -> 16.8.1 age adoption passing confidence
nx (source) 15.9.4 -> 16.8.1 age adoption passing confidence

Release Notes

nrwl/nx (@​nrwl/cypress)

v16.8.1

Compare Source

Bug Fixes
  • angular: keep dependency-checks enabled for buildable libraries (#​19047) (58b13a2)
  • core: do not prompt, only warn when projectNameAndRootLayout is … (#​19037) (18acd9a)
  • core: do not validate remote cache validity (#​19059) (1f9dc40)
  • core: prettier 3 shouldn't cause errors due to esm + compile cache (#​19042) (ac2bea7)
  • core: register ts transpiler when running .ts backed plugins (#​19027) (22dadbc)
  • js: handle nested wildcard imports and paths that start with # (#​19056) (2194422)
  • js: workspace lib devDependencies should not be added to package.json (#​17802) (14a4ef4)
  • linter: ensure config manipulations are run only if config is supported (#​19035) (85b03c2)
  • linter: fix dep-checks projPackageJsonDeps caching for IDE (#​18935) (2e1d48e)
  • linter: handle non-JSON eslintrc files when updating overrides (#​19026) (4365c01)
  • misc: calculate cwd relative path correctly for generators and executors (#​18933) (24de089)
  • misc: nx view-logs should open the nx-cloud link when connected … (#​17808) (2e0b09a)
  • misc: use preset apps instead of empty (#​19051) (655a0a7)
  • node: explicitly check that project is a library before updating imports (#​19040) (6ac6473)
  • react: fix createGlobPAtternsForDependencies path (#​18546) (62f526a)
  • react: set "watch: false" on module federation serve-static options (#​19052) (2e52c14)
  • vite: check for undefined and create types array (#​19045) (143b223)
  • webpack: enable in memory caching when building for node in watch mode (#​18348) (1f10398)

v16.8.0

Compare Source

Bug Fixes
Features
  • angular: add flag to include hydration when setting up ssr (#​18675) (b9ca7ce)
  • angular: update module federation node (#​18513) (8390b9e)
  • angular: use helper to determine project name and root directory in project generators (#​18607) (47f8b7a)
  • core: support prettier v3 as a formatter (#​18644) (54496e8)
  • misc: save directory and name format to nx json defaults (#​18683) (e2ff519)
  • nx-dev: highlight lines in code samples (#​18690) (77bc1e8)
  • nx-dev: types in devkit toc (#​18594) (71d2994)
  • react: use helper to determine project name and root directory in project generators (#​18615) (eb9caa1)
  • detox: use helper to determine project name and root in application generator (#​18674) (9002662)
  • devkit: warn users the project name and root will not be derived (#​18718) (b309d83)
  • nextjs: use helper to determine project name and root in projects generators (#​18733) (18ba93a)
  • node: use helper to determine project name and root directory in project generators (#​18620) (d566055)
  • expo: use helper to determine project name and root in project generators (#​18678) (a668e0b)
  • express: use helper to determine project name and root in application generator (#​18679) (bb9f880)
  • linter: add flat config support to generators (#​18534) (e34219a)
  • misc: remove dotenv from executors (#​18719) (9d5a383)
  • misc: use helper to determine project name and root in npm-package generator (#​18710) (1b0439b)
  • nest: use helper to determine project name and root in project generators (#​18701) (e1b76e2)
  • nx-plugin: use helper to determine project name and root in project generators (#​18739) (016c89f)
  • react-native: use helper to determine project name and root in project generators (#​18734) (a2f7613)
  • web: use helper to determine project name and root in application generator (#​18737) (6640c32)
  • core: add migration script to escape $ in env (#​18796) (68407ca)
  • core: replace dotenv with dotenv-expand (#​18622) (6a09105)
  • js: remove ts implementation of ts processing (#​18752) (165250e)
  • nx-dev: move openai call to edge function (#​18747) (bd76b62)
  • repo: add pm version field to issue template (#​18647) (138ffd6)
  • bundling: update esbuild version (#​18634) (dc3c62e)
  • js: carry-over known build options (main, tsConfig, etc.) when running setup-build generator (#​18742) (226dfaf)
  • linter: add option to ignore files based on pattern (#​18863) (90ca436)
  • linter: migrate projects using dep-check lint rule to ignore build config files (#​18882) (f7a7690)
  • nx-dev: use textarea for prompts and show a better "no results"error (#​18798) (e4755cb)
  • web: use daemon file-watcher for file-server executors (#​14284) (660f0a6)
  • core: ensure @​nx/js plugin is installed for all JS workspaces (#​18919) (c9ea9e0)
  • core: update TS target to ES2021 (#​18948) (6d68656)
  • nx-dev: move all the querying logic to edge function (#​18834) (1abe35c)
  • storybook: add projectNameAndRootFormat as-provided in tests (#​18936) (b17b30d)
  • nx-dev: get the correct query for ai feedback (#​18961) (ed6d7f7)
  • nx-dev: improve link text for ai docs (#​18943) (1931390)
  • testing: support cypress v13 (#​18899) (193206a)
  • misc: introduce a way to set the project name/root format for all generators (#​18971) (bd1b0b7)
  • misc: stop generating empty apps/libs/packages libs in new work… (#​18979) (9fbfe4a)
  • misc: support new format to determine new project name and destination in move generators (#​18878) (8564d9b)

v16.7.4

Compare Source

Bug Fixes
Features

v16.7.3

Compare Source

Bug Fixes

v16.7.2

Compare Source

Bug Fixes
  • core: fix ghost alias when parsing yarn lockfile (#​18646) (f6a7f18)
  • core: fix schema links (#​18395) (83011f7)
  • core: name collisions during project inference should not error out if corrected by a project.json's name (#​18665) (a459528)
  • core: nx should not break if packages were not installed (#​18687) (95099ae)
  • core: use existing version when calling "yarn set version" (#​18669) (76c96fa)
  • devkit: convert-nx-executor should read projectNodes (#​18684) (1857e8f)
  • js: expose schematic using the generator function with a default for the project name and root format (#​18681) (7578e4b)
  • linter: Normalize paths when in getSourceFilePath (#​18601) (da3ca76)
  • nextjs: make next build package manager agnostic (#​18661) (bcaecfd)

v16.7.1

Compare Source

Bug Fixes
  • core: apply target defaults properly for executors defaults (#​18655) (0e6a353)
  • core: handle symlinks on debian for watch events (#​18636) (28c3fa3)
  • core: improve error handling for copy and remove (#​18656) (6a8a8a4)
  • core: set consistent working directory when calculating runtime hash inputs (#​18643) (a5d6e0a)
  • core: use Date.now() everywhere for tasks start and end times to avoid negative durations (#​18595) (e2c0afe)

v16.7.0

Compare Source

Bug Fixes

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates 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.

@renovate renovate bot force-pushed the renovate/major-nrwl-monorepo branch 4 times, most recently from 66a643c to 7d5ab59 Compare May 4, 2023 21:50
@renovate renovate bot force-pushed the renovate/major-nrwl-monorepo branch 5 times, most recently from 57d93a2 to fc43db3 Compare May 10, 2023 00:01
@renovate renovate bot force-pushed the renovate/major-nrwl-monorepo branch 3 times, most recently from 338b584 to b7b3196 Compare May 24, 2023 21:12
@renovate renovate bot force-pushed the renovate/major-nrwl-monorepo branch 4 times, most recently from 1a7e949 to c9e40eb Compare June 2, 2023 22:07
@renovate renovate bot force-pushed the renovate/major-nrwl-monorepo branch 3 times, most recently from 1fa08cb to 6ca020c Compare June 30, 2023 22:42
@renovate renovate bot force-pushed the renovate/major-nrwl-monorepo branch 3 times, most recently from e5e2c16 to ef695f7 Compare July 10, 2023 22:42
@renovate renovate bot force-pushed the renovate/major-nrwl-monorepo branch 2 times, most recently from 13e1691 to 57c6b52 Compare July 18, 2023 16:33
@renovate renovate bot force-pushed the renovate/major-nrwl-monorepo branch 4 times, most recently from b2c100c to 46f3a96 Compare July 22, 2023 15:23
@renovate renovate bot force-pushed the renovate/major-nrwl-monorepo branch from 46f3a96 to 89b358c Compare July 31, 2023 17:15
@renovate renovate bot force-pushed the renovate/major-nrwl-monorepo branch from 89b358c to 7c12793 Compare August 15, 2023 23:19
@renovate renovate bot force-pushed the renovate/major-nrwl-monorepo branch 4 times, most recently from d19538c to e67d330 Compare August 23, 2023 19:13
@renovate renovate bot force-pushed the renovate/major-nrwl-monorepo branch 3 times, most recently from bf893fd to 5d8a0db Compare September 8, 2023 00:43
@renovate renovate bot force-pushed the renovate/major-nrwl-monorepo branch from 5d8a0db to b45e7fd Compare September 15, 2023 22:13
@tolgap tolgap merged commit b0b559f into main Sep 15, 2023
@tolgap tolgap deleted the renovate/major-nrwl-monorepo branch September 15, 2023 22:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant