npms-io / npms-www

The https://npms.io website
MIT License
245 stars 35 forks source link

Update babel-plugin-transform-react-remove-prop-types to the latest version 🚀 #194

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 6 years ago

Version 0.4.9 of babel-plugin-transform-react-remove-prop-types just got published.

Dependency babel-plugin-transform-react-remove-prop-types
Current Version 0.2.12
Type devDependency

The version 0.4.9 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of babel-plugin-transform-react-remove-prop-types. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Release Notes v0.4.9

Fixes / Enhancements

Commits

The new version differs by 67 commits.

  • 9c444cb v0.4.9
  • c4e4dab Upgrade to Babel 7 (#120)
  • 179cef8 Use babel-traverse from the Babel object (#119)
  • 62f05cf v0.4.8
  • 8a2f91f core(npm): use the correct hook
  • 1238f12 v0.4.7
  • 125697b feat(API): support options with the plugings API (#118)
  • 142aeaa core(js): upgrade dependencies (#117)
  • 982bc4f Fix additionalLibraries header (#115)
  • df77833 core(js): upgrade dependencies (#114)
  • 97cad8f v0.4.6
  • 7498c98 fix(flow): fix flow issue
  • 67f9d62 Use Array.prototype.indexOf for Node 4 support (#112)
  • 980b208 0.4.5
  • 1c07e7b Merge pull request #109 from newyork-anthonyng/master

There are 67 commits in total.

See the full diff

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 6 years ago

Version 0.4.10 just got published.

Update to this version instead 🚀

Release Notes v0.4.10

Fixes / Enhancements

Commits

The new version differs by 3 commits.

  • 3b54743 v0.4.10
  • 740e7ec [core] Upgrade the dev dependencies (#124)
  • 15901b3 Force removal should abort early;

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.4.11 just got published.

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

  • 9f06ba0 v0.4.11
  • 9e520a6 [core] Upgrade dependencies (#132)
  • 5bda275 fix(babel): Support latest beta version of babel 7 (#131)
  • f83b8a1 [core] Use preset-env insteand of es2015 (#128)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.4.12 just got published.

Update to this version instead 🚀

Release Notes v0.4.12

Fixes / Enhancements

Commits

The new version differs by 2 commits.

  • 5e7373b v0.4.12
  • fc8eec7 core(babel): upgrade to @babel latest beta (#133)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.4.13 just got published.

Update to this version instead 🚀

greenkeeper[bot] commented 6 years ago

Version 0.4.14 just got published.

Update to this version instead 🚀

Release Notes v0.4.14
  • Handle recursive code (#148)
  • [core] Upgrade the dependencies (#141)
greenkeeper[bot] commented 6 years ago

Version 0.4.15 just got published.

Update to this version instead 🚀

Release Notes v0.4.15
  • Remove newly unreferenced VariableDeclarators (#146)
Commits

The new version differs by 7 commits.

  • 4bd9ece 0.4.15
  • 4575801 Merge pull request #146 from lencioni/variable-assignment
  • f4b25a3 Add variable-assignment tests for create-react-class
  • c8eb10d Add a getter test to es-class-assign-property-variable
  • 8ee80d1 Add test to variable-assignment case for object spread
  • 56a7de5 Add early bailout in areSetsEqual()
  • 07b667c Remove newly unreferenced VariableDeclarators

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

Release Notes for v0.4.16
  • [new] update Babel 7 (#155)
  • [fix] Remove unused MemberExpression root identifiers (#158)
  • [fix] Use regex.test(str) instead of str.match(regex) (#152)
  • [fix] Replace Set with WeakSet for collecting removed paths (#151)
Commits

The new version differs by 9 commits.

  • fb3c061 0.4.16
  • fbca3d7 Update prettier
  • 70e73d6 Update babel devDependencies
  • 3c78036 Remove unused MemberExpression root identifiers (#158)
  • 5fa6824 Remove some unused Babel plugins (#157)
  • c7987f4 Use regex.test(str) instead of str.match(regex) (#152)
  • 4bca1e1 chore(package): update Babel 7 (#155)
  • 7c17eb2 Merge pull request #151 from oliviertassinari/weakset
  • 497ae63 Replace Set with WeakSet for collecting removed paths

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

Release Notes for v0.4.17
  • [fix] Avoid removeNewlyUnusedIdentifiers when encountering destructuring (#161)
Commits

The new version differs by 2 commits.

  • 4457ce2 0.4.17
  • a59584f Avoid removeNewlyUnusedIdentifiers when encountering destructuring (#161)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

Release Notes for v0.4.18
  • Avoid removeNewlyUnusedIdentifiers when destructuring Arrays (#162)
Commits

The new version differs by 2 commits.

  • ab15cb3 0.4.18
  • 32fc7c9 Avoid removeNewlyUnusedIdentifiers when destructuring Arrays (#162)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

Release Notes for v0.4.19