Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the development-dependencies group with 4 updates: knip, rollup, typescript-eslint and puppeteer.

Updates knip from 5.63.1 to 5.64.1

Release notes

Sourced from knip's releases.

Release 5.64.1

  • Edit docs (634b59d07353bc09db762ee1b672df06da66da59)
  • Edit docs (d3433f00840736e11cc5c845babffe415ecad1fe)
  • Add "How to keep package.json under control" article (570f40b15007c075d7f1e4d77bd2970034eec8ec)
  • We're incompatible with typescript v7 (f4f9166a0fca265e6f0dc939528836ce7003938f)
  • Migrate from bun → pnpm (f18428c53d5bff7bad5259bf053e1d8c2b78881f)
  • Migrate from biome v1 → v2 (7ae5d72dadba0d8084842765ba3c045ac9199aa5)
  • Update dependencies (3174456e0c0f3086cc52d41cbea647b5a50cc057)
  • Re-gen plugins list (2da7ba49e8930c68b3cf8d1421a88cf975af9800)
  • Migrate from zod v3 → v4 (a71c1030be3ee6b7312fdb952504a3f1dbe5a694)

Release 5.64.0

  • Fix formatting (900068149a5612cb6d084d46a3ff31b94c49b284)
  • Add env-cmd Support (#1254) (21d6b5183ad10b3296cdb9c8f21a8f2d01bb36e9) - thanks @​joealden!
  • Re-gen sponsorships chart (185c6389226216548c5691acbac38dda3bf07dfd)
  • fix: handle only string modules in dependency resolution (#1263) (a54021b6e5904fe6a6e87614728b841fe6931858) - thanks @​wattanx!
  • fix: bun ci (#1267) (3d1c3c5b91f440ade9f1069dd41f402e50645c6c) - thanks @​Zamiell!
  • Filter out invalid binaries (resolves #1264) (6f306111e4571418546da2aaf40d9b533940dd28)
  • Work types for good ol' ts 5.0.4 (9913ee755014285036a12ceed65371eb47a321eb)
  • Add @​Datadog-OSS sponsor (a61d9fef9b3ea9c163c6408b1b38495417aeb1da)
  • feat: GitHub actions reporter (#1231) (0a234504fd626f9f0a59aa377301fa46639539c1) - thanks @​cylewaitforit!
  • Add pos to unlisted deps issue type (5b54dae614d1b0719046405241d80e390ab9f4ba)
  • Improve import specifier sanitizer (resolves #1257) (087a98e028994d3e19bfcfd88b7b6231855de781)
  • Cover more cases for symbol refs finder (resolves #1273) (3d76e51e59eceeb528ef6e20ca5e3a1bfff2a841)
  • Fix package name of rslib enabler (#1272) (432bdccb9aa3c8c7d8c0114f6614a651d959e56d) - thanks @​nyarthan!
  • Pass parsed CLI args to config-as-a-function (b0814c9d454ccd060aeda693398d1707ef678fc4)
  • Ignore !-suffixed deps/bins only in production mode (resolves #1253) (06d4df84e7fe2735fce8bc1b1b12e78016e38ebb)
  • Update docs (0d8fd135b46855f6d606783e6c256cceeccf9acf)
  • Auto-format (f54a7bd2cd74354f51fb46ae978b3e5db8759fd7)
  • Find accessed identifiers for dynamic imports (resolves #1155, resolves #1230) (ec0be7e3b222da5b6ddb34baad9d2591f0f479cb)
  • Update oxc-resolver and a few more (dev) deps (96c822a40855c21152f81a1599458850b4f6c2dc)
  • Optimize getAccessedIdentifiers (8fb95019030533909c970bdb204b4779c19eaf5d)
  • fix: enable pnpm plugin on root config & lockfile (#1275) (6e339cadc079b0e144c2036134154c696e8b31c0) - thanks @​nyarthan!
  • Remove ancient past sponsors (e9e6e911d87cf550df87647f5a9b949d32faa27f)
  • Remove default binaries values in plugins (aac28c491ead836231e7487a8ebea056d0cf16cc)
  • Remove default containingFilePath value in angular plugin (92089275df7752a830c171d8d1d4cb39b0a83565)
  • Add isRootOnly to pnpm plugin (fe99f594ac79c2bb3590091651300062b690a12b)
  • Move/extend docs to write plugin (497bddb5479a53d59baaa078225343a621eaa317)
  • feat: add time & unzip to ignored binaries (#1276) (4f8d9df599ffaba171e2535ffe61153f4ce1089a) - thanks @​nyarthan!
  • Add Rstest Plugin (#1277) (5b7d92f101153294708a3d1afe8d2c4d61595116) - thanks @​nyarthan!
  • Edit docs (847ccf168776f2cb6c9b5108a208ea8eae12799f)
  • feat: add plugin for bumpp (#1278) (136a14bc4ff4138389a831afc62f5406f66223a5) - thanks @​nyarthan!
  • Support input resolver from args in plugins (resolve #1274) (19dd367764fa078fb9c93bb0a715492ff0581098)
  • Edit docs (77d683e2b75b44c7fd5fc47b59621398b86028ea)
Commits

Updates rollup from 4.52.0 to 4.52.3

Release notes

Sourced from rollup's releases.

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

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

Pull Requests

Changelog

Sourced from rollup's changelog.

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

Commits

Updates typescript-eslint from 8.44.0 to 8.44.1

Release notes

Sourced from typescript-eslint's releases.

v8.44.1

8.44.1 (2025-09-22)

🩹 Fixes

  • eslint-plugin: [no-base-to-string] make ignoredTypeNames match type names without generics (#11597)
  • eslint-plugin: [no-unsafe-enum-comparison] support unions of literals (#11599)
  • eslint-plugin: [await-thenable] should not report passing values to promise aggregators which may be a promise in an array literal (#11611)
  • typescript-estree: forbid class property with name constructor (#11590)

❤️ Thank You

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

Changelog

Sourced from typescript-eslint's changelog.

8.44.1 (2025-09-22)

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

Updates puppeteer from 24.22.0 to 24.22.3

Release notes

Sourced from puppeteer's releases.

puppeteer-core: v24.22.3

24.22.3 (2025-09-24)

Bug Fixes

puppeteer: v24.22.3

24.22.3 (2025-09-24)

Miscellaneous Chores

  • puppeteer: Synchronize puppeteer versions

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.22.2 to 24.22.3

puppeteer-core: v24.22.2

24.22.2 (2025-09-23)

Bug Fixes

  • pipes: concat buffers instead of string concatenation (#14236) (21e54b6)

puppeteer: v24.22.2

24.22.2 (2025-09-23)

Miscellaneous Chores

  • puppeteer: Synchronize puppeteer versions

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.22.1 to 24.22.2

puppeteer-core: v24.22.1

24.22.1 (2025-09-23)

... (truncated)

Changelog

Sourced from puppeteer's changelog.

24.22.3 (2025-09-24)

Miscellaneous Chores

  • puppeteer: Synchronize puppeteer versions

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.22.2 to 24.22.3

Bug Fixes

24.22.2 (2025-09-23)

Miscellaneous Chores

  • puppeteer: Synchronize puppeteer versions

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.22.1 to 24.22.2

Bug Fixes

  • pipes: concat buffers instead of string concatenation (#14236) (21e54b6)

24.22.1 (2025-09-23)

Miscellaneous Chores

  • puppeteer: Synchronize puppeteer versions

Dependencies

... (truncated)

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

Bumps the development-dependencies group with 4 updates: [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip), [rollup](https://github.com/rollup/rollup), [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) and [puppeteer](https://github.com/puppeteer/puppeteer).


Updates `knip` from 5.63.1 to 5.64.1
- [Release notes](https://github.com/webpro-nl/knip/releases)
- [Changelog](https://github.com/webpro-nl/knip/blob/main/packages/knip/.release-it.json)
- [Commits](https://github.com/webpro-nl/knip/commits/5.64.1/packages/knip)

Updates `rollup` from 4.52.0 to 4.52.3
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.52.0...v4.52.3)

Updates `typescript-eslint` from 8.44.0 to 8.44.1
- [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.44.1/packages/typescript-eslint)

Updates `puppeteer` from 24.22.0 to 24.22.3
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)
- [Commits](puppeteer/puppeteer@puppeteer-v24.22.0...puppeteer-v24.22.3)

---
updated-dependencies:
- dependency-name: knip
  dependency-version: 5.64.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: rollup
  dependency-version: 4.52.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: typescript-eslint
  dependency-version: 8.44.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: puppeteer
  dependency-version: 24.22.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-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 Oct 5, 2025
@romainmenke romainmenke merged commit 1e4c3d7 into main Oct 6, 2025
8 checks passed
@romainmenke romainmenke deleted the dependabot/npm_and_yarn/development-dependencies-da3c948829 branch October 6, 2025 06:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants