Skip to content

Bump mailgun.js from 5.2.2 to 12.0.2#68

Closed
dependabot[bot] wants to merge 1 commit into
blogfrom
dependabot/npm_and_yarn/mailgun.js-12.0.2
Closed

Bump mailgun.js from 5.2.2 to 12.0.2#68
dependabot[bot] wants to merge 1 commit into
blogfrom
dependabot/npm_and_yarn/mailgun.js-12.0.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 16, 2025

Copy link
Copy Markdown
Contributor

Bumps mailgun.js from 5.2.2 to 12.0.2.

Release notes

Sourced from mailgun.js's releases.

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

    <script>
    require('./dist/AMD/mailgun.amd.js', function(Mailgun) {
     const mailgun = new Mailgun.default(FormData);  // default property was required previously
    });
    </script>

... (truncated)

Changelog

Sourced from mailgun.js's changelog.

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) {
     const mailgun = new Mailgun(FormData); // default property is not needed anymore
    }
    </script>

    Instead of

    <script>

... (truncated)

Commits
  • 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
  • 48a91fa chore(release): 12.0.1
  • f0fcce3 Merge pull request #442 from mailgun/fix-conditional-exports
  • 855c01a other: Revert TS version
  • a75329e fix: Update package.json conditional exports to support "moduleResolution": "...
  • c20078d Merge pull request #440 from laserchicken/mk/feat-update-readme-cert-generate
  • 77b8615 other: update x509 TLS certificate generation README
  • c233014 chore(release): 12.0.0
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)

Bumps [mailgun.js](https://github.com/mailgun/mailgun.js) from 5.2.2 to 12.0.2.
- [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.2)

---
updated-dependencies:
- dependency-name: mailgun.js
  dependency-version: 12.0.2
  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 16, 2025
@netlify

netlify Bot commented Jun 16, 2025

Copy link
Copy Markdown

Deploy Preview for api-jdsteinbach ready!

Name Link
🔨 Latest commit dcd0a7b
🔍 Latest deploy log https://app.netlify.com/projects/api-jdsteinbach/deploys/68507cebb84f4200088c8324
😎 Deploy Preview https://deploy-preview-68--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

dependabot Bot commented on behalf of github Jun 23, 2025

Copy link
Copy Markdown
Contributor Author

Superseded by #71.

@dependabot dependabot Bot closed this Jun 23, 2025
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/mailgun.js-12.0.2 branch June 23, 2025 21:02
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