Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the prod-deps-regular group with 9 updates in the / directory:

Package From To
debug 4.3.7 4.4.3
ip-num 1.5.1 1.5.2
semver 7.6.3 7.7.2
tmp 0.2.3 0.2.5
tsx 4.19.1 4.20.6
@rollup/rollup-darwin-x64 4.27.3 4.52.4
@rollup/rollup-win32-arm64-msvc 4.27.3 4.52.4
@rollup/rollup-win32-x64-msvc 4.27.3 4.52.4
viem 2.37.11 2.37.12

Updates debug from 4.3.7 to 4.4.3

Release notes

Sourced from debug's releases.

4.4.3

Functionally identical release to 4.4.1.

Version 4.4.2 is compromised. Please see debug-js/debug#1005.

4.4.1

What's Changed

New Contributors

Full Changelog: debug-js/debug@4.4.0...4.4.1

4.4.0

Fixes (hopefully) the inefficient regex warnings in .enable().

Minor version as this is invariably going to break certain users who misuse the .enable() API and expected it to work with regexes, which was never supported nor documented. That's on you, sorry - that functionality won't be added back.

Full Changelog: debug-js/debug@4.3.7...4.4.0

Commits

Updates ip-num from 1.5.1 to 1.5.2

Release notes

Sourced from ip-num's releases.

v1.5.2

What's Changed

New Contributors

Full Changelog: ip-num/ip-num@v1.5.0...v1.5.2

Commits
  • d4288fd 1.5.2
  • 0851134 Improve package.json
  • 894d719 Update the patch release cmd
  • f4f75c8 Merge pull request #107 from ip-num/more-ipv6-collapse-tests
  • 16ec5cc Added more tests
  • aa952aa Merge pull request #104 from ip-num/fix-contains-ip-type
  • ecbd138 Revert changes to build files
  • bbd1778 Undo changes to build files
  • 66afff7 Merge branch 'master' into fix-contains-ip-type
  • a0f189a Merge pull request #103 from ip-num/fix/ipv6-collapse-double-colon
  • Additional commits viewable in compare view

Updates semver from 7.6.3 to 7.7.2

Release notes

Sourced from semver's releases.

v7.7.2

7.7.2 (2025-05-12)

Bug Fixes

Chores

v7.7.1

7.7.1 (2025-02-03)

Bug Fixes

v7.7.0

7.7.0 (2025-01-29)

Features

Bug Fixes

Documentation

Chores

Changelog

Sourced from semver's changelog.

7.7.2 (2025-05-12)

Bug Fixes

Chores

7.7.1 (2025-02-03)

Bug Fixes

7.7.0 (2025-01-29)

Features

Bug Fixes

Documentation

Chores

