Update dependency jscodeshift to ^0.16.0 #23
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:
^0.6.0
->^0.16.0
Release Notes
facebook/jscodeshift (jscodeshift)
v0.16.1
Compare Source
Fixed
babel-core
dependency that was unused but caused security scanners to flag vulnerabilities.v0.16.0
Compare Source
Added
--gitignore
flag to avoid transforming any files listed in.gitignore
(#508, @ElonVolo)Changed
v0.15.2
Compare Source
Fixed
v0.15.1
Compare Source
Changed
@babel/plugin-proposal-private-methods
in worker (#568, @sibelius)Fixed
v0.15.0
Compare Source
Changed
Fixed
v0.14.0
Compare Source
Added
defineSnapshotTestFromFixture
test util (#471, @shriuken)renameTo
filters for Babel 6+ node types (#412 and #504, @elonvolo and @henryqdineen)childNodesOfType
to JSX traversal methods (#415, @j13huang)Changed
--help
to be listed in an order other than alphabetically, so they can instead be grouped thematically (#507, @elonvolo)j
shortcut in test utils (#515, @no23reason)v0.13.1
Compare Source
Changed
colors
tochalk
to mitigate a security vulnerability incolors@1.4.1
.v0.13.0
Compare Source
Added
--fail-on-error
flag to return a1
error code when errors were found (#416, @marcodejongh)template.asyncExpression
(#405, @jedwards1211)Changed
v0.12.0
Compare Source
Changed
v0.11.0
Compare Source
Changed
recast
to latestv0.10.0
Compare Source
Changed
flow-parser
to latest, and enabled Flow Enums parsing by default when using Flow parserv0.9.0
Compare Source
v0.8.0
Compare Source
Changed
v0.7.1
Compare Source
v0.7.0
Compare Source
[0.7.0] 2019-12-11
v0.6.4
Compare Source
Changed
.gitingore
files: Ignore comments and support\r\n
line breaks (PR #306)v0.6.3
Compare Source
Fixed
@skovhus).
renameTo
should not rename class properties (#296, @henryqdineen).do.
v0.6.2
Compare Source
Changed
@babel/register
/@babel/preset-env
is configured to not transpile anylanguage features that the running Node process supports. That means if you use
features in your transform code supported by the Node version you are running,
they will be left as is. Most of ES2015 is actually supported since Node v6.
Node version.
Fixed
@babel/register
are now properly named andloaded.
v0.6.1
Compare Source
Added
transform file is
.ts
or.tsx
,@babel/preset-typescript
is used toconvert them. This requires the
--babel
option to be set (which it is bydefault). ( #287 , @brieb )
Changed
have been updated to work with babel v7. This included removing
babel-preset-es2015
andbabel-preset-stage-1
in favor of@babel/preset-env
. Only@babel/proposal-class-properties
and@babel/proposal-object-rest-spread
are enabled as experimental features. Ifyou want to use other's in your transform file, please create a PR.
Fixed
@babel/parser
instead of Babylon ( #291, @elliottsj )Bumped
micromatch
=> v3.1.10, which doesn't (indirectly) depend onrandomatic
<v3 anymore (see #292).
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.