Xeroxxx / tplink-energy-monitor

An energy monitoring dashboard for TP-Link smart plugs - Forked from https://github.com/jamesbarnett91/tplink-energy-monitor
GNU General Public License v3.0
21 stars 7 forks source link

Bump @nrwl/react from 11.6.1 to 12.3.6 in /tplink-energy-monitor #145

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps @nrwl/react from 11.6.1 to 12.3.6.

Release notes

Sourced from @​nrwl/react's releases.

Release 12.3.6

Bug Fixes

  • angular: generate the outputs property for build targets (#5867) (e8bffc0)
  • angular: update angular deps to use the latest minor versions (#5858) (a6772c4)
  • core: add nxignore and gitignore to the list of files affecting the hashing (27d8633)
  • core: displayed commands do not wrap strings into quotes correctly (9791fd4)
  • core: list files from the tree in the ngcli-adapter (#5860) (87cae06)
  • core: update project package.json on move (9c67c69)
  • nextjs: change to use default next export instead of next-dev-server so prod mode is respected (92ea179)
  • react: fix externals for buildable libraries (#5540) (d3c45b3), closes #5508
  • repo: remove npm lock file and merge yarnrc files (#5851) (bb8b99c)
  • repo: resolve xmlhttprequest-ssl to v1.6.2 (#5842) (f92ac89)
  • testing: enable and fix several disabled unit and e2e tests (#5711) (76a3092)
  • testing: fix failing storybook executor unit test (#5844) (f01bd0c)
  • testing: fix flaky contains check (#5839) (6abe739)
  • web: prevent inherited target in tsconfig from being removed (#5756) (060660e), closes #4115 #4115
  • web: update packages that have audit errors and warnings (#5847) (4a03859)

Features

  • core: warn when deprecated options are used in generators and executors (#5845) (329bb25)
  • devkit: refactoring for stricter types and better performance (6c6e8b3)
  • linter: do not set eslint parserOptions.project by default (#5798) (a3c08a9)
  • nextjs: add buildLibsFromSource option (f723613)
  • react: generate library with strict mode by default (#5720) (a14924b)
  • repo: add checks for lock files (#5854) (57785b5)
  • web: add generateIndexHtml option to web build executor (#5843) (12ee3bc)

Release 12.3.5

Bug Fixes

  • angular: add workaround to prevent process from exiting early when building (#5807) (7a10cb4)
  • angular: adjust the adapter to work with angular 12 (fe0dec1)
  • angular: disable double module update on move (#5788) (4b758f8)
  • angular: fix angular-eslint migration (#5654) (97b6467)
  • angular: make path optional for customWebpackConfig in webpack browser executor (#5728) (c71137f)
  • angular: prevent move generator form making un-intended changes (#5780) (a80a6ae)
  • angular: update angular-eslint to v12 stable (#5649) (902c46e)
  • core: iteration of targets should not break if targets don't exist (#5791) (2d2880e)
  • core: nx run should not use defaultConfiguration when configuration is passed (#5796) (8354c54), closes #5793
  • core: run workspace-generators within the same process (b4fe292)
  • core: update project's eslintrc and readme on move (#5714) (1a6fc76), closes #5493
  • core: update rollup-plugin-typescript2 to fix array spread error (#5704) (0345d08), closes #5467 #5467
  • linter: hasher throws when invoked not in root (e781d3c)
  • linter: improve error message for circular reference (#5721) (f112b92), closes #5625
  • misc: be more specific finding targets being used when removing projects (f111027)
  • nextjs: add @​nrwl/next as a prod dependency for new workspaces (#5662) (bffc239)
  • node: package execution doesn't exit on watch mode (4103c60), closes #5208

... (truncated)

Commits
  • c8a20c6 Release 12.3.6
  • 9791fd4 fix(core): displayed commands do not wrap strings into quotes correctly
  • f723613 feat(nextjs): add buildLibsFromSource option
  • 27d8633 fix(core): add nxignore and gitignore to the list of files affecting the hashing
  • e8bffc0 fix(angular): generate the outputs property for build targets (#5867)
  • efb741a chore(testing): update circleci node/yarn versions (#5868)
  • 7c34f77 cleanup(core): remove unneccessary dependencies and refactored prettier path ...
  • 329bb25 feat(core): warn when deprecated options are used in generators and executors...
  • 87cae06 fix(core): list files from the tree in the ngcli-adapter (#5860)
  • d01bac7 docs(core): include fallback paths during SSG (#5850)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 3 years ago

Superseded by #153.