Commits
  • 281055e chore: release 7.7.2 (#783)
  • fcafb61 fix: add missing 'use strict' directives (#780)
  • c760403 chore: template-oss-apply for workflow permissions (#784)
  • c99f336 fix: prerelease identifier starting with digits (#781)
  • 2677f2a chore: bump @​npmcli/template-oss from 4.23.6 to 4.24.3 (#778)
  • 0b98655 chore: bump @​npmcli/template-oss from 4.23.4 to 4.23.6 (#760)
  • 30c438b chore: release 7.7.1 (#765)
  • af761c0 fix(inc): fully capture prerelease identifier (#764)
  • 2cfcbb5 chore: release 7.7.0 (#750)
  • d588e37 fix(diff): fix prerelease to stable version diff logic (#755)
  • Additional commits viewable in compare view

Updates tmp from 0.2.3 to 0.2.5

Commits

Updates tsx from 4.19.1 to 4.20.6

Release notes

Sourced from tsx's releases.

v4.20.6

4.20.6 (2025-09-26)

Bug Fixes

  • properly hide relaySignal from process.listeners() (#741) (710a424)

This release is also available on:

v4.20.5

4.20.5 (2025-08-24)

Bug Fixes

  • handle ambiguous packages (796053a)

This release is also available on:

v4.20.4

4.20.4 (2025-08-12)

Bug Fixes


This release is also available on:

v4.20.3

4.20.3 (2025-06-13)

Bug Fixes

... (truncated)

Commits
  • 710a424 fix: properly hide relaySignal from process.listeners() (#741)
  • 20b91c4 docs: make sponsors dynamic
  • 08dcd59 chore: move vercel settings to root
  • e6d1a47 docs: obfuscate aside classname
  • de2719d style: remove unused variable
  • 13f2954 chore: upgrade docs deps
  • 0504525 chore: upgrade manten
  • 132fdd8 test: assert require.cache
  • f057e7d test: require loop
  • a6f8f9f refactor: getFormat to handle all formats
  • Additional commits viewable in compare view

Updates @rollup/rollup-darwin-x64 from 4.27.3 to 4.52.4

Release notes

Sourced from @​rollup/rollup-darwin-x64's releases.

v4.52.4

4.52.4

2025-10-03

Bug Fixes

  • Fix an issue where the wrong branch of nullish coalescing was picked (#6133)

Pull Requests

v4.52.3

4.52.3

2025-09-27

Bug Fixes

  • Fix check in native loader for environments that do not support reports (#6123)

Pull Requests

v4.52.2

4.52.2

2025-09-23

Bug Fixes

  • Fix Android build crashing due to failed dlopen (#6109)

Pull Requests

v4.52.1

4.52.1

2025-09-23

Bug Fixes

... (truncated)

Changelog

Sourced from @​rollup/rollup-darwin-x64's changelog.

4.52.4

2025-10-03

Bug Fixes

  • Fix an issue where the wrong branch of nullish coalescing was picked (#6133)

Pull Requests

4.52.3

2025-09-27

Bug Fixes

  • Fix check in native loader for environments that do not support reports (#6123)

Pull Requests

4.52.2

2025-09-23

Bug Fixes

  • Fix Android build crashing due to failed dlopen (#6109)

Pull Requests

4.52.1

2025-09-23

Bug Fixes

  • Opt-out of dynamic import optimization when using top-level await to effectively prevent deadlocks (#6121)

Pull Requests

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​rollup/rollup-darwin-x64 since your current version.


Updates @rollup/rollup-win32-arm64-msvc from 4.27.3 to 4.52.4

Release notes

Sourced from @​rollup/rollup-win32-arm64-msvc's releases.

v4.52.4

4.52.4

2025-10-03

Bug Fixes

  • Fix an issue where the wrong branch of nullish coalescing was picked (#6133)

Pull Requests

v4.52.3

4.52.3

2025-09-27

Bug Fixes

  • Fix check in native loader for environments that do not support reports (#6123)

Pull Requests

v4.52.2

4.52.2

2025-09-23

Bug Fixes

  • Fix Android build crashing due to failed dlopen (#6109)

Pull Requests

v4.52.1

4.52.1

2025-09-23

Bug Fixes

... (truncated)

Changelog

Sourced from @​rollup/rollup-win32-arm64-msvc's changelog.

4.52.4

2025-10-03

Bug Fixes

  • Fix an issue where the wrong branch of nullish coalescing was picked (#6133)

Pull Requests

4.52.3

2025-09-27

Bug Fixes

  • Fix check in native loader for environments that do not support reports (#6123)

Pull Requests

4.52.2

2025-09-23

Bug Fixes

  • Fix Android build crashing due to failed dlopen (#6109)

Pull Requests

4.52.1

2025-09-23

Bug Fixes

  • Opt-out of dynamic import optimization when using top-level await to effectively prevent deadlocks (#6121)

Pull Requests

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​rollup/rollup-win32-arm64-msvc since your current version.


Updates @rollup/rollup-win32-x64-msvc from 4.27.3 to 4.52.4

Release notes

Sourced from @​rollup/rollup-win32-x64-msvc's releases.

v4.52.4

4.52.4

2025-10-03

Bug Fixes

  • Fix an issue where the wrong branch of nullish coalescing was picked (#6133)

Pull Requests

v4.52.3

4.52.3

2025-09-27

Bug Fixes

  • Fix check in native loader for environments that do not support reports (#6123)

Pull Requests

v4.52.2

4.52.2

2025-09-23

Bug Fixes

  • Fix Android build crashing due to failed dlopen (#6109)

Pull Requests

v4.52.1

4.52.1

2025-09-23

Bug Fixes

... (truncated)

Changelog

Sourced from @​rollup/rollup-win32-x64-msvc's changelog.

4.52.4

2025-10-03

Bug Fixes

  • Fix an issue where the wrong branch of nullish coalescing was picked (#6133)

Pull Requests

4.52.3

2025-09-27

Bug Fixes

  • Fix check in native loader for environments that do not support reports (#6123)

Pull Requests

4.52.2

2025-09-23

Bug Fixes

  • Fix Android build crashing due to failed dlopen (#6109)

Pull Requests

4.52.1

2025-09-23

Bug Fixes

  • Opt-out of dynamic import optimization when using top-level await to effectively prevent deadlocks (#6121)

Pull Requests

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​rollup/rollup-win32-x64-msvc since your current version.


Updates viem from 2.37.11 to 2.37.12

Release notes

Sourced from viem's releases.

[email protected]

Patch Changes

Commits

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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Oct 3, 2025
… 9 updates

Bumps the prod-deps-regular group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [debug](https://github.com/debug-js/debug) | `4.3.7` | `4.4.3` |
| [ip-num](https://github.com/ip-num/ip-num) | `1.5.1` | `1.5.2` |
| [semver](https://github.com/npm/node-semver) | `7.6.3` | `7.7.2` |
| [tmp](https://github.com/raszi/node-tmp) | `0.2.3` | `0.2.5` |
| [tsx](https://github.com/privatenumber/tsx) | `4.19.1` | `4.20.6` |
| [@rollup/rollup-darwin-x64](https://github.com/rollup/rollup) | `4.27.3` | `4.52.4` |
| [@rollup/rollup-win32-arm64-msvc](https://github.com/rollup/rollup) | `4.27.3` | `4.52.4` |
| [@rollup/rollup-win32-x64-msvc](https://github.com/rollup/rollup) | `4.27.3` | `4.52.4` |
| [viem](https://github.com/wevm/viem) | `2.37.11` | `2.37.12` |



Updates `debug` from 4.3.7 to 4.4.3
- [Release notes](https://github.com/debug-js/debug/releases)
- [Commits](debug-js/debug@4.3.7...4.4.3)

Updates `ip-num` from 1.5.1 to 1.5.2
- [Release notes](https://github.com/ip-num/ip-num/releases)
- [Commits](ip-num/ip-num@v1.5.1...v1.5.2)

Updates `semver` from 7.6.3 to 7.7.2
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](npm/node-semver@v7.6.3...v7.7.2)

Updates `tmp` from 0.2.3 to 0.2.5
- [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md)
- [Commits](raszi/node-tmp@v0.2.3...v0.2.5)

Updates `tsx` from 4.19.1 to 4.20.6
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](privatenumber/tsx@v4.19.1...v4.20.6)

Updates `@rollup/rollup-darwin-x64` from 4.27.3 to 4.52.4
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.27.3...v4.52.4)

Updates `@rollup/rollup-win32-arm64-msvc` from 4.27.3 to 4.52.4
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.27.3...v4.52.4)

Updates `@rollup/rollup-win32-x64-msvc` from 4.27.3 to 4.52.4
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.27.3...v4.52.4)

Updates `viem` from 2.37.11 to 2.37.12
- [Release notes](https://github.com/wevm/viem/releases)
- [Commits](https://github.com/wevm/viem/compare/[email protected]@2.37.12)

---
updated-dependencies:
- dependency-name: debug
  dependency-version: 4.4.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps-regular
- dependency-name: ip-num
  dependency-version: 1.5.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps-regular
- dependency-name: semver
  dependency-version: 7.7.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps-regular
- dependency-name: tmp
  dependency-version: 0.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps-regular
- dependency-name: tsx
  dependency-version: 4.20.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps-regular
- dependency-name: "@rollup/rollup-darwin-x64"
  dependency-version: 4.52.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps-regular
- dependency-name: "@rollup/rollup-win32-arm64-msvc"
  dependency-version: 4.52.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps-regular
- dependency-name: "@rollup/rollup-win32-x64-msvc"
  dependency-version: 4.52.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps-regular
- dependency-name: viem
  dependency-version: 2.37.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps-regular
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/beta/prod-deps-regular-c672364b78 branch from ddcc22d to be2a374 Compare October 6, 2025 08:08
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 17, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

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