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 #78

Merged
merged 1 commit into from Jan 21, 2020
Merged

Update dependency auto to v9 #78

merged 1 commit into from Jan 21, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 13, 2020

This PR contains the following updates:

Package Type Update Change
auto devDependencies major 7.12.4 -> 9.1.0

Release Notes

intuit/auto

v9.1.0

Compare Source

🚀 Enhancement
🔩 Dependency Updates
Authors: 2

v9.0.2

Compare Source

🐛 Bug Fix
Authors: 1

v9.0.1

Compare Source

🐛 Bug Fix
Authors: 1

v9.0.0

Compare Source

💥 Breaking Change
🐛 Bug Fix
🔩 Dependency Updates
Authors: 2

v8.8.0

Compare Source

🚀 Enhancement
  • @auto-it/slack
📝 Documentation
  • docs: fixed incorrect afterRelease hook object #​842 (@​Aghassi)
  • @auto-it/core
    • Add documentation and tests for label changelog label section assignment behavior #​822 (@​bnigh)
🔩 Dependency Updates
Authors: 3

v8.7.3

Compare Source

🐛 Bug Fix
Authors: 1

v8.7.2

Compare Source

🐛 Bug Fix
Authors: 1

v8.7.1

Compare Source

🐛 Bug Fix
Authors: 1

v8.7.0

Compare Source

🚀 Enhancement
Authors: 1

v8.6.3

Compare Source

🐛 Bug Fix
  • @auto-it/core, @auto-it/git-tag, @auto-it/npm, @auto-it/released
Authors: 1

v8.6.2

Compare Source

🐛 Bug Fix
Authors: 1

v8.6.1

Compare Source

🐛 Bug Fix
📝 Documentation
Authors: 1

v8.6.0

Compare Source

🚀 Enhancement
  • 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/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

v8.5.0

Compare Source

🚀 Enhancement
  • 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/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

v8.4.1

Compare Source

🐛 Bug Fix
Authors: 1

v8.4.0

Compare Source

🚀 Enhancement
Authors: 1

v8.3.0

Compare Source

🚀 Enhancement
  • @auto-it/core, @auto-it/git-tag, @auto-it/npm
🔩 Dependency Updates
Authors: 2

v8.2.0

Compare Source

🚀 Enhancement
📝 Documentation
📚 Blog Post
Authors: 2

v8.1.3

Compare Source

🐛 Bug Fix
Authors: 1

v8.1.2

Compare Source

🐛 Bug Fix
Authors: 1

v8.1.1

Compare Source

📝 Documentation
Authors: 1

v8.1.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
🏠 Internal
📝 Documentation
Authors: 2

v8.0.0

Compare Source

Release Notes

From #​758

Final-banner-REd (1)

From #​751

Label configuration just got a whole lot simpler 🎉

  1. Labels can now only be supplied as an array of label objects.
{
  "labels": [
    { "releaseType": "major", "name": "Version: Major" },
    { "releaseType": "minor", "name": "Version: Minor" },
    { "releaseType": "patch", "name": "Version: Patch" },
  ]
}
  1. Instead of using skipReleaseLabels just set the label's type to skip
{
  "labels": [
    { "releaseType": "skip", "name": "NO!" }
  ]
}
  1. Overwrite default labels using overwrite
{
  "labels": [
    { "releaseType": "major", "name": "Version: Major", "overwrite": true },
  ]
}
  1. Add none releaseType. This will act as a skip-release unless paired with a SEMVER label
{
  "labels": [
    { "releaseType": "none", "name": "documentation" },
  ]
}
  1. Changed title to changelogTitle.
{
  "labels": [
    { "changelogTitle": "New Docs Yo!", "name": "documentation" },
  ]
}

💥 Breaking Change
  • 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/jira, @auto-it/maven, @auto-it/npm, @auto-it/released, @auto-it/s3, @auto-it/slack, @auto-it/twitter, @auto-it/upload-assets
  • auto, @auto-it/core
  • auto, @auto-it/core, @auto-it/conventional-commits, @auto-it/jira, @auto-it/npm, @auto-it/released, @auto-it/slack
  • @auto-it/core, @auto-it/npm
  • @auto-it/core, @auto-it/chrome, @auto-it/crates, @auto-it/git-tag, @auto-it/maven, @auto-it/npm
  • @auto-it/core, @auto-it/released
🚀 Enhancement
🐛 Bug Fix
  • @auto-it/core, @auto-it/all-contributors, @auto-it/npm
  • @auto-it/core
  • @auto-it/core
  • @auto-it/core, @auto-it/released, @auto-it/slack
  • 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/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
  • @auto-it/npm
  • 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/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
  • @auto-it/npm
  • @auto-it/released
  • @auto-it/core
🏠 Internal
📝 Documentation
🔩 Dependency Updates
📚 Blog Post
Authors: 6

v7.17.0

Compare Source

🚀 Enhancement
📝 Documentation
🔩 Dependency Updates
Authors: 4

v7.16.3

Compare Source

🏠 Internal
📝 Documentation
🔩 Dependency Updates
Authors: 3

v7.16.2

Compare Source

🐛 Bug Fix
Authors: 1

v7.15.2

Compare Source

🐛 Bug Fix
Authors: 1

v7.15.1

Compare Source

🐛 Bug Fix
📝 Documentation
Authors: 1

v7.15.0

Compare Source

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

v7.14.1

Compare Source

🐛 Bug Fix
Authors: 1

v7.14.0

Compare Source

🚀 Enhancement
📝 Documentation
Authors: 2

v7.13.3

Compare Source

🐛 Bug Fix
🏠 Internal
🔩 Dependency Updates
Authors: 2

v7.13.2

Compare Source

📝 Documentation
  • clarify plugin docs #​664 (@​hipstersmoothie)
  • 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/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
⚠️ Pushed to master
Authors: 1

v7.13.1

Compare Source

🐛 Bug Fix
Authors: 1

v7.13.0

Compare Source

🚀 Enhancement
  • @auto-it/core, @auto-it/all-contributors, @auto-it/npm
Authors: 1

v7.12.9

Compare Source

🐛 Bug Fix
Authors: 1

v7.12.8

Compare Source

🐛 Bug Fix
Authors: 1

v7.12.7

Compare Source

🐛 Bug Fix
🔩 Dependency Updates

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 if you tick the rebase/retry checkbox below.

🔕 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.

@renovate renovate bot added the dependencies The change only effects the dependencies. label Jan 13, 2020
@renovate renovate bot force-pushed the renovate/auto-9.x branch 2 times, most recently from 4f2d2cc to 23235b3 Compare January 14, 2020 18:36
@hipstersmoothie hipstersmoothie merged commit 81b6f08 into master Jan 21, 2020
@hipstersmoothie hipstersmoothie deleted the renovate/auto-9.x branch January 21, 2020 22:16
@hipstersmoothie
Copy link
Owner

🚀 PR was released in v0.3.0 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies The change only effects the dependencies. released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants