Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency auto to v9 #66

Merged
merged 1 commit into from
May 11, 2020
Merged

Update dependency auto to v9 #66

merged 1 commit into from
May 11, 2020

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 18, 2020

This PR contains the following updates:

Package Type Update Change
auto devDependencies major 7.6.2 -> 9.31.2

Release Notes

intuit/auto

v9.31.2

Compare Source

🐛 Bug Fix
🔩 Dependency Updates
📝 Documentation
Authors: 2

v9.31.1

Compare Source

🐛 Bug Fix
Authors: 1

v9.31.0

Compare Source

🚀 Enhancement
Authors: 1

v9.30.5

Compare Source

🐛 Bug Fix
Authors: 1

v9.30.4

Compare Source

🐛 Bug Fix
🔩 Dependency Updates
Authors: 2

v9.30.3

Compare Source

🐛 Bug Fix
Authors: 1

v9.30.2

Compare Source

🐛 Bug Fix
📝 Documentation
Authors: 1

v9.30.1

Compare Source

⚠️ Pushed to master
Authors: 1

v9.30.0

Compare Source

🚀 Enhancement
🔩 Dependency Updates
Authors: 2

v9.29.0

Compare Source

🚀 Enhancement
Authors: 1

v9.28.3

Compare Source

🐛 Bug Fix
Authors: 1

v9.28.2

Compare Source

🐛 Bug Fix
Authors: 1

v9.28.1

Compare Source

🐛 Bug Fix
Authors: 1

v9.28.0

Compare Source

🚀 Enhancement
Authors: 1

v9.27.3

Compare Source

🐛 Bug Fix
Authors: 1

v9.27.2

Compare Source

🐛 Bug Fix
Authors: 1

v9.27.1

Compare Source

🐛 Bug Fix
Authors: 1

v9.27.0

Compare Source

🚀 Enhancement
🔩 Dependency Updates
Authors: 2

v9.26.8

Compare Source

🐛 Bug Fix
Authors: 1

v9.26.7

Compare Source

🐛 Bug Fix
Authors: 1

v9.26.6

Compare Source

🐛 Bug Fix
Authors: 1

v9.26.5

Compare Source

🐛 Bug Fix
Authors: 1

v9.26.4

Compare Source

🐛 Bug Fix
Authors: 1

v9.26.3

Compare Source

🐛 Bug Fix
🔩 Dependency Updates
Authors: 2

v9.26.2

Compare Source

🐛 Bug Fix
  • @auto-it/core
Authors: 1

v9.26.1

Compare Source

🐛 Bug Fix
📝 Documentation
Authors: 2

v9.26.0

Compare Source

🚀 Enhancement
Authors: 1

v9.25.4

Compare Source

🐛 Bug Fix
Authors: 1

v9.25.3

Compare Source

🐛 Bug Fix
🏠 Internal
  • @auto-it/core, @auto-it/cocoapods, @auto-it/first-time-contributor, @auto-it/gradle, @auto-it/jira, @auto-it/released, @auto-it/slack
Authors: 1

v9.25.2

Compare Source

🐛 Bug Fix
Authors: 1

v9.25.1

Compare Source

🐛 Bug Fix
Authors: 1

v9.25.0

Compare Source

🚀 Enhancement
Authors: 1

v9.24.0

Compare Source

🚀 Enhancement
Authors: 1

v9.23.1

Compare Source

🐛 Bug Fix
📝 Documentation
Authors: 1

v9.23.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
Authors: 1

v9.22.4

Compare Source

🐛 Bug Fix
Authors: 1

v9.22.3

Compare Source

🐛 Bug Fix
🔩 Dependency Updates
Authors: 2

v9.22.2

Compare Source

🎉 This release contains work from a new contributor! 🎉

Thank you, Kyle Brown (@​krohrsb), for all your work!

🐛 Bug Fix
  • @auto-it/conventional-commits
Authors: 1

v9.22.1

Compare Source

🐛 Bug Fix
Authors: 1

v9.22.0

Compare Source

🚀 Enhancement
Authors: 1

v9.21.2

Compare Source

🐛 Bug Fix
Authors: 1

v9.21.1

Compare Source

🐛 Bug Fix
  • @auto-it/bot-list, auto, @auto-it/core, @auto-it/all-contributors, @auto-it/chrome, @auto-it/cocoapods, @auto-it/conventional-commits, @auto-it/crates, @auto-it/exec, @auto-it/first-time-contributor, @auto-it/gh-pages, @auto-it/git-tag, @auto-it/gradle, @auto-it/jira, @auto-it/maven, @auto-it/npm, @auto-it/omit-commits, @auto-it/omit-release-notes, @auto-it/released, @auto-it/s3, @auto-it/slack, @auto-it/twitter, @auto-it/upload-assets
🔩 Dependency Updates
Authors: 2

v9.21.0

Compare Source

🎉 This release contains work from a new contributor! 🎉

Thank you, Shelby Cohen (@​ShelbyCohen), for all your work!

🚀 Enhancement
Authors: 2

v9.20.1

Compare Source

🐛 Bug Fix
📝 Documentation
Authors: 1

v9.20.0

Compare Source

🎉 This release contains work from a new contributor! 🎉

Thank you, Harris Borawski (@​hborawski), for all your work!

🚀 Enhancement
🔩 Dependency Updates
📝 Documentation
Authors: 3

v9.19.5

Compare Source

🐛 Bug Fix
Authors: 1

v9.19.4

Compare Source

🐛 Bug Fix
🔩 Dependency Updates
📝 Documentation
Authors: 3

v9.19.3

Compare Source

🐛 Bug Fix
Authors: 1

v9.19.2

Compare Source

🐛 Bug Fix
📝 Documentation
Authors: 2

