Skip to content

build(deps): bump the npm-dependencies group with 3 updates#133

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-dependencies-a0289ca154
Closed

build(deps): bump the npm-dependencies group with 3 updates#133
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-dependencies-a0289ca154

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 15, 2026

Bumps the npm-dependencies group with 3 updates: mysql2, @types/node and @swc/core.

Updates mysql2 from 3.20.0 to 3.22.0

Release notes

Sourced from mysql2's releases.

v3.22.0

3.22.0 (2026-04-10)

Features

  • disable mysql_clear_password plugin by default (#4236) (884bec5), closes #1617
  • implement COM_RESET_CONNECTION with pool integration (#4148) (49a64cc)

Performance Improvements

  • defer Error object creation to error handlers in promise wrappers (#4257) (ab131de)

v3.21.1

3.21.1 (2026-04-09)

Bug Fixes

  • limit client flags to server capabilities (#4227) (e1930b8)
  • use Number.isSafeInteger for supportBigNumbers boundary check (#4225) (295264b)

v3.21.0

3.21.0 (2026-04-09)

Features

  • add support for query attributes (#4223) (d732f78)
  • types: export ExecuteValues and QueryValues from entry point (9fafd6f)
Changelog

Sourced from mysql2's changelog.

3.22.0 (2026-04-10)

Features

  • disable mysql_clear_password plugin by default (#4236) (884bec5), closes #1617
  • implement COM_RESET_CONNECTION with pool integration (#4148) (49a64cc)

Performance Improvements

  • defer Error object creation to error handlers in promise wrappers (#4257) (ab131de)

3.21.1 (2026-04-09)

Bug Fixes

  • limit client flags to server capabilities (#4227) (e1930b8)
  • use Number.isSafeInteger for supportBigNumbers boundary check (#4225) (295264b)

3.21.0 (2026-04-09)

Features

  • add support for query attributes (#4223) (d732f78)
  • types: export ExecuteValues and QueryValues from entry point (9fafd6f)
Commits
  • 71bcbff chore(master): release 3.22.0 (#4237)
  • ab131de perf: defer Error object creation to error handlers in promise wrappers (#4257)
  • bb0100b build(deps-dev): bump the website-dev-dependencies group across 1 directory w...
  • 5f63557 build(deps-dev): bump the dev-dependencies group across 1 directory with 4 up...
  • 0b750e0 build(deps): bump the docusaurus group in /website with 2 updates (#4249)
  • 9566475 ci(dependabot): group dependency updates to reduce PR noise (#4248)
  • e4f3b42 build(deps): bump the react group in /website with 2 updates (#4247)
  • 53f9c9e ci(dependabot): group react and react-dom updates together (#4246)
  • 49a64cc feat: implement COM_RESET_CONNECTION with pool integration (#4148)
  • 884bec5 feat: disable mysql_clear_password plugin by default (#4236)
  • Additional commits viewable in compare view

Updates @types/node from 25.5.2 to 25.6.0

Commits

Updates @swc/core from 1.15.24 to 1.15.26

Changelog

Sourced from @​swc/core's changelog.

[1.15.26] - 2026-04-14

Bug Fixes

  • (es/decorators) Preserve super in moved static members (#11781) (778328e)

  • (es/decorators) Scope moved static super rewrite (#11782) (f73cacc)

  • (es/parser) Parse mixed Flow anonymous callable params (#11786) (05e7b69)

  • (es/transforms) Rewrite class references in non-static members (#11772) (fff1426)

  • (es/typescript) Handle TypeScript expressions in enum transformation (#11769) (85aa4a8)

Documentation

Features

  • (swc_common) Add SourceMapper.map_raw_pos (#11777) (7d2e94c)

  • (swc_config) Add Hash/Eq for options and CachedRegex (#11775) (86a4c38)

Performance

  • (swc) Use larger input for es/full benchmarks (#11779) (4409920)

Refactor

  • (es/minifier) Inline into shorthand prop early (#11766) (450bdfa)

Build

... (truncated)

Commits
  • fb92c49 chore: Publish 1.15.26 with swc_core v63.1.2
  • 8f06928 chore: Publish 1.15.26-nightly-20260414.1 with swc_core v63.1.2
  • ad23b58 chore: Publish 1.15.25-nightly-20260414.1 with swc_core v63.1.2
  • d323c55 chore: Publish crates with swc_core v63.0.0
  • See full diff in compare view

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 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-dependencies group with 3 updates: [mysql2](https://github.com/sidorares/node-mysql2), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [@swc/core](https://github.com/swc-project/swc/tree/HEAD/packages/core).


Updates `mysql2` from 3.20.0 to 3.22.0
- [Release notes](https://github.com/sidorares/node-mysql2/releases)
- [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md)
- [Commits](sidorares/node-mysql2@v3.20.0...v3.22.0)

Updates `@types/node` from 25.5.2 to 25.6.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@swc/core` from 1.15.24 to 1.15.26
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/swc-project/swc/commits/v1.15.26/packages/core)

---
updated-dependencies:
- dependency-name: mysql2
  dependency-version: 3.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: "@types/node"
  dependency-version: 25.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: "@swc/core"
  dependency-version: 1.15.26
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 15, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 22, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Apr 22, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/npm-dependencies-a0289ca154 branch April 22, 2026 19:56
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.

0 participants