Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Bump fetch-mock from 9.11.0 to 12.4.0 #78

Open
wants to merge 1 commit into
base: planted
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

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

Bumps fetch-mock from 9.11.0 to 12.4.0.

Release notes

Sourced from fetch-mock's releases.

fetch-mock: v12.4.0

12.4.0 (2025-02-23)

Features

  • add ability to wait for multiple routes (c3dc9c3)
  • implement waitFor option (5500228)

Bug Fixes

  • clone response before using (2ccf18e)
  • use a promise, no function, to implement waitFor (8783101)

fetch-mock: v12.3.0

12.3.0 (2025-02-04)

Features

  • added overwriteRoutes: true rule to codemods (b3d1468)
  • implemented modifyRoute() method (f62e3d6)
  • implemented removeRoute method (584a861)

Bug Fixes

  • make types for modify route config more accurate (6894569)
  • prevented overwriting stickiness of a route (87f8c9b)

fetch-mock: v12.2.1

12.2.1 (2025-01-28)

Bug Fixes

  • fix failure to spy in browsers (bfaa5f3)

fetch-mock: v12.2.0

12.2.0 (2024-11-15)

Features

  • implement new hardReset method (d7e0776)
  • update codemods to use hardReset() (757d480)

fetch-mock: v12.1.0

12.1.0 (2024-11-08)

... (truncated)

Changelog

Sourced from fetch-mock's changelog.

12.4.0 (2025-02-23)

Features

  • add ability to wait for multiple routes (c3dc9c3)
  • implement waitFor option (5500228)

Bug Fixes

  • clone response before using (2ccf18e)
  • use a promise, no function, to implement waitFor (8783101)

12.3.0 (2025-02-04)

Features

  • added overwriteRoutes: true rule to codemods (b3d1468)
  • implemented modifyRoute() method (f62e3d6)
  • implemented removeRoute method (584a861)

Bug Fixes

  • make types for modify route config more accurate (6894569)
  • prevented overwriting stickiness of a route (87f8c9b)

12.2.1 (2025-01-28)

Bug Fixes

  • fix failure to spy in browsers (bfaa5f3)

12.2.0 (2024-11-15)

Features

  • implement new hardReset method (d7e0776)
  • update codemods to use hardReset() (757d480)

12.1.0 (2024-11-08)

Features

  • fetch-mock: add include: matcher for urls (02f880c)

... (truncated)

Commits
  • b12f1f3 chore: release main
  • 2ccf18e fix: clone response before using
  • f5363a7 test: failing test for #908
  • c3dc9c3 feat: add ability to wait for multiple routes
  • 8783101 fix: use a promise, no function, to implement waitFor
  • 5500228 feat: implement waitFor option
  • a78aa19 test: tests for waitFor
  • 8fe425b chore: release main
  • 92e6e36 test: added tests for chaining modifyRoute
  • b3d1468 feat: added overwriteRoutes: true rule to codemods
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [fetch-mock](https://github.com/wheresrhys/fetch-mock/tree/HEAD/packages/fetch-mock) from 9.11.0 to 12.4.0.
- [Release notes](https://github.com/wheresrhys/fetch-mock/releases)
- [Changelog](https://github.com/wheresrhys/fetch-mock/blob/main/packages/fetch-mock/CHANGELOG.md)
- [Commits](https://github.com/wheresrhys/fetch-mock/commits/fetch-mock-v12.4.0/packages/fetch-mock)

---
updated-dependencies:
- dependency-name: fetch-mock
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 1, 2025
@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 62.98%. Comparing base (562dc9c) to head (bbe5a84).

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff            @@
##           planted      #78   +/-   ##
========================================
  Coverage    62.98%   62.98%           
========================================
  Files          108      108           
  Lines         8343     8343           
========================================
  Hits          5255     5255           
  Misses        2648     2648           
  Partials       440      440           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

# for free to join this conversation on GitHub. Already have an account? # 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.

1 participant