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

Bump @nrwl/cypress from 10.0.12 to 12.3.5 #82

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 28, 2021

Bumps @nrwl/cypress from 10.0.12 to 12.3.5.

Release notes

Sourced from @​nrwl/cypress's releases.

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
  • nx-plugin: fix package json key for migration generator (#5731) (646bb72), closes #5730
  • react: fix application template for strict mode (#5552) (cdb4cdc)
  • react: nextjs check causes linting commands to fail (#5705) (b50d7e4)
  • testing: support cypress projects for default serve configuration (#5667) (1c714de)
  • web: set envName to production when script optimization is enabled (#5522) (cd3dd94), closes #5512

Features

  • angular: add executor which allows to delegate the build to another target (#5715) (d0afa3d)
  • angular: allow custom webpack config support for webpack-browse… (#5609) (0872f01)
  • angular: generate apps and libs with strict mode on by default (#5690) (45f7d77)
  • core: add spinner during node module install (#5593) (efbb7c6)
  • core: added encoding param in Tree.read() (#5668) (52e3083)
  • core: allow to collapse the sidebar on dep-graph UI (#5602) (82fd6db)
  • gatsby: update gatsby to 3.5.0 (#5516) (84db07c)
  • linter: optimize lint performance. resolves #5210 (#5576) (ff3cc38)
  • misc: change the nx tag line (af23cc5)
  • nextjs: allow custom server to be written in TypeScript (#5510) (75cbd54), closes #1933
  • nxdev: Set TailwindCSS colours extend for Nx (#5650) (9c1537a)
  • react: add react fast refresh to webpack (#5612) (b8584a6)
  • react: update generator defaults in workspace.json for strict mode (#5529) (bcdbb02), closes #5250
  • repo: cleanup storage for matrix tests (#5727) (735e22f)
  • repo: fix failing yarn and pnpm (#5782) (9e47d96)
  • repo: revert i/o functions to fs-extra (#5725) (c250483)
  • storybook: add html to supported 6.2 uiFrameworks (#5610) (313c376)
  • testing: add testingType option to cypress executor (2c811ab), closes #5622
  • testing: update cypress to 7.x (#5624) (2778e6e), closes #5382
  • web: add a plugin to coordinate webpack and nx builds (319a90b)
  • web: environment variables interpolated to index.html (#5521) (9878619)

... (truncated)

Commits
  • d4a79db Release 12.3.5
  • a6680cf docs(misc): fixed typo in workspace generator docs
  • 7a10cb4 fix(angular): add workaround to prevent process from exiting early when build...
  • 038185e docs(core): dedicated node screen (#5746)
  • 42c0ed8 docs(core): change why monorepo title (#5806)
  • aaad6f0 cleanup(storybook): add some stricter types for the storybook executor (#5805)
  • 2d2880e fix(core): iteration of targets should not break if targets don't exist (#5791)
  • ebffb44 chore(repo): readme tweaks
  • b2e266a Fix GitHub brand typo
  • 8354c54 fix(core): nx run should not use defaultConfiguration when configuration is p...
  • 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)

Bumps [@nrwl/cypress](https://github.com/nrwl/nx) from 10.0.12 to 12.3.5.
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](nrwl/nx@10.0.12...12.3.5)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 28, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 3, 2021

Superseded by #83.

@dependabot dependabot bot closed this Jun 3, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/nrwl/cypress-12.3.5 branch June 3, 2021 08:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants