From 875c0cf5535aa8be81166636b9f5120a95dba627 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 13:03:39 +0000 Subject: [PATCH 01/18] Bump strip-ansi from 6.0.0 to 7.0.1 Bumps [strip-ansi](https://github.com/chalk/strip-ansi) from 6.0.0 to 7.0.1. - [Release notes](https://github.com/chalk/strip-ansi/releases) - [Commits](https://github.com/chalk/strip-ansi/compare/v6.0.0...v7.0.1) --- updated-dependencies: - dependency-name: strip-ansi dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- plugins/sbt/package.json | 2 +- yarn.lock | 24 ++++++++++++++++++------ 2 files changed, 19 insertions(+), 7 deletions(-) diff --git a/plugins/sbt/package.json b/plugins/sbt/package.json index e9a6df6aa..5ed9cd2dc 100644 --- a/plugins/sbt/package.json +++ b/plugins/sbt/package.json @@ -42,7 +42,7 @@ "fp-ts": "^2.5.3", "io-ts": "^2.1.2", "semver": "^7.0.0", - "strip-ansi": "^6.0.0", + "strip-ansi": "^7.0.1", "tslib": "1.10.0" } } diff --git a/yarn.lock b/yarn.lock index 4360489bc..d88f8a213 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13,10 +13,10 @@ integrity sha512-K1kQv1BZVtMXQqdpNZt9Pgh85KwamsWX9gYyq1xG4cpyb+EacfMiNfumrju16piFXanCUrCR0P1DowPjV2qV/A== "@auto-it/bot-list@link:packages/bot-list": - version "10.38.0" + version "10.38.5" "@auto-it/core@link:packages/core": - version "10.38.0" + version "10.38.5" dependencies: "@auto-it/bot-list" "link:packages/bot-list" "@endemolshinegroup/cosmiconfig-typescript-loader" "^3.0.2" @@ -60,7 +60,7 @@ url-join "^4.0.0" "@auto-it/npm@link:plugins/npm": - version "10.38.0" + version "10.38.5" dependencies: "@auto-it/core" "link:packages/core" "@auto-it/package-json-utils" "link:packages/package-json-utils" @@ -78,13 +78,13 @@ user-home "^2.0.0" "@auto-it/package-json-utils@link:packages/package-json-utils": - version "10.38.0" + version "10.38.5" dependencies: parse-author "^2.0.0" parse-github-url "1.0.2" "@auto-it/released@link:plugins/released": - version "10.38.0" + version "10.38.5" dependencies: "@auto-it/bot-list" "link:packages/bot-list" "@auto-it/core" "link:packages/core" @@ -94,7 +94,7 @@ tslib "2.1.0" "@auto-it/version-file@link:plugins/version-file": - version "10.38.0" + version "10.38.5" dependencies: "@auto-it/core" "link:packages/core" fp-ts "^2.5.3" @@ -3719,6 +3719,11 @@ ansi-regex@^5.0.0: resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.0.tgz#388539f55179bf39339c81af30a654d69f87cb75" integrity sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg== +ansi-regex@^6.0.1: + version "6.0.1" + resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-6.0.1.tgz#3183e38fae9a65d7cb5e53945cd5897d0260a06a" + integrity sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA== + ansi-styles@^2.2.1: version "2.2.1" resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe" @@ -14113,6 +14118,13 @@ strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0: dependencies: ansi-regex "^4.1.0" +strip-ansi@^7.0.1: + version "7.0.1" + resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.0.1.tgz#61740a08ce36b61e50e65653f07060d000975fb2" + integrity sha512-cXNxvT8dFNRVfhVME3JAe98mkXDYN2O1l7jmcwMnOslDeESg1rF/OZMtK0nRAhiari1unG5cD4jG3rapUAkLbw== + dependencies: + ansi-regex "^6.0.1" + strip-bom-string@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/strip-bom-string/-/strip-bom-string-1.0.0.tgz#e5211e9224369fbb81d633a2f00044dc8cedad92" From d8c86e4758dcc968451d407f9256d84cdbbaa8f3 Mon Sep 17 00:00:00 2001 From: Jack Westbrook Date: Thu, 18 Jan 2024 12:36:25 +0100 Subject: [PATCH 02/18] fix(npm): prevent lerna version erroring with unknown registry arg --- plugins/npm/src/index.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/npm/src/index.ts b/plugins/npm/src/index.ts index e56dfe3d5..6c74819d6 100644 --- a/plugins/npm/src/index.ts +++ b/plugins/npm/src/index.ts @@ -980,7 +980,6 @@ export default class NPMPlugin implements IPlugin { "lerna", "version", useVersion || bump, - ...(await getRegistryArgs()), ...getLegacyAuthArgs(this.legacyAuth, { isMonorepo: true }), "--yes", "--no-push", @@ -1131,7 +1130,6 @@ export default class NPMPlugin implements IPlugin { "lerna", "version", canaryVersion, - ...(await getRegistryArgs()), ...getLegacyAuthArgs(this.legacyAuth, { isMonorepo: true }), "--yes", "--no-push", From dffd1703a519043e45f7bc0db25793d51e39d38b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niccol=C3=B2=20Olivieri=20Achille?= Date: Wed, 21 Feb 2024 17:58:38 +0100 Subject: [PATCH 03/18] Fixing git `2.43.0` max number issue #2425 --- packages/core/src/git.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/core/src/git.ts b/packages/core/src/git.ts index 730443a59..09dccc6e2 100644 --- a/packages/core/src/git.ts +++ b/packages/core/src/git.ts @@ -367,9 +367,10 @@ export default class Git { ? await execPromise("git", ["rev-parse", start]) : ""; + const maxNumber = 2147483647; const log = await gitlog({ repo: process.cwd(), - number: Number.MAX_SAFE_INTEGER, + number: maxNumber, fields: ["hash", "authorName", "authorEmail", "rawBody"], // If start === firstCommit then we want to include that commit in the changelog // Otherwise it was that last release and should not be included in the release. From 2a41d8d569b069bd6d1ba126e17bbdfa80d3c9c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niccol=C3=B2=20Olivieri=20Achille?= Date: Thu, 22 Feb 2024 01:22:47 +0100 Subject: [PATCH 04/18] More timeout for the changelog test --- packages/core/src/__tests__/auto-make-changelog.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/src/__tests__/auto-make-changelog.test.ts b/packages/core/src/__tests__/auto-make-changelog.test.ts index 4511b552d..51ceccd47 100644 --- a/packages/core/src/__tests__/auto-make-changelog.test.ts +++ b/packages/core/src/__tests__/auto-make-changelog.test.ts @@ -80,5 +80,5 @@ describe("Auto", () => { await auto.changelog({ from: "v1.0.0" }); expect(addToChangelog).toHaveBeenCalled(); - }); + }, 10000); }); From 83b7faa605012a0e3c90febc51276345459e36e6 Mon Sep 17 00:00:00 2001 From: Andrew Lisowski Date: Thu, 22 Feb 2024 03:15:26 +0000 Subject: [PATCH 05/18] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 28 +++++++++++++++++++++ docs/pages/docs/configuration/non-npm.mdx | 2 +- packages/cli/CHANGELOG.md | 13 ++++++++++ packages/core/CHANGELOG.md | 28 +++++++++++++++++++++ plugins/all-contributors/CHANGELOG.md | 13 ++++++++++ plugins/brew/CHANGELOG.md | 13 ++++++++++ plugins/chrome/CHANGELOG.md | 13 ++++++++++ plugins/cocoapods/CHANGELOG.md | 13 ++++++++++ plugins/conventional-commits/CHANGELOG.md | 13 ++++++++++ plugins/crates/CHANGELOG.md | 13 ++++++++++ plugins/docker/CHANGELOG.md | 13 ++++++++++ plugins/exec/CHANGELOG.md | 13 ++++++++++ plugins/first-time-contributor/CHANGELOG.md | 13 ++++++++++ plugins/gem/CHANGELOG.md | 13 ++++++++++ plugins/gh-pages/CHANGELOG.md | 13 ++++++++++ plugins/git-tag/CHANGELOG.md | 13 ++++++++++ plugins/gradle/CHANGELOG.md | 13 ++++++++++ plugins/jira/CHANGELOG.md | 13 ++++++++++ plugins/magic-zero/CHANGELOG.md | 13 ++++++++++ plugins/maven/CHANGELOG.md | 13 ++++++++++ plugins/microsoft-teams/CHANGELOG.md | 13 ++++++++++ plugins/npm/CHANGELOG.md | 13 ++++++++++ plugins/omit-commits/CHANGELOG.md | 13 ++++++++++ plugins/omit-release-notes/CHANGELOG.md | 13 ++++++++++ plugins/pr-body-labels/CHANGELOG.md | 13 ++++++++++ plugins/protected-branch/CHANGELOG.md | 13 ++++++++++ plugins/released/CHANGELOG.md | 13 ++++++++++ plugins/s3/CHANGELOG.md | 13 ++++++++++ plugins/sbt/CHANGELOG.md | 17 +++++++++++++ plugins/slack/CHANGELOG.md | 13 ++++++++++ plugins/twitter/CHANGELOG.md | 13 ++++++++++ plugins/upload-assets/CHANGELOG.md | 13 ++++++++++ plugins/version-file/CHANGELOG.md | 13 ++++++++++ plugins/vscode/CHANGELOG.md | 13 ++++++++++ 34 files changed, 464 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd72e721f..a2ed9225a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,31 @@ +# v11.0.5 (Thu Feb 22 2024) + +:tada: This release contains work from new contributors! :tada: + +Thanks for all your work! + +:heart: NiccolΓ² Olivieri Achille ([@NiccoloOlivieriAchille](https://github.com/NiccoloOlivieriAchille)) + +:heart: NiccolΓ² Olivieri Achille ([@Zweer](https://github.com/Zweer)) + +#### πŸ› Bug Fix + +- `@auto-it/core` + - Fixing git `2.43.0` max number issue #2425 [#2426](https://github.com/intuit/auto/pull/2426) ([@NiccoloOlivieriAchille](https://github.com/NiccoloOlivieriAchille)) + +#### πŸ”© Dependency Updates + +- `@auto-it/sbt` + - Bump strip-ansi from 6.0.0 to 7.0.1 [#2307](https://github.com/intuit/auto/pull/2307) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 3 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) +- NiccolΓ² Olivieri Achille ([@NiccoloOlivieriAchille](https://github.com/NiccoloOlivieriAchille)) + +--- + # v11.0.4 (Sun Sep 10 2023) #### πŸ› Bug Fix diff --git a/docs/pages/docs/configuration/non-npm.mdx b/docs/pages/docs/configuration/non-npm.mdx index a677c5d2f..0f9366905 100644 --- a/docs/pages/docs/configuration/non-npm.mdx +++ b/docs/pages/docs/configuration/non-npm.mdx @@ -11,7 +11,7 @@ Simply download the appropriate version for your operating system and make it ex ```bash # Download a platform specific version of auto -curl -vkL -o - https://github.com/intuit/auto/releases/download/v11.0.4/auto-linux.gz | gunzip > ~/auto +curl -vkL -o - https://github.com/intuit/auto/releases/download/v11.0.5/auto-linux.gz | gunzip > ~/auto # Make auto executable chmod a+x ~/auto ``` diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index ac24542a4..bfa2b8ac7 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,3 +1,16 @@ +# v11.0.5 (Thu Feb 22 2024) + +#### πŸ”© Dependency Updates + +- Bump strip-ansi from 6.0.0 to 7.0.1 [#2307](https://github.com/intuit/auto/pull/2307) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 2 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v11.0.3 (Sun Sep 10 2023) #### πŸ› Bug Fix diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index cbf7c5b66..6cee6677c 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,3 +1,31 @@ +# v11.0.5 (Thu Feb 22 2024) + +:tada: This release contains work from new contributors! :tada: + +Thanks for all your work! + +:heart: NiccolΓ² Olivieri Achille ([@NiccoloOlivieriAchille](https://github.com/NiccoloOlivieriAchille)) + +:heart: NiccolΓ² Olivieri Achille ([@Zweer](https://github.com/Zweer)) + +#### πŸ› Bug Fix + +- Fixing git `2.43.0` max number issue #2425 [#2426](https://github.com/intuit/auto/pull/2426) ([@NiccoloOlivieriAchille](https://github.com/NiccoloOlivieriAchille)) +- More timeout for the changelog test ([@NiccoloOlivieriAchille](https://github.com/NiccoloOlivieriAchille)) +- Fixing git `2.43.0` max number issue #2425 ([@NiccoloOlivieriAchille](https://github.com/NiccoloOlivieriAchille)) + +#### πŸ”© Dependency Updates + +- Bump strip-ansi from 6.0.0 to 7.0.1 [#2307](https://github.com/intuit/auto/pull/2307) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 3 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) +- NiccolΓ² Olivieri Achille ([@NiccoloOlivieriAchille](https://github.com/NiccoloOlivieriAchille)) + +--- + # v11.0.3 (Sun Sep 10 2023) #### πŸ› Bug Fix diff --git a/plugins/all-contributors/CHANGELOG.md b/plugins/all-contributors/CHANGELOG.md index 8c153e906..390d4e283 100644 --- a/plugins/all-contributors/CHANGELOG.md +++ b/plugins/all-contributors/CHANGELOG.md @@ -1,3 +1,16 @@ +# v11.0.5 (Thu Feb 22 2024) + +#### πŸ”© Dependency Updates + +- Bump strip-ansi from 6.0.0 to 7.0.1 [#2307](https://github.com/intuit/auto/pull/2307) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 2 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v11.0.3 (Sun Sep 10 2023) #### πŸ› Bug Fix diff --git a/plugins/brew/CHANGELOG.md b/plugins/brew/CHANGELOG.md index eefcd8c44..61faa2775 100644 --- a/plugins/brew/CHANGELOG.md +++ b/plugins/brew/CHANGELOG.md @@ -1,3 +1,16 @@ +# v11.0.5 (Thu Feb 22 2024) + +#### πŸ”© Dependency Updates + +- Bump strip-ansi from 6.0.0 to 7.0.1 [#2307](https://github.com/intuit/auto/pull/2307) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 2 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v11.0.3 (Sun Sep 10 2023) #### πŸ› Bug Fix diff --git a/plugins/chrome/CHANGELOG.md b/plugins/chrome/CHANGELOG.md index b7f3843cb..54ffa41a4 100644 --- a/plugins/chrome/CHANGELOG.md +++ b/plugins/chrome/CHANGELOG.md @@ -1,3 +1,16 @@ +# v11.0.5 (Thu Feb 22 2024) + +#### πŸ”© Dependency Updates + +- Bump strip-ansi from 6.0.0 to 7.0.1 [#2307](https://github.com/intuit/auto/pull/2307) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 2 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v11.0.3 (Sun Sep 10 2023) #### πŸ› Bug Fix diff --git a/plugins/cocoapods/CHANGELOG.md b/plugins/cocoapods/CHANGELOG.md index bd583568e..d98cd18aa 100644 --- a/plugins/cocoapods/CHANGELOG.md +++ b/plugins/cocoapods/CHANGELOG.md @@ -1,3 +1,16 @@ +# v11.0.5 (Thu Feb 22 2024) + +#### πŸ”© Dependency Updates + +- Bump strip-ansi from 6.0.0 to 7.0.1 [#2307](https://github.com/intuit/auto/pull/2307) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 2 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v11.0.3 (Sun Sep 10 2023) #### πŸ› Bug Fix diff --git a/plugins/conventional-commits/CHANGELOG.md b/plugins/conventional-commits/CHANGELOG.md index 02d73a27c..ac0fed031 100644 --- a/plugins/conventional-commits/CHANGELOG.md +++ b/plugins/conventional-commits/CHANGELOG.md @@ -1,3 +1,16 @@ +# v11.0.5 (Thu Feb 22 2024) + +#### πŸ”© Dependency Updates + +- Bump strip-ansi from 6.0.0 to 7.0.1 [#2307](https://github.com/intuit/auto/pull/2307) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 2 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v11.0.3 (Sun Sep 10 2023) #### πŸ› Bug Fix diff --git a/plugins/crates/CHANGELOG.md b/plugins/crates/CHANGELOG.md index de0f82a97..2e9085e5c 100644 --- a/plugins/crates/CHANGELOG.md +++ b/plugins/crates/CHANGELOG.md @@ -1,3 +1,16 @@ +# v11.0.5 (Thu Feb 22 2024) + +#### πŸ”© Dependency Updates + +- Bump strip-ansi from 6.0.0 to 7.0.1 [#2307](https://github.com/intuit/auto/pull/2307) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 2 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v11.0.3 (Sun Sep 10 2023) #### πŸ› Bug Fix diff --git a/plugins/docker/CHANGELOG.md b/plugins/docker/CHANGELOG.md index a64ced52a..624a488dc 100644 --- a/plugins/docker/CHANGELOG.md +++ b/plugins/docker/CHANGELOG.md @@ -1,3 +1,16 @@ +# v11.0.5 (Thu Feb 22 2024) + +#### πŸ”© Dependency Updates + +- Bump strip-ansi from 6.0.0 to 7.0.1 [#2307](https://github.com/intuit/auto/pull/2307) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 2 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v11.0.3 (Sun Sep 10 2023) #### πŸ› Bug Fix diff --git a/plugins/exec/CHANGELOG.md b/plugins/exec/CHANGELOG.md index 2879dd052..90206afbf 100644 --- a/plugins/exec/CHANGELOG.md +++ b/plugins/exec/CHANGELOG.md @@ -1,3 +1,16 @@ +# v11.0.5 (Thu Feb 22 2024) + +#### πŸ”© Dependency Updates + +- Bump strip-ansi from 6.0.0 to 7.0.1 [#2307](https://github.com/intuit/auto/pull/2307) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 2 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v11.0.3 (Sun Sep 10 2023) #### πŸ› Bug Fix diff --git a/plugins/first-time-contributor/CHANGELOG.md b/plugins/first-time-contributor/CHANGELOG.md index 04f307069..631dffe03 100644 --- a/plugins/first-time-contributor/CHANGELOG.md +++ b/plugins/first-time-contributor/CHANGELOG.md @@ -1,3 +1,16 @@ +# v11.0.5 (Thu Feb 22 2024) + +#### πŸ”© Dependency Updates + +- Bump strip-ansi from 6.0.0 to 7.0.1 [#2307](https://github.com/intuit/auto/pull/2307) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 2 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v11.0.3 (Sun Sep 10 2023) #### πŸ› Bug Fix diff --git a/plugins/gem/CHANGELOG.md b/plugins/gem/CHANGELOG.md index 10022ad3c..ac863ec4e 100644 --- a/plugins/gem/CHANGELOG.md +++ b/plugins/gem/CHANGELOG.md @@ -1,3 +1,16 @@ +# v11.0.5 (Thu Feb 22 2024) + +#### πŸ”© Dependency Updates + +- Bump strip-ansi from 6.0.0 to 7.0.1 [#2307](https://github.com/intuit/auto/pull/2307) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 2 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v11.0.3 (Sun Sep 10 2023) #### πŸ› Bug Fix diff --git a/plugins/gh-pages/CHANGELOG.md b/plugins/gh-pages/CHANGELOG.md index 98a568fbb..a5ac22546 100644 --- a/plugins/gh-pages/CHANGELOG.md +++ b/plugins/gh-pages/CHANGELOG.md @@ -1,3 +1,16 @@ +# v11.0.5 (Thu Feb 22 2024) + +#### πŸ”© Dependency Updates + +- Bump strip-ansi from 6.0.0 to 7.0.1 [#2307](https://github.com/intuit/auto/pull/2307) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 2 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v11.0.3 (Sun Sep 10 2023) #### πŸ› Bug Fix diff --git a/plugins/git-tag/CHANGELOG.md b/plugins/git-tag/CHANGELOG.md index 0e8968539..094cf09af 100644 --- a/plugins/git-tag/CHANGELOG.md +++ b/plugins/git-tag/CHANGELOG.md @@ -1,3 +1,16 @@ +# v11.0.5 (Thu Feb 22 2024) + +#### πŸ”© Dependency Updates + +- Bump strip-ansi from 6.0.0 to 7.0.1 [#2307](https://github.com/intuit/auto/pull/2307) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 2 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v11.0.3 (Sun Sep 10 2023) #### πŸ› Bug Fix diff --git a/plugins/gradle/CHANGELOG.md b/plugins/gradle/CHANGELOG.md index 9bd6a09fd..40c79b847 100644 --- a/plugins/gradle/CHANGELOG.md +++ b/plugins/gradle/CHANGELOG.md @@ -1,3 +1,16 @@ +# v11.0.5 (Thu Feb 22 2024) + +#### πŸ”© Dependency Updates + +- Bump strip-ansi from 6.0.0 to 7.0.1 [#2307](https://github.com/intuit/auto/pull/2307) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 2 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v11.0.3 (Sun Sep 10 2023) #### πŸ› Bug Fix diff --git a/plugins/jira/CHANGELOG.md b/plugins/jira/CHANGELOG.md index a6f445392..a060f0c73 100644 --- a/plugins/jira/CHANGELOG.md +++ b/plugins/jira/CHANGELOG.md @@ -1,3 +1,16 @@ +# v11.0.5 (Thu Feb 22 2024) + +#### πŸ”© Dependency Updates + +- Bump strip-ansi from 6.0.0 to 7.0.1 [#2307](https://github.com/intuit/auto/pull/2307) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 2 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v11.0.3 (Sun Sep 10 2023) #### πŸ› Bug Fix diff --git a/plugins/magic-zero/CHANGELOG.md b/plugins/magic-zero/CHANGELOG.md index 6586aa0a2..ea2a96065 100644 --- a/plugins/magic-zero/CHANGELOG.md +++ b/plugins/magic-zero/CHANGELOG.md @@ -1,3 +1,16 @@ +# v11.0.5 (Thu Feb 22 2024) + +#### πŸ”© Dependency Updates + +- Bump strip-ansi from 6.0.0 to 7.0.1 [#2307](https://github.com/intuit/auto/pull/2307) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 2 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v11.0.3 (Sun Sep 10 2023) #### πŸ› Bug Fix diff --git a/plugins/maven/CHANGELOG.md b/plugins/maven/CHANGELOG.md index a2889287b..5735b8d57 100644 --- a/plugins/maven/CHANGELOG.md +++ b/plugins/maven/CHANGELOG.md @@ -1,3 +1,16 @@ +# v11.0.5 (Thu Feb 22 2024) + +#### πŸ”© Dependency Updates + +- Bump strip-ansi from 6.0.0 to 7.0.1 [#2307](https://github.com/intuit/auto/pull/2307) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 2 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v11.0.3 (Sun Sep 10 2023) #### πŸ› Bug Fix diff --git a/plugins/microsoft-teams/CHANGELOG.md b/plugins/microsoft-teams/CHANGELOG.md index 38f0c811c..562a111a6 100644 --- a/plugins/microsoft-teams/CHANGELOG.md +++ b/plugins/microsoft-teams/CHANGELOG.md @@ -1,3 +1,16 @@ +# v11.0.5 (Thu Feb 22 2024) + +#### πŸ”© Dependency Updates + +- Bump strip-ansi from 6.0.0 to 7.0.1 [#2307](https://github.com/intuit/auto/pull/2307) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 2 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v11.0.3 (Sun Sep 10 2023) #### πŸ› Bug Fix diff --git a/plugins/npm/CHANGELOG.md b/plugins/npm/CHANGELOG.md index 901aeff3b..f0a448366 100644 --- a/plugins/npm/CHANGELOG.md +++ b/plugins/npm/CHANGELOG.md @@ -1,3 +1,16 @@ +# v11.0.5 (Thu Feb 22 2024) + +#### πŸ”© Dependency Updates + +- Bump strip-ansi from 6.0.0 to 7.0.1 [#2307](https://github.com/intuit/auto/pull/2307) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 2 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v11.0.3 (Sun Sep 10 2023) #### πŸ› Bug Fix diff --git a/plugins/omit-commits/CHANGELOG.md b/plugins/omit-commits/CHANGELOG.md index eab9fce02..61e56266b 100644 --- a/plugins/omit-commits/CHANGELOG.md +++ b/plugins/omit-commits/CHANGELOG.md @@ -1,3 +1,16 @@ +# v11.0.5 (Thu Feb 22 2024) + +#### πŸ”© Dependency Updates + +- Bump strip-ansi from 6.0.0 to 7.0.1 [#2307](https://github.com/intuit/auto/pull/2307) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 2 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v11.0.3 (Sun Sep 10 2023) #### πŸ› Bug Fix diff --git a/plugins/omit-release-notes/CHANGELOG.md b/plugins/omit-release-notes/CHANGELOG.md index d1dd46b32..cd4b8190f 100644 --- a/plugins/omit-release-notes/CHANGELOG.md +++ b/plugins/omit-release-notes/CHANGELOG.md @@ -1,3 +1,16 @@ +# v11.0.5 (Thu Feb 22 2024) + +#### πŸ”© Dependency Updates + +- Bump strip-ansi from 6.0.0 to 7.0.1 [#2307](https://github.com/intuit/auto/pull/2307) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 2 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v11.0.3 (Sun Sep 10 2023) #### πŸ› Bug Fix diff --git a/plugins/pr-body-labels/CHANGELOG.md b/plugins/pr-body-labels/CHANGELOG.md index f24bf024a..1d311a00f 100644 --- a/plugins/pr-body-labels/CHANGELOG.md +++ b/plugins/pr-body-labels/CHANGELOG.md @@ -1,3 +1,16 @@ +# v11.0.5 (Thu Feb 22 2024) + +#### πŸ”© Dependency Updates + +- Bump strip-ansi from 6.0.0 to 7.0.1 [#2307](https://github.com/intuit/auto/pull/2307) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 2 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v11.0.4 (Sun Sep 10 2023) #### πŸ› Bug Fix diff --git a/plugins/protected-branch/CHANGELOG.md b/plugins/protected-branch/CHANGELOG.md index 2198ccdd7..812c187b0 100644 --- a/plugins/protected-branch/CHANGELOG.md +++ b/plugins/protected-branch/CHANGELOG.md @@ -1,3 +1,16 @@ +# v11.0.5 (Thu Feb 22 2024) + +#### πŸ”© Dependency Updates + +- Bump strip-ansi from 6.0.0 to 7.0.1 [#2307](https://github.com/intuit/auto/pull/2307) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 2 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v11.0.3 (Sun Sep 10 2023) #### πŸ› Bug Fix diff --git a/plugins/released/CHANGELOG.md b/plugins/released/CHANGELOG.md index c14c67426..afe985b67 100644 --- a/plugins/released/CHANGELOG.md +++ b/plugins/released/CHANGELOG.md @@ -1,3 +1,16 @@ +# v11.0.5 (Thu Feb 22 2024) + +#### πŸ”© Dependency Updates + +- Bump strip-ansi from 6.0.0 to 7.0.1 [#2307](https://github.com/intuit/auto/pull/2307) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 2 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v11.0.3 (Sun Sep 10 2023) #### πŸ› Bug Fix diff --git a/plugins/s3/CHANGELOG.md b/plugins/s3/CHANGELOG.md index cab6af8f6..bccd0642e 100644 --- a/plugins/s3/CHANGELOG.md +++ b/plugins/s3/CHANGELOG.md @@ -1,3 +1,16 @@ +# v11.0.5 (Thu Feb 22 2024) + +#### πŸ”© Dependency Updates + +- Bump strip-ansi from 6.0.0 to 7.0.1 [#2307](https://github.com/intuit/auto/pull/2307) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 2 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v11.0.3 (Sun Sep 10 2023) #### πŸ› Bug Fix diff --git a/plugins/sbt/CHANGELOG.md b/plugins/sbt/CHANGELOG.md index 43c331b6b..6fa563822 100644 --- a/plugins/sbt/CHANGELOG.md +++ b/plugins/sbt/CHANGELOG.md @@ -1,3 +1,20 @@ +# v11.0.5 (Thu Feb 22 2024) + +#### πŸ› Bug Fix + +- Bump strip-ansi from 6.0.0 to 7.0.1 ([@dependabot[bot]](https://github.com/dependabot[bot])) + +#### πŸ”© Dependency Updates + +- Bump strip-ansi from 6.0.0 to 7.0.1 [#2307](https://github.com/intuit/auto/pull/2307) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 2 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v11.0.3 (Sun Sep 10 2023) #### πŸ› Bug Fix diff --git a/plugins/slack/CHANGELOG.md b/plugins/slack/CHANGELOG.md index 37be74308..9f028d728 100644 --- a/plugins/slack/CHANGELOG.md +++ b/plugins/slack/CHANGELOG.md @@ -1,3 +1,16 @@ +# v11.0.5 (Thu Feb 22 2024) + +#### πŸ”© Dependency Updates + +- Bump strip-ansi from 6.0.0 to 7.0.1 [#2307](https://github.com/intuit/auto/pull/2307) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 2 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v11.0.3 (Sun Sep 10 2023) #### πŸ› Bug Fix diff --git a/plugins/twitter/CHANGELOG.md b/plugins/twitter/CHANGELOG.md index 4f465f81a..255ea3b40 100644 --- a/plugins/twitter/CHANGELOG.md +++ b/plugins/twitter/CHANGELOG.md @@ -1,3 +1,16 @@ +# v11.0.5 (Thu Feb 22 2024) + +#### πŸ”© Dependency Updates + +- Bump strip-ansi from 6.0.0 to 7.0.1 [#2307](https://github.com/intuit/auto/pull/2307) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 2 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v11.0.3 (Sun Sep 10 2023) #### πŸ› Bug Fix diff --git a/plugins/upload-assets/CHANGELOG.md b/plugins/upload-assets/CHANGELOG.md index 2cd7cdcdc..36fa83481 100644 --- a/plugins/upload-assets/CHANGELOG.md +++ b/plugins/upload-assets/CHANGELOG.md @@ -1,3 +1,16 @@ +# v11.0.5 (Thu Feb 22 2024) + +#### πŸ”© Dependency Updates + +- Bump strip-ansi from 6.0.0 to 7.0.1 [#2307](https://github.com/intuit/auto/pull/2307) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 2 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v11.0.3 (Sun Sep 10 2023) #### πŸ› Bug Fix diff --git a/plugins/version-file/CHANGELOG.md b/plugins/version-file/CHANGELOG.md index 03433add1..5622faa81 100644 --- a/plugins/version-file/CHANGELOG.md +++ b/plugins/version-file/CHANGELOG.md @@ -1,3 +1,16 @@ +# v11.0.5 (Thu Feb 22 2024) + +#### πŸ”© Dependency Updates + +- Bump strip-ansi from 6.0.0 to 7.0.1 [#2307](https://github.com/intuit/auto/pull/2307) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 2 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v11.0.3 (Sun Sep 10 2023) #### πŸ› Bug Fix diff --git a/plugins/vscode/CHANGELOG.md b/plugins/vscode/CHANGELOG.md index 86476f23e..93587aebc 100644 --- a/plugins/vscode/CHANGELOG.md +++ b/plugins/vscode/CHANGELOG.md @@ -1,3 +1,16 @@ +# v11.0.5 (Thu Feb 22 2024) + +#### πŸ”© Dependency Updates + +- Bump strip-ansi from 6.0.0 to 7.0.1 [#2307](https://github.com/intuit/auto/pull/2307) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 2 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v11.0.3 (Sun Sep 10 2023) #### πŸ› Bug Fix From 08bfba33dae3d14a8bcc4500aa09bd40e3a2b8e7 Mon Sep 17 00:00:00 2001 From: Andrew Lisowski Date: Thu, 22 Feb 2024 03:15:27 +0000 Subject: [PATCH 06/18] Update contributors [skip ci] --- .all-contributorsrc | 10 ++++++++++ README.md | 1 + 2 files changed, 11 insertions(+) diff --git a/.all-contributorsrc b/.all-contributorsrc index 0b713a1d7..309cceefc 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -817,6 +817,16 @@ "contributions": [ "doc" ] + }, + { + "login": "Zweer", + "name": "NiccolΓ² Olivieri Achille", + "avatar_url": "https://avatars.githubusercontent.com/u/825906?v=4", + "profile": "https://github.com/Zweer", + "contributions": [ + "test", + "code" + ] } ], "commitConvention": "none" diff --git a/README.md b/README.md index a7e880928..d6036bf85 100644 --- a/README.md +++ b/README.md @@ -315,6 +315,7 @@ Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds
Satish Pokala

πŸ“– +
NiccolΓ² Olivieri Achille

⚠️ πŸ’» From 98a1cd9b60edbf0a2268d7a1dceaa0cf331fa507 Mon Sep 17 00:00:00 2001 From: Andrew Lisowski Date: Thu, 22 Feb 2024 03:15:31 +0000 Subject: [PATCH 07/18] Bump version to: v11.0.5 [skip ci] --- lerna.json | 2 +- packages/bot-list/package.json | 2 +- packages/cli/package.json | 2 +- packages/core/package.json | 2 +- packages/package-json-utils/package.json | 2 +- plugins/all-contributors/package.json | 2 +- plugins/brew/package.json | 2 +- plugins/chrome/package.json | 2 +- plugins/cocoapods/package.json | 2 +- plugins/conventional-commits/package.json | 2 +- plugins/crates/package.json | 2 +- plugins/docker/package.json | 2 +- plugins/exec/package.json | 2 +- plugins/first-time-contributor/package.json | 2 +- plugins/gem/package.json | 2 +- plugins/gh-pages/package.json | 2 +- plugins/git-tag/package.json | 2 +- plugins/gradle/package.json | 2 +- plugins/jira/package.json | 2 +- plugins/magic-zero/package.json | 2 +- plugins/maven/package.json | 2 +- plugins/microsoft-teams/package.json | 2 +- plugins/npm/package.json | 2 +- plugins/omit-commits/package.json | 2 +- plugins/omit-release-notes/package.json | 2 +- plugins/pr-body-labels/package.json | 2 +- plugins/protected-branch/package.json | 2 +- plugins/released/package.json | 2 +- plugins/s3/package.json | 2 +- plugins/sbt/package.json | 2 +- plugins/slack/package.json | 2 +- plugins/twitter/package.json | 2 +- plugins/upload-assets/package.json | 2 +- plugins/version-file/package.json | 2 +- plugins/vscode/package.json | 2 +- 35 files changed, 35 insertions(+), 35 deletions(-) diff --git a/lerna.json b/lerna.json index fd65553c4..2b8fb16db 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "11.0.4", + "version": "11.0.5", "npmClient": "yarn", "packages": [ "packages/*", diff --git a/packages/bot-list/package.json b/packages/bot-list/package.json index d54ab4995..809ccfa5e 100644 --- a/packages/bot-list/package.json +++ b/packages/bot-list/package.json @@ -2,7 +2,7 @@ "name": "@auto-it/bot-list", "main": "dist/index.js", "description": "A list of bots for auto plugins to ignore", - "version": "11.0.4", + "version": "11.0.5", "license": "MIT", "author": { "name": "Andrew Lisowski", diff --git a/packages/cli/package.json b/packages/cli/package.json index 52ea83822..816f2b65b 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -4,7 +4,7 @@ "main": "dist/bin/index.js", "types": "dist/index.d.ts", "description": "CLI tools to help facilitate semantic versioning based on GitHub PR labels", - "version": "11.0.4", + "version": "11.0.5", "license": "MIT", "author": { "name": "Andrew Lisowski", diff --git a/packages/core/package.json b/packages/core/package.json index 6230bd484..bdae58851 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/core", - "version": "11.0.4", + "version": "11.0.5", "description": "Node API for using auto.", "main": "dist/auto.js", "license": "MIT", diff --git a/packages/package-json-utils/package.json b/packages/package-json-utils/package.json index 54beb973d..11efeef0b 100644 --- a/packages/package-json-utils/package.json +++ b/packages/package-json-utils/package.json @@ -3,7 +3,7 @@ "main": "dist/index.js", "types": "dist/index.d.ts", "description": "Shared utilities for parsing information from a package.json", - "version": "11.0.4", + "version": "11.0.5", "license": "MIT", "author": { "name": "Andrew Lisowski", diff --git a/plugins/all-contributors/package.json b/plugins/all-contributors/package.json index 330a2e082..0f1f5f0bf 100644 --- a/plugins/all-contributors/package.json +++ b/plugins/all-contributors/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/all-contributors", - "version": "11.0.4", + "version": "11.0.5", "main": "dist/index.js", "description": "Automatically add contributors as changelogs are produced.", "license": "MIT", diff --git a/plugins/brew/package.json b/plugins/brew/package.json index 19b60e7c2..3ffb55e97 100644 --- a/plugins/brew/package.json +++ b/plugins/brew/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/brew", - "version": "11.0.4", + "version": "11.0.5", "main": "dist/index.js", "description": "Automate the creation of Homebrew formulae.", "license": "MIT", diff --git a/plugins/chrome/package.json b/plugins/chrome/package.json index 5bb7d104f..ea078103e 100644 --- a/plugins/chrome/package.json +++ b/plugins/chrome/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/chrome", - "version": "11.0.4", + "version": "11.0.5", "main": "dist/index.js", "description": "Chrome publishing plugin for auto", "license": "MIT", diff --git a/plugins/cocoapods/package.json b/plugins/cocoapods/package.json index 1dc133953..7e25cc7e2 100644 --- a/plugins/cocoapods/package.json +++ b/plugins/cocoapods/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/cocoapods", - "version": "11.0.4", + "version": "11.0.5", "main": "dist/index.js", "description": "Use auto to version your cocoapod", "license": "MIT", diff --git a/plugins/conventional-commits/package.json b/plugins/conventional-commits/package.json index 827c2b4dd..129401fe5 100644 --- a/plugins/conventional-commits/package.json +++ b/plugins/conventional-commits/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/conventional-commits", - "version": "11.0.4", + "version": "11.0.5", "main": "dist/index.js", "description": "Conventional commit plugin for auto", "license": "MIT", diff --git a/plugins/crates/package.json b/plugins/crates/package.json index 06094b8d7..ebe7362ad 100644 --- a/plugins/crates/package.json +++ b/plugins/crates/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/crates", - "version": "11.0.4", + "version": "11.0.5", "main": "dist/index.js", "description": "Deploy Rust crates to crates.io", "license": "MIT", diff --git a/plugins/docker/package.json b/plugins/docker/package.json index f5ec90631..9384c39a9 100644 --- a/plugins/docker/package.json +++ b/plugins/docker/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/docker", - "version": "11.0.4", + "version": "11.0.5", "main": "dist/index.js", "description": "Facilitates publishing built images to a Docker Registry.", "license": "MIT", diff --git a/plugins/exec/package.json b/plugins/exec/package.json index a7ce0055d..ba41b4da4 100644 --- a/plugins/exec/package.json +++ b/plugins/exec/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/exec", - "version": "11.0.4", + "version": "11.0.5", "main": "dist/index.js", "description": "Tap into select hooks and run a command on the terminal", "license": "MIT", diff --git a/plugins/first-time-contributor/package.json b/plugins/first-time-contributor/package.json index 6b990daae..cc93f8bc7 100644 --- a/plugins/first-time-contributor/package.json +++ b/plugins/first-time-contributor/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/first-time-contributor", - "version": "11.0.4", + "version": "11.0.5", "main": "dist/index.js", "description": "Thank first time contributors for their work right in your release notes.", "license": "MIT", diff --git a/plugins/gem/package.json b/plugins/gem/package.json index 8a0fc8ff8..0d6136959 100644 --- a/plugins/gem/package.json +++ b/plugins/gem/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/gem", - "version": "11.0.4", + "version": "11.0.5", "main": "dist/index.js", "description": "", "license": "MIT", diff --git a/plugins/gh-pages/package.json b/plugins/gh-pages/package.json index 8bcb66bb9..7282a741d 100644 --- a/plugins/gh-pages/package.json +++ b/plugins/gh-pages/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/gh-pages", - "version": "11.0.4", + "version": "11.0.5", "main": "dist/index.js", "description": "Automate publishing to your gh-pages documentation website", "license": "MIT", diff --git a/plugins/git-tag/package.json b/plugins/git-tag/package.json index 60917ed19..dd79e3074 100644 --- a/plugins/git-tag/package.json +++ b/plugins/git-tag/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/git-tag", - "version": "11.0.4", + "version": "11.0.5", "main": "dist/index.js", "description": "Manage your projects version through just a git tag", "license": "MIT", diff --git a/plugins/gradle/package.json b/plugins/gradle/package.json index e4e6fb5f9..385c2db64 100644 --- a/plugins/gradle/package.json +++ b/plugins/gradle/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/gradle", - "version": "11.0.4", + "version": "11.0.5", "main": "dist/index.js", "description": "A plugin that calls gradle-release-plugin with versioning information.", "license": "MIT", diff --git a/plugins/jira/package.json b/plugins/jira/package.json index e30aed69b..27971b89c 100644 --- a/plugins/jira/package.json +++ b/plugins/jira/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/jira", - "version": "11.0.4", + "version": "11.0.5", "main": "dist/index.js", "description": "Jira plugin for auto", "license": "MIT", diff --git a/plugins/magic-zero/package.json b/plugins/magic-zero/package.json index 9cdc3c310..0348d51b0 100644 --- a/plugins/magic-zero/package.json +++ b/plugins/magic-zero/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/magic-zero", - "version": "11.0.4", + "version": "11.0.5", "main": "dist/index.js", "description": "A plugin that closely adheres to semver versioning for 0.0.x and 0.x.y releases", "license": "MIT", diff --git a/plugins/maven/package.json b/plugins/maven/package.json index 3390c8e5b..c0eea38a3 100644 --- a/plugins/maven/package.json +++ b/plugins/maven/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/maven", - "version": "11.0.4", + "version": "11.0.5", "main": "dist/index.js", "description": "Maven publishing plugin for auto", "license": "MIT", diff --git a/plugins/microsoft-teams/package.json b/plugins/microsoft-teams/package.json index 83f8a8165..4311f96a3 100644 --- a/plugins/microsoft-teams/package.json +++ b/plugins/microsoft-teams/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/microsoft-teams", - "version": "11.0.4", + "version": "11.0.5", "main": "dist/index.js", "description": "Microsoft Teams plugin for auto", "license": "MIT", diff --git a/plugins/npm/package.json b/plugins/npm/package.json index e3e61b63d..ea27c31bf 100644 --- a/plugins/npm/package.json +++ b/plugins/npm/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/npm", - "version": "11.0.4", + "version": "11.0.5", "main": "dist/index.js", "description": "NPM publishing plugin for auto", "license": "MIT", diff --git a/plugins/omit-commits/package.json b/plugins/omit-commits/package.json index be0d2e684..825b8803a 100644 --- a/plugins/omit-commits/package.json +++ b/plugins/omit-commits/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/omit-commits", - "version": "11.0.4", + "version": "11.0.5", "main": "dist/index.js", "description": "Omit commits plugin for auto", "license": "MIT", diff --git a/plugins/omit-release-notes/package.json b/plugins/omit-release-notes/package.json index 575586f7f..1068b987c 100644 --- a/plugins/omit-release-notes/package.json +++ b/plugins/omit-release-notes/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/omit-release-notes", - "version": "11.0.4", + "version": "11.0.5", "main": "dist/index.js", "description": "Omit release notes plugin for auto", "license": "MIT", diff --git a/plugins/pr-body-labels/package.json b/plugins/pr-body-labels/package.json index e4481a1eb..5c8129b19 100644 --- a/plugins/pr-body-labels/package.json +++ b/plugins/pr-body-labels/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/pr-body-labels", - "version": "11.0.4", + "version": "11.0.5", "main": "dist/index.js", "description": "Allow outside contributors to indicate what semver label should be applied to the Pull Request", "license": "MIT", diff --git a/plugins/protected-branch/package.json b/plugins/protected-branch/package.json index 9915e56ea..fd00c452c 100644 --- a/plugins/protected-branch/package.json +++ b/plugins/protected-branch/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/protected-branch", - "version": "11.0.4", + "version": "11.0.5", "main": "dist/index.js", "description": "Handle Github branch protections", "license": "MIT", diff --git a/plugins/released/package.json b/plugins/released/package.json index 22ca3b441..0526a5ce6 100644 --- a/plugins/released/package.json +++ b/plugins/released/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/released", - "version": "11.0.4", + "version": "11.0.5", "main": "dist/index.js", "description": "Released plugin for auto. Comments with version + extra", "license": "MIT", diff --git a/plugins/s3/package.json b/plugins/s3/package.json index 5e9bb6c95..af1b3a778 100644 --- a/plugins/s3/package.json +++ b/plugins/s3/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/s3", - "version": "11.0.4", + "version": "11.0.5", "main": "dist/index.js", "description": "Post your built artifacts to s3", "license": "MIT", diff --git a/plugins/sbt/package.json b/plugins/sbt/package.json index 85a6323af..d1161d794 100644 --- a/plugins/sbt/package.json +++ b/plugins/sbt/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/sbt", - "version": "11.0.4", + "version": "11.0.5", "main": "dist/index.js", "description": "Publish Scala projects with sbt", "license": "MIT", diff --git a/plugins/slack/package.json b/plugins/slack/package.json index 48873416d..033758553 100644 --- a/plugins/slack/package.json +++ b/plugins/slack/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/slack", - "version": "11.0.4", + "version": "11.0.5", "main": "dist/index.js", "description": "Slack plugin for auto", "license": "MIT", diff --git a/plugins/twitter/package.json b/plugins/twitter/package.json index a380f5020..545e40d4d 100644 --- a/plugins/twitter/package.json +++ b/plugins/twitter/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/twitter", - "version": "11.0.4", + "version": "11.0.5", "main": "dist/index.js", "description": "Twitter plugin for auto", "license": "MIT", diff --git a/plugins/upload-assets/package.json b/plugins/upload-assets/package.json index 70d968ee7..86b104785 100644 --- a/plugins/upload-assets/package.json +++ b/plugins/upload-assets/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/upload-assets", - "version": "11.0.4", + "version": "11.0.5", "main": "dist/index.js", "description": "Upload assets plugin for auto", "license": "MIT", diff --git a/plugins/version-file/package.json b/plugins/version-file/package.json index d9f8b22cb..d560f04b0 100644 --- a/plugins/version-file/package.json +++ b/plugins/version-file/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/version-file", - "version": "11.0.4", + "version": "11.0.5", "main": "dist/index.js", "description": "", "license": "MIT", diff --git a/plugins/vscode/package.json b/plugins/vscode/package.json index 093a7e572..0f1f9b382 100644 --- a/plugins/vscode/package.json +++ b/plugins/vscode/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/vscode", - "version": "11.0.4", + "version": "11.0.5", "main": "dist/index.js", "description": "Publish an vscode extension", "license": "MIT", From 80f70b015c2252bb8d93dfad3f4ec812c16335be Mon Sep 17 00:00:00 2001 From: Andrew Lisowski Date: Thu, 22 Feb 2024 03:15:31 +0000 Subject: [PATCH 08/18] Bump auto brew formula [skip ci] --- Formula/auto.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/auto.rb b/Formula/auto.rb index acee14ad3..cf6a8460f 100644 --- a/Formula/auto.rb +++ b/Formula/auto.rb @@ -1,9 +1,9 @@ class Auto < Formula desc "Generate releases based on semantic version labels on pull requests." homepage "https://intuit.github.io/auto" - url "https://github.com/intuit/auto/releases/download/v11.0.4/auto-macos.gz" - version "v11.0.4" - sha256 "044fabfb95c1b6960f389fa18c0c1fa8ce8df147ec46ae0015f93e20437148e3" + url "https://github.com/intuit/auto/releases/download/v11.0.5/auto-macos.gz" + version "v11.0.5" + sha256 "5718b44cf896ef9b370c10e1109adb8f230e21a7e08ffa4a0becf48fb9f1f14b" def install libexec.install Dir["*"] From b122fe8862d381fa6b66b34eee5640a465d49c2a Mon Sep 17 00:00:00 2001 From: Atte Huhtakangas Date: Mon, 13 Nov 2023 16:25:16 +0000 Subject: [PATCH 09/18] fix(npm): mark releases as latest with lerna --- plugins/npm/__tests__/npm.test.ts | 8 ++++++-- plugins/npm/src/index.ts | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/plugins/npm/__tests__/npm.test.ts b/plugins/npm/__tests__/npm.test.ts index 266417a7a..1921741ef 100644 --- a/plugins/npm/__tests__/npm.test.ts +++ b/plugins/npm/__tests__/npm.test.ts @@ -1684,12 +1684,16 @@ describe("makeRelease", () => { expect(publish).toHaveBeenCalledWith( "update package 1", "@packages/a", - false + false, + undefined, + true ); expect(publish).toHaveBeenCalledWith( "update package 2", "@packages/b", - false + false, + undefined, + true ); }); }); diff --git a/plugins/npm/src/index.ts b/plugins/npm/src/index.ts index e56dfe3d5..3694d24f9 100644 --- a/plugins/npm/src/index.ts +++ b/plugins/npm/src/index.ts @@ -1580,7 +1580,7 @@ export default class NPMPlugin implements IPlugin { auto.logger.log.info(`Using release notes:\n${releaseNotes}`); // 2. make a release for just that package - return auto.git?.publish(releaseNotes, tag, options.isPrerelease); + return auto.git?.publish(releaseNotes, tag, options.isPrerelease, undefined, !options.isPrerelease); }) ); From a55aac04596d7c9f661fc0f2c8deb56ddf53f6f6 Mon Sep 17 00:00:00 2001 From: Atte Huhtakangas Date: Thu, 22 Feb 2024 07:35:55 +0000 Subject: [PATCH 10/18] fix(npm): don't mark release as latest if in old version branch Co-authored-by: Jack Westbrook --- plugins/npm/__tests__/npm.test.ts | 36 +++++++++++++++++++------------ plugins/npm/src/index.ts | 17 ++++++++++++--- 2 files changed, 36 insertions(+), 17 deletions(-) diff --git a/plugins/npm/__tests__/npm.test.ts b/plugins/npm/__tests__/npm.test.ts index 1921741ef..162eee718 100644 --- a/plugins/npm/__tests__/npm.test.ts +++ b/plugins/npm/__tests__/npm.test.ts @@ -50,8 +50,16 @@ const monorepoPackagesWithPrereleaseResult = [ { path: "packages/c", name: "@packages/c", package: { version: "0.1.2" } }, { path: "packages/d", name: "@packages/d", package: { version: "0.1.1" } }, // This can happen if a new module is published with a breaking version - { path: "packages/e", name: "@packages/e", package: { version: "1.0.0-next.0" } }, - { path: "packages/f", name: "@packages/f", package: { version: "1.0.0-next.0" } }, + { + path: "packages/e", + name: "@packages/e", + package: { version: "1.0.0-next.0" }, + }, + { + path: "packages/f", + name: "@packages/f", + package: { version: "1.0.0-next.0" }, + }, ]; const packageTemplate = ({ @@ -406,7 +414,7 @@ describe("getPreviousVersion", () => { }); test("should ignore greatest published monorepo package in maintenance mode", async () => { - execPromise.mockClear() + execPromise.mockClear(); mockFs({ "lerna.json": ` { @@ -424,11 +432,10 @@ describe("getPreviousVersion", () => { // published version of test package execPromise.mockReturnValueOnce("2.1.0"); - jest.spyOn(Auto, 'getCurrentBranch').mockReturnValueOnce('major-2') - + jest.spyOn(Auto, "getCurrentBranch").mockReturnValueOnce("major-2"); plugin.apply({ - config: { prereleaseBranches: ["next"], versionBranches: 'major-' }, + config: { prereleaseBranches: ["next"], versionBranches: "major-" }, hooks, remote: "origin", baseBranch: "main", @@ -436,9 +443,8 @@ describe("getPreviousVersion", () => { prefixRelease: (str) => str, } as Auto.Auto); - expect(await hooks.getPreviousVersion.promise()).toBe("1.5.0"); - expect(execPromise).not.toHaveBeenCalled() + expect(execPromise).not.toHaveBeenCalled(); }); }); @@ -681,7 +687,7 @@ describe("publish", () => { "--yes", "from-package", "--exact", - "--no-verify-access" + "--no-verify-access", ]); }); @@ -704,7 +710,7 @@ describe("publish", () => { "--yes", "from-package", false, - "--no-verify-access" + "--no-verify-access", ]); }); @@ -730,7 +736,7 @@ describe("publish", () => { false, "--legacy-auth", "abcd", - "--no-verify-access" + "--no-verify-access", ]); }); @@ -755,7 +761,7 @@ describe("publish", () => { false, "--contents", "dist/publish-folder", - "--no-verify-access" + "--no-verify-access", ]); }); @@ -1258,7 +1264,7 @@ describe("canary", () => { "--no-git-reset", "--no-git-tag-version", "--exact", - "--no-verify-access" + "--no-verify-access", ]); }); @@ -1429,7 +1435,7 @@ describe("canary", () => { "--no-git-reset", "--no-git-tag-version", "--exact", - "--no-verify-access" + "--no-verify-access", ]); }); @@ -1650,6 +1656,7 @@ describe("makeRelease", () => { logger: dummyLog(), prefixRelease: (str) => str, git: { publish } as any, + inOldVersionBranch: (bool: boolean) => bool, release: { makeChangelog: () => ({ generateReleaseNotes: (commits: IExtendedCommit[]) => @@ -1661,6 +1668,7 @@ describe("makeRelease", () => { await hooks.makeRelease.promise({ newVersion: "0.1.2", from: "", + to: "", isPrerelease: false, fullReleaseNotes: "", commits: [ diff --git a/plugins/npm/src/index.ts b/plugins/npm/src/index.ts index 3694d24f9..ceb824a06 100644 --- a/plugins/npm/src/index.ts +++ b/plugins/npm/src/index.ts @@ -1579,8 +1579,17 @@ export default class NPMPlugin implements IPlugin { auto.logger.log.info(`Using release notes:\n${releaseNotes}`); + const isLatestRelease = + !options.isPrerelease || !auto.inOldVersionBranch(); + // 2. make a release for just that package - return auto.git?.publish(releaseNotes, tag, options.isPrerelease, undefined, !options.isPrerelease); + return auto.git?.publish( + releaseNotes, + tag, + options.isPrerelease, + undefined, + isLatestRelease + ); }) ); @@ -1604,8 +1613,10 @@ export default class NPMPlugin implements IPlugin { await execPromise("npm", ["root"]); } catch (error) { if ( - // eslint-disable-next-line no-template-curly-in-string - error.message?.includes("Failed to replace env in config: ${NPM_TOKEN}") + (error as Error).message?.includes( + // eslint-disable-next-line no-template-curly-in-string + "Failed to replace env in config: ${NPM_TOKEN}" + ) ) { auto.logger.log.error(endent` Uh oh! It looks like you don\'t have a NPM_TOKEN available in your environment. From f53d759f8887290142c09ca77852947a4523c8a3 Mon Sep 17 00:00:00 2001 From: Andrew Lisowski Date: Thu, 22 Feb 2024 17:51:31 +0000 Subject: [PATCH 11/18] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 13 +++++++++++++ docs/pages/docs/configuration/non-npm.mdx | 2 +- packages/cli/CHANGELOG.md | 12 ++++++++++++ plugins/npm/CHANGELOG.md | 13 +++++++++++++ 4 files changed, 39 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2ed9225a..ad80e214d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# v11.0.6 (Thu Feb 22 2024) + +#### πŸ› Bug Fix + +- `@auto-it/npm` + - NPM: Fix lerna version erroring with unknown registry arg [#2421](https://github.com/intuit/auto/pull/2421) ([@jackw](https://github.com/jackw)) + +#### Authors: 1 + +- Jack Westbrook ([@jackw](https://github.com/jackw)) + +--- + # v11.0.5 (Thu Feb 22 2024) :tada: This release contains work from new contributors! :tada: diff --git a/docs/pages/docs/configuration/non-npm.mdx b/docs/pages/docs/configuration/non-npm.mdx index 0f9366905..3f4574497 100644 --- a/docs/pages/docs/configuration/non-npm.mdx +++ b/docs/pages/docs/configuration/non-npm.mdx @@ -11,7 +11,7 @@ Simply download the appropriate version for your operating system and make it ex ```bash # Download a platform specific version of auto -curl -vkL -o - https://github.com/intuit/auto/releases/download/v11.0.5/auto-linux.gz | gunzip > ~/auto +curl -vkL -o - https://github.com/intuit/auto/releases/download/v11.0.6/auto-linux.gz | gunzip > ~/auto # Make auto executable chmod a+x ~/auto ``` diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index bfa2b8ac7..60662b871 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,3 +1,15 @@ +# v11.0.6 (Thu Feb 22 2024) + +#### πŸ› Bug Fix + +- NPM: Fix lerna version erroring with unknown registry arg [#2421](https://github.com/intuit/auto/pull/2421) ([@jackw](https://github.com/jackw)) + +#### Authors: 1 + +- Jack Westbrook ([@jackw](https://github.com/jackw)) + +--- + # v11.0.5 (Thu Feb 22 2024) #### πŸ”© Dependency Updates diff --git a/plugins/npm/CHANGELOG.md b/plugins/npm/CHANGELOG.md index f0a448366..24c45e2e5 100644 --- a/plugins/npm/CHANGELOG.md +++ b/plugins/npm/CHANGELOG.md @@ -1,3 +1,16 @@ +# v11.0.6 (Thu Feb 22 2024) + +#### πŸ› Bug Fix + +- NPM: Fix lerna version erroring with unknown registry arg [#2421](https://github.com/intuit/auto/pull/2421) ([@jackw](https://github.com/jackw)) +- fix(npm): prevent lerna version erroring with unknown registry arg ([@jackw](https://github.com/jackw)) + +#### Authors: 1 + +- Jack Westbrook ([@jackw](https://github.com/jackw)) + +--- + # v11.0.5 (Thu Feb 22 2024) #### πŸ”© Dependency Updates From 42db6a05929242e978cb1f643e9f80ceb17eb451 Mon Sep 17 00:00:00 2001 From: Andrew Lisowski Date: Thu, 22 Feb 2024 17:51:33 +0000 Subject: [PATCH 12/18] Update contributors [skip ci] --- .all-contributorsrc | 11 +++++++++++ README.md | 1 + 2 files changed, 12 insertions(+) diff --git a/.all-contributorsrc b/.all-contributorsrc index 309cceefc..0c63cab16 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -827,6 +827,17 @@ "test", "code" ] + }, + { + "login": "jackw", + "name": "Jack Westbrook", + "avatar_url": "https://avatars.githubusercontent.com/u/73201?v=4", + "profile": "https://www.heywesty.com/", + "contributions": [ + "doc", + "test", + "code" + ] } ], "commitConvention": "none" diff --git a/README.md b/README.md index d6036bf85..e749a0926 100644 --- a/README.md +++ b/README.md @@ -316,6 +316,7 @@ Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds
Satish Pokala

πŸ“–
NiccolΓ² Olivieri Achille

⚠️ πŸ’» +
Jack Westbrook

πŸ“– ⚠️ πŸ’» From 77934bc8ea35bb42e9ae533120a5f288d48eb758 Mon Sep 17 00:00:00 2001 From: Andrew Lisowski Date: Thu, 22 Feb 2024 17:51:36 +0000 Subject: [PATCH 13/18] Bump version to: v11.0.6 [skip ci] --- lerna.json | 2 +- packages/bot-list/package.json | 2 +- packages/cli/package.json | 2 +- packages/core/package.json | 2 +- packages/package-json-utils/package.json | 2 +- plugins/all-contributors/package.json | 2 +- plugins/brew/package.json | 2 +- plugins/chrome/package.json | 2 +- plugins/cocoapods/package.json | 2 +- plugins/conventional-commits/package.json | 2 +- plugins/crates/package.json | 2 +- plugins/docker/package.json | 2 +- plugins/exec/package.json | 2 +- plugins/first-time-contributor/package.json | 2 +- plugins/gem/package.json | 2 +- plugins/gh-pages/package.json | 2 +- plugins/git-tag/package.json | 2 +- plugins/gradle/package.json | 2 +- plugins/jira/package.json | 2 +- plugins/magic-zero/package.json | 2 +- plugins/maven/package.json | 2 +- plugins/microsoft-teams/package.json | 2 +- plugins/npm/package.json | 2 +- plugins/omit-commits/package.json | 2 +- plugins/omit-release-notes/package.json | 2 +- plugins/pr-body-labels/package.json | 2 +- plugins/protected-branch/package.json | 2 +- plugins/released/package.json | 2 +- plugins/s3/package.json | 2 +- plugins/sbt/package.json | 2 +- plugins/slack/package.json | 2 +- plugins/twitter/package.json | 2 +- plugins/upload-assets/package.json | 2 +- plugins/version-file/package.json | 2 +- plugins/vscode/package.json | 2 +- 35 files changed, 35 insertions(+), 35 deletions(-) diff --git a/lerna.json b/lerna.json index 2b8fb16db..6a1b56e84 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "11.0.5", + "version": "11.0.6", "npmClient": "yarn", "packages": [ "packages/*", diff --git a/packages/bot-list/package.json b/packages/bot-list/package.json index 809ccfa5e..ae6b15365 100644 --- a/packages/bot-list/package.json +++ b/packages/bot-list/package.json @@ -2,7 +2,7 @@ "name": "@auto-it/bot-list", "main": "dist/index.js", "description": "A list of bots for auto plugins to ignore", - "version": "11.0.5", + "version": "11.0.6", "license": "MIT", "author": { "name": "Andrew Lisowski", diff --git a/packages/cli/package.json b/packages/cli/package.json index 816f2b65b..5e33af678 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -4,7 +4,7 @@ "main": "dist/bin/index.js", "types": "dist/index.d.ts", "description": "CLI tools to help facilitate semantic versioning based on GitHub PR labels", - "version": "11.0.5", + "version": "11.0.6", "license": "MIT", "author": { "name": "Andrew Lisowski", diff --git a/packages/core/package.json b/packages/core/package.json index bdae58851..e8d9b288f 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/core", - "version": "11.0.5", + "version": "11.0.6", "description": "Node API for using auto.", "main": "dist/auto.js", "license": "MIT", diff --git a/packages/package-json-utils/package.json b/packages/package-json-utils/package.json index 11efeef0b..1edc43064 100644 --- a/packages/package-json-utils/package.json +++ b/packages/package-json-utils/package.json @@ -3,7 +3,7 @@ "main": "dist/index.js", "types": "dist/index.d.ts", "description": "Shared utilities for parsing information from a package.json", - "version": "11.0.5", + "version": "11.0.6", "license": "MIT", "author": { "name": "Andrew Lisowski", diff --git a/plugins/all-contributors/package.json b/plugins/all-contributors/package.json index 0f1f5f0bf..5fb4ec370 100644 --- a/plugins/all-contributors/package.json +++ b/plugins/all-contributors/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/all-contributors", - "version": "11.0.5", + "version": "11.0.6", "main": "dist/index.js", "description": "Automatically add contributors as changelogs are produced.", "license": "MIT", diff --git a/plugins/brew/package.json b/plugins/brew/package.json index 3ffb55e97..e7d68df4a 100644 --- a/plugins/brew/package.json +++ b/plugins/brew/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/brew", - "version": "11.0.5", + "version": "11.0.6", "main": "dist/index.js", "description": "Automate the creation of Homebrew formulae.", "license": "MIT", diff --git a/plugins/chrome/package.json b/plugins/chrome/package.json index ea078103e..3bdc48fc4 100644 --- a/plugins/chrome/package.json +++ b/plugins/chrome/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/chrome", - "version": "11.0.5", + "version": "11.0.6", "main": "dist/index.js", "description": "Chrome publishing plugin for auto", "license": "MIT", diff --git a/plugins/cocoapods/package.json b/plugins/cocoapods/package.json index 7e25cc7e2..8e79d21d0 100644 --- a/plugins/cocoapods/package.json +++ b/plugins/cocoapods/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/cocoapods", - "version": "11.0.5", + "version": "11.0.6", "main": "dist/index.js", "description": "Use auto to version your cocoapod", "license": "MIT", diff --git a/plugins/conventional-commits/package.json b/plugins/conventional-commits/package.json index 129401fe5..7dfac0c0c 100644 --- a/plugins/conventional-commits/package.json +++ b/plugins/conventional-commits/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/conventional-commits", - "version": "11.0.5", + "version": "11.0.6", "main": "dist/index.js", "description": "Conventional commit plugin for auto", "license": "MIT", diff --git a/plugins/crates/package.json b/plugins/crates/package.json index ebe7362ad..a882b6502 100644 --- a/plugins/crates/package.json +++ b/plugins/crates/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/crates", - "version": "11.0.5", + "version": "11.0.6", "main": "dist/index.js", "description": "Deploy Rust crates to crates.io", "license": "MIT", diff --git a/plugins/docker/package.json b/plugins/docker/package.json index 9384c39a9..e69e9d95e 100644 --- a/plugins/docker/package.json +++ b/plugins/docker/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/docker", - "version": "11.0.5", + "version": "11.0.6", "main": "dist/index.js", "description": "Facilitates publishing built images to a Docker Registry.", "license": "MIT", diff --git a/plugins/exec/package.json b/plugins/exec/package.json index ba41b4da4..c2b18b841 100644 --- a/plugins/exec/package.json +++ b/plugins/exec/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/exec", - "version": "11.0.5", + "version": "11.0.6", "main": "dist/index.js", "description": "Tap into select hooks and run a command on the terminal", "license": "MIT", diff --git a/plugins/first-time-contributor/package.json b/plugins/first-time-contributor/package.json index cc93f8bc7..12360dbdc 100644 --- a/plugins/first-time-contributor/package.json +++ b/plugins/first-time-contributor/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/first-time-contributor", - "version": "11.0.5", + "version": "11.0.6", "main": "dist/index.js", "description": "Thank first time contributors for their work right in your release notes.", "license": "MIT", diff --git a/plugins/gem/package.json b/plugins/gem/package.json index 0d6136959..7d5b396f7 100644 --- a/plugins/gem/package.json +++ b/plugins/gem/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/gem", - "version": "11.0.5", + "version": "11.0.6", "main": "dist/index.js", "description": "", "license": "MIT", diff --git a/plugins/gh-pages/package.json b/plugins/gh-pages/package.json index 7282a741d..2575b063b 100644 --- a/plugins/gh-pages/package.json +++ b/plugins/gh-pages/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/gh-pages", - "version": "11.0.5", + "version": "11.0.6", "main": "dist/index.js", "description": "Automate publishing to your gh-pages documentation website", "license": "MIT", diff --git a/plugins/git-tag/package.json b/plugins/git-tag/package.json index dd79e3074..f6c2e18b7 100644 --- a/plugins/git-tag/package.json +++ b/plugins/git-tag/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/git-tag", - "version": "11.0.5", + "version": "11.0.6", "main": "dist/index.js", "description": "Manage your projects version through just a git tag", "license": "MIT", diff --git a/plugins/gradle/package.json b/plugins/gradle/package.json index 385c2db64..f1334b035 100644 --- a/plugins/gradle/package.json +++ b/plugins/gradle/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/gradle", - "version": "11.0.5", + "version": "11.0.6", "main": "dist/index.js", "description": "A plugin that calls gradle-release-plugin with versioning information.", "license": "MIT", diff --git a/plugins/jira/package.json b/plugins/jira/package.json index 27971b89c..7d142ee3c 100644 --- a/plugins/jira/package.json +++ b/plugins/jira/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/jira", - "version": "11.0.5", + "version": "11.0.6", "main": "dist/index.js", "description": "Jira plugin for auto", "license": "MIT", diff --git a/plugins/magic-zero/package.json b/plugins/magic-zero/package.json index 0348d51b0..eb6e43037 100644 --- a/plugins/magic-zero/package.json +++ b/plugins/magic-zero/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/magic-zero", - "version": "11.0.5", + "version": "11.0.6", "main": "dist/index.js", "description": "A plugin that closely adheres to semver versioning for 0.0.x and 0.x.y releases", "license": "MIT", diff --git a/plugins/maven/package.json b/plugins/maven/package.json index c0eea38a3..57c9ff4a9 100644 --- a/plugins/maven/package.json +++ b/plugins/maven/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/maven", - "version": "11.0.5", + "version": "11.0.6", "main": "dist/index.js", "description": "Maven publishing plugin for auto", "license": "MIT", diff --git a/plugins/microsoft-teams/package.json b/plugins/microsoft-teams/package.json index 4311f96a3..850b940e5 100644 --- a/plugins/microsoft-teams/package.json +++ b/plugins/microsoft-teams/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/microsoft-teams", - "version": "11.0.5", + "version": "11.0.6", "main": "dist/index.js", "description": "Microsoft Teams plugin for auto", "license": "MIT", diff --git a/plugins/npm/package.json b/plugins/npm/package.json index ea27c31bf..566ae7eab 100644 --- a/plugins/npm/package.json +++ b/plugins/npm/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/npm", - "version": "11.0.5", + "version": "11.0.6", "main": "dist/index.js", "description": "NPM publishing plugin for auto", "license": "MIT", diff --git a/plugins/omit-commits/package.json b/plugins/omit-commits/package.json index 825b8803a..707291585 100644 --- a/plugins/omit-commits/package.json +++ b/plugins/omit-commits/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/omit-commits", - "version": "11.0.5", + "version": "11.0.6", "main": "dist/index.js", "description": "Omit commits plugin for auto", "license": "MIT", diff --git a/plugins/omit-release-notes/package.json b/plugins/omit-release-notes/package.json index 1068b987c..9ede65b41 100644 --- a/plugins/omit-release-notes/package.json +++ b/plugins/omit-release-notes/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/omit-release-notes", - "version": "11.0.5", + "version": "11.0.6", "main": "dist/index.js", "description": "Omit release notes plugin for auto", "license": "MIT", diff --git a/plugins/pr-body-labels/package.json b/plugins/pr-body-labels/package.json index 5c8129b19..b201726b2 100644 --- a/plugins/pr-body-labels/package.json +++ b/plugins/pr-body-labels/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/pr-body-labels", - "version": "11.0.5", + "version": "11.0.6", "main": "dist/index.js", "description": "Allow outside contributors to indicate what semver label should be applied to the Pull Request", "license": "MIT", diff --git a/plugins/protected-branch/package.json b/plugins/protected-branch/package.json index fd00c452c..8aa3bb495 100644 --- a/plugins/protected-branch/package.json +++ b/plugins/protected-branch/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/protected-branch", - "version": "11.0.5", + "version": "11.0.6", "main": "dist/index.js", "description": "Handle Github branch protections", "license": "MIT", diff --git a/plugins/released/package.json b/plugins/released/package.json index 0526a5ce6..ec40e8e7c 100644 --- a/plugins/released/package.json +++ b/plugins/released/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/released", - "version": "11.0.5", + "version": "11.0.6", "main": "dist/index.js", "description": "Released plugin for auto. Comments with version + extra", "license": "MIT", diff --git a/plugins/s3/package.json b/plugins/s3/package.json index af1b3a778..2b7a1c7e3 100644 --- a/plugins/s3/package.json +++ b/plugins/s3/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/s3", - "version": "11.0.5", + "version": "11.0.6", "main": "dist/index.js", "description": "Post your built artifacts to s3", "license": "MIT", diff --git a/plugins/sbt/package.json b/plugins/sbt/package.json index d1161d794..1ff3e908f 100644 --- a/plugins/sbt/package.json +++ b/plugins/sbt/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/sbt", - "version": "11.0.5", + "version": "11.0.6", "main": "dist/index.js", "description": "Publish Scala projects with sbt", "license": "MIT", diff --git a/plugins/slack/package.json b/plugins/slack/package.json index 033758553..364ab680f 100644 --- a/plugins/slack/package.json +++ b/plugins/slack/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/slack", - "version": "11.0.5", + "version": "11.0.6", "main": "dist/index.js", "description": "Slack plugin for auto", "license": "MIT", diff --git a/plugins/twitter/package.json b/plugins/twitter/package.json index 545e40d4d..0e7466fc9 100644 --- a/plugins/twitter/package.json +++ b/plugins/twitter/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/twitter", - "version": "11.0.5", + "version": "11.0.6", "main": "dist/index.js", "description": "Twitter plugin for auto", "license": "MIT", diff --git a/plugins/upload-assets/package.json b/plugins/upload-assets/package.json index 86b104785..03af4d8ef 100644 --- a/plugins/upload-assets/package.json +++ b/plugins/upload-assets/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/upload-assets", - "version": "11.0.5", + "version": "11.0.6", "main": "dist/index.js", "description": "Upload assets plugin for auto", "license": "MIT", diff --git a/plugins/version-file/package.json b/plugins/version-file/package.json index d560f04b0..fef838691 100644 --- a/plugins/version-file/package.json +++ b/plugins/version-file/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/version-file", - "version": "11.0.5", + "version": "11.0.6", "main": "dist/index.js", "description": "", "license": "MIT", diff --git a/plugins/vscode/package.json b/plugins/vscode/package.json index 0f1f9b382..afaa577a6 100644 --- a/plugins/vscode/package.json +++ b/plugins/vscode/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/vscode", - "version": "11.0.5", + "version": "11.0.6", "main": "dist/index.js", "description": "Publish an vscode extension", "license": "MIT", From 6426278f3fd47fb5de7f06e8a26eb4876834720c Mon Sep 17 00:00:00 2001 From: Andrew Lisowski Date: Thu, 22 Feb 2024 17:51:36 +0000 Subject: [PATCH 14/18] Bump auto brew formula [skip ci] --- Formula/auto.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/auto.rb b/Formula/auto.rb index cf6a8460f..ad7e87d81 100644 --- a/Formula/auto.rb +++ b/Formula/auto.rb @@ -1,9 +1,9 @@ class Auto < Formula desc "Generate releases based on semantic version labels on pull requests." homepage "https://intuit.github.io/auto" - url "https://github.com/intuit/auto/releases/download/v11.0.5/auto-macos.gz" - version "v11.0.5" - sha256 "5718b44cf896ef9b370c10e1109adb8f230e21a7e08ffa4a0becf48fb9f1f14b" + url "https://github.com/intuit/auto/releases/download/v11.0.6/auto-macos.gz" + version "v11.0.6" + sha256 "9b00939dd3b30d2e7159c7d6ca21eff42367a05464a751c1d072c67a40fbb031" def install libexec.install Dir["*"] From 7fe155e32800b7f53ee79b9617811711dc58afeb Mon Sep 17 00:00:00 2001 From: Andrew Lisowski Date: Thu, 22 Feb 2024 22:35:18 +0000 Subject: [PATCH 15/18] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 13 +++++++++++++ docs/pages/docs/configuration/non-npm.mdx | 2 +- packages/cli/CHANGELOG.md | 12 ++++++++++++ plugins/npm/CHANGELOG.md | 18 ++++++++++++++++++ 4 files changed, 44 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad80e214d..aaf565259 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# v11.0.7 (Thu Feb 22 2024) + +#### πŸ› Bug Fix + +- `@auto-it/npm` + - fix(npm): mark releases as latest with lerna [#2414](https://github.com/intuit/auto/pull/2414) ([@jazmon](https://github.com/jazmon)) + +#### Authors: 1 + +- Atte Huhtakangas ([@jazmon](https://github.com/jazmon)) + +--- + # v11.0.6 (Thu Feb 22 2024) #### πŸ› Bug Fix diff --git a/docs/pages/docs/configuration/non-npm.mdx b/docs/pages/docs/configuration/non-npm.mdx index 3f4574497..85f45b22a 100644 --- a/docs/pages/docs/configuration/non-npm.mdx +++ b/docs/pages/docs/configuration/non-npm.mdx @@ -11,7 +11,7 @@ Simply download the appropriate version for your operating system and make it ex ```bash # Download a platform specific version of auto -curl -vkL -o - https://github.com/intuit/auto/releases/download/v11.0.6/auto-linux.gz | gunzip > ~/auto +curl -vkL -o - https://github.com/intuit/auto/releases/download/v11.0.7/auto-linux.gz | gunzip > ~/auto # Make auto executable chmod a+x ~/auto ``` diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 60662b871..4d25084f3 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,3 +1,15 @@ +# v11.0.7 (Thu Feb 22 2024) + +#### πŸ› Bug Fix + +- fix(npm): mark releases as latest with lerna [#2414](https://github.com/intuit/auto/pull/2414) ([@jazmon](https://github.com/jazmon)) + +#### Authors: 1 + +- Atte Huhtakangas ([@jazmon](https://github.com/jazmon)) + +--- + # v11.0.6 (Thu Feb 22 2024) #### πŸ› Bug Fix diff --git a/plugins/npm/CHANGELOG.md b/plugins/npm/CHANGELOG.md index 24c45e2e5..6b7955b3a 100644 --- a/plugins/npm/CHANGELOG.md +++ b/plugins/npm/CHANGELOG.md @@ -1,3 +1,21 @@ +# v11.0.7 (Thu Feb 22 2024) + +:tada: This release contains work from a new contributor! :tada: + +Thank you, Atte Huhtakangas ([@jazmon](https://github.com/jazmon)), for all your work! + +#### πŸ› Bug Fix + +- fix(npm): mark releases as latest with lerna [#2414](https://github.com/intuit/auto/pull/2414) ([@jazmon](https://github.com/jazmon)) +- fix(npm): don't mark release as latest if in old version branch ([@jazmon](https://github.com/jazmon)) +- fix(npm): mark releases as latest with lerna ([@jazmon](https://github.com/jazmon)) + +#### Authors: 1 + +- Atte Huhtakangas ([@jazmon](https://github.com/jazmon)) + +--- + # v11.0.6 (Thu Feb 22 2024) #### πŸ› Bug Fix From 5e16f35542b7277b01ea30d2c018e7647456b9cd Mon Sep 17 00:00:00 2001 From: Andrew Lisowski Date: Thu, 22 Feb 2024 22:35:20 +0000 Subject: [PATCH 16/18] Update contributors [skip ci] --- .all-contributorsrc | 11 +++++++++++ README.md | 1 + 2 files changed, 12 insertions(+) diff --git a/.all-contributorsrc b/.all-contributorsrc index 0c63cab16..2c6ae4b8a 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -838,6 +838,17 @@ "test", "code" ] + }, + { + "login": "jazmon", + "name": "Atte Huhtakangas", + "avatar_url": "https://avatars.githubusercontent.com/u/3680110?v=4", + "profile": "https://github.com/jazmon", + "contributions": [ + "doc", + "test", + "code" + ] } ], "commitConvention": "none" diff --git a/README.md b/README.md index e749a0926..b49f69ee5 100644 --- a/README.md +++ b/README.md @@ -317,6 +317,7 @@ Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds
Satish Pokala

πŸ“–
NiccolΓ² Olivieri Achille

⚠️ πŸ’»
Jack Westbrook

πŸ“– ⚠️ πŸ’» +
Atte Huhtakangas

πŸ“– ⚠️ πŸ’» From a36dc595d6a1576293e6adf2e3ae3bb503d423c5 Mon Sep 17 00:00:00 2001 From: Andrew Lisowski Date: Thu, 22 Feb 2024 22:35:23 +0000 Subject: [PATCH 17/18] Bump version to: v11.0.7 [skip ci] --- lerna.json | 2 +- packages/bot-list/package.json | 2 +- packages/cli/package.json | 2 +- packages/core/package.json | 2 +- packages/package-json-utils/package.json | 2 +- plugins/all-contributors/package.json | 2 +- plugins/brew/package.json | 2 +- plugins/chrome/package.json | 2 +- plugins/cocoapods/package.json | 2 +- plugins/conventional-commits/package.json | 2 +- plugins/crates/package.json | 2 +- plugins/docker/package.json | 2 +- plugins/exec/package.json | 2 +- plugins/first-time-contributor/package.json | 2 +- plugins/gem/package.json | 2 +- plugins/gh-pages/package.json | 2 +- plugins/git-tag/package.json | 2 +- plugins/gradle/package.json | 2 +- plugins/jira/package.json | 2 +- plugins/magic-zero/package.json | 2 +- plugins/maven/package.json | 2 +- plugins/microsoft-teams/package.json | 2 +- plugins/npm/package.json | 2 +- plugins/omit-commits/package.json | 2 +- plugins/omit-release-notes/package.json | 2 +- plugins/pr-body-labels/package.json | 2 +- plugins/protected-branch/package.json | 2 +- plugins/released/package.json | 2 +- plugins/s3/package.json | 2 +- plugins/sbt/package.json | 2 +- plugins/slack/package.json | 2 +- plugins/twitter/package.json | 2 +- plugins/upload-assets/package.json | 2 +- plugins/version-file/package.json | 2 +- plugins/vscode/package.json | 2 +- 35 files changed, 35 insertions(+), 35 deletions(-) diff --git a/lerna.json b/lerna.json index 6a1b56e84..22470b996 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "11.0.6", + "version": "11.0.7", "npmClient": "yarn", "packages": [ "packages/*", diff --git a/packages/bot-list/package.json b/packages/bot-list/package.json index ae6b15365..66c3db6d6 100644 --- a/packages/bot-list/package.json +++ b/packages/bot-list/package.json @@ -2,7 +2,7 @@ "name": "@auto-it/bot-list", "main": "dist/index.js", "description": "A list of bots for auto plugins to ignore", - "version": "11.0.6", + "version": "11.0.7", "license": "MIT", "author": { "name": "Andrew Lisowski", diff --git a/packages/cli/package.json b/packages/cli/package.json index 5e33af678..24d050551 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -4,7 +4,7 @@ "main": "dist/bin/index.js", "types": "dist/index.d.ts", "description": "CLI tools to help facilitate semantic versioning based on GitHub PR labels", - "version": "11.0.6", + "version": "11.0.7", "license": "MIT", "author": { "name": "Andrew Lisowski", diff --git a/packages/core/package.json b/packages/core/package.json index e8d9b288f..f5b53cf4d 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/core", - "version": "11.0.6", + "version": "11.0.7", "description": "Node API for using auto.", "main": "dist/auto.js", "license": "MIT", diff --git a/packages/package-json-utils/package.json b/packages/package-json-utils/package.json index 1edc43064..97fd5d374 100644 --- a/packages/package-json-utils/package.json +++ b/packages/package-json-utils/package.json @@ -3,7 +3,7 @@ "main": "dist/index.js", "types": "dist/index.d.ts", "description": "Shared utilities for parsing information from a package.json", - "version": "11.0.6", + "version": "11.0.7", "license": "MIT", "author": { "name": "Andrew Lisowski", diff --git a/plugins/all-contributors/package.json b/plugins/all-contributors/package.json index 5fb4ec370..56d0d2155 100644 --- a/plugins/all-contributors/package.json +++ b/plugins/all-contributors/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/all-contributors", - "version": "11.0.6", + "version": "11.0.7", "main": "dist/index.js", "description": "Automatically add contributors as changelogs are produced.", "license": "MIT", diff --git a/plugins/brew/package.json b/plugins/brew/package.json index e7d68df4a..4d0171d0d 100644 --- a/plugins/brew/package.json +++ b/plugins/brew/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/brew", - "version": "11.0.6", + "version": "11.0.7", "main": "dist/index.js", "description": "Automate the creation of Homebrew formulae.", "license": "MIT", diff --git a/plugins/chrome/package.json b/plugins/chrome/package.json index 3bdc48fc4..abb46f287 100644 --- a/plugins/chrome/package.json +++ b/plugins/chrome/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/chrome", - "version": "11.0.6", + "version": "11.0.7", "main": "dist/index.js", "description": "Chrome publishing plugin for auto", "license": "MIT", diff --git a/plugins/cocoapods/package.json b/plugins/cocoapods/package.json index 8e79d21d0..b5bd2447f 100644 --- a/plugins/cocoapods/package.json +++ b/plugins/cocoapods/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/cocoapods", - "version": "11.0.6", + "version": "11.0.7", "main": "dist/index.js", "description": "Use auto to version your cocoapod", "license": "MIT", diff --git a/plugins/conventional-commits/package.json b/plugins/conventional-commits/package.json index 7dfac0c0c..7b9bbc2b6 100644 --- a/plugins/conventional-commits/package.json +++ b/plugins/conventional-commits/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/conventional-commits", - "version": "11.0.6", + "version": "11.0.7", "main": "dist/index.js", "description": "Conventional commit plugin for auto", "license": "MIT", diff --git a/plugins/crates/package.json b/plugins/crates/package.json index a882b6502..cb48088aa 100644 --- a/plugins/crates/package.json +++ b/plugins/crates/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/crates", - "version": "11.0.6", + "version": "11.0.7", "main": "dist/index.js", "description": "Deploy Rust crates to crates.io", "license": "MIT", diff --git a/plugins/docker/package.json b/plugins/docker/package.json index e69e9d95e..c6dab1eb3 100644 --- a/plugins/docker/package.json +++ b/plugins/docker/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/docker", - "version": "11.0.6", + "version": "11.0.7", "main": "dist/index.js", "description": "Facilitates publishing built images to a Docker Registry.", "license": "MIT", diff --git a/plugins/exec/package.json b/plugins/exec/package.json index c2b18b841..3137f3803 100644 --- a/plugins/exec/package.json +++ b/plugins/exec/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/exec", - "version": "11.0.6", + "version": "11.0.7", "main": "dist/index.js", "description": "Tap into select hooks and run a command on the terminal", "license": "MIT", diff --git a/plugins/first-time-contributor/package.json b/plugins/first-time-contributor/package.json index 12360dbdc..97836cb82 100644 --- a/plugins/first-time-contributor/package.json +++ b/plugins/first-time-contributor/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/first-time-contributor", - "version": "11.0.6", + "version": "11.0.7", "main": "dist/index.js", "description": "Thank first time contributors for their work right in your release notes.", "license": "MIT", diff --git a/plugins/gem/package.json b/plugins/gem/package.json index 7d5b396f7..e26d290a5 100644 --- a/plugins/gem/package.json +++ b/plugins/gem/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/gem", - "version": "11.0.6", + "version": "11.0.7", "main": "dist/index.js", "description": "", "license": "MIT", diff --git a/plugins/gh-pages/package.json b/plugins/gh-pages/package.json index 2575b063b..52cac1241 100644 --- a/plugins/gh-pages/package.json +++ b/plugins/gh-pages/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/gh-pages", - "version": "11.0.6", + "version": "11.0.7", "main": "dist/index.js", "description": "Automate publishing to your gh-pages documentation website", "license": "MIT", diff --git a/plugins/git-tag/package.json b/plugins/git-tag/package.json index f6c2e18b7..d258c79db 100644 --- a/plugins/git-tag/package.json +++ b/plugins/git-tag/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/git-tag", - "version": "11.0.6", + "version": "11.0.7", "main": "dist/index.js", "description": "Manage your projects version through just a git tag", "license": "MIT", diff --git a/plugins/gradle/package.json b/plugins/gradle/package.json index f1334b035..c3a0c5964 100644 --- a/plugins/gradle/package.json +++ b/plugins/gradle/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/gradle", - "version": "11.0.6", + "version": "11.0.7", "main": "dist/index.js", "description": "A plugin that calls gradle-release-plugin with versioning information.", "license": "MIT", diff --git a/plugins/jira/package.json b/plugins/jira/package.json index 7d142ee3c..68ff3aa99 100644 --- a/plugins/jira/package.json +++ b/plugins/jira/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/jira", - "version": "11.0.6", + "version": "11.0.7", "main": "dist/index.js", "description": "Jira plugin for auto", "license": "MIT", diff --git a/plugins/magic-zero/package.json b/plugins/magic-zero/package.json index eb6e43037..2dd3463e5 100644 --- a/plugins/magic-zero/package.json +++ b/plugins/magic-zero/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/magic-zero", - "version": "11.0.6", + "version": "11.0.7", "main": "dist/index.js", "description": "A plugin that closely adheres to semver versioning for 0.0.x and 0.x.y releases", "license": "MIT", diff --git a/plugins/maven/package.json b/plugins/maven/package.json index 57c9ff4a9..a9a825fa0 100644 --- a/plugins/maven/package.json +++ b/plugins/maven/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/maven", - "version": "11.0.6", + "version": "11.0.7", "main": "dist/index.js", "description": "Maven publishing plugin for auto", "license": "MIT", diff --git a/plugins/microsoft-teams/package.json b/plugins/microsoft-teams/package.json index 850b940e5..889d6465e 100644 --- a/plugins/microsoft-teams/package.json +++ b/plugins/microsoft-teams/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/microsoft-teams", - "version": "11.0.6", + "version": "11.0.7", "main": "dist/index.js", "description": "Microsoft Teams plugin for auto", "license": "MIT", diff --git a/plugins/npm/package.json b/plugins/npm/package.json index 566ae7eab..06a129ad6 100644 --- a/plugins/npm/package.json +++ b/plugins/npm/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/npm", - "version": "11.0.6", + "version": "11.0.7", "main": "dist/index.js", "description": "NPM publishing plugin for auto", "license": "MIT", diff --git a/plugins/omit-commits/package.json b/plugins/omit-commits/package.json index 707291585..3b4722ed6 100644 --- a/plugins/omit-commits/package.json +++ b/plugins/omit-commits/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/omit-commits", - "version": "11.0.6", + "version": "11.0.7", "main": "dist/index.js", "description": "Omit commits plugin for auto", "license": "MIT", diff --git a/plugins/omit-release-notes/package.json b/plugins/omit-release-notes/package.json index 9ede65b41..aa639553f 100644 --- a/plugins/omit-release-notes/package.json +++ b/plugins/omit-release-notes/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/omit-release-notes", - "version": "11.0.6", + "version": "11.0.7", "main": "dist/index.js", "description": "Omit release notes plugin for auto", "license": "MIT", diff --git a/plugins/pr-body-labels/package.json b/plugins/pr-body-labels/package.json index b201726b2..5019264d3 100644 --- a/plugins/pr-body-labels/package.json +++ b/plugins/pr-body-labels/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/pr-body-labels", - "version": "11.0.6", + "version": "11.0.7", "main": "dist/index.js", "description": "Allow outside contributors to indicate what semver label should be applied to the Pull Request", "license": "MIT", diff --git a/plugins/protected-branch/package.json b/plugins/protected-branch/package.json index 8aa3bb495..cf7667be4 100644 --- a/plugins/protected-branch/package.json +++ b/plugins/protected-branch/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/protected-branch", - "version": "11.0.6", + "version": "11.0.7", "main": "dist/index.js", "description": "Handle Github branch protections", "license": "MIT", diff --git a/plugins/released/package.json b/plugins/released/package.json index ec40e8e7c..f879fe2a2 100644 --- a/plugins/released/package.json +++ b/plugins/released/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/released", - "version": "11.0.6", + "version": "11.0.7", "main": "dist/index.js", "description": "Released plugin for auto. Comments with version + extra", "license": "MIT", diff --git a/plugins/s3/package.json b/plugins/s3/package.json index 2b7a1c7e3..d7de51228 100644 --- a/plugins/s3/package.json +++ b/plugins/s3/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/s3", - "version": "11.0.6", + "version": "11.0.7", "main": "dist/index.js", "description": "Post your built artifacts to s3", "license": "MIT", diff --git a/plugins/sbt/package.json b/plugins/sbt/package.json index 1ff3e908f..05323ede6 100644 --- a/plugins/sbt/package.json +++ b/plugins/sbt/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/sbt", - "version": "11.0.6", + "version": "11.0.7", "main": "dist/index.js", "description": "Publish Scala projects with sbt", "license": "MIT", diff --git a/plugins/slack/package.json b/plugins/slack/package.json index 364ab680f..5d7a0a312 100644 --- a/plugins/slack/package.json +++ b/plugins/slack/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/slack", - "version": "11.0.6", + "version": "11.0.7", "main": "dist/index.js", "description": "Slack plugin for auto", "license": "MIT", diff --git a/plugins/twitter/package.json b/plugins/twitter/package.json index 0e7466fc9..60a705a4c 100644 --- a/plugins/twitter/package.json +++ b/plugins/twitter/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/twitter", - "version": "11.0.6", + "version": "11.0.7", "main": "dist/index.js", "description": "Twitter plugin for auto", "license": "MIT", diff --git a/plugins/upload-assets/package.json b/plugins/upload-assets/package.json index 03af4d8ef..a5f65214c 100644 --- a/plugins/upload-assets/package.json +++ b/plugins/upload-assets/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/upload-assets", - "version": "11.0.6", + "version": "11.0.7", "main": "dist/index.js", "description": "Upload assets plugin for auto", "license": "MIT", diff --git a/plugins/version-file/package.json b/plugins/version-file/package.json index fef838691..eb14febf9 100644 --- a/plugins/version-file/package.json +++ b/plugins/version-file/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/version-file", - "version": "11.0.6", + "version": "11.0.7", "main": "dist/index.js", "description": "", "license": "MIT", diff --git a/plugins/vscode/package.json b/plugins/vscode/package.json index afaa577a6..ed7e92b21 100644 --- a/plugins/vscode/package.json +++ b/plugins/vscode/package.json @@ -1,6 +1,6 @@ { "name": "@auto-it/vscode", - "version": "11.0.6", + "version": "11.0.7", "main": "dist/index.js", "description": "Publish an vscode extension", "license": "MIT", From 75a6d65d48969668f766fa6b41c48893d1fbd80f Mon Sep 17 00:00:00 2001 From: Andrew Lisowski Date: Thu, 22 Feb 2024 22:35:24 +0000 Subject: [PATCH 18/18] Bump auto brew formula [skip ci] --- Formula/auto.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/auto.rb b/Formula/auto.rb index ad7e87d81..2301b14f6 100644 --- a/Formula/auto.rb +++ b/Formula/auto.rb @@ -1,9 +1,9 @@ class Auto < Formula desc "Generate releases based on semantic version labels on pull requests." homepage "https://intuit.github.io/auto" - url "https://github.com/intuit/auto/releases/download/v11.0.6/auto-macos.gz" - version "v11.0.6" - sha256 "9b00939dd3b30d2e7159c7d6ca21eff42367a05464a751c1d072c67a40fbb031" + url "https://github.com/intuit/auto/releases/download/v11.0.7/auto-macos.gz" + version "v11.0.7" + sha256 "fabb52bd40161181a92fd7902d863a581d94b8046af694201694a0dd0a0f4e59" def install libexec.install Dir["*"]