Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency jscodeshift to ^0.16.0 #23

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 14, 2019

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
jscodeshift ^0.6.0 -> ^0.16.0 age adoption passing confidence

Release Notes

facebook/jscodeshift (jscodeshift)

v0.16.1

Compare Source

Fixed
  • Removed old babel-core dependency that was unused but caused security scanners to flag vulnerabilities.

v0.16.0

Compare Source

Added
  • Added a --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
Fixed

v0.15.0

Compare Source

Changed
Fixed

v0.14.0

Compare Source

Added
Changed
  • Bumped dependency versions
  • Allow arguments in --help to be listed in an order other than alphabetically, so they can instead be grouped thematically (#​507, @​elonvolo)
  • Allow the j shortcut in test utils (#​515, @​no23reason)

v0.13.1

Compare Source

Changed
  • Switched from colors to chalk to mitigate a security vulnerability in colors@1.4.1.

v0.13.0

Compare Source

Added
Changed

v0.12.0

Compare Source

Changed

v0.11.0

Compare Source

Changed
  • Updated recast to latest

v0.10.0

Compare Source

Changed
  • Updated flow-parser to latest, and enabled Flow Enums parsing by default when using Flow parser

v0.9.0

Compare Source

v0.8.0

Compare Source

Changed
  • Dropped support for Node versions 6 and 8

v0.7.1

Compare Source

v0.7.0

Compare Source

[0.7.0] 2019-12-11

v0.6.4

Compare Source

Changed
  • Allow writing tests in TypeScript (PR #​308)
  • Better handling of .gitingore files: Ignore comments and support \r\n line breaks (PR #​306)

v0.6.3

Compare Source

Fixed
  • Don't throw an error when jscodeshift processes an empty set of files (#​295,
    @​skovhus).
  • renameTo should not rename class properties (#​296, @​henryqdineen).
  • Custom/unknown CLI parameters are parsed as JSON, just like nomnom used to
    do.

v0.6.2

Compare Source

Changed
  • @babel/register/@babel/preset-env is configured to not transpile any
    language 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.
  • Do not transpile object rest/spread in transform code if supported by running
    Node version.
Fixed
  • Presets and plugins passed to @babel/register are now properly named and
    loaded.

v0.6.1

Compare Source

Added
  • Tranform files can be written in Typescript. If the file extension of the
    transform file is .ts or .tsx, @babel/preset-typescript is used to
    convert them. This requires the --babel option to be set (which it is by
    default). ( #​287 , @​brieb )
Changed
  • The preset and plugins for converting the transform file itself via babeljs
    have been updated to work with babel v7. This included removing
    babel-preset-es2015 and babel-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. If
    you want to use other's in your transform file, please create a PR.
Fixed
Bumped
  • micromatch => v3.1.10, which doesn't (indirectly) depend on randomatic <
    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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update dependency jscodeshift to ^0.7.0 Update dependency jscodeshift to ^0.9.0 May 8, 2020
@renovate renovate bot changed the title Update dependency jscodeshift to ^0.9.0 Update dependency jscodeshift to ^0.10.0 Jul 1, 2020
@renovate renovate bot changed the title Update dependency jscodeshift to ^0.10.0 Update dependency jscodeshift to ^0.11.0 Sep 2, 2020
@renovate renovate bot changed the title Update dependency jscodeshift to ^0.11.0 Update dependency jscodeshift to ^0.12.0 Apr 21, 2021
@renovate renovate bot changed the title Update dependency jscodeshift to ^0.12.0 Update dependency jscodeshift to ^0.13.0 Oct 18, 2021
@renovate renovate bot changed the title Update dependency jscodeshift to ^0.13.0 Update dependency jscodeshift to ^0.14.0 Nov 20, 2022
@renovate renovate bot changed the title Update dependency jscodeshift to ^0.14.0 Update dependency jscodeshift to ^0.15.0 May 28, 2023
@renovate renovate bot changed the title Update dependency jscodeshift to ^0.15.0 Update dependency jscodeshift to ^0.16.0 Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants