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 v12.10.1 - abandoned #26

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Oct 13, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nrwl/cli (source) 12.9.0 -> 12.10.1 age adoption passing confidence
@nrwl/cypress (source) 12.9.0 -> 12.10.1 age adoption passing confidence
@nrwl/eslint-plugin-nx (source) 12.10.0 -> 12.10.1 age adoption passing confidence
@nrwl/jest (source) 12.9.0 -> 12.10.1 age adoption passing confidence
@nrwl/linter (source) 12.9.0 -> 12.10.1 age adoption passing confidence
@nrwl/react (source) 12.9.0 -> 12.10.1 age adoption passing confidence
@nrwl/storybook (source) 12.9.0 -> 12.10.1 age adoption passing confidence
@nrwl/tao (source) 12.9.0 -> 12.10.1 age adoption passing confidence
@nrwl/web (source) 12.9.0 -> 12.10.1 age adoption passing confidence
@nrwl/workspace (source) 12.9.0 -> 12.10.1 age adoption passing confidence

Release Notes

nrwl/nx

v12.10.1

Compare Source

Bug Fixes
  • core: fix stack overflow when using standalone configs with 600+ projects (#​8027) (d07017a)

v12.10.0

Compare Source

Bug Fixes
  • angular: adds missing @​angular/cdk to migrations (34848b8)
  • angular: bump jasmine-marbles to 0.8.4 release (#​7162) (d920f03)
  • angular: incremental builds with mfes #​6923 (#​7260) (654cfbf)
  • angular: remove extra comma when generating application with --inlineTemplate (#​7126) (d52aed9)
  • angular: remove relative calculation for config paths in wrapped angular devkit schematics (#​7201) (04f8426)
  • angular: stop modifying tags that match app name (#​7137) (8addb45), closes #​7097
  • angular: update jest-preset-angular to 10.0.1 (#​7139) (259ac84)
  • angular: update ng-package.json dest property when moving a library (#​7132) (9f1fe34)
  • core: apply NX_variables on top of env variables (#​7205) (6df11a2)
  • core: changes to the daemon in order to support windows (#​7211) (0d84a61)
  • core: convert-to-nx-project should normalize paths (a3599a5), closes #​6968
  • core: daemon server should reinitialize file hashes on each connection (5cce731)
  • core: display dynamic prompts in angular cli (f929a47)
  • core: ensure ANSI escape codes are stripped in git-hasher process outputs (4956ebe)
  • core: ensure daemon server perf logging instantiated only once (36facd8)
  • core: fix defaulting object properties to empty {} (#​7288) (4c48266)
  • core: fix error when tsconfig.base.json is invalid json (#​7204) (a57ca80)
  • core: fix vulnerabilities (#​7222) (364a276)
  • core: git-hasher checkForDeletedFiles will now hard error (fe40485)
  • core: gracefully handle errors when writing the latest output hash cache files (#​6959) (ae7361c), closes #​6957
  • core: handle empty root path in angular.json (#​7036) (2b5f1aa)
  • core: read v2 workspace format in converted nx generators (8f9da7c), closes #​6452
  • core: resolve nested files using tsConfig paths that have similar names (305813e), closes #​6672
  • core: simplify the way angular devkit migrations run (#​7135) (4c3d655)
  • core: support hidden files in assets (#​6298) (ab2f526)
  • devkit: move files to a directory using normalized paths to handle windows correctly (#​7264) (c21835d)
  • devkit: normalizePath should not be dependant on host OS (3a9910e)
  • docs: update to correct anchor link (#​6986) (5266a4c)
  • gatsby: fix build errors due to incompatible webpack API (#​7032) (e8c324f)
  • gatsby: update gatsby to fix webpack build issues with 5.53.0 (#​7062) (d2c5161)
  • linter: add setParserOptionsProject option to generators missing it (#​7103) (f8f09b9)
  • linter: improve error message on no matching dependency restriction (#​7143) (8424c69)
  • linter: linter should distinguish between ignored and projects with invalid configuration (#​7096) (2bc103d)
  • nextjs: fix buildable nextjs libs (#​7197) (2cd26c4)
  • nextjs: generate nextjs app with correct pages dir for no-html-link-for-pages rule (#​7230) (7bef953)
  • nextjs: include typescript in build package.json (#​7130) (e1553a0)
  • node: Prevent extra kebab-case files being generated with --pascalCaseFiles option (#​7087) (0fc9e9d)
  • nxdev: fix wrong page generation for deamon start and stop (#​7180) (33ad692)
  • nxdev: verify whether srcFolder passed to generateFiles exists (#​7219) (83a6ffb)
  • react: use default module resolution (#​7254) (0d3601e), closes #​6662
  • react-native: fix svg-mock path in generated jest config (#​7248) (6caba47)
  • react-native: use jest-jasmine2 runner (#​7249) (508ff79)
  • repo: fix a broken unit test (e77f675)
  • repo: fix yarn command in PR instructions (#​6943) (23d10a9)
  • storybook: warn if skipping generating files in .storybook folder (#​6502) (fa0cd72)
  • testing: update Jest to 27.2.x (#​7101) (da658e1)
  • web: add postcss loader in sass, less and stylus module files (#​7141) (268fc20)
  • web: fix stylesOptimization for webpack 5 (#​6817) (bbeb89c), closes #​6816
  • web: remove a typo to fix storybook component setup for webcomponents (effbdc7)
  • web: remove default value of baseHref (#​6994) (2bcc552), closes #​5079
  • web: remove obsolete options for terser in webpack 5 mode (#​6956) (11cc599), closes #​6953
Features
  • angular: add support to sass style to the generator (93f9569)
  • angular: allow exporting function and promise within the custom Webpack config (#​7029) (8d0b421)
  • angular: allow exporting function and promise within the custom Webpack config (#​7129) (2db6f89)
  • core: add examples and links to nx.dev when using --help (dca0928)
  • core: daemon supports incremental file hashing (d739f0c)
  • core: obey git's init.defaultBranch when initializing nx.json (#​7192) (ec633e3)
  • core: parallelize cache restoration (b79072a)
  • gatsby: migrate gatsby-image to gatsby-plugin-image (#​7069) (181d149)
  • linter: show files involved in circular dependency (#​7113) (c18a40b)
  • misc: add --open option for dep-graph command (#​7209) (1d8a887)
  • misc: add dep graph search depth (#​6933) (ecf3244), closes #​5101
  • nest): feat(nest: add standalone config flag to nest library generator (470f86d)
  • nextjs: expose environment variables prefixed with NX_ (#​7193) (61bcab3)
  • nxdev: rename getting started to docs (#​7090) (84d6428)
  • react: add migration to replace deprecated node-sass with sass (#​7105) (fec1c39)
  • react: Allow tailwind glob to watch for changes to html files (8757423)
  • react: buildable React libraries now generate smaller ESM packages (#​7199) (9c2a8b1)
  • react: updating @​reduxjs/toolkit to 1.6.1 (#​6939) (e5b9d80)
  • react-native: add macos tests in e2e test header (#​7131) (c7f18ca)
  • react-native: add support for svg and upgrade react-native to 0.66.0 (#​7231) (0492ff0)
  • repo: add logs to documentation generation in CI (c81576e)
  • testing: remediate headless option for Cypress 8.x (#​6882) (17d8647), closes #​6811
  • workspace: Enable run-commands preferLocal option by default (#​6807) (ebee638)

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 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.

@vercel
Copy link

vercel bot commented Oct 13, 2021

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

🔍 Inspect: https://vercel.com/nervina/mibao-ui/3mWQxswSqPrJwrkhYeYXmpg91Jez
✅ Preview: https://mibao-ui-git-renovate-nrwl-monorepo-nervina.vercel.app

@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from 6c83fdd to 9107802 Compare October 13, 2021 04:35
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from 9107802 to f8475d4 Compare October 13, 2021 19:44
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from f8475d4 to 06cbdb9 Compare October 14, 2021 06:48
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from 06cbdb9 to db78082 Compare October 18, 2021 03:39
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from db78082 to b37de4a Compare October 20, 2021 10:14
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from b37de4a to 6c5c7bc Compare October 23, 2021 15:32
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from 6c5c7bc to 20276fe Compare November 8, 2021 11:52
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from 20276fe to 3da6221 Compare November 11, 2021 05:10
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from 3da6221 to 039b684 Compare December 1, 2021 02:56
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from 039b684 to 8fa3d66 Compare December 6, 2021 23:50
@renovate renovate bot changed the title chore(deps): update nrwl monorepo to v12.10.0 chore(deps): update nrwl monorepo to v12.10.1 Dec 6, 2021
@renovate
Copy link
Author

renovate bot commented Mar 22, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@renovate renovate bot changed the title chore(deps): update nrwl monorepo to v12.10.1 chore(deps): update nrwl monorepo to v12.10.1 - abandoned Jan 7, 2025
Copy link
Author

renovate bot commented Jan 7, 2025

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

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