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 13.7.3 to 15.8.1 in /client #315

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 1, 2023

Bumps @nrwl/cypress from 13.7.3 to 15.8.1.

Release notes

Sourced from @​nrwl/cypress's releases.

15.8.1

15.8.1 (2023-02-28)

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

15.8.0

15.8.0 (2023-02-28)

Bug Fixes

  • core: listing plugin capabilities causes issues when returning null (#15308) (031005f)
  • core: nx affected should not differ if in child directory (#15304) (22970b8)
  • core: nx connect should work for encapsulated repos (#15310) (94d2162)
  • core: replace require(path/posix) for better node compatibility range (#15307) (1975181)
  • angular: bump generated rxjs version (#15054) (0385682)
  • core: run migrations with sync host (#15010) (3eeb4a3)
  • js: don't read dependency package.json if it doesn't exist (#15037) (497a90e)
  • react: add override to class component render() method (#13743) (15d5acd)
  • storybook: dont touch config if is already using new schema (#15056) (3d89a02)
  • storybook: make v7 generator ignore uiFramework (#15023) (a364dab)
  • vite: explicitly export type instead of a value from d.ts files (#15029) (8ce0b3c)
  • angular: handle projects without name in angular cli adapter (#15089) (2011e29)
  • angular: support large buffers in angular cli adapter (#15082) (a1a1cda)
  • angular: use sync host when generating code with angular cli schematics (#15137) (891e7e6)
  • angular: write config correctly when using the angular cli adapter (#15133) (61e28c6)
  • core: fix setting of the interactive env var (#15084) (2a76e20)
  • core: misc encapuslated mode fixes (#15075) (804cb95)
  • core: normalize project config paths to properly match them when combining them (#15149) (3b056e5)
  • core: nx plugin cache should load new plugins (#15072) (e575c49)
  • js: do not generate tsconfig.base.json when creating standalone projects (#15099) (71fd015)
  • misc: isCI should return a boolean (2899b3a)
  • node: support custom import paths based on tsconfig when building node apps (#15154) (a45d52e)
  • nx-plugin: local plugin execution should work with ts-node (#15066) (6ff04d5)
  • react: install @​nrwl/webpack when migrating (#15062) (bb51e98)
  • webpack: add babelUpwardRootMode (#15061) (5d54f71)
  • webpack: restore supporting a configuration array (#14977) (2a77436)
  • angular: add routes correctly (#15171) (0f95773)
  • angular: allow boolean usage of the prompts (#15083) (e053e06)
  • bundling: libs generated with @nrwl/js:lib --bundler rollup should build (#15179) (73bc2e1)
  • core: fix lock file parsing issues (#15052) (f71865f)
  • core: generator prompt should not throw in encapsulated mode (#15182) (902f644)
  • core: target project locator should handle node:module imports (#15104) (3b5adfd)
  • core: workspaceRoot/node_modules/.bin should be in path during nx exec (#15165) (7a1bc34)
  • detox: Update rn and expo buildTargets (#15073) (828eff7)
  • js: default build should work when rollup is selected (#14971) (eb977bf)
  • js: refactor ensurePackage (#15074) (fa6e8ea)
  • linter: check for source package.json on banTransitiveDependencies (#15169) (bacd875)
  • misc: remove generator should not warn of nested projects on windows for non-nested-project (#15162) (356ce90)
  • react: fix skipRemotes in moduleFederationDevServer (#14172) (ba73775)

... (truncated)

Commits
  • 92610fe chore(repo): update nx to 15.8.0-beta.7 (#15293)
  • 84fedf3 Revert "chore(repo): update nx to 15.8.0-beta.6" (#15274)
  • 3c50474 chore(repo): update nx to 15.8.0-beta.6 (#15247)
  • fa6e8ea fix(js): refactor ensurePackage (#15074)
  • 8d4855d feat(core): add full dependency information to project graph file dependencie...
  • a97212b feat(core): move tsconfig.base.json to @​nrwl/js:init (#14467)
  • 032efc2 fix(angular): ensure peer deps are installed when initializing the plugin (#1...
  • 1aa9b17 fix(devkit): fix support renaming directories with the tree (#14973)
  • 6b1d0c6 chore(linter): fix non-deterministic snapshots for convert tslint to … (#14905)
  • 94dffd1 fix(testing): verify output info exists (#14598)
  • 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/tree/HEAD/packages/cypress) from 13.7.3 to 15.8.1.
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/15.8.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 dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 1, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Apr 1, 2023

Superseded by #334.

@dependabot dependabot bot closed this Apr 1, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/client/nrwl/cypress-15.8.1 branch April 1, 2023 18:00
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants