Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into fix/typescript-loader
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMatusz committed Feb 23, 2024
2 parents fef262c + 75a6d65 commit 71a0340
Show file tree
Hide file tree
Showing 77 changed files with 673 additions and 72 deletions.
32 changes: 32 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -817,6 +817,38 @@
"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"
]
},
{
"login": "jackw",
"name": "Jack Westbrook",
"avatar_url": "https://avatars.githubusercontent.com/u/73201?v=4",
"profile": "https://www.heywesty.com/",
"contributions": [
"doc",
"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"
Expand Down
54 changes: 54 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,57 @@
# 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

- `@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:

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
Expand Down
6 changes: 3 additions & 3 deletions Formula/auto.rb
Original file line number Diff line number Diff line change
@@ -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.7/auto-macos.gz"
version "v11.0.7"
sha256 "fabb52bd40161181a92fd7902d863a581d94b8046af694201694a0dd0a0f4e59"

def install
libexec.install Dir["*"]
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,9 @@ Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds
</tr>
<tr>
<td align="center"><a href="https://github.com/Satishpokala124"><img src="https://avatars.githubusercontent.com/u/49762924?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Satish Pokala</b></sub></a><br /><a href="https://github.com/intuit/auto/commits?author=Satishpokala124" title="Documentation">📖</a></td>
<td align="center"><a href="https://github.com/Zweer"><img src="https://avatars.githubusercontent.com/u/825906?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Niccolò Olivieri Achille</b></sub></a><br /><a href="https://github.com/intuit/auto/commits?author=Zweer" title="Tests">⚠️</a> <a href="https://github.com/intuit/auto/commits?author=Zweer" title="Code">💻</a></td>
<td align="center"><a href="https://www.heywesty.com/"><img src="https://avatars.githubusercontent.com/u/73201?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Jack Westbrook</b></sub></a><br /><a href="https://github.com/intuit/auto/commits?author=jackw" title="Documentation">📖</a> <a href="https://github.com/intuit/auto/commits?author=jackw" title="Tests">⚠️</a> <a href="https://github.com/intuit/auto/commits?author=jackw" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/jazmon"><img src="https://avatars.githubusercontent.com/u/3680110?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Atte Huhtakangas</b></sub></a><br /><a href="https://github.com/intuit/auto/commits?author=jazmon" title="Documentation">📖</a> <a href="https://github.com/intuit/auto/commits?author=jazmon" title="Tests">⚠️</a> <a href="https://github.com/intuit/auto/commits?author=jazmon" title="Code">💻</a></td>
</tr>
</table>

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/docs/configuration/non-npm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.7/auto-linux.gz | gunzip > ~/auto
# Make auto executable
chmod a+x ~/auto
```
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "11.0.4",
"version": "11.0.7",
"npmClient": "yarn",
"packages": [
"packages/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/bot-list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.7",
"license": "MIT",
"author": {
"name": "Andrew Lisowski",
Expand Down
37 changes: 37 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,40 @@
# 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

- 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

- 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
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.7",
"license": "MIT",
"author": {
"name": "Andrew Lisowski",
Expand Down
28 changes: 28 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/core",
"version": "11.0.4",
"version": "11.0.7",
"description": "Node API for using auto.",
"main": "dist/auto.js",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/__tests__/auto-make-changelog.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,5 @@ describe("Auto", () => {

await auto.changelog({ from: "v1.0.0" });
expect(addToChangelog).toHaveBeenCalled();
});
}, 10000);
});
3 changes: 2 additions & 1 deletion packages/core/src/git.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages/package-json-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.7",
"license": "MIT",
"author": {
"name": "Andrew Lisowski",
Expand Down
13 changes: 13 additions & 0 deletions plugins/all-contributors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/all-contributors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/all-contributors",
"version": "11.0.4",
"version": "11.0.7",
"main": "dist/index.js",
"description": "Automatically add contributors as changelogs are produced.",
"license": "MIT",
Expand Down
13 changes: 13 additions & 0 deletions plugins/brew/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/brew/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/brew",
"version": "11.0.4",
"version": "11.0.7",
"main": "dist/index.js",
"description": "Automate the creation of Homebrew formulae.",
"license": "MIT",
Expand Down
13 changes: 13 additions & 0 deletions plugins/chrome/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/chrome/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/chrome",
"version": "11.0.4",
"version": "11.0.7",
"main": "dist/index.js",
"description": "Chrome publishing plugin for auto",
"license": "MIT",
Expand Down
13 changes: 13 additions & 0 deletions plugins/cocoapods/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/cocoapods/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/cocoapods",
"version": "11.0.4",
"version": "11.0.7",
"main": "dist/index.js",
"description": "Use auto to version your cocoapod",
"license": "MIT",
Expand Down
13 changes: 13 additions & 0 deletions plugins/conventional-commits/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/conventional-commits/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/conventional-commits",
"version": "11.0.4",
"version": "11.0.7",
"main": "dist/index.js",
"description": "Conventional commit plugin for auto",
"license": "MIT",
Expand Down
Loading

0 comments on commit 71a0340

Please sign in to comment.