Update dependency fetch-mock to v12#910
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
f5d0781 to
120fd3f
Compare
120fd3f to
02440c2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^6.4.2→^12.0.0Release Notes
wheresrhys/fetch-mock (fetch-mock)
v12.6.0Compare Source
Features
Documentation Changes
v12.5.6Compare Source
Bug Fixes
v12.5.5Compare Source
Bug Fixes
v12.5.4Compare Source
Bug Fixes
v12.5.3Compare Source
Bug Fixes
v12.5.2Compare Source
Bug Fixes
v12.5.1Compare Source
Bug Fixes
v12.4.0Compare Source
Features
Bug Fixes
v12.3.0Compare Source
Features
Bug Fixes
v12.2.1Compare Source
Bug Fixes
v12.2.0Compare Source
Features
v12.1.0Compare Source
Features
v12.0.2Compare Source
Bug Fixes
v12.0.1Compare Source
Bug Fixes
v12.0.0Compare Source
⚠ BREAKING CHANGES
Features
v11.1.5: fetch-mock: v11.1.5Compare Source
Bug Fixes
v11.1.4: fetch-mock: v11.1.4Compare Source
Documentation Changes
v11.1.3: fetch-mock: v11.1.3Compare Source
Bug Fixes
v11.1.1: fetch-mock: v11.1.1Compare Source
Bug Fixes
v11.1.0: fetch-mock: v11.1.0Compare Source
Features
v11.0.2: fetch-mock: v11.0.2Compare Source
Bug Fixes
v11.0.1: fetch-mock: v11.0.1Compare Source
Bug Fixes
v11.0.0: fetch-mock: v11.0.0Compare Source
⚠ BREAKING CHANGES
Bug Fixes
v10.1.1: fetch-mock: v10.1.1Compare Source
Bug Fixes
v10.1.0: fetch-mock: v10.1.0Compare Source
Features
Bug Fixes
v10.0.8: fetch-mock: v10.0.8Compare Source
Bug Fixes
Miscellaneous
v10.0.7: Make type definitions compatible with ESM and CommonJsCompare Source
v10.0.6: Fix type definitionsCompare Source
v10.0.5: Fix exportsCompare Source
v10.0.4: Simple API for naming routesCompare Source
e.g.
.mock('/path', 200, 'my-name')v10.0.3: Remove custom aborterror implementationCompare Source
v10.0.2: Support matching data URLsCompare Source
v10.0.1: Small fixes to typesCompare Source
v10.0.0: ESM and native fetchCompare Source
A major rewrite to use ESM modules and default to using native fetch in all environments
Other than that the API remains unchanged
v9.11.0: Babel upgradesCompare Source
In theory, this should not cause anybody any problems
v9.10.10: Fixes various typesCompare Source
v9.10.7: Refactor routes to be wrapped in a classCompare Source
v9.10.6: Fix mocking requests with bodies in safariCompare Source
Merge pull request #585 from lambdalisue/hotfix-584
Patch native fetch on Safari to fix #584
v9.10.5: Make typescript types available when importing the esm buildCompare Source
v9.10.4: Prevent responses from hanging in node-fetchCompare Source
v9.10.3: AddmatchPartialBodyto typingsCompare Source
v9.10.2: Allow response bodies to be inspectedCompare Source
v9.10.1: Correct release with response inspectionCompare Source
v9.10.0: Allow inspecting responsesCompare Source
v9.9.1Compare Source
v9.9.0: Full support for coercing objects into query string matchersCompare Source
v9.8.0: Added support for multi-value query string matchingCompare Source
v9.7.0: Added support for sticky routesCompare Source
v9.6.0: Non-trivial changes to testing of build targetsCompare Source
v9.5.1: Null release to overwrite accidental alpha tagged as latestCompare Source
v9.5.0: Allow spying on just a single routeCompare Source
v9.4.0: Export full node-fetch signatureCompare Source
v9.3.1: Include cheatsheetCompare Source
v9.3.0: Allow user defined matchersCompare Source
v9.2.2: Allow empty string responsesCompare Source
v9.2.1: Better readme spielCompare Source
v9.2.0: Shorthand methods to match any fetch callCompare Source
v9.1.2: Better description in readmeCompare Source
v9.1.1: Fixes bug using body matching in inspection methodsCompare Source
v9.1.0: Implements partial body matchingCompare Source
v9.0.0: Fix ES modules and handle async body matchingCompare Source
v8.3.2: Republish readmeCompare Source
v8.3.1: Fix regression #493Compare Source
v8.3.0: Accept all matching options in the first parameterCompare Source
v8.2.1: Fix lintingCompare Source
v8.1.0: Add support for a URL instance as a matcherCompare Source
v8.0.3: Fix bug #477Compare Source
Shorthand methods such as
get()were not applying the shorthand options i.e.{method: 'get'}when called with an object rather thanmatcher,response,optionstriplesThis release fixes that bug
v8.0.1: Fixes failure to use signal defined directly on Request instanceCompare Source
v8.0.0: Version 8Compare Source
v7.7.3: WTF... seriously npm??Compare Source
v7.7.2: Fix buildCompare Source
v7.7.0: Adds delay option when mockingCompare Source
v7.6.0: Allows calling .mock() with no arguments to initialise routelessCompare Source
v7.5.1: Fix AbortError construction in non-v8 browsersCompare Source
v7.5.0: Adds node-fetch as peer dependencyCompare Source
v7.4.0: Adds support for matching JSON bodiesCompare Source
v7.3.9: Use correct constructor for AbortErrorCompare Source
v7.3.8: Use correct constructor for AbortErrorCompare Source
v7.3.7: Fix fallbackToNetwork issue with RequestsCompare Source
v7.3.6: Fix broken buildCompare Source
v7.3.3: Allow overwriting routes when only method is differentCompare Source
v7.3.1: Respect the loglevel for postinstallCompare Source
v7.3.0: Allows using function matchers alongside declarative matchersCompare Source
v7.2.8: Remove karma prod depCompare Source
v7.2.7: Fix buildCompare Source
v7.2.5: Clearer and more consistent naming of internalsCompare Source
v7.2.4: Fixes building responses from Request instance bodiesCompare Source
v7.2.3: Update charity link and minor refactoringCompare Source
v7.2.2Compare Source
v7.2.1: Support path parameter matching for absolute urlsCompare Source
v7.2.0: Remove node-fetch peer depeendencyCompare Source
v7.1.0: Adds support for abort signalsCompare Source
v7.0.8: Fix for https://github.com/wheresrhys/fetch-mock/issues/375Compare Source
v7.0.7: route names can contain capitalsCompare Source
v7.0.6: express: matcher supports absolute urlsCompare Source
v7.0.5: really fix buildCompare Source
v7.0.2: Removed superfluous treatment of non w3c PromisesCompare Source
v7.0.1: Remove beta tester prompt from readmeCompare Source
v7.0.0: Version 7Compare Source
Changelog and upgrade guide: https://github.com/wheresrhys/fetch-mock/blob/master/docs/v6-v7-upgrade-guide.md
Configuration
📅 Schedule: (in timezone Europe/London)
* 16-19 * * 1-5)* 14-18 * * 1-4)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.