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 dependency @nrwl/cli to v14.3.5 #529

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 23, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nrwl/cli (source) 14.0.1 -> 14.3.5 age adoption passing confidence

Release Notes

nrwl/nx

v14.3.5

Compare Source

Bug Fixes
  • core: handle an edge case where overrides_unparsed is not set (f469fd1)
  • core: handle optional cli property when writing workspace configuration in the ng cli adapter (#​10758) (986b053)

v14.3.4

Compare Source

Bug Fixes
  • angular: remove unnecessary unused entry module import from new mf remote apps (#​10749) (25b2682)
  • core: Add missing formatFiles to migrations (09baf95), closes nrwl/nx#​10665
  • core: runExecutor should set overrides_unparsed to mimic the invocation from the terminal (da1faaf)
  • web: in webpack style-loader should be used when extract-css is false (#​10192) (f7a61dc)
Features
  • core: generalize setting target defaults (f86a5ff)
  • react: add generateExportsField option to @nrwl/web:rollup executor so it is an opt-in feature (#​10742) (d58eedc), closes #​10741
  • web: add named extractCss option (#​10710) (63ae3ae)

v14.3.3

Compare Source

Bug Fixes
  • misc: format command prints an irrelevant warning (2695b27)
Features
  • core: read globs from pnpm config files (69e5549)

v14.3.2

Compare Source

Bug Fixes
Features

v14.3.1

Compare Source

Bug Fixes
  • detox: change detox to compiling dependency to fix android with react native 0.68 (#​10701) (e00dc75)
Features
  • react-native: upgrade metro to 0.71.1 and react-native-config to 1.4.6 (#​10700) (cce43db)
Reverts

v14.3.0

Compare Source

Bug Fixes
Features

v14.2.4

Compare Source

Bug Fixes
Features

v14.2.3

Compare Source

v14.2.2

Compare Source

Bug Fixes
Features

v14.2.1

Compare Source

Bug Fixes
Features
Reverts

v14.2.0

Compare Source

v14.1.9

Compare Source

Bug Fixes
  • angular: add types to tsconfig.editor.json correctly (#​10316) (43d5e62)
  • angular: fix angular mfe when use NormalModuleReplacementPlugin with path alias ends with /* (#​10355) (f25e94a)
  • angular: return error when name is missing from package.json (#​10356) (0de895d)
  • angular: throw error when npmScope is incorrect (#​10366) (9808e65)
  • angular: when generating --preset angular and --cli nx use angular readme at root (a2d9d56)
  • core: bump nrwl/ci workflow versions (399f2ab)
  • core: call pnpm run without -- for pnpm v7 (#​10305) (7b7fc89), closes #​10111
  • core: default project is not set correctly (7f5137d)
  • core: do not default to white color (271c3d4)
  • core: ensure updateStorybook in nrwl/workspace:move handle direc… (#​10399) (124fd7d)
  • core: include types/node in deps when adding workspace-generator (#​10388) (c17a086)
  • core: preserve dash casing when passing args to executors (6351413)
  • core: use absolute paths when resolving package.json files (8198b78)
  • devkit: parseTargetString should support targets with colons in the name (#​10400) (e439718)
  • js: format .lib.swcrc file with nx format (#​10254) (17c4022)
  • js: move swc/helpers to dependencies instead of devDependencies (#​10275) (692418d), closes #​10270
  • linter: do not remap paths that cannot be matched on fix (#​10371) (5baaab4)
  • linter: make entry point check for ts paths more specific (#​10365) (4863e51)
  • misc: misc fixes (e6f73a8)
  • node: add workaround for handling sub processes in node:node executor (#​10292) (7b9b0cd), closes #​9305
  • react: migrations should not crash when adding development configuration (#​10261) (c35b13d)
  • repo: fix add-to-monorepo test (#​10333) (0c8eade)
  • repo: fix pnpm v7 install config (#​10361) (d0ece6e)
  • repo: update package group during publishing (#​10411) (2814a86)
  • storybook: some storybook doc and other fixes (#​10387) (76b8e66)
  • testing: add tsquery as a dep for jest (#​10454) (36a7144)
Features

v14.1.8

Compare Source

Bug Fixes
  • angular: fix angular mfe when use NormalModuleReplacementPlugin with path alias ends with /* (#​10355) (f25e94a)
  • angular: return error when name is missing from package.json (#​10356) (0de895d)
  • angular: throw error when npmScope is incorrect (#​10366) (9808e65)
  • core: bump nrwl/ci workflow versions (399f2ab)
  • core: do not default to white color (271c3d4)
  • core: ensure updateStorybook in nrwl/workspace:move handle direc… (#​10399) (124fd7d)
  • core: include types/node in deps when adding workspace-generator (#​10388) (c17a086)
  • devkit: parseTargetString should support targets with colons in the name (#​10400) (e439718)
  • linter: do not remap paths that cannot be matched on fix (#​10371) (5baaab4)
  • linter: make entry point check for ts paths more specific (#​10365) (4863e51)
  • node: add workaround for handling sub processes in node:node executor (#​10292) (7b9b0cd), closes #​9305
  • repo: fix pnpm v7 install config (#​10361) (d0ece6e)
  • storybook: some storybook doc and other fixes (#​10387) (76b8e66)
Features

v14.1.7

Compare Source

Bug Fixes
  • core: call pnpm run without -- for pnpm v7 (#​10305) (7b7fc89), closes #​10111
  • core: default project is not set correctly (7f5137d)
  • core: preserve dash casing when passing args to executors (6351413)
  • core: use absolute paths when resolving package.json files (8198b78)
  • js: format .lib.swcrc file with nx format (#​10254) (17c4022)
  • repo: fix add-to-monorepo test (#​10333) (0c8eade)

v14.1.6

Compare Source

Bug Fixes
  • angular: add types to tsconfig.editor.json correctly (#​10316) (43d5e62)
  • angular: when generating --preset angular and --cli nx use angular readme at root (a2d9d56)
  • js: move swc/helpers to dependencies instead of devDependencies (#​10275) (692418d), closes #​10270
  • misc: misc fixes (e6f73a8)
  • react: migrations should not crash when adding development configuration (#​10261) (c35b13d)
Features

v14.1.5

Compare Source

Bug Fixes
Features
  • angular: add flag for skipping the postinstall script in relevant generators (#​10208) (eb4243b)
  • core: add nx.json, workspace.json, and project.json JSON schemas (#​10228) (512237c), closes #​8574 #​2299
  • react: add support for passing additional shared dependencies in the module federation config (#​10169) (425adf1)

v14.1.4

Compare Source

Features
  • core: introduce an explicit variable for deciding on how output is printed (5346084)

v14.1.3

Compare Source

Bug Fixes

v14.1.2

Compare Source

Bug Fixes
  • angular: expand extends property when reading nx.json in the angular cli adapter (#​10165) (0a1e822)
  • angular: fix collecting secondary entry points for module federation builds (#​10129) (e212cb9)
  • angular: kill ports correctly (#​10142) (1d3beca)
  • angular: use fork in file-server for http-server (#​10161) (77cc38a)
  • core: add dependency from workspace to devkit (#​10147) (ac8ebed)
  • core: add tao to package group (#​10148) (8b81087)
  • core: skip dependencies already added (avoid circular dependencies) (#​9744) (8e4a38e)
  • core: update run-migrations log message (#​10137) (27d7eeb)
  • js: add missing projectType property to @nrwl/js:library generator (#​10159) (6d4f971)
  • react: remove collected dependency from module federation shared config when not found in package.json (#​10157) (67e233d)
Features

v14.1.1

Compare Source

Bug Fixes

v14.1.0

Compare Source

Bug Fixes
  • angular: add missing alias for the component generator (#​10038) (b381e38)
  • angular: cleanup ports on exit of mf server (#​10060) (b78d353)
  • angular: don't share angular mfe package (#​10059) (0e5f4d5)
  • angular: fix stylus import (#​9950) (be1d157)
  • angular: normalize project name and don't default to npmScope as prefix when it's not a valid html selector (#​10116) (0e21fa0)
  • angular: shared transitive npm deps from host and remote applica… (#​9997) (4d17b32)
  • core: align yargs options in workspace-generator with generic opts passed to other commands (#​9953) (0ce7ce6)
  • core: allow daemon to disable glob cache (#​10031) (fa81e3b)
  • core: automatically add root to the project.json projects (#​9977) (5e23c07)
  • core: calculate dependencies of mixed targets (#​9942) (e3817ef)
  • core: correct log message when uninstalled plugin is referenced in nx.json (#​9994) (1d2bd1c), closes #​9976
  • core: emit success false in compileTypeScriptFiles if typescript diagnostic contains errors (#​10068) (a395e48)
  • core: fix having multiple versions of nx/devkit (#​9998) (3d56368)
  • core: fix migrating old workspaces without nx (#​10011) (83ba230)
  • core: fix migrating workspaces without any task runners configured (#​10065) (d5877a9)
  • core: move removing roots migration to 14.0.6 (#​10066) (8f5a826)
  • core: normalize paths in ng cli adapter when finding matching files (#​10113) (cfe21b2)
  • core: pnpm exec check not matching for v7 (#​10004) (68207ef)
  • **

Configuration

📅 Schedule: Branch creation - "after 5am,before 9am" in timezone America/Los_Angeles, 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, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from Ruffpuff1 as a code owner April 23, 2022 05:25
@renovate renovate bot added the Meta: Dependencies Dependency related issues or PRs label Apr 23, 2022
@vercel
Copy link

vercel bot commented Apr 23, 2022

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployments, click below or on the icon next to each commit.

foxxie – ./website/foxxie.xyz

🔍 Inspect: https://vercel.com/ruffpuff1/foxxie/5k2hX7WkQvaVwApnEZ4f7aEa5shi
✅ Preview: Ignored

[Deployment for cf2a9da canceled]

api-foxxie – ./website/api

🔍 Inspect: https://vercel.com/ruffpuff1/api-foxxie/5wLXpCy6kYMotdMgdAENhFS4CuiD
✅ Preview: Ignored

[Deployment for cf2a9da canceled]

@vercel vercel bot temporarily deployed to Preview – foxxie April 23, 2022 05:25 Inactive
@vercel vercel bot temporarily deployed to Preview – api-foxxie April 23, 2022 05:25 Inactive
@renovate renovate bot changed the title chore(deps): update dependency @nrwl/cli to v14.0.2 chore(deps): update dependency @nrwl/cli to v14.0.3 Apr 26, 2022
@vercel vercel bot temporarily deployed to Preview – foxxie April 26, 2022 02:30 Inactive
@vercel vercel bot temporarily deployed to Preview – api-foxxie April 26, 2022 02:30 Inactive
@renovate renovate bot changed the title chore(deps): update dependency @nrwl/cli to v14.0.3 chore(deps): update dependency @nrwl/cli to v14.0.5 Apr 29, 2022
@vercel
Copy link

vercel bot commented Apr 29, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

2 Ignored Deployments
Name Status Preview Updated
api-foxxie ⬜️ Ignored (Inspect) Jun 15, 2022 at 8:52PM (UTC)
foxxie ⬜️ Ignored (Inspect) Jun 15, 2022 at 8:52PM (UTC)

@codecov-commenter
Copy link

codecov-commenter commented Apr 29, 2022

Codecov Report

Merging #529 (f26d3ca) into main (2de8310) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #529   +/-   ##
=======================================
  Coverage   90.01%   90.01%           
=======================================
  Files          41       41           
  Lines         591      591           
  Branches      112      112           
=======================================
  Hits          532      532           
  Misses         58       58           
  Partials        1        1           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0580385...f26d3ca. Read the comment docs.

@renovate renovate bot changed the title chore(deps): update dependency @nrwl/cli to v14.0.5 chore(deps): update dependency @nrwl/cli to v14.1.0 May 4, 2022
@renovate renovate bot force-pushed the renovate/nrwl-cli-14.x branch 2 times, most recently from 1aa8249 to 9edec8d Compare May 4, 2022 17:19
@renovate renovate bot changed the title chore(deps): update dependency @nrwl/cli to v14.1.0 chore(deps): update dependency @nrwl/cli to v14.1.1 May 4, 2022
@renovate renovate bot force-pushed the renovate/nrwl-cli-14.x branch from 9edec8d to 594c4e7 Compare May 5, 2022 19:13
@renovate renovate bot changed the title chore(deps): update dependency @nrwl/cli to v14.1.1 chore(deps): update dependency @nrwl/cli to v14.1.2 May 5, 2022
@renovate renovate bot force-pushed the renovate/nrwl-cli-14.x branch from 594c4e7 to e714871 Compare May 5, 2022 22:25
@renovate renovate bot changed the title chore(deps): update dependency @nrwl/cli to v14.1.2 chore(deps): update dependency @nrwl/cli to v14.1.4 May 5, 2022
@renovate renovate bot force-pushed the renovate/nrwl-cli-14.x branch from e714871 to e639645 Compare May 11, 2022 22:01
@renovate renovate bot changed the title chore(deps): update dependency @nrwl/cli to v14.1.4 chore(deps): update dependency @nrwl/cli to v14.1.5 May 11, 2022
@renovate renovate bot force-pushed the renovate/nrwl-cli-14.x branch from e639645 to aa7e371 Compare May 16, 2022 14:49
@renovate renovate bot changed the title chore(deps): update dependency @nrwl/cli to v14.1.5 chore(deps): update dependency @nrwl/cli to v14.1.6 May 16, 2022
@renovate renovate bot force-pushed the renovate/nrwl-cli-14.x branch from aa7e371 to 1ba9229 Compare May 17, 2022 19:52
@renovate renovate bot changed the title chore(deps): update dependency @nrwl/cli to v14.1.6 chore(deps): update dependency @nrwl/cli to v14.1.7 May 17, 2022
@renovate renovate bot force-pushed the renovate/nrwl-cli-14.x branch from 1ba9229 to a7cfb2f Compare May 24, 2022 17:33
@renovate renovate bot changed the title chore(deps): update dependency @nrwl/cli to v14.1.7 chore(deps): update dependency @nrwl/cli to v14.1.8 May 24, 2022
@renovate renovate bot force-pushed the renovate/nrwl-cli-14.x branch from a7cfb2f to f26d3ca Compare May 25, 2022 01:55
@renovate renovate bot changed the title chore(deps): update dependency @nrwl/cli to v14.1.8 chore(deps): update dependency @nrwl/cli to v14.1.9 May 25, 2022
@renovate renovate bot force-pushed the renovate/nrwl-cli-14.x branch from f26d3ca to 03f5188 Compare June 7, 2022 16:15
@renovate renovate bot changed the title chore(deps): update dependency @nrwl/cli to v14.1.9 chore(deps): update dependency @nrwl/cli to v14.2.1 Jun 7, 2022
@renovate renovate bot force-pushed the renovate/nrwl-cli-14.x branch from 03f5188 to 045c14f Compare June 8, 2022 14:16
@renovate renovate bot changed the title chore(deps): update dependency @nrwl/cli to v14.2.1 chore(deps): update dependency @nrwl/cli to v14.2.2 Jun 8, 2022
@renovate renovate bot force-pushed the renovate/nrwl-cli-14.x branch from 045c14f to e526e03 Compare June 9, 2022 15:20
@renovate renovate bot changed the title chore(deps): update dependency @nrwl/cli to v14.2.2 chore(deps): update dependency @nrwl/cli to v14.2.4 Jun 9, 2022
@renovate renovate bot changed the title chore(deps): update dependency @nrwl/cli to v14.2.4 chore(deps): update dependency @nrwl/cli to v14.3.0 Jun 13, 2022
@renovate renovate bot changed the title chore(deps): update dependency @nrwl/cli to v14.3.0 chore(deps): update dependency @nrwl/cli to v14.3.1 Jun 13, 2022
@renovate renovate bot changed the title chore(deps): update dependency @nrwl/cli to v14.3.1 chore(deps): update dependency @nrwl/cli to v14.3.2 Jun 14, 2022
@renovate renovate bot changed the title chore(deps): update dependency @nrwl/cli to v14.3.2 chore(deps): update dependency @nrwl/cli to v14.3.3 Jun 15, 2022
@renovate renovate bot changed the title chore(deps): update dependency @nrwl/cli to v14.3.3 chore(deps): update dependency @nrwl/cli to v14.3.4 Jun 15, 2022
@renovate renovate bot changed the title chore(deps): update dependency @nrwl/cli to v14.3.4 chore(deps): update dependency @nrwl/cli to v14.3.5 Jun 15, 2022
@Ruffpuff1 Ruffpuff1 closed this Jun 16, 2022
@Ruffpuff1 Ruffpuff1 deleted the renovate/nrwl-cli-14.x branch June 16, 2022 06:04
@renovate
Copy link
Contributor Author

renovate bot commented Jun 16, 2022

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will now ignore this update (14.3.5). You will still receive a PR once a newer version is released, so if you wish to permanently ignore this dependency, please add it to the ignoreDeps array of your renovate config.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Meta: Dependencies Dependency related issues or PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants