Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 13, 2020

This PR contains the following updates:

Package Type Update Change
auto devDependencies major 7.17.0 -> 9.43.1

Release Notes

intuit/auto

v9.43.1

Compare Source

🎉 This release contains work from a new contributor! 🎉

Thank you, Lucas Shadler (@​lshadler), for all your work!

🐛 Bug Fix
Authors: 2

v9.43.0

Compare Source

🚀 Enhancement
Authors: 1

v9.42.0

Compare Source

🚀 Enhancement
Authors: 1

v9.41.1

Compare Source

🐛 Bug Fix
🔩 Dependency Updates
Authors: 2

v9.41.0

Compare Source

🚀 Enhancement
  • @auto-it/core, @auto-it/all-contributors
    • Enable easier "all-contributors" usage on non-javascript project + add extra contributors to changelogs #​1350 (@​hipstersmoothie)
📝 Documentation
Authors: 1

v9.40.6

Compare Source

🎉 This release contains work from a new contributor! 🎉

Thank you, Spencer Hamm (@​spentacular), for all your work!

🐛 Bug Fix
📝 Documentation
🔩 Dependency Updates
Authors: 4

v9.40.5

Compare Source

🐛 Bug Fix
📝 Documentation
Authors: 1

v9.40.4

Compare Source

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

v9.40.3

Compare Source

🐛 Bug Fix
Authors: 1

v9.40.2

Compare Source

🐛 Bug Fix
🔩 Dependency Updates
Authors: 2

v9.40.1

Compare Source

🎉 This release contains work from a new contributor! 🎉

Thank you, Snyk bot (@​snyk-bot), for all your work!

🐛 Bug Fix
  • @auto-it/core
    • Update makeRelease to support 'from' and 'useVersion' options with build part of semver #​1315 (@​bnigh)
🔩 Dependency Updates
Authors: 2

v9.40.0

Compare Source

Release Notes

From #​1295

This release removes the requirement for the Maven Release Plugin from maven projects. This is a breaking change but that maven plugin was quite experimental. This PR makes it a full featured auto experience.

Remove requirement for "maven-release-plugin" and other improvements

  1. Remove requirement for "maven-release-plugin".
  2. Support recursive changes to all pom.xml files in the project, with the following assumptions:
    a. The project is a multi-module project.
    b. The parent pom.xml file is located in the root directory of the repo.
    c. The parent pom.xml contains the version.
    d. Sub-modules have the same version as the parent pom.xml.
  3. Support plugin options, with environment variable overrides:
    a. MAVEN_COMMAND || mavenCommand - the path to the maven executable to use. Defaults to /usr/bin/mvn.
    b. MAVEN_OPTIONS || mavenOptions - an array of arbitrary maven options, e.g. -DskipTests -P some-profile. No defaults.
    c. MAVEN_RELEASE_GOALS || mavenReleaseGoals - an array of maven goals to run when publishing. Defaults to ["deploy", "site-deploy"].
    d. MAVEN_SETTINGS || mavenSettings - the path to the maven settings file. No defaults.

NOTE: The MAVEN_USERNAME and MAVEN_PASSWORD environment variables are still supported, and have their counterparts as configuration options, but should are deprecated, and will be removed in a later release. This is because MAVEN_SETTINGS or MAVEN_OPTIONS can do the same work, but provide a much more flexible solution.

Support both "versions-maven-plugin" and auto-native DOM/XML

auto will detect if the parent pom.xml file has the versions-maven-plugin configured, and if so, use it to set the version on the parent and all child pom.xml files. If not, then auto will modify the parent and all child pom.xml files using a DOM parser and XML serializer. This has the effect of losing formatting. Therefore it then runs the serialized XML through the prettier "html" pretty-printer.

This means that if the versions-maven-plugin isn't available, the pom.xml files will be pretty-printed using the prettier formatter with the following default settings:

  • printWidth: 120 (configurable - see below)
  • tabWidth: 4 (configurable - see below)
  • parser: "html"

