Skip to content

Commit 3eedec5

Browse files
Merge branch 'main' into bug/add-base-to-rerun-suggestion
2 parents 2185aea + 4d4c76e commit 3eedec5

20 files changed

+1063
-105
lines changed

.github/workflows/accessibility-alt-text-bot.yml

+5-6
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,23 @@ jobs:
22
accessibility_alt_text_bot:
33
runs-on: ubuntu-latest
44
steps:
5-
- if: ${{ github.event.issue || github.event.pull_request }}
6-
uses: github/[email protected]
5+
- uses: github/[email protected]
76

87
name: Accessibility Alt Text Bot
98

109
on:
11-
issue:
10+
issue_comment:
1211
types:
1312
- created
1413
- edited
15-
issue_comment:
14+
issues:
1615
types:
17-
- created
1816
- edited
17+
- opened
1918
pull_request:
2019
types:
21-
- created
2220
- edited
21+
- opened
2322

2423
permissions:
2524
issues: write

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# [1.43.0](https://github.com/JoshuaKGoldberg/create-typescript-app/compare/v1.42.1...v1.43.0) (2023-11-08)
2+
3+
### Features
4+
5+
- Add help cli ([#775](https://github.com/JoshuaKGoldberg/create-typescript-app/issues/775)) ([6c15440](https://github.com/JoshuaKGoldberg/create-typescript-app/commit/6c15440a23ecdff7b38bc39773fdcd4cccc75e5e)), closes [#703](https://github.com/JoshuaKGoldberg/create-typescript-app/issues/703)
6+
7+
## [1.42.1](https://github.com/JoshuaKGoldberg/create-typescript-app/compare/v1.42.0...v1.42.1) (2023-10-31)
8+
9+
### Bug Fixes
10+
11+
- typo in a11y bot creation ([#1003](https://github.com/JoshuaKGoldberg/create-typescript-app/issues/1003)) ([8918987](https://github.com/JoshuaKGoldberg/create-typescript-app/commit/89189873fd1338461499bc34a69c3d9bd6c36d90)), closes [#999](https://github.com/JoshuaKGoldberg/create-typescript-app/issues/999)
12+
13+
# [1.42.0](https://github.com/JoshuaKGoldberg/create-typescript-app/compare/v1.41.0...v1.42.0) (2023-10-31)
14+
15+
### Features
16+
17+
- infer base from package json scripts during migration ([#993](https://github.com/JoshuaKGoldberg/create-typescript-app/issues/993)) ([20afaf4](https://github.com/JoshuaKGoldberg/create-typescript-app/commit/20afaf4c2be5afcde6f78d16b5d78f9d3227e74d)), closes [#933](https://github.com/JoshuaKGoldberg/create-typescript-app/issues/933)
18+
119
# [1.41.0](https://github.com/JoshuaKGoldberg/create-typescript-app/compare/v1.40.0...v1.41.0) (2023-10-30)
220

321
### Features

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-typescript-app",
3-
"version": "1.41.0",
3+
"version": "1.43.0",
44
"description": "Quickstart-friendly TypeScript template with comprehensive, configurable, opinionated tooling. 💝",
55
"repository": {
66
"type": "git",
@@ -90,7 +90,7 @@
9090
"globby": "^13.2.2",
9191
"husky": "^8.0.3",
9292
"jsonc-eslint-parser": "^2.3.0",
93-
"knip": "2.38.4",
93+
"knip": "2.39.0",
9494
"lint-staged": "^15.0.0",
9595
"markdownlint": "^0.31.0",
9696
"markdownlint-cli": "^0.37.0",
@@ -107,7 +107,7 @@
107107
"vitest": "^0.34.3",
108108
"yaml-eslint-parser": "^1.2.2"
109109
},
110-
"packageManager": "[email protected].0",
110+
"packageManager": "[email protected].2",
111111
"engines": {
112112
"node": ">=18"
113113
},

pnpm-lock.yaml

+16-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)