probot / adapter-aws-lambda-serverless

An extension for running Probot on Lambda
ISC License
94 stars 36 forks source link

chore(deps): update dependency fetch-mock to v12 #131

Open renovate[bot] opened 1 month ago

renovate[bot] commented 1 month ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
fetch-mock (source) ^10.0.5 -> ^12.0.0 age adoption passing confidence

Release Notes

wheresrhys/fetch-mock (fetch-mock) ### [`v12.0.2`](https://redirect.github.com/wheresrhys/fetch-mock/blob/HEAD/packages/fetch-mock/CHANGELOG.md#1202-2024-10-28) [Compare Source](https://redirect.github.com/wheresrhys/fetch-mock/compare/fetch-mock-v12.0.1...fetch-mock-v12.0.2) ##### Bug Fixes - allow sending responses with status 0 ([92c06e9](https://redirect.github.com/wheresrhys/fetch-mock/commit/92c06e933fc8bd2e6b1027d1640d657bcf9a49a9)) ### [`v12.0.1`](https://redirect.github.com/wheresrhys/fetch-mock/blob/HEAD/packages/fetch-mock/CHANGELOG.md#1201-2024-10-27) [Compare Source](https://redirect.github.com/wheresrhys/fetch-mock/compare/fetch-mock-v12.0.0...fetch-mock-v12.0.1) ##### Bug Fixes - clearHistory() can deal with unmatched calls ([012e9ca](https://redirect.github.com/wheresrhys/fetch-mock/commit/012e9ca7d03e39e6832f9f40087ec53d6ccc2728)) ### [`v12.0.0`](https://redirect.github.com/wheresrhys/fetch-mock/blob/HEAD/packages/fetch-mock/CHANGELOG.md#1200-2024-10-24) [Compare Source](https://redirect.github.com/wheresrhys/fetch-mock/compare/fetch-mock-v11.1.5...fetch-mock-v12.0.0) ##### āš  BREAKING CHANGES - Replaced legacy fetch-mock code with fetch-mock/core code ##### Features - Replaced legacy fetch-mock code with fetch-mock/core code ([999ce92](https://redirect.github.com/wheresrhys/fetch-mock/commit/999ce9257de6683830c8e70dcda3862c3d13699e)) ### [`v11.1.5`](https://redirect.github.com/wheresrhys/fetch-mock/blob/HEAD/packages/fetch-mock/CHANGELOG.md#1115-2024-09-25) [Compare Source](https://redirect.github.com/wheresrhys/fetch-mock/compare/fetch-mock-v11.1.4...fetch-mock-v11.1.5) ##### Bug Fixes - change export order so default is last ([bc9c41d](https://redirect.github.com/wheresrhys/fetch-mock/commit/bc9c41d04609c40e609e672254df5ff1ddf0cad9)) ### [`v11.1.4`](https://redirect.github.com/wheresrhys/fetch-mock/blob/HEAD/packages/fetch-mock/CHANGELOG.md#1114-2024-09-19) [Compare Source](https://redirect.github.com/wheresrhys/fetch-mock/compare/fetch-mock-v11.1.3...fetch-mock-v11.1.4) ##### Documentation Changes - another occurrence of the cheatsheet ref ([875e4f6](https://redirect.github.com/wheresrhys/fetch-mock/commit/875e4f6bd7b50229b6f83e14075c1a3fcd6210a4)) - fix link to cheatsheet ([33e75b1](https://redirect.github.com/wheresrhys/fetch-mock/commit/33e75b1cd2391c9d4c1c9770c3be4fb771f7f726)) ### [`v11.1.3`](https://redirect.github.com/wheresrhys/fetch-mock/blob/HEAD/packages/fetch-mock/CHANGELOG.md#1113-2024-08-28) [Compare Source](https://redirect.github.com/wheresrhys/fetch-mock/compare/fetch-mock-v11.1.1...fetch-mock-v11.1.3) ##### Bug Fixes - add missing metadata to package.json files ([4ab78b9](https://redirect.github.com/wheresrhys/fetch-mock/commit/4ab78b9429a376230da2ce57bd320031c53f06ef)) ### [`v11.1.1`](https://redirect.github.com/wheresrhys/fetch-mock/blob/HEAD/packages/fetch-mock/CHANGELOG.md#1111-2024-08-13) [Compare Source](https://redirect.github.com/wheresrhys/fetch-mock/compare/fetch-mock-v11.1.0...fetch-mock-v11.1.1) ##### Bug Fixes - roll back to glob-to-regexp ([b114124](https://redirect.github.com/wheresrhys/fetch-mock/commit/b11412452ed376ab2e20e03a51f0dc1de1dcdb90)) ### [`v11.1.0`](https://redirect.github.com/wheresrhys/fetch-mock/blob/HEAD/packages/fetch-mock/CHANGELOG.md#1110-2024-08-10) [Compare Source](https://redirect.github.com/wheresrhys/fetch-mock/compare/fetch-mock-v11.0.2...fetch-mock-v11.1.0) ##### Features - remove debug mode from fetch-mock ([89890b6](https://redirect.github.com/wheresrhys/fetch-mock/commit/89890b6ec39077b769617f02bdf5de7b971fc52c)) ### [`v11.0.2`](https://redirect.github.com/wheresrhys/fetch-mock/blob/HEAD/packages/fetch-mock/CHANGELOG.md#1102-2024-08-08) [Compare Source](https://redirect.github.com/wheresrhys/fetch-mock/compare/fetch-mock-v11.0.1...fetch-mock-v11.0.2) ##### Bug Fixes - add license file to each package ([9b36f89](https://redirect.github.com/wheresrhys/fetch-mock/commit/9b36f892ed19cd381b1f8ebbd94a28773637b9ec)) ### [`v11.0.1`](https://redirect.github.com/wheresrhys/fetch-mock/blob/HEAD/packages/fetch-mock/CHANGELOG.md#1101-2024-08-08) [Compare Source](https://redirect.github.com/wheresrhys/fetch-mock/compare/fetch-mock-v11.0.0...fetch-mock-v11.0.1) ##### Bug Fixes - fixes importimng into .mts files ([98ad40e](https://redirect.github.com/wheresrhys/fetch-mock/commit/98ad40ee5351f1f2f16edf1bbcc626ce94d0d629)) ### [`v11.0.0`](https://redirect.github.com/wheresrhys/fetch-mock/blob/HEAD/packages/fetch-mock/CHANGELOG.md#1100-2024-08-03) [Compare Source](https://redirect.github.com/wheresrhys/fetch-mock/compare/fetch-mock-v10.1.1...fetch-mock-v11.0.0) ##### āš  BREAKING CHANGES - force fetch-mock major release ##### Bug Fixes - force fetch-mock major release ([1b31416](https://redirect.github.com/wheresrhys/fetch-mock/commit/1b314167607b15887feba2f6124a9af9cca81c47)) ### [`v10.1.1`](https://redirect.github.com/wheresrhys/fetch-mock/blob/HEAD/packages/fetch-mock/CHANGELOG.md#1011-2024-07-23) [Compare Source](https://redirect.github.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://redirect.github.com/wheresrhys/fetch-mock/commit/ed001407792a12b5fec94013aafccbb4bbb63a87)) ### [`v10.1.0`](https://redirect.github.com/wheresrhys/fetch-mock/blob/HEAD/packages/fetch-mock/CHANGELOG.md#1010-2024-07-18) [Compare Source](https://redirect.github.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://redirect.github.com/wheresrhys/fetch-mock/commit/d8d8b259fffbd01a03d5c5bf2768ee48797b68bb)) ##### Bug Fixes - failing tests ([65ef567](https://redirect.github.com/wheresrhys/fetch-mock/commit/65ef5678ba23c53d27f3b165fe25020d96c498db)) - replace path-to-regexp with regexparam ([4bf3e32](https://redirect.github.com/wheresrhys/fetch-mock/commit/4bf3e32f852ffc169ca354288eff86737e131480)) - wildcard import ([ff9fee6](https://redirect.github.com/wheresrhys/fetch-mock/commit/ff9fee634db8b019f1384e44d13b4121bc2d62bb)) ### [`v10.0.8`](https://redirect.github.com/wheresrhys/fetch-mock/blob/HEAD/packages/fetch-mock/CHANGELOG.md#1008-2024-07-15) [Compare Source](https://redirect.github.com/wheresrhys/fetch-mock/compare/v10.0.7...fetch-mock-v10.0.8) ##### Miscellaneous - rename fetch-mock-legacy directory to fetch-mock ([95fd761](https://redirect.github.com/wheresrhys/fetch-mock/commit/95fd76115e0bfb979c9ee52a59613a3f52b1a6d6)) - test release please again ([3a9eb12](https://redirect.github.com/wheresrhys/fetch-mock/commit/3a9eb1292f81c3872bc57e91c6a436cf6fddfb80)) - release 10.0.8 ([7bbbf49](https://redirect.github.com/wheresrhys/fetch-mock/commit/7bbbf49aaa19e7fe2c97f86452bf153933ed5345)) - remove legacy prepublish step ([3100e5a](https://redirect.github.com/wheresrhys/fetch-mock/commit/3100e5a659a5436a583e4e56cd668a54b47bfb8f)) ### [`v10.0.7`](https://redirect.github.com/wheresrhys/fetch-mock/releases/tag/v10.0.7): Make type definitions compatible with ESM and CommonJs [Compare Source](https://redirect.github.com/wheresrhys/fetch-mock/compare/v10.0.6...v10.0.7) ### [`v10.0.6`](https://redirect.github.com/wheresrhys/fetch-mock/releases/tag/v10.0.6): Fix type definitions [Compare Source](https://redirect.github.com/wheresrhys/fetch-mock/compare/v10.0.5...v10.0.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.