🚀 Enhancement
🐛 Bug Fix
⚠️ Pushed to master
📝 Documentation
🔩 Dependency Updates
Authors: 3

v9.39.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
Authors: 2

v9.38.2

Compare Source

🐛 Bug Fix
Authors: 1

v9.38.1

Compare Source

🐛 Bug Fix
🏠 Internal
🔩 Dependency Updates
Authors: 3

v9.38.0

Compare Source

🚀 Enhancement
Authors: 1

v9.37.0

Compare Source

🚀 Enhancement
Authors: 1

v9.36.4

Compare Source

🎉 This release contains work from a new contributor! 🎉

Thank you, Marty Henderson (@​10hendersonm), for all your work!

🐛 Bug Fix
Authors: 1

v9.36.3

Compare Source

🐛 Bug Fix
🔩 Dependency Updates
Authors: 2

v9.36.2

Compare Source

🐛 Bug Fix
Authors: 1

v9.36.1

Compare Source

🐛 Bug Fix
Authors: 1

v9.36.0

Compare Source

🚀 Enhancement
🏠 Internal
Authors: 1

v9.35.3

Compare Source

🐛 Bug Fix
  • @auto-it/bot-list, @auto-it/core, @auto-it/all-contributors, @auto-it/brew, @auto-it/first-time-contributor, @auto-it/gem, @auto-it/git-tag, @auto-it/npm, @auto-it/released, @auto-it/slack, @auto-it/upload-assets
Authors: 1

v9.35.2

Compare Source

🎉 This release contains work from a new contributor! 🎉

Thank you, Kevin Wolf (@​kevinwolfdev), for all your work!

🐛 Bug Fix
📝 Documentation
Authors: 2

v9.35.1

Compare Source

🐛 Bug Fix
Authors: 1

v9.35.0

Compare Source

🎉 This release contains work from a new contributor! 🎉

Thank you, G. Richard Bellamy (@​rbellamy), for all your work!

🚀 Enhancement
Authors: 1

v9.34.1

Compare Source

🐛 Bug Fix
Authors: 1

v9.34.0

Compare Source

🚀 Enhancement
🔩 Dependency Updates
🏠 Internal
Authors: 2

v9.33.2

Compare Source

🐛 Bug Fix
Authors: 1

v9.33.1

Compare Source

🐛 Bug Fix
Authors: 1

v9.33.0

Compare Source

🚀 Enhancement
🔩 Dependency Updates
🏠 Internal
📝 Documentation
Authors: 3

v9.32.3

Compare Source

🐛 Bug Fix
Authors: 1

v9.32.2

Compare Source

🐛 Bug Fix
Authors: 1

v9.32.1

Compare Source

🎉 This release contains work from a new contributor! 🎉

Thank you, Till Weisser (@​whynotzoidberg), for all your work!

🐛 Bug Fix
🔩 Dependency Updates
Authors: 2

v9.32.0

Compare Source

🚀 Enhancement
Authors: 1

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

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.

@renovate renovate bot force-pushed the dev-dependency-renovate/auto-9.x branch 8 times, most recently from c133fc3 to 0ef2a2d Compare January 16, 2020 21:59
@renovate renovate bot force-pushed the dev-dependency-renovate/auto-9.x branch 19 times, most recently from 44c0579 to 17ad590 Compare January 28, 2020 01:51
@renovate renovate bot force-pushed the dev-dependency-renovate/auto-9.x branch 5 times, most recently from 647463c to 616e859 Compare June 9, 2020 23:45
@renovate renovate bot force-pushed the dev-dependency-renovate/auto-9.x branch 14 times, most recently from 5594523 to a481062 Compare June 25, 2020 18:24
@renovate renovate bot force-pushed the dev-dependency-renovate/auto-9.x branch 9 times, most recently from 7697c7b to d4dabe6 Compare July 7, 2020 20:24
@renovate renovate bot force-pushed the dev-dependency-renovate/auto-9.x branch from d4dabe6 to 78d9ca6 Compare July 8, 2020 05:49
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.

2 participants