chore(deps-dev): bump @parcel/watcher-win32-x64 from 2.5.1 to 2.6.0 - #1103
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps-dev): bump @parcel/watcher-win32-x64 from 2.5.1 to 2.6.0#1103dependabot[bot] wants to merge 1 commit into
dependabot[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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.