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

Closed
wants to merge 1 commit into from

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 dependencies Update one or more dependencies version javascript Pull requests that update Javascript code labels Mar 15, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 16, 2021

Superseded by #63.

@dependabot dependabot bot closed this Mar 16, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/auto-10.20.1 branch March 16, 2021 05:58
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants