Skip to content

build(deps): bump the all-dependencies group with 5 updates#3692

Merged
ryota-murakami merged 1 commit intomainfrom
dependabot/npm_and_yarn/all-dependencies-110412018e
Feb 13, 2026
Merged

build(deps): bump the all-dependencies group with 5 updates#3692
ryota-murakami merged 1 commit intomainfrom
dependabot/npm_and_yarn/all-dependencies-110412018e

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 13, 2026

Bumps the all-dependencies group with 5 updates:

Package From To
dotenv 17.2.4 17.3.1
lucide-react 0.563.0 0.564.0
mysql2 3.17.0 3.17.1
@redocly/cli 2.18.0 2.18.1
wxt 0.20.16 0.20.17

Updates dotenv from 17.2.4 to 17.3.1

Changelog

Sourced from dotenv's changelog.

17.3.1 (2026-02-12)

Changed

  • Fix as2 example command in README and update spanish README

17.3.0 (2026-02-12)

Added

  • Add a new README section on dotenv’s approach to the agentic future.

Changed

  • Rewrite README to get humans started more quickly with less noise while simultaneously making more accessible for llms and agents to go deeper into details.
Commits

Updates lucide-react from 0.563.0 to 0.564.0

Release notes

Sourced from lucide-react's releases.

Version 0.564.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.563.1...0.564.0

Hotfix @lucide/svelte hasA11yProp.js import

What's Changed

Full Changelog: lucide-icons/lucide@0.563.0...0.563.1

Commits

Updates mysql2 from 3.17.0 to 3.17.1

Release notes

Sourced from mysql2's releases.

v3.17.1

3.17.1 (2026-02-13)

Bug Fixes

  • expand object params after ON DUPLICATE KEY UPDATE preceded by SET (#4076) (4d2b930)
Changelog

Sourced from mysql2's changelog.

3.17.1 (2026-02-13)

Bug Fixes

  • expand object params after ON DUPLICATE KEY UPDATE preceded by SET (#4076) (4d2b930)
Commits
  • 8006c0e chore(master): release 3.17.1 (#4077)
  • 4d2b930 fix: expand object params after ON DUPLICATE KEY UPDATE preceded by SET (...
  • b0f8a77 build(deps-dev): bump @​types/node from 25.2.2 to 25.2.3 in /website (#4072)
  • 3e22a08 build(deps-dev): bump @​types/node from 25.2.2 to 25.2.3 (#4071)
  • See full diff in compare view

Updates @redocly/cli from 2.18.0 to 2.18.1

Release notes

Sourced from @​redocly/cli's releases.

@​redocly/cli@​2.18.1

Patch Changes

  • Fixed validation of examples where combining required with readOnly or writeOnly properties would incorrectly generate warnings.
  • Updated @​redocly/respect-core to v2.18.1.
Commits

Updates wxt from 0.20.16 to 0.20.17

Release notes

Sourced from wxt's releases.

wxt v0.20.17

compare changes

🩹 Fixes

  • Update left-over CJS require of publish-browser-extension to ESM (#2120)

❤️ Contributors

Commits
  • 7366d8a chore(release): wxt v0.20.17
  • a7ab409 fix: Update left-over CJS require of publish-browser-extension to ESM (#2120)
  • 9dea0cf chore: Cleanup type tests
  • 50d7c1e chore: Change browser tests to fix deprecated warning (#2117)
  • f32cdaf chore(release): @​wxt-dev/analytics v0.5.2
  • 2e2272d fix: Allow custom API URL in Google Analytics 4 provider options (#1653)
  • 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 all-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [dotenv](https://github.com/motdotla/dotenv) | `17.2.4` | `17.3.1` |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.563.0` | `0.564.0` |
| [mysql2](https://github.com/sidorares/node-mysql2) | `3.17.0` | `3.17.1` |
| [@redocly/cli](https://github.com/Redocly/redocly-cli) | `2.18.0` | `2.18.1` |
| [wxt](https://github.com/wxt-dev/wxt) | `0.20.16` | `0.20.17` |


Updates `dotenv` from 17.2.4 to 17.3.1
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v17.2.4...v17.3.1)

Updates `lucide-react` from 0.563.0 to 0.564.0
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/0.564.0/packages/lucide-react)

Updates `mysql2` from 3.17.0 to 3.17.1
- [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.17.0...v3.17.1)

Updates `@redocly/cli` from 2.18.0 to 2.18.1
- [Release notes](https://github.com/Redocly/redocly-cli/releases)
- [Commits](https://github.com/Redocly/redocly-cli/compare/@redocly/cli@2.18.0...@redocly/cli@2.18.1)

Updates `wxt` from 0.20.16 to 0.20.17
- [Release notes](https://github.com/wxt-dev/wxt/releases)
- [Commits](wxt-dev/wxt@wxt-v0.20.16...wxt-v0.20.17)

---
updated-dependencies:
- dependency-name: dotenv
  dependency-version: 17.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: lucide-react
  dependency-version: 0.564.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: mysql2
  dependency-version: 3.17.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@redocly/cli"
  dependency-version: 2.18.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: wxt
  dependency-version: 0.20.17
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-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 Feb 13, 2026
@ryota-murakami ryota-murakami merged commit 18e9386 into main Feb 13, 2026
14 checks passed
@ryota-murakami ryota-murakami deleted the dependabot/npm_and_yarn/all-dependencies-110412018e branch February 13, 2026 19:54
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

Comments