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 v10 #42

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Oct 29, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
auto 9.61.0 -> 10.29.2 age adoption passing confidence

Release Notes

intuit/auto

v10.29.2

Compare Source

🐛 Bug Fix
Authors: 1

v10.29.1

Compare Source

🐛 Bug Fix
Authors: 1

v10.29.0

Compare Source

🚀 Enhancement
Authors: 2

v10.28.0

Compare Source

🚀 Enhancement
Authors: 1

v10.27.1

Compare Source

🐛 Bug Fix
Authors: 1

v10.27.0

Compare Source

🎉 This release contains work from a new contributor! 🎉

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

🚀 Enhancement
🐛 Bug Fix
Authors: 2

v10.26.1

Compare Source

🐛 Bug Fix
Authors: 1

v10.26.0

Compare Source

🚀 Enhancement
Authors: 1

v10.25.2

Compare Source

🎉 This release contains work from new contributors! 🎉

Thanks for all your work!

❤️ Alexey Alekhin (@​laughedelic)

❤️ John T. Wodder II (@​jwodder)

🐛 Bug Fix
📝 Documentation
Authors: 2

v10.25.1

Compare Source

🎉 This release contains work from a new contributor! 🎉

Thank you, Piotr Monwid-Olechnowicz (@​hasparus), for all your work!

🐛 Bug Fix
📝 Documentation
Authors: 1

v10.25.0

Compare Source

🚀 Enhancement
Authors: 1

v10.24.3

Compare Source

🐛 Bug Fix
Authors: 1

v10.24.2

Compare Source

🐛 Bug Fix
📝 Documentation
Authors: 1

v10.24.1

Compare Source

🐛 Bug Fix
Authors: 1

v10.24.0

Compare Source

