fix(deps): update dependency @parcel/watcher to v2.5.0 #394
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.
This PR contains the following updates:
2.1.0
->2.5.0
Release Notes
parcel-bundler/watcher (@parcel/watcher)
v2.5.0
Compare Source
Added
--build-from-source
flag to optionally build from source instead of using prebuilt packages. Can be used in conjunction with--no-optional
to prevent installing platform-specific dependencies.Fixed
open()
calls onstat()
failures on macOS to prevent security dialogs (#186)v2.4.1
Compare Source
v2.4.0
Compare Source
Adds support for CommonJS (along with existing support for ESM) in
@parcel/watcher-wasm
.v2.3.0
Compare Source
Features
@parcel/watcher-wasm
package instead of@parcel/watcher
in these cases. Note that this is much less efficient than using native OS-specific APIs, so keep using the native packages where possible.@parcel/watcher
from multiple Node.js worker threadsv2.2.0
Compare Source
This release migrates to a new method of distribution. Rather than including binaries for all operating systems and architectures inside the
@parcel/watcher
package, there are now individual packages per platform (e.g.@parcel/watcher-darwin-x64
). Each of these is an optional dependency of the main watcher package. This way, npm and other package managers will install only the binary for the platform you are running on. This reduces bandwidth and disk space.This also enabled us to add pre-compiled binaries for more platforms, meaning you don't need to have a C++ compiler to install the watcher. This should help with some minimal Docker environments especially. The architectures with prebuilds available now include:
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.