uniquelyparticular / shipengine-request

A Particularly minimal ShipEngine API request library for Node.
https://uniquelyparticular.com
MIT License
1 stars 1 forks source link

chore(deps): update dependency fetch-mock to v10 - autoclosed #207

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
fetch-mock (source) 7.3.3 -> 10.1.1 age adoption passing confidence

Release Notes

wheresrhys/fetch-mock (fetch-mock) ### [`v10.1.1`](https://togithub.com/wheresrhys/fetch-mock/blob/HEAD/packages/fetch-mock/CHANGELOG.md#1011-2024-07-23) [Compare Source](https://togithub.com/wheresrhys/fetch-mock/compare/fetch-mock-v10.1.0...fetch-mock-v10.1.1) ##### Bug Fixes - change module system declaratuions to avoid top level type: module ([ed00140](https://togithub.com/wheresrhys/fetch-mock/commit/ed001407792a12b5fec94013aafccbb4bbb63a87)) ### [`v10.1.0`](https://togithub.com/wheresrhys/fetch-mock/blob/HEAD/packages/fetch-mock/CHANGELOG.md#1010-2024-07-18) [Compare Source](https://togithub.com/wheresrhys/fetch-mock/compare/fetch-mock-v10.0.8...fetch-mock-v10.1.0) ##### Features - **wip:** replace dequal, glob-to-regexp and bump path-to-regexp ([d8d8b25](https://togithub.com/wheresrhys/fetch-mock/commit/d8d8b259fffbd01a03d5c5bf2768ee48797b68bb)) ##### Bug Fixes - failing tests ([65ef567](https://togithub.com/wheresrhys/fetch-mock/commit/65ef5678ba23c53d27f3b165fe25020d96c498db)) - replace path-to-regexp with regexparam ([4bf3e32](https://togithub.com/wheresrhys/fetch-mock/commit/4bf3e32f852ffc169ca354288eff86737e131480)) - wildcard import ([ff9fee6](https://togithub.com/wheresrhys/fetch-mock/commit/ff9fee634db8b019f1384e44d13b4121bc2d62bb)) ### [`v10.0.8`](https://togithub.com/wheresrhys/fetch-mock/blob/HEAD/packages/fetch-mock/CHANGELOG.md#1008-2024-07-15) [Compare Source](https://togithub.com/wheresrhys/fetch-mock/compare/v10.0.7...fetch-mock-v10.0.8) ##### Miscellaneous - rename fetch-mock-legacy directory to fetch-mock ([95fd761](https://togithub.com/wheresrhys/fetch-mock/commit/95fd76115e0bfb979c9ee52a59613a3f52b1a6d6)) - test release please again ([3a9eb12](https://togithub.com/wheresrhys/fetch-mock/commit/3a9eb1292f81c3872bc57e91c6a436cf6fddfb80)) - release 10.0.8 ([7bbbf49](https://togithub.com/wheresrhys/fetch-mock/commit/7bbbf49aaa19e7fe2c97f86452bf153933ed5345)) - remove legacy prepublish step ([3100e5a](https://togithub.com/wheresrhys/fetch-mock/commit/3100e5a659a5436a583e4e56cd668a54b47bfb8f)) ### [`v10.0.7`](https://togithub.com/wheresrhys/fetch-mock/releases/tag/v10.0.7): Make type definitions compatible with ESM and CommonJs [Compare Source](https://togithub.com/wheresrhys/fetch-mock/compare/v10.0.6...v10.0.7) ### [`v10.0.6`](https://togithub.com/wheresrhys/fetch-mock/releases/tag/v10.0.6): Fix type definitions [Compare Source](https://togithub.com/wheresrhys/fetch-mock/compare/v10.0.5...v10.0.6) ### [`v10.0.5`](https://togithub.com/wheresrhys/fetch-mock/releases/tag/v10.0.5): Fix exports [Compare Source](https://togithub.com/wheresrhys/fetch-mock/compare/v10.0.4...v10.0.5) ### [`v10.0.4`](https://togithub.com/wheresrhys/fetch-mock/releases/tag/v10.0.4): Simple API for naming routes [Compare Source](https://togithub.com/wheresrhys/fetch-mock/compare/v10.0.3...v10.0.4) e.g. `.mock('/path', 200, 'my-name')` ### [`v10.0.3`](https://togithub.com/wheresrhys/fetch-mock/releases/tag/v10.0.3): Remove custom aborterror implementation [Compare Source](https://togithub.com/wheresrhys/fetch-mock/compare/v10.0.2...v10.0.3) ### [`v10.0.2`](https://togithub.com/wheresrhys/fetch-mock/releases/tag/v10.0.2): Support matching data URLs [Compare Source](https://togithub.com/wheresrhys/fetch-mock/compare/v10.0.1...v10.0.2) ### [`v10.0.1`](https://togithub.com/wheresrhys/fetch-mock/releases/tag/v10.0.1): Small fixes to types [Compare Source](https://togithub.com/wheresrhys/fetch-mock/compare/v10.0.0...v10.0.1) ### [`v10.0.0`](https://togithub.com/wheresrhys/fetch-mock/releases/tag/v10.0.0): ESM and native fetch [Compare Source](https://togithub.com/wheresrhys/fetch-mock/compare/v9.11.0...v10.0.0) 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`](https://togithub.com/wheresrhys/fetch-mock/releases/tag/v9.11.0): Babel upgrades [Compare Source](https://togithub.com/wheresrhys/fetch-mock/compare/v9.10.10...v9.11.0) In theory, this should not cause anybody any problems ### [`v9.10.10`](https://togithub.com/wheresrhys/fetch-mock/releases/tag/v9.10.10): Fixes various types [Compare Source](https://togithub.com/wheresrhys/fetch-mock/compare/v9.10.7...v9.10.10) ### [`v9.10.7`](https://togithub.com/wheresrhys/fetch-mock/releases/tag/v9.10.7): Refactor routes to be wrapped in a class [Compare Source](https://togithub.com/wheresrhys/fetch-mock/compare/v9.10.6...v9.10.7) ### [`v9.10.6`](https://togithub.com/wheresrhys/fetch-mock/releases/tag/v9.10.6): Fix mocking requests with bodies in safari [Compare Source](https://togithub.com/wheresrhys/fetch-mock/compare/v9.10.5...v9.10.6) Merge pull request [#​585](https://togithub.com/wheresrhys/fetch-mock/issues/585) from lambdalisue/hotfix-584 Patch native fetch on Safari to fix [#​584](https://togithub.com/wheresrhys/fetch-mock/issues/584) ### [`v9.10.5`](https://togithub.com/wheresrhys/fetch-mock/releases/tag/v9.10.5): Make typescript types available when importing the esm build [Compare Source](https://togithub.com/wheresrhys/fetch-mock/compare/v9.10.4...v9.10.5) ### [`v9.10.4`](https://togithub.com/wheresrhys/fetch-mock/releases/tag/v9.10.4): Prevent responses from hanging in node-fetch [Compare Source](https://togithub.com/wheresrhys/fetch-mock/compare/v9.10.3...v9.10.4) ### [`v9.10.3`](https://togithub.com/wheresrhys/fetch-mock/releases/tag/v9.10.3): Add `matchPartialBody` to typings [Compare Source](https://togithub.com/wheresrhys/fetch-mock/compare/v9.10.2...v9.10.3) ### [`v9.10.2`](https://togithub.com/wheresrhys/fetch-mock/releases/tag/v9.10.2): Allow response bodies to be inspected [Compare Source](https://togithub.com/wheresrhys/fetch-mock/compare/v9.10.1...v9.10.2) ### [`v9.10.1`](https://togithub.com/wheresrhys/fetch-mock/releases/tag/v9.10.1): Correct release with response inspection [Compare Source](https://togithub.com/wheresrhys/fetch-mock/compare/v9.10.0...v9.10.1) ### [`v9.10.0`](https://togithub.com/wheresrhys/fetch-mock/releases/tag/v9.10.0): Allow inspecting responses [Compare Source](https://togithub.com/wheresrhys/fetch-mock/compare/v9.9.1...v9.10.0) ### [`v9.9.1`](https://togithub.com/wheresrhys/fetch-mock/compare/v9.9.0...v9.9.1) [Compare Source](https://togithub.com/wheresrhys/fetch-mock/compare/v9.9.0...v9.9.1) ### [`v9.9.0`](https://togithub.com/wheresrhys/fetch-mock/releases/tag/v9.9.0): Full support for coercing objects into query string matchers [Compare Source](https://togithub.com/wheresrhys/fetch-mock/compare/v9.8.0...v9.9.0) ### [`v9.8.0`](https://togithub.com/wheresrhys/fetch-mock/releases/tag/v9.8.0): Added support for multi-value query string matching [Compare Source](https://togithub.com/wheresrhys/fetch-mock/compare/v9.7.0...v9.8.0) ### [`v9.7.0`](https://togithub.com/wheresrhys/fetch-mock/releases/tag/v9.7.0): Added support for sticky routes [Compare Source](https://togithub.com/wheresrhys/fetch-mock/compare/v9.6.0...v9.7.0) ### [`v9.6.0`](https://togithub.com/wheresrhys/fetch-mock/releases/tag/v9.6.0): Non-trivial changes to testing of build targets [Compare Source](https://togithub.com/wheresrhys/fetch-mock/compare/v9.5.1...v9.6.0) ### [`v9.5.1`](https://togithub.com/wheresrhys/fetch-mock/releases/tag/v9.5.1): Null release to overwrite accidental alpha tagged as latest [Compare Source](https://togithub.com/wheresrhys/fetch-mock/compare/v9.5.0...v9.5.1) ### [`v9.5.0`](https://togithub.com/wheresrhys/fetch-mock/releases/tag/v9.5.0): Allow spying on just a single route [Compare Source](https://togithub.com/wheresrhys/fetch-mock/compare/v9.4.0...v9.5.0) ### [`v9.4.0`](https://togithub.com/wheresrhys/fetch-mock/releases/tag/v9.4.0): Export full node-fetch signature [Compare Source](https://togithub.com/wheresrhys/fetch-mock/compare/v9.3.1...v9.4.0) ### [`v9.3.1`](https://togithub.com/wheresrhys/fetch-mock/releases/tag/v9.3.1): Include cheatsheet [Compare Source](https://togithub.com/wheresrhys/fetch-mock/compare/v9.3.0...v9.3.1) ### [`v9.3.0`](https://togithub.com/wheresrhys/fetch-mock/releases/tag/v9.3.0): Allow user defined matchers [Compare Source](https://togithub.com/wheresrhys/fetch-mock/compare/9.2.2...v9.3.0) ### [`v9.2.2`](https://togithub.com/wheresrhys/fetch-mock/releases/tag/9.2.2): Allow empty string responses [Compare Source](https://togithub.com/wheresrhys/fetch-mock/compare/v9.2.1...9.2.2) ### [`v9.2.1`](https://togithub.com/wheresrhys/fetch-mock/releases/tag/v9.2.1): Better readme spiel [Compare Source](https://togithub.com/wheresrhys/fetch-mock/compare/v9.2.0...v9.2.1) ### [`v9.2.0`](https://togithub.com/wheresrhys/fetch-mock/releases/tag/v9.2.0): Shorthand methods to match any fetch call [Compare Source](https://togithub.com/wheresrhys/fetch-mock/compare/v9.1.2...v9.2.0) ### [`v9.1.2`](https://togithub.com/wheresrhys/fetch-mock/releases/tag/v9.1.2): Better description in readme [Compare Source](https://togithub.com/wheresrhys/fetch-mock/compare/v9.1.1...v9.1.2) ### [`v9.1.1`](https://togithub.com/wheresrhys/fetch-mock/releases/tag/v9.1.1): Fixes bug using body matching in inspection methods [Compare Source](https://togithub.com/wheresrhys/fetch-mock/compare/v9.1.0...v9.1.1) ### [`v9.1.0`](https://togithub.com/wheresrhys/fetch-mock/releases/tag/v9.1.0): Implements partial body matching [Compare Source](https://togithub.com/wheresrhys/fetch-mock/compare/v9.0.0...v9.1.0) ### [`v9.0.0`](https://togithub.com/wheresrhys/fetch-mock/releases/tag/v9.0.0): Fix ES modules and handle async body matching [Compare Source](https://togithub.com/wheresrhys/fetch-mock/compare/v8.3.2...v9.0.0) ### [`v8.3.2`](https://togithub.com/wheresrhys/fetch-mock/releases/tag/v8.3.2): Republish readme [Compare Source](https://togithub.com/wheresrhys/fetch-mock/compare/v8.3.1...v8.3.2) ### [`v8.3.1`](https://togithub.com/wheresrhys/fetch-mock/releases/tag/v8.3.1): Fix regression #​493 [Compare Source](https://togithub.com/wheresrhys/fetch-mock/compare/v8.3.0...v8.3.1) ### [`v8.3.0`](https://togithub.com/wheresrhys/fetch-mock/releases/tag/v8.3.0): Accept all matching options in the first parameter [Compare Source](https://togithub.com/wheresrhys/fetch-mock/compare/v8.2.1...v8.3.0) ### [`v8.2.1`](https://togithub.com/wheresrhys/fetch-mock/releases/tag/v8.2.1): Fix linting [Compare Source](https://togithub.com/wheresrhys/fetch-mock/compare/v8.1.0...v8.2.1) ### [`v8.1.0`](https://togithub.com/wheresrhys/fetch-mock/releases/tag/v8.1.0): Add support for a URL instance as a matcher [Compare Source](https://togithub.com/wheresrhys/fetch-mock/compare/v8.0.3...v8.1.0) ### [`v8.0.3`](https://togithub.com/wheresrhys/fetch-mock/releases/tag/v8.0.3): Fix bug #​477 [Compare Source](https://togithub.com/wheresrhys/fetch-mock/compare/v8.0.1...v8.0.3) Shorthand methods such as `get()` were not applying the shorthand options i.e. `{method: 'get'}` when called with an object rather than `matcher`, `response`, `options` triples This release fixes that bug ### [`v8.0.1`](https://togithub.com/wheresrhys/fetch-mock/releases/tag/v8.0.1): Fixes failure to use signal defined directly on Request instance [Compare Source](https://togithub.com/wheresrhys/fetch-mock/compare/v8.0.0...v8.0.1) ### [`v8.0.0`](https://togithub.com/wheresrhys/fetch-mock/releases/tag/v8.0.0): Version 8 [Compare Source](https://togithub.com/wheresrhys/fetch-mock/compare/v7.7.3...v8.0.0) - implements ES modules - hopefully resolves problems with babel-core clashes - adds typescript types - removes the UNMATCHED and MATCHED constants, and no longer exports fetchMock as a property, as well as the default, export - only includes the whatwg-url polyfill in nodejs ### [`v7.7.3`](https://togithub.com/wheresrhys/fetch-mock/releases/tag/v7.7.3): WTF... seriously npm?? [Compare Source](https://togithub.com/wheresrhys/fetch-mock/compare/v7.7.2...v7.7.3) ### [`v7.7.2`](https://togithub.com/wheresrhys/fetch-mock/releases/tag/v7.7.2): Fix build [Compare Source](https://togithub.com/wheresrhys/fetch-mock/compare/v7.7.0...v7.7.2) ### [`v7.7.0`](https://togithub.com/wheresrhys/fetch-mock/releases/tag/v7.7.0): Adds delay option when mocking [Compare Source](https://togithub.com/wheresrhys/fetch-mock/compare/v7.6.0...v7.7.0) ### [`v7.6.0`](https://togithub.com/wheresrhys/fetch-mock/releases/tag/v7.6.0): Allows calling .mock() with no arguments to initialise routeless [Compare Source](https://togithub.com/wheresrhys/fetch-mock/compare/v7.5.1...v7.6.0) ### [`v7.5.1`](https://togithub.com/wheresrhys/fetch-mock/releases/tag/v7.5.1): Fix AbortError construction in non-v8 browsers [Compare Source](https://togithub.com/wheresrhys/fetch-mock/compare/v7.5.0...v7.5.1) ### [`v7.5.0`](https://togithub.com/wheresrhys/fetch-mock/releases/tag/v7.5.0): Adds node-fetch as peer dependency [Compare Source](https://togithub.com/wheresrhys/fetch-mock/compare/v7.4.0...v7.5.0) ### [`v7.4.0`](https://togithub.com/wheresrhys/fetch-mock/releases/tag/v7.4.0): Adds support for matching JSON bodies [Compare Source](https://togithub.com/wheresrhys/fetch-mock/compare/v7.3.9...v7.4.0) ### [`v7.3.9`](https://togithub.com/wheresrhys/fetch-mock/releases/tag/v7.3.9): Use correct constructor for AbortError [Compare Source](https://togithub.com/wheresrhys/fetch-mock/compare/v7.3.8...v7.3.9) ### [`v7.3.8`](https://togithub.com/wheresrhys/fetch-mock/releases/tag/v7.3.8): Use correct constructor for AbortError [Compare Source](https://togithub.com/wheresrhys/fetch-mock/compare/v7.3.7...v7.3.8) ### [`v7.3.7`](https://togithub.com/wheresrhys/fetch-mock/releases/tag/v7.3.7): Fix fallbackToNetwork issue with Requests [Compare Source](https://togithub.com/wheresrhys/fetch-mock/compare/v7.3.6...v7.3.7) ### [`v7.3.6`](https://togithub.com/wheresrhys/fetch-mock/releases/tag/v7.3.6): Fix broken build [Compare Source](https://togithub.com/wheresrhys/fetch-mock/compare/v7.3.3...v7.3.6)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚩 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻ Rebasing: Whenever PR becomes conflicted, 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.