Release Notes
Release Command: Tag creation fallback. (#​1929)

When creating a release for a tag that isn't on the remote, fallback to creating a tag pointing at the --to option.

Why

closes #​1917

Todo:

  • Add tests
  • Add docs

Change Type

Indicate the type of change your pull request is:

  • documentation
  • patch
  • minor
  • major

🚀 Enhancement
Authors: 1

v10.23.0

Compare Source

🚀 Enhancement
  • @auto-it/conventional-commits
    • Fix conventional commits releaseType calculation to include all conventionally committed commits in PR #​1723 (@​hipstersmoothie)
Authors: 1

v10.22.1

Compare Source

🐛 Bug Fix
📝 Documentation
🔩 Dependency Updates
Authors: 2

v10.22.0

Compare Source

🚀 Enhancement
Authors: 1

v10.21.3

Compare Source

⚠️ Pushed to main
📝 Documentation
Authors: 1

v10.21.2

Compare Source

🎉 This release contains work from a new contributor! 🎉

Thank you, null@​sentony93, for all your work!

🐛 Bug Fix
📝 Documentation
🔩 Dependency Updates
Authors: 4

v10.21.1

Compare Source

🎉 This release contains work from a new contributor! 🎉

Thank you, null@​sentony93, for all your work!

🐛 Bug Fix
📝 Documentation
🔩 Dependency Updates
Authors: 4

v10.21.0

Compare Source

🚀 Enhancement
Authors: 1

v10.20.6

Compare Source

🎉 This release contains work from a new contributor! 🎉

Thank you, null@​sentony93, for all your work!

🐛 Bug Fix
Authors: 2

v10.20.5

Compare Source

🎉 This release contains work from a new contributor! 🎉

Thank you, null@​myndelx, for all your work!

🐛 Bug Fix
Authors: 1

v10.20.4

Compare Source

🐛 Bug Fix
Authors: 1

v10.20.3

Compare Source

🐛 Bug Fix
Authors: 1

v10.20.2

Compare Source

🐛 Bug Fix
Authors: 1

v10.20.1

Compare Source

🐛 Bug Fix
Authors: 1

v10.20.0

Compare Source

Release Notes
Write auto configuration in TypeScript (#​1875)

You can now author you auto configuration in TypeScript 🎉

This makes it a bit easier to validate your configuration as you write it. All of the options come with jsDoc so you can get documentation super easy.

You can even pull in the options types for plugins!

import { AutoRc } from "auto";

import { INpmConfig } from "@​auto-it/core";
import { IAllContributorsPluginOptions } from "@​auto-it/all-contributors";

const npmOptions: INpmConfig = {
  exact: true,
  canaryScope: "@​auto-canary",
};

const allContributorsOptions: IAllContributorsPluginOptions = {
  types: {
    plugin: "**/plugin/**/*",
    code: ["**/src/**/*", "**/package.json", "**/tsconfig.json"],
  },
};

/** Auto configuration */
export default function rc(): AutoRc {
  return {
    plugins: [
      "released",
      ["npm", npmOptions],
      ["all-contributors", allContributorsOptions],
    ],
    labels: [
      {
        name: "blog-post",
        changelogTitle: "📚 Blog Post",
        releaseType: "none",
      },
    ],
  };
}

Why

The more validation of configuration the better!

Todo:

  • Add docs

Change Type

Indicate the type of change your pull request is:

  • documentation
  • patch
  • minor
  • major

🚀 Enhancement
Authors: 1

v10.19.0

Compare Source

🚀 Enhancement
Authors: 1

v10.18.9

Compare Source

🐛 Bug Fix
Authors: 1

v10.18.8

Compare Source

🐛 Bug Fix
Authors: 1

v10.18.7

Compare Source

🐛 Bug Fix
Authors: 1

v10.18.6

Compare Source

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

v10.18.5

Compare Source

🐛 Bug Fix
Authors: 1

v10.18.4

Compare Source

🐛 Bug Fix
Authors: 1

v10.18.3

Compare Source

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

v10.18.2

Compare Source

🐛 Bug Fix
📝 Documentation
Authors: 1

v10.18.1

Compare Source

🐛 Bug Fix
Authors: 1

v10.18.0

Compare Source

🚀 Enhancement
  • @auto-it/slack
Authors: 1

v10.17.1

Compare Source

🐛 Bug Fix
Authors: 1

v10.17.0

Compare Source

🚀 Enhancement
Authors: 1

v10.16.8

Compare Source

🎉 This release contains work from a new contributor! 🎉

Thank you, Dorian Marié (@​dorianmariefr), for all your work!

🐛 Bug Fix
🏠 Internal
📝 Documentation
🔩 Dependency Updates
Authors: 4

v10.16.7

Compare Source

🐛 Bug Fix
📝 Documentation
Authors: 2

v10.16.6

Compare Source

🎉 This release contains work from new contributors! 🎉

Thanks for all your work!

❤️ Lucas Shadler (@​lshadler)

❤️ Evan Lovely (@​EvanLovely)

🐛 Bug Fix
📝 Documentation
🔩 Dependency Updates
Authors: 5

v10.16.5

Compare Source

🐛 Bug Fix
Authors: 1

v10.16.4

Compare Source

🐛 Bug Fix
Authors: 1

v10.16.3

Compare Source

Release Notes
Don't create "Canary Release Assets" during non-canary builds + Change that releases tag to valid semver (#​1802)

This release changes the tag used for the "Canary Releases Assets" created by the upload-assets plugin to be 0.0.0-canary.
This new tag is a valid semantic version and can be used with other auto commands.

If you already have a canary release assets releases this change will create another under a different tag.
This mean you'll have an old "Canary Releases Assets" release that never updates, feel free to delete the tag/release or just ignore it if you want the urls to the old assets to still exist.


🐛 Bug Fix
  • @auto-it/upload-assets
    • Don't create "Canary Release Assets" during non-canary builds + Change that releases tag to valid semver #​1802 (@​hipstersmoothie)
📝 Documentation
Authors: 1

v10.16.2

Compare Source

🐛 Bug Fix
📝 Documentation
Authors: 1

v10.16.1

Compare Source

🐛 Bug Fix
Authors: 1

v10.16.0

Compare Source

🚀 Enhancement
Authors: 1

v10.15.0

Compare Source

🚀 Enhancement
Authors: 1

v10.14.2

Compare Source

🐛 Bug Fix
Authors: 1

v10.14.1

Compare Source

🐛 Bug Fix
Authors: 1

v10.14.0

Compare Source

🚀 Enhancement
📝 Documentation
🔩 Dependency Updates
Authors: 3

v10.13.4

Compare Source

🐛 Bug Fix
Authors: 1

v10.13.3

Compare Source

🐛 Bug Fix
📝 Documentation
Authors: 1

v10.13.2

Compare Source

🐛 Bug Fix
Authors: 1

v10.13.1

Compare Source

🐛 Bug Fix
Authors: 1

v10.13.0

Compare Source

🚀 Enhancement
📝 Documentation
🔩 Dependency Updates
Authors: 2

v10.12.2

Compare Source

🐛 Bug Fix
Authors: 1

v10.12.1

Compare Source

🐛 Bug Fix
Authors: 1

v10.12.0

Compare Source

Release Notes


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 renovate/auto-10.x branch 9 times, most recently from d28508d to 4afaa7d Compare November 4, 2020 23:13
@renovate renovate bot force-pushed the renovate/auto-10.x branch 4 times, most recently from f01d770 to f00c390 Compare November 9, 2020 23:46
@renovate renovate bot force-pushed the renovate/auto-10.x branch 5 times, most recently from e027a89 to e3caa5e Compare November 23, 2020 23:58
@renovate renovate bot force-pushed the renovate/auto-10.x branch 3 times, most recently from 38e6213 to 891d05f Compare December 12, 2020 18:23
@renovate renovate bot force-pushed the renovate/auto-10.x branch 2 times, most recently from 80f121c to 2f6c4c3 Compare December 21, 2020 21:40
@renovate renovate bot force-pushed the renovate/auto-10.x branch 2 times, most recently from 3057ead to a314911 Compare December 30, 2020 20:19
@renovate renovate bot force-pushed the renovate/auto-10.x branch 2 times, most recently from bfbfe72 to 12fa06c Compare January 5, 2021 01:54
@renovate renovate bot force-pushed the renovate/auto-10.x branch 2 times, most recently from 7a0edc5 to f99e593 Compare January 11, 2021 21:41
@renovate renovate bot force-pushed the renovate/auto-10.x branch 7 times, most recently from 1c075fe to e5247f3 Compare March 24, 2021 02:05
@renovate renovate bot force-pushed the renovate/auto-10.x branch 4 times, most recently from e872c60 to bb03387 Compare March 30, 2021 04:55
@renovate renovate bot force-pushed the renovate/auto-10.x branch 6 times, most recently from dea8704 to ba68413 Compare April 16, 2021 00:10
@renovate renovate bot force-pushed the renovate/auto-10.x branch 5 times, most recently from ede7c98 to 465e803 Compare May 3, 2021 17:12
@renovate renovate bot force-pushed the renovate/auto-10.x branch 3 times, most recently from fc0083e to 5ba3857 Compare May 12, 2021 00:17
@renovate renovate bot force-pushed the renovate/auto-10.x branch 3 times, most recently from 4c4c7ed to e36d188 Compare May 25, 2021 16:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant