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 12.9.0 to 14.6.1 #236

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2022

Bumps @nrwl/cypress from 12.9.0 to 14.6.1.

Release notes

Sourced from @​nrwl/cypress's releases.

14.6.1

14.6.1 (2022-08-31)

Note: Version bump only for package @​nrwl/nx-source

14.6.0

14.6.0 (2022-08-31)

Bug Fixes

  • angular: adds missing types in the schemes of remote and host generators (#11428) (9294b64)
  • angular: change rxjs migration to conditional migration (#11771) (b86ace5)
  • angular: remote entry component template typo (#11707) (3822d83)
  • angular: remote generator should not assume a default host (#11705) (6f0c22f)
  • angular: use x-dropdown for nx console project hint (#11706) (614b2d2)
  • core: Add throw of error if a dependency is not in the graph (#11652) (2d50f35)
  • core: make --verbose consistent with NX_VERBOSE_LOGGING=true (c0dd2f5)
  • core: pass-through ipc messages to and from task processes (#11744) (8b02670)
  • core: project graph should be read from executor context (6948ffd)
  • devkit: convertNxExecutor() should properly emit observables (6fdc123), closes #11653
  • devkit: split-create-tree should use nx cli (#11736) (3ff6809)
  • devkit: support expanded x-prompt object for input prompts (7c8839b)
  • docs: fix typo in github actions setup (#10989) (27f9cc7)
  • linter: add jest to root .eslintrc if selected as unit test runner (#11555) (187f520)
  • linter: target migration version (#11783) (a04b13d)
  • linter: use typescript-eslint 5.33.1 as latest requires ts4.8 (#11773) (bbe7a36)
  • misc: skip projects configured in package.json for adding schemas (#11742) (47045c4)
  • misc: use autocomplete prompt for projects for x-dropdown, project, projectName (9d6e53b)
  • next: add default hostname value to @​nrwl/next:server (#11701) (3afb6bf)
  • nextjs: fix .next folder linting (#11614) (89a4013), closes #11541
  • nextjs: fix React 18 detection (#11656) (43b6e1e)
  • nextjs: set __NEXT_REACT_ROOT only when the version of react-dom is 18 or above (#11749) (4dfd0f3)
  • react): fix(react: fix missing integrity tags in production builds (#10949) (36a72c7), closes #10926
  • react: fix webpack node api config error serving a react app (#11580) (34fdbc0), closes #11571
  • react: support older npm version (#11646) (c4a0d85)
  • storybook: change the react native storybook searchDir option to array (#11628) (670d9f1)
  • storybook: ignore addon-postcss from version update (#11801) (835d0ef), closes #11465
  • storybook: remove react typings from angular tsconfig (#11769) (6ea8d0d), closes #11746 #11746
  • testing: handle more complex projects for react component testing (#11725) (c7249db), closes #11372
  • testing: update cypress argument name (#11797) (35744c1)

Features

  • angular: export test runners from package (#11613) (99a3563)
  • angular: migrate versions to 14.2.0 (#11530) (aaeeaed)
  • angular: standalone host and remote generation support (#11708) (c616f62)
  • angular: support library routing setup for standalone routes (#11634) (09112cc)
  • core: add ability to exclude task deps from the task graph (e7c86e1)

... (truncated)

Commits
  • c7249db fix(testing): handle more complex projects for react component testing (#11725)
  • bbe7a36 fix(linter): use typescript-eslint 5.33.1 as latest requires ts4.8 (#11773)
  • e7ec91b feat(core): add file completion types for the nx language server (#11669)
  • 6866f55 chore(repo): run jest 28 migrations to fix package sync issue (#11650)
  • 187f520 fix(linter): add jest to root .eslintrc if selected as unit test runner (#11555)
  • f8da1ad chore(repo): update nx to 14.6.0-beta.3
  • 458fc36 chore(misc): split create tree with empty workspace to remove parameter (#10188)
  • 5267f45 feat(misc): update shared ts-node and ts-loader packages (#11429)
  • 1c66a22 docs(nxdev): upgrade nextseo dependency (#11402)
  • 0cd8d8c fix(testing): update exports for .ts plugin files (#11200)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by nrwl-jason, a new releaser for @​nrwl/cypress since your current version.


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/tree/HEAD/packages/cypress) from 12.9.0 to 14.6.1.
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/14.6.1/packages/cypress)

---
updated-dependencies:
- dependency-name: "@nrwl/cypress"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 1, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 1, 2022

Superseded by #249.

@dependabot dependabot bot closed this Oct 1, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/nrwl/cypress-14.6.1 branch October 1, 2022 07:27
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