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.1 #96

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 6 years ago

Bumps jscodeshift from 0.3.32 to 0.5.1.

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 - [`595b15c`](https://github.com/facebook/jscodeshift/commit/595b15cda4f52673cad8fe3ae65c12e334966dbf) Bump version to 0.5.1 for publishing - [`39d6bdb`](https://github.com/facebook/jscodeshift/commit/39d6bdb2f0e02a670fbb35fbddb361bc4d195454) Merge pull request [#261](https://github-redirect.dependabot.com/facebook/jscodeshift/issues/261) from qfox/qq - [`a98e238`](https://github.com/facebook/jscodeshift/commit/a98e238f60a890b4315cf411e05538cd57067b1a) Enable the numeric separator syntax - [`555ac62`](https://github.com/facebook/jscodeshift/commit/555ac626682d5615890a551ddd114d9d4eb2a3d9) Enable conditional chaining and nullish coalescing operators - [`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)) - Additional commits viewable in [compare view](https://github.com/facebook/jscodeshift/compare/v0.3.32...v0.5.1)


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 will not automatically merge this PR because this dependency is pre-1.0.0.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot ignore this [patch|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 - `@dependabot use (this|these) reviewer[s]` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use (this|these) assignee[s]` will set the current assignees 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) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 5 years ago

Superseded by #112.