Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

build(deps-dev): bump @nrwl/jest from 9.1.2 to 9.2.2 #825

Closed

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps @nrwl/jest from 9.1.2 to 9.2.2.

Release notes

Sourced from @nrwl/jest's releases.

Release 9.2.2

Bug Fixes

  • angular: extend angular version range to anything higher t… (#2785) (3a8748a)
  • core: return single level roots as is without slicing (#2789) (f5c9651)
  • misc: skip jest and cypress configuration when generating… (#2743) (4e4bd6d)
  • nextjs: add missing node-sass dependency when creating a new app with sass (#2795) (ff699ab)
  • nextjs: fix app generation so the correct style module is added and installed (#2791) (d71d799)
  • nextjs: import node_sass only for scss styles (#2797) (567ddc8)
  • nextjs: next config is generated correctly for styled-components and @emotion/styled (#2799) (5e9a583)
  • react: fix build options being overwritten by undefined se… (#2798) (33dc846)
  • testing: add migration for jest to migration.json (#2786) (30a6962)

Release 9.2.1

Bug Fixes

Release 9.2.0

Bug Fixes

  • core: add -d as alias for --dryRun for tao generate (8caff7f)
  • core: ensure dep graph is regenerated when root files change (30282b9)
  • docs: update ng for nx in documentation (#2763) (0f3d14f)
  • misc: add formatting to all migrations (09c4654)
  • storybook: add install after adding @nrwl/storybook (670a5f9)
  • testing: fix cypress headless mode for some versions (e557807)

Features

  • angular: update Angular libraries to version 9.1.0 (49d8ce1)
  • core: enable caching by default (aeb0bdc)
  • docs: update tutorials (4ef43ee)
  • nextjs: add support for custom next config and optimize style enhancer usages (#2727) (27f5234), closes #2490
  • node: add memory limit option (1cc18a7)
  • testing: add option to use babel-jest rather than ts-jest (#2722) (9ad9b2e)
  • testing: update Jest and its dependencies to v25 (0ad6f91)
  • testing: add migration for Jest 25 (b85b8af)

Release 9.1.4

Bug Fixes

  • core: run-one runner doesn't handle --help (ed85bc5)

Release 9.1.3

Bug Fixes

  • angular: changes the styleext setting of the component schematic to style (172c3a5), closes #2475
  • core: filter webpack warnings only instead of full output (#2697) (4fb025b), closes #2696
... (truncated)
Commits
  • 7ba0b1f Release 9.2.2
  • 33dc846 fix(react): fix build options being overwritten by undefined se… (#2798)
  • 5e9a583 fix(nextjs): next config is generated correctly for styled-components and @em...
  • 4e4bd6d fix(misc): skip jest and cypress configuration when generating… (#2743)
  • efae169 cleanup(misc): refactor how installs are added during schematics (#2788)
  • 8549b84 docs(react): fix nextjs doc (#2787)
  • f5c9651 fix(core): return single level roots as is without slicing (#2789)
  • 567ddc8 fix(nextjs): import node_sass only for scss styles (#2797)
  • ff699ab fix(nextjs): add missing node-sass dependency when creating a new app with sa...
  • d71d799 fix(nextjs): fix app generation so the correct style module is added and inst...
  • 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:

  • 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)

@sonarqubecloud
Copy link

sonarqubecloud bot commented Apr 6, 2020

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@github-actions
Copy link

github-actions bot commented Apr 6, 2020

Deploy preview for website ready!

Built with commit a9c6c1c

https://browser-2cjm7ftzw.now.sh

@lukasholzer lukasholzer added the pr: blocked This PR is blocked until a some condition (e.g. follow up issue) is resolved label Apr 6, 2020
@lukasholzer
Copy link
Contributor

lukasholzer commented Apr 6, 2020

All nrwl dependencies should be updated together like all @angular. So The dependable is not capable of updating dependencies in a group:

dependabot/dependabot-core#317
dependabot/dependabot-core#1296

Since those issues are open for a really long time, I would suggest investigating a different tool like renovate or snyk if they are capable of this.

This issue will occur otherwise on every second update.

List of all groups:

Those groups have to be always updated together. They are making more than a third of our dependencies.

  1. @angular-devkit
  2. @angular
  3. @nguniversal
  4. @nrwl

@tomheller
Copy link
Collaborator

Solved by #862

@tomheller tomheller closed this Apr 14, 2020
@dependabot-preview
Copy link
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/nrwl/jest-9.2.2 branch April 14, 2020 07:53
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file pr: blocked This PR is blocked until a some condition (e.g. follow up issue) is resolved
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants