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

Bump sweetalert2 from 11.6.11 to 11.7.6 #1990

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 29, 2023

Bumps sweetalert2 from 11.6.11 to 11.7.6.

Release notes

Sourced from sweetalert2's releases.

v11.7.6

11.7.6 (2023-05-28)

Bug Fixes

  • types for SweetAlert class (166077e)

v11.7.5

11.7.5 (2023-05-04)

Bug Fixes

  • add types to mixin.js and enable-disable-elements.js (#2605) (f77f418)

v11.7.4

11.7.4 (2023-05-04)

Bug Fixes

  • styles: set $swal2-close-button-font-family to monospace (d4bef39)

v11.7.3

11.7.3 (2023-02-28)

Bug Fixes

v11.7.2

11.7.2 (2023-02-17)

Bug Fixes

v11.7.1

11.7.1 (2023-01-24)

Bug Fixes

v11.7.0

11.7.0 (2023-01-11)

... (truncated)

Changelog

Sourced from sweetalert2's changelog.

11.7.6 (2023-05-28)

Bug Fixes

  • types for SweetAlert class (166077e)

11.7.5 (2023-05-04)

Bug Fixes

  • add types to mixin.js and enable-disable-elements.js (#2605) (f77f418)

11.7.4 (2023-05-04)

Bug Fixes

  • styles: set $swal2-close-button-font-family to monospace (d4bef39)

11.7.3 (2023-02-28)

Bug Fixes

11.7.2 (2023-02-17)

Bug Fixes

11.7.1 (2023-01-24)

Bug Fixes

11.7.0 (2023-01-11)

Features

11.6.16 (2022-12-20)

... (truncated)

Commits
  • 1794bfc chore(release): 11.7.6 [skip ci]
  • 158422f chore: simplify isAwaitingPriomise
  • 166077e fix: types for SweetAlert class
  • 24ed5b1 chore: add types to cypress tests
  • 63648aa chore: udpate FUNDING.yml
  • e2bd7e2 chore: bump deps
  • fb05baf chore: add Refermate to sponsors
  • 0d5a214 chore: bump yarn.lock
  • 971c4cd chore(release): 11.7.5 [skip ci]
  • f77f418 fix: add types to mixin.js and enable-disable-elements.js (#2605)
  • 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 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 [sweetalert2](https://github.com/sweetalert2/sweetalert2) from 11.6.11 to 11.7.6.
- [Release notes](https://github.com/sweetalert2/sweetalert2/releases)
- [Changelog](https://github.com/sweetalert2/sweetalert2/blob/main/CHANGELOG.md)
- [Commits](sweetalert2/sweetalert2@v11.6.11...v11.7.6)

---
updated-dependencies:
- dependency-name: sweetalert2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 29, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github May 29, 2023

Dependabot tried to add @dmetzner as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/marweb1996/Catroweb/pulls/1990/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the marweb1996/Catroweb repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request

@codecov-commenter
Copy link

codecov-commenter commented May 29, 2023

Codecov Report

Patch coverage has no change and project coverage change: +1.16 🎉

Comparison is base (1f435ff) 46.08% compared to head (61401a3) 47.24%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files
@@              Coverage Diff              @@
##             develop    #1990      +/-   ##
=============================================
+ Coverage      46.08%   47.24%   +1.16%     
- Complexity      4450     5671    +1221     
=============================================
  Files            579      655      +76     
  Lines          15130    18117    +2987     
=============================================
+ Hits            6972     8560    +1588     
- Misses          8158     9557    +1399     
Flag Coverage Δ
behat 43.88% <ø> (-0.07%) ⬇️
phpunit 8.76% <ø> (-0.92%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 1212 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

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.

1 participant