Skip to content

build(deps-dev): Bump watchpack from 2.4.0 to 2.5.2 in /docs#1041

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/docs/watchpack-2.5.2
Open

build(deps-dev): Bump watchpack from 2.4.0 to 2.5.2 in /docs#1041
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/docs/watchpack-2.5.2

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps watchpack from 2.4.0 to 2.5.2.

Release notes

Sourced from watchpack's releases.

v2.5.2

Patch Changes

  • fix: retry fs.lstat on transient EBUSY errors instead of emitting a spurious remove event (fixes #223, #44). The retry count is controlled by the WATCHPACK_RETRIES environment variable (default: 3; set to 0 or "false" to disable retrying). (by @​alexander-akait in #293)

  • Improve perfomance for ignored and improve perfomance for reduce plan. (by @​alexander-akait in #289)

  • perf: speed up ignored matchers (~35–45% faster on POSIX paths) and reducePlan (~20–40% faster on medium and large plans). Also adds a tinybench suite under bench/ and a CodSpeed GitHub Actions workflow to catch future regressions. (by @​alexander-akait in #287)

  • fix: don't log "Watchpack Error (initial scan)" for unreadable entries inside a watched parent directory, e.g. pagefile.sys on WSL or /efi on Linux (fixes #187). EACCES / ENODEV (and EINVAL on Windows) errors are now handled like EPERM / ENOENT / EBUSY: the entry is recorded as missing and the scan continues silently. (by @​alexander-akait in #298)

  • fix: prevent unbounded watcher growth when a symlinked directory points back to one of its own ancestors (e.g. a/b/loop -> ..) with followSymlinks: true. Such symlinks are now recorded as plain entries instead of being descended into; symlinks pointing outside the watched tree (#231) behave as before. (by @​alexander-akait in #297)

v2.5.1

Fixes

  • typo in typescript types

v2.5.0

Features

  • Added types

v2.4.4

Fixes

  • Node.js v24+ changed permission access error codes

v2.4.3

Bugfixes

  • ignore listening for the directory itself to be deleted

Performance

  • limit the number of concurrently open file watchers on macOS

v2.4.2

Bugfixes

  • handle empty strings and arrays in ignored

v2.4.1

Bugfixes

  • do not report directory as initial missing on the second watch
Changelog

Sourced from watchpack's changelog.

2.5.2

Patch Changes

  • fix: retry fs.lstat on transient EBUSY errors instead of emitting a spurious remove event (fixes #223, #44). The retry count is controlled by the WATCHPACK_RETRIES environment variable (default: 3; set to 0 or "false" to disable retrying). (by @​alexander-akait in #293)

  • Improve perfomance for ignored and improve perfomance for reduce plan. (by @​alexander-akait in #289)

  • perf: speed up ignored matchers (~35–45% faster on POSIX paths) and reducePlan (~20–40% faster on medium and large plans). Also adds a tinybench suite under bench/ and a CodSpeed GitHub Actions workflow to catch future regressions. (by @​alexander-akait in #287)

  • fix: don't log "Watchpack Error (initial scan)" for unreadable entries inside a watched parent directory, e.g. pagefile.sys on WSL or /efi on Linux (fixes #187). EACCES / ENODEV (and EINVAL on Windows) errors are now handled like EPERM / ENOENT / EBUSY: the entry is recorded as missing and the scan continues silently. (by @​alexander-akait in #298)

  • fix: prevent unbounded watcher growth when a symlinked directory points back to one of its own ancestors (e.g. a/b/loop -> ..) with followSymlinks: true. Such symlinks are now recorded as plain entries instead of being descended into; symlinks pointing outside the watched tree (#231) behave as before. (by @​alexander-akait in #297)

Commits
  • 6891a40 chore(release): new release
  • c83fda6 chore(release): new release
  • 4917313 docs: simplify changeset entries to 1-2 sentences
  • 0e9aa03 Simplify changeset entries to 1-2 sentences
  • 52c0e90 feat: add public API for converting glob to regexp
  • f2f0ea9 refactor: replace glob-to-regexp dependency with optimized built-in implement...
  • 8869686 chore(deps-dev): bump @​codspeed/core from 5.4.0 to 5.5.0 in the dependencies ...
  • 9e3f114 chore(deps): bump the dependencies group with 3 updates (#311)
  • 0ad280e chore(deps): bump codecov/codecov-action from 6.0.0 to 6.0.1 in the dependenc...
  • f4d1f34 chore(deps-dev): bump eslint-config-webpack from 4.9.5 to 4.9.6 in the depend...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for watchpack since your current version.


Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [watchpack](https://github.com/webpack/watchpack) from 2.4.0 to 2.5.2.
- [Release notes](https://github.com/webpack/watchpack/releases)
- [Changelog](https://github.com/webpack/watchpack/blob/main/CHANGELOG.md)
- [Commits](webpack/watchpack@v2.4.0...v2.5.2)

---
updated-dependencies:
- dependency-name: watchpack
  dependency-version: 2.5.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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 Jun 15, 2026
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