Uh oh!
There was an error while loading. Please reload this page.
chore(deps-dev): bump @parcel/watcher-win32-x64 from 2.5.1 to 2.6.0 - #1103
chore(deps-dev): bump @parcel/watcher-win32-x64 from 2.5.1 to 2.6.0#1103dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [@parcel/watcher-win32-x64](https://github.com/parcel-bundler/watcher) from 2.5.1 to 2.6.0. - [Release notes](https://github.com/parcel-bundler/watcher/releases) - [Commits](parcel-bundler/watcher@v2.5.1...v2.6.0) --- updated-dependencies: - dependency-name: "@parcel/watcher-win32-x64" dependency-version: 2.6.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Claude Code Review
This repository is configured for manual code reviews. Comment @claude review for a one-time review, or @claude review always to subscribe this PR to a review on every future push.
Tip: disable this comment in your organization's Code Review settings.
Thanks for your contribution! This PR doesn't have a linked issue. All PRs must reference an existing issue. Please:
See CONTRIBUTING.md for details. |
This PR doesn't fully meet our contributing guidelines and PR template. What needs to be fixed:
Please edit this PR description to address the above within 2 hours, or it will be automatically closed. If you believe this was flagged incorrectly, please let a maintainer know. |
Bumps @parcel/watcher-win32-x64 from 2.5.1 to 2.6.0.
Release notes
Sourced from @parcel/watcher-win32-x64's releases.
Commits
01c4addv2.6.02392f96fix ci2d44c97update cie0c2deconly test on node lts66e8e76fix: use assert.rejects for async subscribe throw test (#254)a1b86cfchore: run prettier (#249)4aa3dcafeat: support RegExp ignores (#248)8926bb8v2.5.6 (#238)6af4420fix windows ia32 build (#237)e05e724chore: add stack-protector-strong flag (#236)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Summary by cubic
Bumps
@parcel/watcher-win32-x64from 2.5.1 to 2.6.0 to improve Windows file watching in local development. Previously only glob/string ignores were supported; the new version adds RegExp ignore support and includes stability fixes from the 2.5.x line.Written for commit 568d935. Summary will update on new commits.