Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 5, 2025

Bumps the all group with 12 updates in the / directory:

Package From To
dotenv 17.2.2 17.2.3
@types/node 20.19.17 20.19.19
@vladfrangu/async_event_emitter 2.4.6 2.4.7
b4a 1.7.1 1.7.3
baseline-browser-mapping 2.8.6 2.8.12
browserslist 4.26.2 4.26.3
detect-libc 2.1.0 2.1.1
discord-api-types 0.38.26 0.38.28
minizlib 3.0.2 3.1.0
node-releases 2.0.21 2.0.23
streamx 2.22.1 2.23.0
to-buffer 1.2.1 1.2.2

Updates dotenv from 17.2.2 to 17.2.3

Changelog

Sourced from dotenv's changelog.

17.2.3 (2025-09-29)

Changed

  • Fixed typescript error definition (#912)
Commits

Updates @types/node from 20.19.17 to 20.19.19

Commits

Updates @vladfrangu/async_event_emitter from 2.4.6 to 2.4.7

Changelog

Sourced from @​vladfrangu/async_event_emitter's changelog.

Changelog

All notable changes to this project will be documented in this file.

2.4.7 - (2025-10-04)

🐛 Bug Fixes

  • Emit error event if handler is attached, emit logging enhancements (#9) (3e4448c)

2.4.6 - (2024-08-21)

🐛 Bug Fixes

  • Static .on returning wrong iterator types (77ad774)

2.4.5 - (2024-08-01)

🐛 Bug Fixes

  • Brand each AEE instance so inference can work with AEE.on (305b2c9)

2.4.4 - (2024-07-15)

🐛 Bug Fixes

  • Accidentally inverted emit error event logic (134ab3c)

2.4.2 - (2024-07-09)

🐛 Bug Fixes

  • Built types were wrong, causing inference issues (28e9247)

2.4.1 - (2024-07-03)

🐛 Bug Fixes

  • Correct strictness of types and overloads for certain methods (75c7e19)

2.4.0 - (2024-06-27)

🚀 Features

  • Cleaner types, more correct types, the usual (c1b0f75)

2.3.0 - (2024-06-21)

🚀 Features

... (truncated)

Commits
  • 9dc3592 chore(release): release 2.4.7
  • 3e4448c fix: emit error event if handler is attached, emit logging enhancements (#9)
  • See full diff in compare view

Updates b4a from 1.7.1 to 1.7.3

Commits

Updates baseline-browser-mapping from 2.8.6 to 2.8.12

Commits
  • f4c3e1f Patch to 2.8.12 because browser or feature data changed
  • 80c5bdb Browser or feature data changed
  • a3b88c9 Patch to 2.8.11 because browser or feature data changed
  • 912cd38 Browser or feature data changed
  • 788caa8 Updating static site
  • 51339eb Patch to 2.8.10 because browser or feature data changed
  • 403790b Browser or feature data changed
  • 58af1b3 Updating static site
  • 9fec54d Patch to 2.8.9 because browser or feature data changed
  • dfe5a12 Browser or feature data changed
  • Additional commits viewable in compare view

Updates browserslist from 4.26.2 to 4.26.3

Release notes

Sourced from browserslist's releases.

4.26.3

Changelog

Sourced from browserslist's changelog.

4.26.3

Commits

Updates caniuse-lite from 1.0.30001743 to 1.0.30001747

Commits

Updates detect-libc from 2.1.0 to 2.1.1

Changelog

Sourced from detect-libc's changelog.

2.1.1 (2025-09-24)

  • Ensure Node.js 10 and 12 can use file-based detection methods (#30) (e64be76), closes #30
Commits

Updates discord-api-types from 0.38.26 to 0.38.28

Release notes

Sourced from discord-api-types's releases.

0.38.28

0.38.28 (2025-10-04)

Bug Fixes

Full Changelog: discordjs/discord-api-types@0.38.27...0.38.28

0.38.27

0.38.27 (2025-10-04)

Bug Fixes

New Contributors

Full Changelog: discordjs/discord-api-types@0.38.26...0.38.27

Changelog

Sourced from discord-api-types's changelog.

0.38.28 (2025-10-04)

Bug Fixes

  • move applied_tags back to thread channels (#1391) (00c4694)

0.38.27 (2025-10-04)

Bug Fixes

  • [@unstable](https://github.com/unstable) screening (#1389) (95b186d)
  • add RESTPutAPIGuildIncidentActionsResult (#1388) (0c6d424)
  • Narrow thread-related properties for channels (#1377) (18cf4a5)
  • RESTPutAPIGuildIncidentActionsJSONBody: add null (#1387) (6295858)
Commits
  • 71a0b8d chore(release): 0.38.28 🎉 (#1392)
  • 00c4694 fix: move applied_tags back to thread channels (#1391)
  • f65b30a chore(release): 0.38.27 🎉 (#1390)
  • 6295858 fix(RESTPutAPIGuildIncidentActionsJSONBody): add null (#1387)
  • 0c6d424 fix: add RESTPutAPIGuildIncidentActionsResult (#1388)
  • 95b186d fix: @unstable screening (#1389)
  • 18cf4a5 fix: Narrow thread-related properties for channels (#1377)
  • 7a07478 chore(deps): update commitlint monorepo to v20 (#1381)
  • 97cc33d chore(deps): update dependency ts-morph to v27 (#1376)
  • f6e0da6 chore(deps): bump webpack-dev-server, @​docusaurus/core, @​docusaurus/plugin-cl...
  • Additional commits viewable in compare view

Updates electron-to-chromium from 1.5.222 to 1.5.230

Commits

Updates minizlib from 3.0.2 to 3.1.0

Commits

Updates node-releases from 2.0.21 to 2.0.23

Commits

Updates streamx from 2.22.1 to 2.23.0

Commits

Updates to-buffer from 1.2.1 to 1.2.2

Changelog

Sourced from to-buffer's changelog.

v1.2.2 - 2025-09-24

Commits

  • [Fix] handle SlowBuffers in node 0.10 ca20eaa
  • [Refactor] use SafeBuffer.isBuffer instead of instanceof 81283c1
  • [Dev Deps] update @ljharb/eslint-config c7bc986
  • [meta] since tests are npmignored, also npmignore test config files 866639c
Commits
  • 47c574d v1.2.2
  • ca20eaa [Fix] handle SlowBuffers in node 0.10
  • c7bc986 [Dev Deps] update @ljharb/eslint-config
  • 866639c [meta] since tests are npmignored, also npmignore test config files
  • 81283c1 [Refactor] use SafeBuffer.isBuffer instead of instanceof
  • 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 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 all group with 12 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [dotenv](https://github.com/motdotla/dotenv) | `17.2.2` | `17.2.3` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.19.17` | `20.19.19` |
| [@vladfrangu/async_event_emitter](https://github.com/vladfrangu/async_event_emitter) | `2.4.6` | `2.4.7` |
| [b4a](https://github.com/holepunchto/b4a) | `1.7.1` | `1.7.3` |
| [baseline-browser-mapping](https://github.com/web-platform-dx/baseline-browser-mapping) | `2.8.6` | `2.8.12` |
| [browserslist](https://github.com/browserslist/browserslist) | `4.26.2` | `4.26.3` |
| [detect-libc](https://github.com/lovell/detect-libc) | `2.1.0` | `2.1.1` |
| [discord-api-types](https://github.com/discordjs/discord-api-types) | `0.38.26` | `0.38.28` |
| [minizlib](https://github.com/isaacs/minizlib) | `3.0.2` | `3.1.0` |
| [node-releases](https://github.com/chicoxyzzy/node-releases) | `2.0.21` | `2.0.23` |
| [streamx](https://github.com/mafintosh/streamx) | `2.22.1` | `2.23.0` |
| [to-buffer](https://github.com/browserify/to-buffer) | `1.2.1` | `1.2.2` |



Updates `dotenv` from 17.2.2 to 17.2.3
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v17.2.2...v17.2.3)

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

Updates `@vladfrangu/async_event_emitter` from 2.4.6 to 2.4.7
- [Changelog](https://github.com/vladfrangu/async_event_emitter/blob/main/CHANGELOG.md)
- [Commits](vladfrangu/async_event_emitter@v2.4.6...v2.4.7)

Updates `b4a` from 1.7.1 to 1.7.3
- [Commits](holepunchto/b4a@v1.7.1...v1.7.3)

Updates `baseline-browser-mapping` from 2.8.6 to 2.8.12
- [Release notes](https://github.com/web-platform-dx/baseline-browser-mapping/releases)
- [Commits](web-platform-dx/baseline-browser-mapping@v2.8.6...v2.8.12)

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

Updates `caniuse-lite` from 1.0.30001743 to 1.0.30001747
- [Commits](browserslist/caniuse-lite@1.0.30001743...1.0.30001747)

Updates `detect-libc` from 2.1.0 to 2.1.1
- [Changelog](https://github.com/lovell/detect-libc/blob/main/CHANGELOG.md)
- [Commits](lovell/detect-libc@v2.1.0...v2.1.1)

Updates `discord-api-types` from 0.38.26 to 0.38.28
- [Release notes](https://github.com/discordjs/discord-api-types/releases)
- [Changelog](https://github.com/discordjs/discord-api-types/blob/main/CHANGELOG.md)
- [Commits](discordjs/discord-api-types@0.38.26...0.38.28)

Updates `electron-to-chromium` from 1.5.222 to 1.5.230
- [Changelog](https://github.com/Kilian/electron-to-chromium/blob/master/CHANGELOG.md)
- [Commits](Kilian/electron-to-chromium@v1.5.222...v1.5.230)

Updates `minizlib` from 3.0.2 to 3.1.0
- [Commits](isaacs/minizlib@v3.0.2...v3.1.0)

Updates `node-releases` from 2.0.21 to 2.0.23
- [Commits](chicoxyzzy/node-releases@v2.0.21...v2.0.23)

Updates `streamx` from 2.22.1 to 2.23.0
- [Commits](mafintosh/streamx@v2.22.1...v2.23.0)

Updates `to-buffer` from 1.2.1 to 1.2.2
- [Changelog](https://github.com/browserify/to-buffer/blob/main/CHANGELOG.md)
- [Commits](browserify/to-buffer@v1.2.1...v1.2.2)

---
updated-dependencies:
- dependency-name: dotenv
  dependency-version: 17.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@types/node"
  dependency-version: 20.19.19
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@vladfrangu/async_event_emitter"
  dependency-version: 2.4.7
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: b4a
  dependency-version: 1.7.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: baseline-browser-mapping
  dependency-version: 2.8.12
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: browserslist
  dependency-version: 4.26.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: caniuse-lite
  dependency-version: 1.0.30001747
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: detect-libc
  dependency-version: 2.1.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: discord-api-types
  dependency-version: 0.38.28
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: electron-to-chromium
  dependency-version: 1.5.230
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: minizlib
  dependency-version: 3.1.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: node-releases
  dependency-version: 2.0.23
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: streamx
  dependency-version: 2.23.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: to-buffer
  dependency-version: 1.2.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
...

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 Oct 5, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 12, 2025

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

@dependabot dependabot bot closed this Oct 12, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/all-64b860c9d1 branch October 12, 2025 12:11
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