neutrinojs / neutrino

Create and build modern JavaScript projects with zero initial configuration.
https://neutrinojs.org
Mozilla Public License 2.0
3.95k stars 214 forks source link

Update dependency jscodeshift to ^0.15.0 #1667

Closed renovate[bot] closed 6 months ago

renovate[bot] commented 3 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
jscodeshift ^0.11.0 -> ^0.15.0 age adoption passing confidence

Release Notes

facebook/jscodeshift (jscodeshift) ### [`v0.15.0`](https://togithub.com/facebook/jscodeshift/blob/HEAD/CHANGELOG.md#0150-2023-05-07) [Compare Source](https://togithub.com/facebook/jscodeshift/compare/v0.14.0...v0.15.0) ##### Changed - Upgraded to recast 0.23.1 ([#​544](https://togithub.com/facebook/jscodeshift/issues/544), [@​ryanrhee](https://togithub.com/ryanrhee)) - Make [@​babel/preset-env](https://togithub.com/babel/preset-env) optional ([#​480](https://togithub.com/facebook/jscodeshift/issues/480), [@​SimenB](https://togithub.com/SimenB)) ##### Fixed - Force LF line ending in bin/jscodeshift.sh ([#​555](https://togithub.com/facebook/jscodeshift/issues/555), [@​jakeboone02](https://togithub.com/jakeboone02)) - Use transform's exported parser in testUitls ([#​528](https://togithub.com/facebook/jscodeshift/issues/528), [@​CrispyBacon12](https://togithub.com/CrispyBacon12)) - Ensure jscodeshift doesn't load Babel config file ([#​460](https://togithub.com/facebook/jscodeshift/issues/460), [@​raon0211](https://togithub.com/raon0211)) ### [`v0.14.0`](https://togithub.com/facebook/jscodeshift/blob/HEAD/CHANGELOG.md#0140-2022-10-04) [Compare Source](https://togithub.com/facebook/jscodeshift/compare/0.13.1...v0.14.0) ##### Added - Added a `defineSnapshotTestFromFixture` test util ([#​471](https://togithub.com/facebook/jscodeshift/issues/471), [@​shriuken](https://togithub.com/shriuken)) - Added `renameTo` filters for Babel 6+ node types ([#​412](https://togithub.com/facebook/jscodeshift/issues/412) and [#​504](https://togithub.com/facebook/jscodeshift/issues/504), [@​elonvolo](https://togithub.com/elonvolo) and [@​henryqdineen](https://togithub.com/henryqdineen)) - Added `childNodesOfType` to JSX traversal methods ([#​415](https://togithub.com/facebook/jscodeshift/issues/415), [@​j13huang](https://togithub.com/j13huang)) ##### 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](https://togithub.com/facebook/jscodeshift/issues/507), [@​elonvolo](https://togithub.com/elonvolo)) - Allow the `j` shortcut in test utils ([#​515](https://togithub.com/facebook/jscodeshift/issues/515), [@​no23reason](https://togithub.com/no23reason)) ### [`v0.13.1`](https://togithub.com/facebook/jscodeshift/blob/HEAD/CHANGELOG.md#0131-2022-01-10) [Compare Source](https://togithub.com/facebook/jscodeshift/compare/0.13.0...0.13.1) ##### Changed - Switched from `colors` to `chalk` to mitigate a security vulnerability in `colors@1.4.1`. ### [`v0.13.0`](https://togithub.com/facebook/jscodeshift/blob/HEAD/CHANGELOG.md#0130-2021-06-26) [Compare Source](https://togithub.com/facebook/jscodeshift/compare/0.12.0...0.13.0) ##### Added - Added a `--fail-on-error` flag to return a `1` error code when errors were found ([#​416](https://togithub.com/facebook/jscodeshift/issues/416), [@​marcodejongh](https://togithub.com/marcodejongh)) - Created `template.asyncExpression` ([#​405](https://togithub.com/facebook/jscodeshift/issues/405), [@​jedwards1211](https://togithub.com/jedwards1211)) ##### Changed - Removed lodash dependency from tsx parser ([#​432](https://togithub.com/facebook/jscodeshift/issues/432), [@​JHilker](https://togithub.com/JHilker) and [@​robyoder](https://togithub.com/robyoder)) ### [`v0.12.0`](https://togithub.com/facebook/jscodeshift/blob/HEAD/CHANGELOG.md#0120-2021-04-21) [Compare Source](https://togithub.com/facebook/jscodeshift/compare/0.11.0...0.12.0) ##### Changed - Allow transform to be a Promise ([#​237](https://togithub.com/facebook/jscodeshift/issues/237), [@​rektide](https://togithub.com/rektide)) - Support newer TypeScript syntax by upgrading to newer Babel parser ([#​410](https://togithub.com/facebook/jscodeshift/issues/410), [@​wdoug](https://togithub.com/wdoug) and [@​mfeckie](https://togithub.com/mfeckie))

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 has been generated by Mend Renovate. View repository job log here.