Skip to content

build(deps): bump mailgun.js from 11.1.0 to 12.0.1 in /apps/OpenSignServer #1725

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: staging
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 12, 2025

Bumps mailgun.js from 11.1.0 to 12.0.1.

Release notes

Sourced from mailgun.js's releases.

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>

Features:

  • Added ESM bundles for browser and Node.js environments

Other:

  • Webpack has been replaced by Rollup
  • Mocha has been replaced by Jest to use one test runner for all tests
  • Added new tests that check ESM bundles exports

... (truncated)

Changelog

Sourced from mailgun.js's changelog.

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

... (truncated)

Commits
  • 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
  • 460665c Merge pull request #437 from mailgun/replace-webpack-by-roll-up
  • e658740 other: Increase tests timeout
  • a70841a other: Regenerate TS documentation
  • 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 11.1.0 to 12.0.1.
- [Release notes](https://github.com/mailgun/mailgun.js/releases)
- [Changelog](https://github.com/mailgun/mailgun.js/blob/master/CHANGELOG.md)
- [Commits](mailgun/mailgun.js@v11.1.0...v12.0.1)

---
updated-dependencies:
- dependency-name: mailgun.js
  dependency-version: 12.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 12, 2025
Copy link

vercel bot commented May 12, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
open-sign ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 12, 2025 0:10am

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