oliviertassinari / babel-plugin-transform-react-remove-prop-types

Remove unnecessary React propTypes from the production build. :balloon:
MIT License
897 stars 61 forks source link

Configure Renovate #129

Closed renovate[bot] closed 6 years ago

renovate[bot] commented 6 years ago

Welcome to Renovate!

This is an onboarding PR to help you understand and configure Renovate before any regular Pull Requests begin. Once you close this Pull Request, Renovate will begin keeping your dependencies up-to-date via automated Pull Requests.

If you have any questions, try reading our Configuring Renovate help page first, or feel free to ask the app author @rarkins a question in a comment below.


Configuration Summary

Based on the currently configured presets, Renovate will:

Would you like to change the way Renovate is upgrading your dependencies? Simply edit the renovate.json in this branch and this Pull Request description will be updated the next time Renovate runs.


What to Expect

With your current configuration, Renovate will create 10 Pull Requests:

  1. chore(deps): update dependency babel-cli to v7.0.0-beta.3

    • Branch name: renovate/babel-cli-7.x
    • Upgrades babel-cli in devDependencies from 7.0.0-beta.2 to 7.0.0-beta.3
  2. chore(deps): update dependency babel-core to v7.0.0-bridge.0

    • Branch name: renovate/babel-core-7.x
    • Upgrades babel-core in devDependencies from 7.0.0-beta.2 to 7.0.0-bridge.0
  3. refactor(deps): pin dependencies

  4. chore(deps): update dependency babel-generator to v7.0.0-beta.3

    • Branch name: renovate/babel-generator-7.x
    • Upgrades babel-generator in devDependencies from 7.0.0-beta.2 to 7.0.0-beta.3
  5. chore(deps): update dependency babel-plugin-flow-react-proptypes to v9

  6. chore(deps): update dependency babel-plugin-transform-flow-strip-types to v7.0.0-beta.3

    • Branch name: renovate/babel-plugin-transform-flow-strip-types-7.x
    • Upgrades babel-plugin-transform-flow-strip-types in devDependencies from 7.0.0-beta.2 to 7.0.0-beta.3
  7. chore(deps): update dependency babel-preset-env to v7

    • Branch name: renovate/babel-preset-env-7.x
    • Upgrades babel-preset-env in devDependencies from 2.0.0-beta.2 to 7.0.0-beta.3
  8. chore(deps): update dependency babel-preset-flow to v7.0.0-beta.3

    • Branch name: renovate/babel-preset-flow-7.x
    • Upgrades babel-preset-flow in devDependencies from 7.0.0-beta.2 to 7.0.0-beta.3
  9. chore(deps): update dependency babel-preset-react to v7.0.0-beta.3

    • Branch name: renovate/babel-preset-react-7.x
    • Upgrades babel-preset-react in devDependencies from 7.0.0-beta.2 to 7.0.0-beta.3
  10. chore(deps): update dependency babel-preset-stage-1 to v7.0.0-beta.3

    • Branch name: renovate/babel-preset-stage-1-7.x
    • Upgrades babel-preset-stage-1 in devDependencies from 7.0.0-beta.2 to 7.0.0-beta.3

Don't want a renovate.json file?

Renovate will begin once this "Configure Renovate" PR is merged or closed, but it's recommended that you add the renovate.json to your repository to ensure behaviour matches what you see described here. Alternatively, you can add the same configuration settings into a "renovate" section of your package.json file(s) in this branch and delete the renovate.json from this PR.

Want to start over?

If you'd like Renovate to recreate this "Configure Renovate" PR from scratch - for example if your base branch has had substantial changes - then you need to:

  1. (IMPORTANT) Rename this PR to something else, e.g. "Configure Renovate - old"
  2. Close the PR and delete the branch

If later on you ever wish to reconfigure Renovate then you can use this same trick of renaming the PR, but you'll also need to delete any renovate.json file too. You should then get a new "Configure Renovate" PR like this.