Skip to content

Bump sweetalert2 from 7.33.1 to 10.2.0#346

Closed
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/sweetalert2-10.2.0
Closed

Bump sweetalert2 from 7.33.1 to 10.2.0#346
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/sweetalert2-10.2.0

Conversation

@dependabot-preview
Copy link
Contributor

Bumps sweetalert2 from 7.33.1 to 10.2.0.

Release notes

Sourced from sweetalert2's releases.

v10.2.0

10.2.0 (2020-09-18)

Features

  • make background and iconColor params updatable (#2054) (ed384ab)

v10.1.0

10.1.0 (2020-09-17)

Features

v10.0.0

🔴 Breaking change

For the sake of customization, the loader has been separated from the confirm button into its own DOM element (<div class="swal2-loader"></div>).

As a part of that breaking change, there's a new API param loaderHtml which allow to set custom HTML, e.g. SVG icon inside of the loader.

🎉 NEW FEATURES

🎉 The third DENY button

image

Swal.fire({
  title: 'Do you want to save the changes?',
  showDenyButton: true,
  showCancelButton: true,
  confirmButtonText: `Save`,
  denyButtonText: `Don't save`,
}).then(function (result) {
  console.log(result)
  // Object {
  //   value: false,
  //   isConfirmed: false,
  //   isDenied: true,
  //   isDismissed: false
  // }
})
Swal.clickDeny()

These API params for the DENY button were added:

Changelog

Sourced from sweetalert2's changelog.

10.2.0 (2020-09-18)

Features

  • make background and iconColor params updatable (#2054) (ed384ab)

10.1.0 (2020-09-17)

Features

10.0.2 (2020-09-08)

Bug Fixes

  • padding on .swal2-actions for toasts (e2a8f6f)

10.0.1 (2020-09-08)

Bug Fixes

  • scss: set $swal2--button-order vars to null (ef97ba1)

10.0.0 (2020-09-07)

Bug Fixes

Features

BREAKING CHANGES

  • Separate loader from the confirm button
Commits
  • 0762cfd chore(release): 10.2.0 [skip ci]
  • ed384ab feat: make background and iconColor params updatable (#2054)
  • e124635 chore(release): 10.1.0 [skip ci]
  • 81cb6f9 feat: add iconColor (#2052)
  • 883133a chore: run coverage workflow every day
  • 23258c9 chore(release): 10.0.2 [skip ci]
  • e2a8f6f fix: padding on .swal2-actions for toasts
  • 07a0baa chore(release): 10.0.1 [skip ci]
  • ef97ba1 fix(scss): set $swal2-<...>-button-order vars to null
  • 8413f32 chore: final touches for v10
  • 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 will not automatically merge this PR because it includes a major update to a production dependency.


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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [sweetalert2](https://github.com/sweetalert2/sweetalert2) from 7.33.1 to 10.2.0.
- [Release notes](https://github.com/sweetalert2/sweetalert2/releases)
- [Changelog](https://github.com/sweetalert2/sweetalert2/blob/master/CHANGELOG.md)
- [Commits](sweetalert2/sweetalert2@v7.33.1...v10.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Sep 19, 2020
@dependabot-preview
Copy link
Contributor Author

Superseded by #347.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/sweetalert2-10.2.0 branch September 21, 2020 08:40
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants