Skip to content

Bump mailgun.js from 5.2.2 to 12.0.3#71

Closed
dependabot[bot] wants to merge 1 commit intoblogfrom
dependabot/npm_and_yarn/mailgun.js-12.0.3
Closed

Bump mailgun.js from 5.2.2 to 12.0.3#71
dependabot[bot] wants to merge 1 commit intoblogfrom
dependabot/npm_and_yarn/mailgun.js-12.0.3

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 23, 2025

Bumps mailgun.js from 5.2.2 to 12.0.3.

Release notes

Sourced from mailgun.js's releases.

v12.0.3

What's Changed

Full Changelog: mailgun/mailgun.js@v12.0.2...v12.0.3

v12.0.2

What's Changed

Full Changelog: mailgun/mailgun.js@v12.0.1...v12.0.2

v12.0.1

What's Changed

New Contributors

Full Changelog: mailgun/mailgun.js@v12.0.0...v12.0.1

v12.0.0

What's Changed

BREAKING:

  • Exports of TypeScript types, interfaces, and enums have been moved to the mailgun.js/definitions submodule. In case you need them, starting from version 12, please use
    import { MailgunClientOptions, MessagesSendResult } from 'mailgun.js/definitions';
    instead of
    import { MailgunClientOptions, MessagesSendResult } from 'mailgun.js';
  • AMD import no longer requires using the .default property. So now this is
    <script>
    require('./dist/AMD/mailgun.amd.js', function(Mailgun) {
     const mailgun = new Mailgun(FormData); // default property is not needed anymore
    }
    </script>
    Instead of

... (truncated)

Changelog

Sourced from mailgun.js's changelog.

12.0.3 (2025-06-20)

Bug Fixes

  • deps: bump axios from 1.7.9 to 1.9.0 (4216baa)
  • deps: bump tar-fs from 3.0.8 to 3.0.9 (2875739)
  • Update dependencies (fbb83be)

12.0.2 (2025-05-27)

Features

  • Add default timeout to prevent unresolved promise (592fb62)

12.0.1 (2025-03-05)

Bug Fixes

  • Update package.json conditional exports to support "moduleResolution": "bundler" (a75329e)

Other changes

  • Revert TS version (855c01a)
  • update x509 TLS certificate generation README (77b8615)

12.0.0 (2025-02-24)

Breaking changes

  • Move types, interfaces, enums into submodule (dba1dd9)
  • Exports of TypeScript types, interfaces, and enums have been moved to the mailgun.js/definitions submodule. In case you need them, starting from version 12, please use
    import { MailgunClientOptions, MessagesSendResult } from 'mailgun.js/definitions';
    instead of
    import { MailgunClientOptions, MessagesSendResult } from 'mailgun.js';
  • AMD import no longer requires using the .default property. So now this is
    <script>
    require('./dist/AMD/mailgun.amd.js', function(Mailgun) {

... (truncated)

Commits
  • 8c19547 chore(release): 12.0.3
  • 20b24c7 Merge pull request #451 from mailgun/dependencies-bump
  • fbb83be fix: Update dependencies
  • 9e3cec1 Merge pull request #447 from mailgun/dependabot/npm_and_yarn/axios-1.9.0
  • a58f86f Merge pull request #448 from mailgun/dependabot/npm_and_yarn/tar-fs-3.0.9
  • 2875739 chore(deps): bump tar-fs from 3.0.8 to 3.0.9
  • 4216baa chore(deps): bump axios from 1.7.9 to 1.9.0
  • 421147c chore(release): 12.0.2
  • d21489b Merge pull request #446 from mailgun/promise-never-resolves-if-known-length-i...
  • 592fb62 feature: Add default timeout to prevent unresolved promise
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [mailgun.js](https://github.com/mailgun/mailgun.js) from 5.2.2 to 12.0.3.
- [Release notes](https://github.com/mailgun/mailgun.js/releases)
- [Changelog](https://github.com/mailgun/mailgun.js/blob/master/CHANGELOG.md)
- [Commits](mailgun/mailgun.js@v5.2.2...v12.0.3)

---
updated-dependencies:
- dependency-name: mailgun.js
  dependency-version: 12.0.3
  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 Jun 23, 2025
@netlify
Copy link

netlify bot commented Jun 23, 2025

Deploy Preview for api-jdsteinbach ready!

Name Link
🔨 Latest commit 96e006f
🔍 Latest deploy log https://app.netlify.com/projects/api-jdsteinbach/deploys/6859c0ccd8776c0008edda38
😎 Deploy Preview https://deploy-preview-71--api-jdsteinbach.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 29, 2025

Superseded by #82.

@dependabot dependabot bot closed this Sep 29, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/mailgun.js-12.0.3 branch September 29, 2025 22:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in 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.

0 participants