trailheadapps / dreamhouse-lwc

Sample application for Lightning Web Components on Salesforce Platform. Part of the sample gallery. Real estate use case. Get inspired and learn best practices.
https://developer.salesforce.com
Apache License 2.0
382 stars 766 forks source link

Bump eslint-plugin-jest from 24.5.0 to 25.2.2 #357

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps eslint-plugin-jest from 24.5.0 to 25.2.2.

Release notes

Sourced from eslint-plugin-jest's releases.

v25.2.2

25.2.2 (2021-10-17)

Bug Fixes

  • require-hook: check variables are either const or declarations (#959) (ce8cd61)

v25.2.1

25.2.1 (2021-10-15)

Bug Fixes

  • expect-expect: don't error on it.todo & test.todo calls (#954) (d3cc0db)

v25.2.0

25.2.0 (2021-10-14)

Features

  • expect-expect: support additionalTestBlockFunctions option (#850) (3b94c62)

v25.1.0

25.1.0 (2021-10-14)

Features

v25.0.6

25.0.6 (2021-10-14)

Bug Fixes

  • valid-expect-in-promise: allow expect.resolve & expect.reject (#948) (71b7e17), closes #947
  • valid-expect-in-promise: support await in arrays (#949) (a62130c)

v25.0.5

25.0.5 (2021-10-11)

Bug Fixes

  • support @typescript-eslint/eslint-plugin@5 (#942) (9b842a3)

v25.0.4

... (truncated)

Changelog

Sourced from eslint-plugin-jest's changelog.

25.2.2 (2021-10-17)

Bug Fixes

  • require-hook: check variables are either const or declarations (#959) (ce8cd61)

25.2.1 (2021-10-15)

Bug Fixes

  • expect-expect: don't error on it.todo & test.todo calls (#954) (d3cc0db)

25.2.0 (2021-10-14)

Features

  • expect-expect: support additionalTestBlockFunctions option (#850) (3b94c62)

25.1.0 (2021-10-14)

Features

25.0.6 (2021-10-14)

Bug Fixes

  • valid-expect-in-promise: allow expect.resolve & expect.reject (#948) (71b7e17), closes #947
  • valid-expect-in-promise: support await in arrays (#949) (a62130c)

25.0.5 (2021-10-11)

Bug Fixes

  • support @typescript-eslint/eslint-plugin@5 (#942) (9b842a3)

25.0.4 (2021-10-11)

Bug Fixes

  • update @typescript-eslint/experimental-utils to v5 (#941) (afad49a)

... (truncated)

Commits
  • 7ffcf1b chore(release): 25.2.2 [skip ci]
  • 778bd21 chore(require-hook): misc updates (#960)
  • ce8cd61 fix(require-hook): check variables are either const or declarations (#959)
  • 5278fcb chore: bump eslint-plugin-eslint-plugin (#955)
  • 973e2b5 chore(release): 25.2.1 [skip ci]
  • d3cc0db fix(expect-expect): don't error on it.todo & test.todo calls (#954)
  • 34cdbe0 chore(release): 25.2.0 [skip ci]
  • 3b94c62 feat(expect-expect): support additionalTestBlockFunctions option (#850)
  • 0a1d573 chore(release): 25.1.0 [skip ci]
  • 5a9e45f feat: support eslint@8 (#940)
  • 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)
codecov[bot] commented 2 years ago

Codecov Report

Merging #357 (02446d5) into main (fb8e609) will decrease coverage by 3.45%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #357      +/-   ##
==========================================
- Coverage   91.16%   87.70%   -3.46%     
==========================================
  Files          17       13       -4     
  Lines         362      244     -118     
  Branches       15       15              
==========================================
- Hits          330      214     -116     
+ Misses         32       30       -2     
Flag Coverage Δ
Apex ?
LWC 87.70% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...-app/main/default/classes/SampleDataController.cls
...ce-app/main/default/classes/PropertyController.cls
...orce-app/main/default/classes/GeocodingService.cls
force-app/main/default/classes/PagedResult.cls

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update fb8e609...02446d5. Read the comment docs.

github-actions[bot] commented 2 years ago

Ok, no one seems to work on this. Closing it now. 👋

dependabot[bot] commented 2 years ago

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. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

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