julianlam / nodebb-plugin-emailer-mailgun

An emailer plugin for NodeBB using Mailgun as a third party service
9 stars 7 forks source link

fix(deps): update dependency mailgun.js to v7 - autoclosed #46

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mailgun.js ^4.0.0 -> ^7.0.0 age adoption passing confidence

Release Notes

mailgun/mailgun.js ### [`v7.0.4`](https://togithub.com/mailgun/mailgun.js/blob/HEAD/CHANGELOG.md#​704-httpsgithubcommailgunmailgunjscomparev703v704-2022-07-07) [Compare Source](https://togithub.com/mailgun/mailgun.js/compare/v7.0.3...v7.0.4) ### [`v7.0.3`](https://togithub.com/mailgun/mailgun.js/blob/HEAD/CHANGELOG.md#​703-httpsgithubcommailgunmailgunjscomparev702v703-2022-06-30) [Compare Source](https://togithub.com/mailgun/mailgun.js/compare/v7.0.2...v7.0.3) ### [`v7.0.2`](https://togithub.com/mailgun/mailgun.js/blob/HEAD/CHANGELOG.md#​702-httpsgithubcommailgunmailgunjscomparev701v702-2022-06-14) [Compare Source](https://togithub.com/mailgun/mailgun.js/compare/v7.0.1...v7.0.2) ### [`v7.0.1`](https://togithub.com/mailgun/mailgun.js/blob/HEAD/CHANGELOG.md#​701-httpsgithubcommailgunmailgunjscomparev700v701-2022-06-10) [Compare Source](https://togithub.com/mailgun/mailgun.js/compare/v7.0.0...v7.0.1) ### [`v7.0.0`](https://togithub.com/mailgun/mailgun.js/blob/HEAD/CHANGELOG.md#​700-httpsgithubcommailgunmailgunjscomparev601v700-2022-05-19) [Compare Source](https://togithub.com/mailgun/mailgun.js/compare/v6.0.1...v7.0.0) ##### ⚠ BREAKING CHANGES - Replaced ky with axios ##### Features - Fix tests. Improve error handling ([063e3ee](https://togithub.com/mailgun/mailgun.js/commits/063e3eedcd7d55b59bd32e521aa053be0a8d3101)) ##### Bug Fixes - Correct handling of options body. Add header for form-data ([e2e210d](https://togithub.com/mailgun/mailgun.js/commits/e2e210d919ca1a68d76ed4c4aa93cc1178f6ebba)) - Corrected test to check body and not improper status code ([d11cd39](https://togithub.com/mailgun/mailgun.js/commits/d11cd39a1316c34bac0bc437bb43d4f8797cd3bd)) - Refactored ky usage with axios ([df4da91](https://togithub.com/mailgun/mailgun.js/commits/df4da916f10a0653d1a7e3ed8243f02bd3b824e1)) - Removed console.log ([b4e21c7](https://togithub.com/mailgun/mailgun.js/commits/b4e21c74b218f92a8292237aa8fe8b2af91b4b81)) ##### Other changes - Update docs and readme ([1ccaeac](https://togithub.com/mailgun/mailgun.js/commits/1ccaeaca4ed954985b2ee9a0c0e7666c2f8f6b0f)) ##### Breaking changes - Replaced ky with axios ([142bb7a](https://togithub.com/mailgun/mailgun.js/commits/142bb7ada1671c31a636d89efd7ffc62afaf3671)) ##### [6.0.1](https://togithub.com/mailgun/mailgun.js/compare/v6.0.0...v6.0.1) (2022-05-10) ##### Bug Fixes - Remove file property handling as a file ([d1a8a14](https://togithub.com/mailgun/mailgun.js/commits/d1a8a14eb5b12ca38772f9414e068fd49a011bad)) ##### Other changes - Update tests ([52e443c](https://togithub.com/mailgun/mailgun.js/commits/52e443c20bd57c36e1b50aa1b8d930e160370ab6)) ### [`v6.0.1`](https://togithub.com/mailgun/mailgun.js/blob/HEAD/CHANGELOG.md#​601-httpsgithubcommailgunmailgunjscomparev600v601-2022-05-10) [Compare Source](https://togithub.com/mailgun/mailgun.js/compare/v6.0.0...v6.0.1) ### [`v6.0.0`](https://togithub.com/mailgun/mailgun.js/blob/HEAD/CHANGELOG.md#​600-httpsgithubcommailgunmailgunjscomparev522v600-2022-05-06) [Compare Source](https://togithub.com/mailgun/mailgun.js/compare/v5.2.2...v6.0.0) ##### ⚠ BREAKING CHANGES - Update ip-pools client responses body shapes. Refactor of request.ts file ##### Breaking changes - Update ip-pools client responses body shapes. Refactor of request.ts file ([0595d62](https://togithub.com/mailgun/mailgun.js/commits/0595d62eeba66caa98b19b048425385db982d2f0)) ##### Other changes - Add tests ([8590989](https://togithub.com/mailgun/mailgun.js/commits/859098970b21b84a1085cb8cf967db769f28ed0f)) ##### [5.2.2](https://togithub.com/mailgun/mailgun.js/compare/v5.2.1...v5.2.2) (2022-04-22) ##### Bug Fixes - Fix parsing of a response body with json data ([d57671f](https://togithub.com/mailgun/mailgun.js/commits/d57671f0b0af0c24e64684697e3f5d9001fa43cd)) - Update message type. Update readme file ([dd22ec0](https://togithub.com/mailgun/mailgun.js/commits/dd22ec0588b7ddcf04f2f96f6b109502446f766c)) - Update query parameter type for events get method ([1705a1f](https://togithub.com/mailgun/mailgun.js/commits/1705a1f34f855d53471548646dda44dbdd0d6338)) - Update response handler to support string response ([6e0f305](https://togithub.com/mailgun/mailgun.js/commits/6e0f3053e2ffe9dec25dd6fa8cfe19140be626ad)) ##### [5.2.1](https://togithub.com/mailgun/mailgun.js/compare/v5.2.0...v5.2.1) (2022-04-14) ##### Bug Fixes - Remove invalid StatsEvent types ([61ac971](https://togithub.com/mailgun/mailgun.js/commits/61ac97132c384d493f84784a5daae91831bccf75)) ### [`v5.2.2`](https://togithub.com/mailgun/mailgun.js/blob/HEAD/CHANGELOG.md#​522-httpsgithubcommailgunmailgunjscomparev521v522-2022-04-22) [Compare Source](https://togithub.com/mailgun/mailgun.js/compare/v5.2.1...v5.2.2) ### [`v5.2.1`](https://togithub.com/mailgun/mailgun.js/blob/HEAD/CHANGELOG.md#​521-httpsgithubcommailgunmailgunjscomparev520v521-2022-04-14) [Compare Source](https://togithub.com/mailgun/mailgun.js/compare/v5.2.0...v5.2.1) ### [`v5.2.0`](https://togithub.com/mailgun/mailgun.js/blob/HEAD/CHANGELOG.md#​520-httpsgithubcommailgunmailgunjscomparev510v520-2022-04-11) [Compare Source](https://togithub.com/mailgun/mailgun.js/compare/v5.1.0...v5.2.0) ##### Features - Add validation methods to mailing list client ([224790c](https://togithub.com/mailgun/mailgun.js/commits/224790c4c20466a2203856d703b51e7d4a03a195)) ### [`v5.1.0`](https://togithub.com/mailgun/mailgun.js/blob/HEAD/CHANGELOG.md#​510-httpsgithubcommailgunmailgunjscomparev505v510-2022-04-08) [Compare Source](https://togithub.com/mailgun/mailgun.js/compare/v5.0.5...v5.1.0) ##### Features - Add verify method to domains ([dd65f7b](https://togithub.com/mailgun/mailgun.js/commits/dd65f7b50930d4c34f1503ed4b87e0f4b8829b37)) ##### [5.0.5](https://togithub.com/mailgun/mailgun.js/compare/v5.0.4...v5.0.5) (2022-03-31) ##### Bug Fixes - Add types to message create method ([5c31628](https://togithub.com/mailgun/mailgun.js/commits/5c31628f7adbafbfb8fb7283076b64448d10226d)) ##### [5.0.4](https://togithub.com/mailgun/mailgun.js/compare/v5.0.3...v5.0.4) (2022-03-29) ##### Bug Fixes - Remove dts-bundle dependency. Add package.json to dist ([94cfd56](https://togithub.com/mailgun/mailgun.js/commits/94cfd561908317c897d6764e2bbb9fed8b8bd854)) - Update postchangelog command ([08439c8](https://togithub.com/mailgun/mailgun.js/commits/08439c835ca4f5757cff8d52ec588288892817f7)) ##### [5.0.3](https://togithub.com/mailgun/mailgun.js/compare/v5.0.2...v5.0.3) (2022-03-23) ##### Bug Fixes - Remove deprecated url package ([406eb56](https://togithub.com/mailgun/mailgun.js/commits/406eb56916bd52ca8e3d9b1ffacf419d42db5a86)) - TypeError -> mailgun_js\_1.default is not a constructor ([ff91333](https://togithub.com/mailgun/mailgun.js/commits/ff91333c3f34434c54e993da62a61dc38d6196f4)) - Update DomainsQuery interface for mg.domains.list ([b55eb52](https://togithub.com/mailgun/mailgun.js/commits/b55eb52c18eb6d81dd3e6fcb991a8b7b5a75a4ab)) - Update get method in Domain templates client interface to have an optional parameter ([12868a8](https://togithub.com/mailgun/mailgun.js/commits/12868a88e5465d4f3dcb3e3797522c7b4fc552a0)) ##### Other changes - Update webpack release config ([240038a](https://togithub.com/mailgun/mailgun.js/commits/240038a180eb0ad6a704bf24ed01e3c241bef5d5)) ##### [5.0.2](https://togithub.com/mailgun/mailgun.js/compare/v5.0.1...v5.0.2) (2022-03-14) ##### Bug Fixes - Make `StatsQuery` interface properties optional, add `StatsEvent` type ([91a2d6a](https://togithub.com/mailgun/mailgun.js/commits/91a2d6ae22f2c9cb86ee64ccab636d23926bb6d1)) ##### [5.0.1](https://togithub.com/mailgun/mailgun.js/compare/v5.0.0...v5.0.1) (2022-02-23) ##### Bug Fixes - Resolve ts strict mode issues ([473f6a2](https://togithub.com/mailgun/mailgun.js/commits/473f6a2909bfa72e9d779d1233485767eac6f323)) ### [`v5.0.5`](https://togithub.com/mailgun/mailgun.js/blob/HEAD/CHANGELOG.md#​505-httpsgithubcommailgunmailgunjscomparev504v505-2022-03-31) [Compare Source](https://togithub.com/mailgun/mailgun.js/compare/v5.0.4...v5.0.5) ### [`v5.0.4`](https://togithub.com/mailgun/mailgun.js/blob/HEAD/CHANGELOG.md#​504-httpsgithubcommailgunmailgunjscomparev503v504-2022-03-29) [Compare Source](https://togithub.com/mailgun/mailgun.js/compare/v5.0.3...v5.0.4) ### [`v5.0.3`](https://togithub.com/mailgun/mailgun.js/blob/HEAD/CHANGELOG.md#​503-httpsgithubcommailgunmailgunjscomparev502v503-2022-03-23) [Compare Source](https://togithub.com/mailgun/mailgun.js/compare/v5.0.2...v5.0.3) ### [`v5.0.2`](https://togithub.com/mailgun/mailgun.js/blob/HEAD/CHANGELOG.md#​502-httpsgithubcommailgunmailgunjscomparev501v502-2022-03-14) [Compare Source](https://togithub.com/mailgun/mailgun.js/compare/v5.0.1...v5.0.2) ### [`v5.0.1`](https://togithub.com/mailgun/mailgun.js/blob/HEAD/CHANGELOG.md#​501-httpsgithubcommailgunmailgunjscomparev500v501-2022-02-23) [Compare Source](https://togithub.com/mailgun/mailgun.js/compare/v5.0.0...v5.0.1) ### [`v5.0.0`](https://togithub.com/mailgun/mailgun.js/blob/HEAD/CHANGELOG.md#​500-httpsgithubcommailgunmailgunjscomparev422v500-2022-02-23) [Compare Source](https://togithub.com/mailgun/mailgun.js/compare/v4.2.3...v5.0.0) ##### ⚠ BREAKING CHANGES - Concatenation of d.ts files into one. Change import path for types ##### Bug Fixes - Remove redundant log ([49e9e40](https://togithub.com/mailgun/mailgun.js/commits/49e9e409078a9e520745fb054bcbd89c74b272c5)) - Remove redundant log ([b088f8e](https://togithub.com/mailgun/mailgun.js/commits/b088f8e7db2f0e4fa086cfbb6143c795abfb6d05)) ##### Other changes - Move index.ts file to lib folder ([2592c68](https://togithub.com/mailgun/mailgun.js/commits/2592c68e8368505b56c29dcf0ff13b338205a045)) ##### Breaking changes - Concatenation of d.ts files into one. Change import path for types ([d27db87](https://togithub.com/mailgun/mailgun.js/commits/d27db87e4f1c08caa68b9719eb17329d94a2a717)) ##### [4.2.3](https://togithub.com/mailgun/mailgun.js/compare/v4.2.2...v4.2.3) (2022-02-23) ##### Bug Fixes - Remove redundant log ([b088f8e](https://togithub.com/mailgun/mailgun.js/commits/b088f8e7db2f0e4fa086cfbb6143c795abfb6d05)) ##### [4.2.2](https://togithub.com/mailgun/mailgun.js/compare/v4.2.1...v4.2.2) (2022-02-16) ##### Bug Fixes - Remove reduntant console.log ([3e138dd](https://togithub.com/mailgun/mailgun.js/commits/3e138ddc5a80dbe9e7a2e424c8095820ebc0fb3f)) ##### [4.2.1](https://togithub.com/mailgun/mailgun.js/compare/v4.2.0...v4.2.1) (2022-02-04) ##### Bug Fixes - Remove redundant logs ([27142a0](https://togithub.com/mailgun/mailgun.js/commits/27142a0f0af6bbb18463a46c50f36dce66f85ad5)) ##### Other changes - Update readme ([ea795e6](https://togithub.com/mailgun/mailgun.js/commits/ea795e62eea82d575907691a570f867b863c0fb9)) ### [`v4.2.3`](https://togithub.com/mailgun/mailgun.js/blob/HEAD/CHANGELOG.md#​423-httpsgithubcommailgunmailgunjscomparev422v423-2022-02-23) [Compare Source](https://togithub.com/mailgun/mailgun.js/compare/v4.2.2...v4.2.3) ### [`v4.2.2`](https://togithub.com/mailgun/mailgun.js/blob/HEAD/CHANGELOG.md#​422-httpsgithubcommailgunmailgunjscomparev421v422-2022-02-16) [Compare Source](https://togithub.com/mailgun/mailgun.js/compare/v4.2.1...v4.2.2) ### [`v4.2.1`](https://togithub.com/mailgun/mailgun.js/blob/HEAD/CHANGELOG.md#​421-httpsgithubcommailgunmailgunjscomparev420v421-2022-02-04) [Compare Source](https://togithub.com/mailgun/mailgun.js/compare/v4.2.0...v4.2.1) ### [`v4.2.0`](https://togithub.com/mailgun/mailgun.js/blob/HEAD/CHANGELOG.md#​420-httpsgithubcommailgunmailgunjscomparev416v420-2022-02-02) [Compare Source](https://togithub.com/mailgun/mailgun.js/compare/v4.1.6...v4.2.0) ##### Features - Add domains tags functionality ([6cc41e3](https://togithub.com/mailgun/mailgun.js/commits/6cc41e30f20f70d9dc4a4ec247a600e553d706f4)) ##### Other changes - Add tests for new functionality ([e741689](https://togithub.com/mailgun/mailgun.js/commits/e741689123de9648c35eee4e31f95bb38b86aa78)) ##### [4.1.6](https://togithub.com/mailgun/mailgun.js/compare/v4.1.5...v4.1.6) (2022-01-24) ##### Bug Fixes - Update "mocha" to fix "nanoid" dependency ([4e122cf](https://togithub.com/mailgun/mailgun.js/commits/4e122cffc6d35967bf70380a9003938949a6f442)) - Update "typedoc" version to fix "marked" version ([a84a252](https://togithub.com/mailgun/mailgun.js/commits/a84a25231e877313c2756cefd89da64d98065196)) ##### Other changes - Recompile documentation ([f068746](https://togithub.com/mailgun/mailgun.js/commits/f0687462e35c237909fbf133a0c563da4a87f6bd)) ##### [4.1.5](https://togithub.com/mailgun/mailgun.js/compare/v4.1.4...v4.1.5) (2022-01-24) ##### [4.1.4](https://togithub.com/mailgun/mailgun.js/compare/v4.1.3...v4.1.4) (2021-12-23) ##### Bug Fixes - Add query parameter for the get method in domain templates client ([5aa5cb1](https://togithub.com/mailgun/mailgun.js/commits/5aa5cb1d5cbc3e23f9e65f8fbf41350dfd7cd435)) ##### [4.1.3](https://togithub.com/mailgun/mailgun.js/compare/v4.1.2...v4.1.3) (2021-12-23) ##### [4.1.2](https://togithub.com/mailgun/mailgun.js/compare/v4.1.1...v4.1.2) (2021-12-14) ##### Bug Fixes - Update stats methods to allow an array of events ([#​216](https://togithub.com/mailgun/mailgun.js/issues/216)) ([3b0fc41](https://togithub.com/mailgun/mailgun.js/commits/3b0fc411a4fa34a27cfd255a914adb17499f3af6)) ##### [4.1.1](https://togithub.com/mailgun/mailgun.js/compare/v4.1.0...v4.1.1) (2021-12-13) ##### Bug Fixes - Ip_pools create and update methods fix ([#​215](https://togithub.com/mailgun/mailgun.js/issues/215)) ([eb1830d](https://togithub.com/mailgun/mailgun.js/commits/eb1830de472737c0b3dc6a4cb8856f73b52d20c2)) ### [`v4.1.6`](https://togithub.com/mailgun/mailgun.js/blob/HEAD/CHANGELOG.md#​416-httpsgithubcommailgunmailgunjscomparev415v416-2022-01-24) [Compare Source](https://togithub.com/mailgun/mailgun.js/compare/v4.1.5...v4.1.6) ### [`v4.1.5`](https://togithub.com/mailgun/mailgun.js/blob/HEAD/CHANGELOG.md#​415-httpsgithubcommailgunmailgunjscomparev414v415-2022-01-24) [Compare Source](https://togithub.com/mailgun/mailgun.js/compare/v4.1.4...v4.1.5) ### [`v4.1.4`](https://togithub.com/mailgun/mailgun.js/blob/HEAD/CHANGELOG.md#​414-httpsgithubcommailgunmailgunjscomparev413v414-2021-12-23) [Compare Source](https://togithub.com/mailgun/mailgun.js/compare/v4.1.3...v4.1.4) ### [`v4.1.3`](https://togithub.com/mailgun/mailgun.js/blob/HEAD/CHANGELOG.md#​413-httpsgithubcommailgunmailgunjscomparev412v413-2021-12-23) [Compare Source](https://togithub.com/mailgun/mailgun.js/compare/v4.1.2...v4.1.3) ### [`v4.1.2`](https://togithub.com/mailgun/mailgun.js/blob/HEAD/CHANGELOG.md#​412-httpsgithubcommailgunmailgunjscomparev411v412-2021-12-14) [Compare Source](https://togithub.com/mailgun/mailgun.js/compare/v4.1.1...v4.1.2) ### [`v4.1.1`](https://togithub.com/mailgun/mailgun.js/blob/HEAD/CHANGELOG.md#​411-httpsgithubcommailgunmailgunjscomparev410v411-2021-12-13) [Compare Source](https://togithub.com/mailgun/mailgun.js/compare/v4.1.0...v4.1.1) ### [`v4.1.0`](https://togithub.com/mailgun/mailgun.js/blob/HEAD/CHANGELOG.md#​410-httpsgithubcommailgunmailgunjscomparev401v410-2021-11-30) [Compare Source](https://togithub.com/mailgun/mailgun.js/compare/v4.0.1...v4.1.0) ##### Features - Add support of whitelists into suppressions client ([#​214](https://togithub.com/mailgun/mailgun.js/issues/214)) ([1e4fb84](https://togithub.com/mailgun/mailgun.js/commits/1e4fb84d2528751a9c2dddd1599d2bc0e12b1fdd)) ##### [4.0.1](https://togithub.com/mailgun/mailgun.js/compare/v4.0.0...v4.0.1) (2021-11-25) ##### Bug Fixes - Fixes handling of mime messages ([#​213](https://togithub.com/mailgun/mailgun.js/issues/213)) ([ad43490](https://togithub.com/mailgun/mailgun.js/commits/ad43490a562b95cb77e38cb66f71ef13a4da8331)) ### [`v4.0.1`](https://togithub.com/mailgun/mailgun.js/blob/HEAD/CHANGELOG.md#​401-httpsgithubcommailgunmailgunjscomparev400v401-2021-11-25) [Compare Source](https://togithub.com/mailgun/mailgun.js/compare/v4.0.0...v4.0.1)

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 has been generated by Mend Renovate. View repository job log here.