ember-codemods / ember-module-migrator

Automated migration for new Ember application layout.
74 stars 15 forks source link

Bump jscodeshift from 0.3.32 to 0.5.0 #76

Closed dependabot-preview[bot] closed 6 years ago

dependabot-preview[bot] commented 6 years ago

Bumps jscodeshift from 0.3.32 to 0.5.0.

Release notes *Sourced from jscodeshift's [releases](https://github.com/facebook/jscodeshift/releases).* > ## v0.5.0 > ## New > - Bump recast and babylon to support JSX fragments ([#239](https://github-redirect.dependabot.com/facebook/jscodeshift/issues/239)) > - Add `dynamicImport` plugin to `babylon` parser. ([#208](https://github-redirect.dependabot.com/facebook/jscodeshift/issues/208)) > - Allow specifying a testName for inline tests ([#218](https://github-redirect.dependabot.com/facebook/jscodeshift/issues/218)) > - Add `some()` and `every()` methods for Collection ([#216](https://github-redirect.dependabot.com/facebook/jscodeshift/issues/216)) > > ## Fixed/Improved > - Fix error handling for http ([#242](https://github-redirect.dependabot.com/facebook/jscodeshift/issues/242)) > - Perf: replace async with neo-async ([#241](https://github-redirect.dependabot.com/facebook/jscodeshift/issues/241)) > - Fix `renameTo` renaming React component prop name unexpectedly ([#220](https://github-redirect.dependabot.com/facebook/jscodeshift/issues/220)) > - Fix `renameTo` not taking property shorthands into account ([#211](https://github-redirect.dependabot.com/facebook/jscodeshift/issues/211))
Commits - [`855f565`](https://github.com/facebook/jscodeshift/commit/855f565b818b2c3a86de9084436f1ef6a9fad8b9) Bump version to 0.5.0 for publishing - [`1034253`](https://github.com/facebook/jscodeshift/commit/103425316d4109992e9b541909cef0b0df46fe4a) Add LTS node versions and remove EOL versions - [`84d2efc`](https://github.com/facebook/jscodeshift/commit/84d2efcbaf319612305ac32aedce6e82233ebd7c) Merge branch 'master' of https://github.com/facebook/jscodeshift - [`aada675`](https://github.com/facebook/jscodeshift/commit/aada675cf28fbbf9aa8bc278695edc76ec2a972b) Add some() and every() methods for Collection ([#216](https://github-redirect.dependabot.com/facebook/jscodeshift/issues/216)) - [`99aaae5`](https://github.com/facebook/jscodeshift/commit/99aaae51800729e34cfff2e37542d4635783528a) Fix `renameTo` not taking property shorthands into account ([#211](https://github-redirect.dependabot.com/facebook/jscodeshift/issues/211)) - [`e60662b`](https://github.com/facebook/jscodeshift/commit/e60662b5c860a1f2541a0b6f9679d6c962f44807) Fix renameTo renaming React component prop name unexpectedly ([#220](https://github-redirect.dependabot.com/facebook/jscodeshift/issues/220)) - [`32cc779`](https://github.com/facebook/jscodeshift/commit/32cc77937ebcb9180f4cf610e1b07ad34fda7d85) Allow specifying a testName for inline tests ([#218](https://github-redirect.dependabot.com/facebook/jscodeshift/issues/218)) - [`2f062e1`](https://github.com/facebook/jscodeshift/commit/2f062e16143fcec010c81fff2ed16b9636116003) Perf: replace async with neo-async ([#241](https://github-redirect.dependabot.com/facebook/jscodeshift/issues/241)) - [`d69f700`](https://github.com/facebook/jscodeshift/commit/d69f70094e74a5beb862d1a351d1b1bacd176ae9) Add Code of Conduct ([#231](https://github-redirect.dependabot.com/facebook/jscodeshift/issues/231)) - [`72bb6be`](https://github.com/facebook/jscodeshift/commit/72bb6be872d6287ee50ac6cab0739b7d93b42c8e) Update README.md ([#221](https://github-redirect.dependabot.com/facebook/jscodeshift/issues/221)) - Additional commits viewable in [compare view](https://github.com/facebook/jscodeshift/compare/v0.3.32...v0.5.0)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot ignore this [minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use [this|these] label[s]` will set the current labels as the default for future PRs for this repo and language Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 6 years ago

Superseded by #96.