Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 16, 2025

Bumps the npm-deps group with 5 updates:

Package From To
sweetalert2 11.16.0 11.17.2
eslint 9.20.0 9.20.1
prettier 3.5.0 3.5.1
puppeteer 24.2.0 24.2.1
typescript-eslint 8.23.0 8.24.0

Updates sweetalert2 from 11.16.0 to 11.17.2

Release notes

Sourced from sweetalert2's releases.

v11.17.2

11.17.2 (2025-02-16)

Bug Fixes

  • types: allow theme update (4b8c4e2)

v11.17.1

11.17.1 (2025-02-16)

Bug Fixes

  • types: allow borderless theme (8618e53)

v11.17.0

11.17.0 (2025-02-16)

Features

v11.16.1

11.16.1 (2025-02-14)

Bug Fixes

  • toast background color fixed to white in dark theme (#2798) (33e248b)
Changelog

Sourced from sweetalert2's changelog.

11.17.2 (2025-02-16)

Bug Fixes

  • types: allow theme update (4b8c4e2)

11.17.1 (2025-02-16)

Bug Fixes

  • types: allow borderless theme (8618e53)

11.17.0 (2025-02-16)

Features

11.16.1 (2025-02-14)

Bug Fixes

  • toast background color fixed to white in dark theme (#2798) (33e248b)
Commits
  • 839d906 chore(release): 11.17.2 [skip ci]
  • 4b8c4e2 fix(types): allow theme update
  • 87805a9 chore: mv sandbox to test
  • 6c9be37 chore(release): 11.17.1 [skip ci]
  • 8618e53 fix(types): allow borderless theme
  • aa48371 chore(release): 11.17.0 [skip ci]
  • 31bc364 feat: add borderless theme (#2800)
  • 046d2f5 chore(release): 11.16.1 [skip ci]
  • 33e248b fix: toast background color fixed to white in dark theme (#2798)
  • See full diff in compare view

Updates eslint from 9.20.0 to 9.20.1

Release notes

Sourced from eslint's releases.

v9.20.1

Bug Fixes

Documentation

  • fe3ccb2 docs: allow typing in search box while dropdown is open (#19424) (Amaresh S M)
  • 93c78a5 docs: Add instructions for pnpm compat (#19422) (Nicholas C. Zakas)
  • b476a93 docs: Fix Keyboard Navigation for Search Results (#19416) (Amaresh S M)
  • ccb60c0 docs: Update README (GitHub Actions Bot)
Changelog

Sourced from eslint's changelog.

v9.20.1 - February 11, 2025

  • fe3ccb2 docs: allow typing in search box while dropdown is open (#19424) (Amaresh S M)
  • 274f054 fix: fix RuleContext type (#19417) (Francesco Trotta)
  • 93c78a5 docs: Add instructions for pnpm compat (#19422) (Nicholas C. Zakas)
  • b476a93 docs: Fix Keyboard Navigation for Search Results (#19416) (Amaresh S M)
  • ccb60c0 docs: Update README (GitHub Actions Bot)
Commits

Updates prettier from 3.5.0 to 3.5.1

Release notes

Sourced from prettier's releases.

3.5.1

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.5.1

diff

Fix CLI crash when cache for old version exists (#17100 by @​sosukesuzuki)

Prettier 3.5 uses a different cache format than previous versions, Prettier 3.5.0 crashes when reading existing cache file, Prettier 3.5.1 fixed the problem.

Support dockercompose and github-actions-workflow in VSCode (#17101 by @​remcohaszing)

Prettier now supports the dockercompose and github-actions-workflow languages in Visual Studio Code.

Commits

Updates puppeteer from 24.2.0 to 24.2.1

Release notes

Sourced from puppeteer's releases.

puppeteer-core: v24.2.1

24.2.1 (2025-02-13)

Bug Fixes

puppeteer: v24.2.1

24.2.1 (2025-02-13)

Bug Fixes

  • don't wait for activation if the connection is disconnected (#13591) (6b20ac1)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.2.0 to 24.2.1
Changelog

Sourced from puppeteer's changelog.

24.2.1 (2025-02-13)

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.2.0 to 24.2.1
Commits
  • 91d0925 chore: release main (#13594)
  • ea11a46 fix: roll to Chrome 133.0.6943.98 (#13611)
  • 436e95a chore(deps): Bump serialize-javascript from 6.0.1 to 6.0.2 in /website (#13610)
  • fad9744 chore: fix release please issue (#13608)
  • 2f470cd fix(network): propagate CDP error in interception (#13607)
  • 54481ed chore(deps): Bump github/codeql-action from 3.28.8 to 3.28.9 in the all group...
  • cb449d3 chore(deps-dev): Bump the dev-dependencies group across 1 directory with 10 u...
  • 4e42d53 chore(deps): Bump semver from 7.7.0 to 7.7.1 in the dependencies group (#13601)
  • 996eae8 chore(deps): Bump node from ae2f3d4 to 5145c88 in /docker in the all grou...
  • 6e8014d test: add a test for multiple dblclicks (#13597)
  • Additional commits viewable in compare view

Updates typescript-eslint from 8.23.0 to 8.24.0

Release notes

Sourced from typescript-eslint's releases.

v8.24.0

8.24.0 (2025-02-10)

🚀 Features

  • eslint-plugin: [no-unnecessary-condition] make allowConstantLoopConditions more granular (#10639)
  • utils: add reportUnusedInlineConfigs to LinterOptions (#10718)

🩹 Fixes

  • ast-spec: correct YieldExpression.argument type (#10799)
  • eslint-plugin: [restrict-plus-operands] report adding bigints to strings when allowNumberAndString is false (#10737)
  • eslint-plugin: [no-misused-spread] correct and elaborate string spread report message (#10751)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from typescript-eslint's changelog.

8.24.0 (2025-02-10)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
puppeteer [>= 21.7.a, < 21.8]
puppeteer [>= 22.0.a, < 22.1]
puppeteer [>= 22.1.a, < 22.2]
puppeteer [>= 22.3.a, < 22.4]
puppeteer [>= 22.5.a, < 22.6]
puppeteer [>= 22.6.a, < 22.7]
puppeteer [>= 22.4.a, < 22.5]
puppeteer [>= 22.2.a, < 22.3]
puppeteer [>= 22.7.a, < 22.8]

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the npm-deps group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [sweetalert2](https://github.com/sweetalert2/sweetalert2) | `11.16.0` | `11.17.2` |
| [eslint](https://github.com/eslint/eslint) | `9.20.0` | `9.20.1` |
| [prettier](https://github.com/prettier/prettier) | `3.5.0` | `3.5.1` |
| [puppeteer](https://github.com/puppeteer/puppeteer) | `24.2.0` | `24.2.1` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.23.0` | `8.24.0` |


Updates `sweetalert2` from 11.16.0 to 11.17.2
- [Release notes](https://github.com/sweetalert2/sweetalert2/releases)
- [Changelog](https://github.com/sweetalert2/sweetalert2/blob/main/CHANGELOG.md)
- [Commits](sweetalert2/sweetalert2@v11.16.0...v11.17.2)

Updates `eslint` from 9.20.0 to 9.20.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.20.0...v9.20.1)

Updates `prettier` from 3.5.0 to 3.5.1
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.5.0...3.5.1)

Updates `puppeteer` from 24.2.0 to 24.2.1
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)
- [Commits](puppeteer/puppeteer@puppeteer-v24.2.0...puppeteer-v24.2.1)

Updates `typescript-eslint` from 8.23.0 to 8.24.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.24.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: sweetalert2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from sosnovsky as a code owner February 16, 2025 22:56
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 16, 2025
@FlowCryptRobot FlowCryptRobot enabled auto-merge (squash) February 16, 2025 22:56
@FlowCryptRobot FlowCryptRobot merged commit 89961ab into master Feb 16, 2025
11 checks passed
@FlowCryptRobot FlowCryptRobot deleted the dependabot/npm_and_yarn/npm-deps-3cd44d15df branch February 16, 2025 23:27
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