v9.19.1

Compare Source

🐛 Bug Fix
Authors: 1

v9.19.0

Compare Source

Release Notes

From #​996

The gradle plugin has enabled many Java and Android engineers to automate the versioning of their projects. While the old gradle plugin's features were primarily targeted at app developers, this release brings features that make auto ergonomic for library authors! 🎉

-SNAPSHOT Versioning

A common versioning pattern for java projects is -SNAPSHOT Versioning. It is especially helpful for library authors and helps with testing their libraries.

All you have to do to start using this feature is add -SNAPSHOT to your version in build.gradle or gradle.properties and auto will start using-snapshot Versioning. If you want to configure the snapshot suffix just set snapshotSuffix in gradle.properties.

Publish Support

Another useful feature for library authors, auto will now call the publish task if it is configured for your project. 🚀

versionFile deprecation

Previously this plugin had to use a versionFile to keep track of the version of the project. Now it will parse the gradle properties command for this information.

This is not a breaking change, you'll just have an extra file you can delete


🚀 Enhancement
Authors: 3

v9.18.0

Compare Source

Release Notes

From #​1033

Install @auto-it/exec to easily run bash scripts during the auto release pipeline! Right now it doesn't handle every hook in auto but it exposes enough to quickly write plugins.

{
  "plugins": [
    [
      "exec",
      {
        "afterShipIt": "echo 'Do something cool'"
      }
    ]
    // other plugins
  ]
}

Here is an example of a super light weight version of the npm and gh-pages plugins (Note: This misses out on a lot of features that are in the official plugins)

{
  "plugins": [
    [
      "exec",
      {
        "version": "npm version $ARG_0",
        "publish": "npm publish && git push --tags",
        "afterRelease": "yarn docs && push-dir --dir=docs --branch=gh-pages"
      }
    ]
    // other plugins
  ]
}

🚀 Enhancement
Authors: 1

v9.17.1

Compare Source

🐛 Bug Fix
Authors: 1

v9.17.0

Compare Source

🚀 Enhancement
Authors: 1

v9.16.7

Compare Source

🐛 Bug Fix
Authors: 1

v9.16.6

Compare Source

⚠️ Pushed to master
Authors: 1

v9.16.5

Compare Source

⚠️ Pushed to master
Authors: 1

v9.16.4

Compare Source

🐛 Bug Fix
Authors: 1

v9.16.3

Compare Source

🐛 Bug Fix
  • auto, @auto-it/core, @auto-it/all-contributors, @auto-it/chrome, @auto-it/conventional-commits, @auto-it/crates, @auto-it/first-time-contributor, @auto-it/git-tag, @auto-it/gradle, @auto-it/jira, @auto-it/maven, @auto-it/npm, @auto-it/omit-commits, @auto-it/omit-release-notes, @auto-it/released, @auto-it/s3, @auto-it/slack, @auto-it/twitter, @auto-it/upload-assets
Authors: 1

v9.16.2

Compare Source

🐛 Bug Fix
  • @auto-it/bot-list, @auto-it/core, @auto-it/all-contributors
Authors: 1

v9.16.1

Compare Source

🐛 Bug Fix
Authors: 1

v9.16.0

Compare Source

🚀 Enhancement
  • auto, @auto-it/core, @auto-it/git-tag
🏠 Internal
Authors: 1

v9.15.11

Compare Source

🐛 Bug Fix
Authors: 1

v9.15.10

Compare Source

🐛 Bug Fix
Authors: 1

v9.15.9

Compare Source

🐛 Bug Fix
Authors: 1

v9.15.8

Compare Source

🐛 Bug Fix
Authors: 1

v9.15.7

Compare Source

🐛 Bug Fix
  • auto, @auto-it/core, @auto-it/all-contributors, @auto-it/chrome, @auto-it/conventional-commits, @auto-it/crates, @auto-it/first-time-contributor, @auto-it/git-tag, @auto-it/gradle, @auto-it/jira, @auto-it/maven, @auto-it/npm, @auto-it/omit-commits, @auto-it/omit-release-notes, @auto-it/released, @auto-it/s3, @auto-it/slack, @auto-it/twitter, @auto-it/upload-assets
Authors: 1

v9.15.6

Compare Source

🐛 Bug Fix
Authors: 1

v9.15.5

Compare Source

🐛 Bug Fix
Authors: 1

v9.15.4

Compare Source

🐛 Bug Fix
Authors: 2

Renovate configuration

📅 Schedule: 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

📦 Published PR as canary version: 1.0.4-canary.66.9a03ad7.0

✨ Test out this PR locally via:

npm install eslint-formatter-github@1.0.4-canary.66.9a03ad7.0
# or 
yarn add eslint-formatter-github@1.0.4-canary.66.9a03ad7.0

@renovate renovate bot force-pushed the renovate/auto-9.x branch 2 times, most recently from e3d138f to c4f1d8e Compare May 11, 2020 18:05
@hipstersmoothie hipstersmoothie changed the title Update dependency auto to v9 rebase! Update dependency auto to v9 May 11, 2020
@renovate renovate bot changed the title rebase! Update dependency auto to v9 Update dependency auto to v9 May 11, 2020
@hipstersmoothie hipstersmoothie changed the title Update dependency auto to v9 rebase! Update dependency auto to v9 May 11, 2020
@renovate renovate bot changed the title rebase! Update dependency auto to v9 Update dependency auto to v9 May 11, 2020
@hipstersmoothie hipstersmoothie merged commit 3d6e44d into master May 11, 2020
@hipstersmoothie hipstersmoothie deleted the renovate/auto-9.x branch May 11, 2020 18:29
@hipstersmoothie
Copy link
Owner

🚀 PR was released in v1.0.8 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants