[Snyk] Upgrade sweetalert2 from 11.11.0 to 11.14.5#48
Open
murcia0421 wants to merge 1 commit intomasterfrom
Open
[Snyk] Upgrade sweetalert2 from 11.11.0 to 11.14.5#48murcia0421 wants to merge 1 commit intomasterfrom
murcia0421 wants to merge 1 commit intomasterfrom
Conversation
Snyk has created this PR to upgrade sweetalert2 from 11.11.0 to 11.14.5. See this package in npm: sweetalert2 See this project in Snyk: https://app.snyk.io/org/murcia0421/project/ca120e89-3eb2-44a5-bd7e-18f3510e138c?utm_source=github&utm_medium=referral&page=upgrade-pr
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to upgrade sweetalert2 from 11.11.0 to 11.14.5.
ℹ️ 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 16 versions ahead of your current version.
The recommended version was released on a month ago.
Release notes
Package name: sweetalert2
-
11.14.5 - 2024-11-04
- add types to close.js (e5956d8)
-
11.14.4 - 2024-10-20
- get rid of sass/mixins (#2774) (e79ddb0)
-
11.14.3 - 2024-10-12
- handle
-
11.14.2 - 2024-10-07
- use animationend event (#2770) (c510323)
-
11.14.1 - 2024-09-21
- avoid using deprecated sass lighten function (#2767) (eb16ab3)
-
11.14.0 - 2024-09-09
// event handlers
- add global events
-
11.13.3 - 2024-09-07
- checkbox label = inputPlaceholder || inputLabel (#2761) (e783864)
-
11.13.2 - 2024-09-04
- add transform-optional-chaining and transform-class-properties babel plugins to make webpack 4 happy (55bdf07), closes /github.com/sweetalert2/sweetalert2/pull/2759#issuecomment-2328739992
- set babel browser targets to default targets (#2759) (270baa7)
-
11.13.1 - 2024-09-03
- esm module export (29082b5)
-
11.13.0 - 2024-09-03
- publish .esm.js (#2757) (e6537e5)
-
11.12.4 - 2024-08-01
-
11.12.3 - 2024-07-19
-
11.12.2 - 2024-07-05
-
11.12.1 - 2024-06-28
-
11.12.0 - 2024-06-18
-
11.11.1 - 2024-06-05
-
11.11.0 - 2024-05-11
from sweetalert2 GitHub release notes11.14.5 (2024-11-04)
Bug Fixes
11.14.4 (2024-10-20)
Bug Fixes
11.14.3 (2024-10-12)
Bug Fixes
transitionendtogether withanimationend(#2773) (3441fc5)11.14.2 (2024-10-07)
Bug Fixes
11.14.1 (2024-09-21)
Bug Fixes
11.14.0 (2024-09-09)
Fire global events that could be subscribed to (#2760)
Now you can do this:
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
.on().off().once()(#2763) (60dabc1)Kudos to @ getify for requesting and participation in implementing this feature ❤️
11.13.3 (2024-09-07)
Bug Fixes
11.13.2 (2024-09-04)
Bug Fixes
11.13.1 (2024-09-03)
Bug Fixes
11.13.0 (2024-09-03)
Features
Important
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: