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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump auto from 10.18.3 to 10.20.1 #619

Merged
merged 2 commits into from Mar 15, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 15, 2021

Bumps auto from 10.18.3 to 10.20.1.

Release notes

Sourced from auto's releases.

v10.20.1

馃悰 Bug Fix

Authors: 1

v10.20.0

Release Notes

Write auto configuration in TypeScript (#1875)

You can now author your 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: "@鈥媋uto-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: [
{
</tr></table>

... (truncated)

Changelog

Sourced from auto's changelog.

v10.20.1 (Sun Mar 14 2021)

馃悰 Bug Fix

Authors: 1


v10.20.0 (Sat Mar 13 2021)

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: "@鈥媋uto-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],
</tr></table>

... (truncated)

Commits
  • ede9fb5 Bump version to: v10.20.1 [skip ci]
  • a8b50ee Update CHANGELOG.md [skip ci]
  • 157e92f Merge pull request #1877 from intuit/ts-configuration
  • b051e65 Merge pull request #1876 from intuit/private-exclude
  • 35b39df better exclude for lerna private packages
  • be5c068 only ts-node/register for plugins if typescript is installed to the project
  • 25f2f02 Bump auto brew formula [skip ci]
  • 97f4bfb Bump version to: v10.20.0 [skip ci]
  • 8281392 Update CHANGELOG.md [skip ci]
  • e23a9f2 Merge pull request #1875 from intuit/ts-configuration
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [auto](https://github.com/intuit/auto) from 10.18.3 to 10.20.1.
- [Release notes](https://github.com/intuit/auto/releases)
- [Changelog](https://github.com/intuit/auto/blob/main/CHANGELOG.md)
- [Commits](intuit/auto@v10.18.3...v10.20.1)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Update one or more dependencies version label Mar 15, 2021
@codecov
Copy link

codecov bot commented Mar 15, 2021

Codecov Report

Merging #619 (f175bc2) into main (45c7f17) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##              main      #619   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            7         7           
  Lines          212       212           
  Branches        30        30           
=========================================
  Hits           212       212           

Continue to review full report at Codecov.

Legend - Click here to learn more
螖 = absolute <relative> (impact), 酶 = not affected, ? = missing data
Powered by Codecov. Last update 45c7f17...f175bc2. Read the comment docs.

@asabaylus asabaylus added the skip-release Preserve the current version when merged label Mar 15, 2021
@codeclimate
Copy link

codeclimate bot commented Mar 15, 2021

Code Climate has analyzed commit f175bc2 and detected 0 issues on this pull request.

View more on Code Climate.

@asabaylus asabaylus merged commit 1be1355 into main Mar 15, 2021
@asabaylus asabaylus deleted the dependabot/npm_and_yarn/auto-10.20.1 branch March 15, 2021 12:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Update one or more dependencies version skip-release Preserve the current version when merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant