Skip to content

Commit

Permalink
Merge branch 'main' into bug/add-base-to-rerun-suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Nov 9, 2023
2 parents 2185aea + 4d4c76e commit 3eedec5
Show file tree
Hide file tree
Showing 20 changed files with 1,063 additions and 105 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/accessibility-alt-text-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,23 @@ jobs:
accessibility_alt_text_bot:
runs-on: ubuntu-latest
steps:
- if: ${{ github.event.issue || github.event.pull_request }}
uses: github/[email protected]
- uses: github/[email protected]

name: Accessibility Alt Text Bot

on:
issue:
issue_comment:
types:
- created
- edited
issue_comment:
issues:
types:
- created
- edited
- opened
pull_request:
types:
- created
- edited
- opened

permissions:
issues: write
Expand Down
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [1.43.0](https://github.com/JoshuaKGoldberg/create-typescript-app/compare/v1.42.1...v1.43.0) (2023-11-08)

### Features

- 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)

## [1.42.1](https://github.com/JoshuaKGoldberg/create-typescript-app/compare/v1.42.0...v1.42.1) (2023-10-31)

### Bug Fixes

- 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)

# [1.42.0](https://github.com/JoshuaKGoldberg/create-typescript-app/compare/v1.41.0...v1.42.0) (2023-10-31)

### Features

- 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)

# [1.41.0](https://github.com/JoshuaKGoldberg/create-typescript-app/compare/v1.40.0...v1.41.0) (2023-10-30)

### Features
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-typescript-app",
"version": "1.41.0",
"version": "1.43.0",
"description": "Quickstart-friendly TypeScript template with comprehensive, configurable, opinionated tooling. 💝",
"repository": {
"type": "git",
Expand Down Expand Up @@ -90,7 +90,7 @@
"globby": "^13.2.2",
"husky": "^8.0.3",
"jsonc-eslint-parser": "^2.3.0",
"knip": "2.38.4",
"knip": "2.39.0",
"lint-staged": "^15.0.0",
"markdownlint": "^0.31.0",
"markdownlint-cli": "^0.37.0",
Expand All @@ -107,7 +107,7 @@
"vitest": "^0.34.3",
"yaml-eslint-parser": "^1.2.2"
},
"packageManager": "[email protected].0",
"packageManager": "[email protected].2",
"engines": {
"node": ">=18"
},
Expand Down
32 changes: 16 additions & 16 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3eedec5

Please sign in to comment.