chore(deps): update dependency babel-watch to v7.8.1 #238
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:
7.0.0->7.8.1Release Notes
kmagiera/babel-watch (babel-watch)
v7.8.1Compare Source
Uncategorized
v7.8.0Compare Source
Uncategorized
v7.7.2Compare Source
v7.7.1Compare Source
v7.7.0Compare Source
v7.6.0Compare Source
v7.5.0: Add --config-file optionCompare Source
Small release to add the
--config-fileoption. #124v7.4.1: Fix regression in--extensionsCompare Source
This release fixes #122, which was caused by an unintended regression in
--extensions. Babel's default extensions are always included. We may change this behavior in a major version bump but the behavior in v7 should not change.v7.4.0:--watchfix and BABEL_WATCH_NODE_OPTIONSCompare Source
This release fixes two issues:
NODE_OPTIONS, it will apply both to thebabel-watchparent instance and to the child (your code), causing issues with options like--inspect. Therefore, I have addedBABEL_WATCH_NODE_OPTIONS, which will be ignored by the parent and passed on to the child like you'd expect. In 99.9% of cases, this is what you want.--watchoption (i.e.babel-watch --watch interfaces/ app.js) didn't actually do anything very useful. It would add the folder to be watched by chokidar, but because it wasn't required by the application,babel-watchwould simply execute no action on a modification. This is not intended so that logic has been removed, and you can now watch arbitrary folders and restart on them.--extensionsif the files you're watching don't end in.js.--exclude. Be careful not to use--ignore, which is instead passed tobabel. In a later release I will rename this because it's confusing.v7.3.1: NPM package bugfixCompare Source
An unexpected file made it into the package. This release removes it which greatly decreases the size of the unpacked module.
v7.3.0: 7.3.0: Features!Compare Source
A few new features in this release:
--before-restartoption. Use to synchronously execute a script between restarts (#79, #80, #102,#108). For example:babel-watch --before-restart="yarn lint" app.js--no-colorsoption)RESTARTINGmessage in favor of something a little less obnoxious. It also prints the files that caused the restart. You can still change it using--message.--restart-command, so you can change the defaultrs<enter>to manually restart. If you set--restart-command=false, the stdin handler is turned off entirely, which is desirable for certain interactive applications. (#35)--debug/--debug-brk/--inspect/--inspect-brkare present. (#62, #118)--no-debug-source-mapsto disable this behavior, which can be useful if you want to debug the raw transpiled output.v7.2.0: 7.2.0: New quality-of-life features!Compare Source
Changes:
--ignoreoption, introduced in babel 7 upgrade. (#106, #112)--clear-consoleoption (#115)debugmodule. Run withenv DEBUG="babel-watch:*" babel-watch [file]to see debug output, including compiled files, ignored files, and init options.v7.1.0: 7.1.0: Long-awaited BugfixesCompare Source
We finally have publish access again, and have updated
babel-watch!See the release diff for the exact changes.
Highlights:
nodeprocess stick at 100% cpu from time to time, this is now fixed if you update!Buffer.from()(#100)Thanks @kmagiera for getting publish access into the hands of the community so we can fix these bugs.
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 becomes conflicted, 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.