Skip to content
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

[Snyk] Upgrade sweetalert2 from 11.4.19 to 11.14.1 #783

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

Conversation

FlorentinTh
Copy link
Owner

Snyk has created this PR to upgrade sweetalert2 from 11.4.19 to 11.14.1.

As this is a private repository, Snyk-bot does not have access. Therefore, this PR has been created automatically, but appears to have been created by a real user.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 97 versions ahead of your current version.
  • The recommended version was released 23 days ago, on 2024-09-21.
Release notes
Package name: sweetalert2
  • 11.14.1 - 2024-09-21

    11.14.1 (2024-09-21)

    Bug Fixes

    • avoid using deprecated sass lighten function (#2767) (eb16ab3)
  • 11.14.0 - 2024-09-09

    11.14.0 (2024-09-09)

    Fire global events that could be subscribed to (#2760)

    Now you can do this:

    // event handlers
    Swal.on('didRender', (popup) => ...)
    Swal.on('willOpen', (popup) => ...)
    Swal.on('didOpen', (popup) => ...)
    Swal.on('willClose', (popup) => ...)
    Swal.on('didClose', () => ...)
    Swal.on('didDestroy', () => ...)

    // event handlers that will be executed at most once
    Swal.once('didRender', (popup) => ...)
    Swal.once('willOpen', (popup) => ...)
    Swal.once('didOpen', (popup) => ...)
    Swal.once('willClose', (popup) => ...)
    Swal.once('didClose', () => ...)
    Swal.once('didDestroy', () => ...)

    // remove handlers
    Swal.off('willOpen', willOpenHandler) // a specific handler
    Swal.off('willOpen') // all handlers of a specific event
    Swal.off() // all handlers for all events

    Kudos to @ getify for requesting and participation in implementing this feature ❤️

  • 11.13.3 - 2024-09-07

    11.13.3 (2024-09-07)

    Bug Fixes

    • checkbox label = inputPlaceholder || inputLabel (#2761) (e783864)
  • 11.13.2 - 2024-09-04

    11.13.2 (2024-09-04)

    Bug Fixes

  • 11.13.1 - 2024-09-03

    11.13.1 (2024-09-03)

    Bug Fixes

  • 11.13.0 - 2024-09-03

    11.13.0 (2024-09-03)

    Features

  • 11.12.4 - 2024-08-01

    11.12.4 (2024-08-01)

    Bug Fixes

  • 11.12.3 - 2024-07-19

    11.12.3 (2024-07-19)

    Bug Fixes

    • strict types renderInput.js and getTemplateParams.js (df6d0ed)
  • 11.12.2 - 2024-07-05

    11.12.2 (2024-07-05)

    Bug Fixes

  • 11.12.1 - 2024-06-28

    11.12.1 (2024-06-28)

    Bug Fixes

    • strict types domUtils.js (42720b4)
  • 11.12.0 - 2024-06-18
  • 11.11.1 - 2024-06-05
  • 11.11.0 - 2024-05-11
  • 11.10.8 - 2024-04-17
  • 11.10.7 - 2024-03-22
  • 11.10.6 - 2024-03-05
  • 11.10.5 - 2024-02-05
  • 11.10.4 - 2024-01-23
  • 11.10.3 - 2024-01-11
  • 11.10.2 - 2023-12-27
  • 11.10.1 - 2023-11-19
  • 11.10.0 - 2023-11-14
  • 11.9.1 - 2023-11-14
  • 11.9.0 - 2023-10-30
  • 11.8.0 - 2023-10-28
  • 11.7.32 - 2023-10-06
  • 11.7.31 - 2023-09-26
  • 11.7.30 - 2023-09-26
  • 11.7.29 - 2023-09-25
  • 11.7.28 - 2023-09-14
  • 11.7.27 - 2023-08-20
  • 11.7.26 - 2023-08-19
  • 11.7.25 - 2023-08-18
  • 11.7.24 - 2023-08-18
  • 11.7.23 - 2023-08-15
  • 11.7.22 - 2023-08-10
  • 11.7.21 - 2023-08-09
  • 11.7.20 - 2023-07-23
  • 11.7.19 - 2023-07-22
  • 11.7.18 - 2023-07-15
  • 11.7.17 - 2023-07-15
  • 11.7.16 - 2023-07-11
  • 11.7.15 - 2023-07-11
  • 11.7.14 - 2023-07-11
  • 11.7.13 - 2023-07-11
  • 11.7.12 - 2023-06-09
  • 11.7.11 - 2023-06-06
  • 11.7.10 - 2023-05-31
  • 11.7.9 - 2023-05-30
  • 11.7.8 - 2023-05-29
  • 11.7.7 - 2023-05-29
  • 11.7.6 - 2023-05-28
  • 11.7.5 - 2023-05-04
  • 11.7.4 - 2023-05-04
  • 11.7.3 - 2023-02-28
  • 11.7.2 - 2023-02-17
  • 11.7.1 - 2023-01-24
  • 11.7.0 - 2023-01-11
  • 11.6.16 - 2022-12-20
  • 11.6.15 - 2022-11-30
  • 11.6.14 - 2022-11-24
  • 11.6.13 - 2022-11-23
  • 11.6.12 - 2022-11-23
  • 11.6.11 - 2022-11-21
  • 11.6.10 - 2022-11-20
  • 11.6.9 - 2022-11-17
  • 11.6.8 - 2022-11-10
  • 11.6.7 - 2022-11-07
  • 11.6.6 - 2022-11-06
  • 11.6.5 - 2022-10-30
  • 11.6.4 - 2022-10-27
  • 11.6.3 - 2022-10-27
  • 11.6.2 - 2022-10-24
  • 11.6.1 - 2022-10-21
  • 11.6.0 - 2022-10-19
  • 11.5.2 - 2022-10-15
  • 11.5.1 - 2022-10-11
  • 11.5.0 - 2022-10-10
  • 11.4.38 - 2022-10-06
  • 11.4.37 - 2022-10-02
  • 11.4.36 - 2022-10-01
  • 11.4.35 - 2022-09-28
  • 11.4.34 - 2022-09-26
  • 11.4.33 - 2022-09-13
  • 11.4.32 - 2022-09-07
  • 11.4.31 - 2022-09-06
  • 11.4.30 - 2022-09-05
  • 11.4.29 - 2022-08-20
  • 11.4.28 - 2022-08-17
  • 11.4.27 - 2022-08-16
  • 11.4.26 - 2022-08-06
  • 11.4.25 - 2022-08-05
  • 11.4.24 - 2022-07-21
  • 11.4.23 - 2022-07-14
  • 11.4.22 - 2022-07-13
  • 11.4.21 - 2022-07-13
  • 11.4.20 - 2022-07-05
  • 11.4.19 - 2022-06-27
from sweetalert2 GitHub release notes
Commit messages
Package name: sweetalert2
  • 87d5bde chore(release): 11.14.1 [skip ci]
  • eb16ab3 fix: avoid using deprecated sass lighten function (#2767)
  • 76f2afd chore(release): 11.14.0 [skip ci]
  • 60dabc1 feat: add global events `.on()` `.off()` `.once()` (#2763)
  • e9d442d chore: remove vlixa from sponsors
  • 16310af chore(release): 11.13.3 [skip ci]
  • e783864 fix: checkbox label = inputPlaceholder || inputLabel (#2761)
  • 401b7bb chore(release): 11.13.2 [skip ci]
  • 55bdf07 fix: add transform-optional-chaining and transform-class-properties babel plugins to make webpack 4 happy
  • 270baa7 fix: set babel browser targets to default targets (#2759)
  • 0235018 chore(release): 11.13.1 [skip ci]
  • 29082b5 fix: esm module export
  • 93fd453 chore(release): 11.13.0 [skip ci]
  • e6537e5 feat: publish .esm.js (#2757)
  • 407d163 chore: rm BULULU + blowupdollshop + sexdollsmarket + sexydollies + bululusexdoll from sponsors
  • 396d533 chore: bump yarn.lock
  • af253cd chore: fix eslint for tools/ folder
  • bd3ef4f chore: bump yarn.lock
  • 3f9e990 chore: increase sponsorship price
  • 4462808 chore(deps): update dependency eslint-plugin-jsdoc to v50 (#2754)
  • 5e8bbc6 chore(deps): update dependency eslint-plugin-jsdoc to v49 (#2753)
  • 6fb7827 chore(release): 11.12.4 [skip ci]
  • 6696b81 fix: upgrade to eslint 9 (#2748)
  • 7b0c619 chore: bump yarn.lock

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants