Skip to content

Commit d573949

Browse files
Merge branch 'main'
2 parents adad593 + 4554ffa commit d573949

26 files changed

+1155
-1065
lines changed

.all-contributorsrc

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@
333333
"name": "rubiesonthesky",
334334
"avatar_url": "https://avatars.githubusercontent.com/u/2591240?v=4",
335335
"profile": "https://github.com/rubiesonthesky",
336-
"contributions": ["ideas", "code"]
336+
"contributions": ["ideas", "code", "bug"]
337337
},
338338
{
339339
"login": "FarazPatankar",
@@ -375,7 +375,7 @@
375375
"name": "michael faith",
376376
"avatar_url": "https://avatars.githubusercontent.com/u/8071845?v=4",
377377
"profile": "https://github.com/michaelfaith",
378-
"contributions": ["code", "bug"]
378+
"contributions": ["code", "bug", "ideas"]
379379
},
380380
{
381381
"login": "boneskull",
@@ -390,6 +390,20 @@
390390
"avatar_url": "https://avatars.githubusercontent.com/u/57735824?v=4",
391391
"profile": "https://github.com/natepmay",
392392
"contributions": ["bug"]
393+
},
394+
{
395+
"login": "astrochemx",
396+
"name": "Vladyslav Shevchenko",
397+
"avatar_url": "https://avatars.githubusercontent.com/u/105541001?v=4",
398+
"profile": "https://github.com/astrochemx",
399+
"contributions": ["code"]
400+
},
401+
{
402+
"login": "birkskyum",
403+
"name": "Birk Skyum",
404+
"avatar_url": "https://avatars.githubusercontent.com/u/74932975?v=4",
405+
"profile": "https://github.com/birkskyum",
406+
"contributions": ["ideas"]
393407
}
394408
],
395409
"contributorsPerLine": 7,

.github/actions/prepare/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ runs:
88
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
99
with:
1010
cache: pnpm
11-
node-version: 22.14.0
11+
node-version: 24.3.0
1212
- run: pnpm install --frozen-lockfile
1313
shell: bash
1414
using: composite

.github/workflows/octoguide.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ jobs:
33
if: ${{ !endsWith(github.actor, '[bot]') }}
44
runs-on: ubuntu-latest
55
steps:
6-
- uses: JoshuaKGoldberg/[email protected]
6+
- uses: JoshuaKGoldberg/octoguide@c715c04e9b9a30f2a12a487d40cd1049e64549d9 # 0.11.1
77
with:
88
config: strict
99
github-token: ${{ secrets.GITHUB_TOKEN }}

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.14.0
1+
24.3.0

CHANGELOG.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,53 @@
11
# Changelog
22

3+
## [2.44.5](https://github.com/JoshuaKGoldberg/create-typescript-app/compare/2.44.4...2.44.5) (2025-06-26)
4+
5+
### Bug Fixes
6+
7+
- bump markdownlint to 0.38 ([#2238](https://github.com/JoshuaKGoldberg/create-typescript-app/issues/2238)) ([08bde9b](https://github.com/JoshuaKGoldberg/create-typescript-app/commit/08bde9b755e11e479b0b9b89384bd90f00a54a6e)), closes [#000](https://github.com/JoshuaKGoldberg/create-typescript-app/issues/000)
8+
9+
## [2.44.4](https://github.com/JoshuaKGoldberg/create-typescript-app/compare/2.44.3...2.44.4) (2025-06-26)
10+
11+
### Bug Fixes
12+
13+
- bump cspell from 8 to 9 ([#2237](https://github.com/JoshuaKGoldberg/create-typescript-app/issues/2237)) ([8786f9a](https://github.com/JoshuaKGoldberg/create-typescript-app/commit/8786f9a9e3f68e504be80b40497fdf739d71117a)), closes [#2227](https://github.com/JoshuaKGoldberg/create-typescript-app/issues/2227) [#2230](https://github.com/JoshuaKGoldberg/create-typescript-app/issues/2230)
14+
15+
## [2.44.3](https://github.com/JoshuaKGoldberg/create-typescript-app/compare/2.44.2...2.44.3) (2025-06-26)
16+
17+
### Bug Fixes
18+
19+
- bump ESLint to 9.29, along with related deps ([#2234](https://github.com/JoshuaKGoldberg/create-typescript-app/issues/2234)) ([09bca8e](https://github.com/JoshuaKGoldberg/create-typescript-app/commit/09bca8ea054d8253d08248dca79aa3b6d9cb7cd9)), closes [#000](https://github.com/JoshuaKGoldberg/create-typescript-app/issues/000) [#2161](https://github.com/JoshuaKGoldberg/create-typescript-app/issues/2161)
20+
21+
## [2.44.2](https://github.com/JoshuaKGoldberg/create-typescript-app/compare/2.44.1...2.44.2) (2025-06-26)
22+
23+
### Bug Fixes
24+
25+
- bump Prettier to 3.6, along with related deps ([#2233](https://github.com/JoshuaKGoldberg/create-typescript-app/issues/2233)) ([c228205](https://github.com/JoshuaKGoldberg/create-typescript-app/commit/c2282059698465d5ef9387eda017d37509677903)), closes [#000](https://github.com/JoshuaKGoldberg/create-typescript-app/issues/000) [#2161](https://github.com/JoshuaKGoldberg/create-typescript-app/issues/2161)
26+
27+
## [2.44.1](https://github.com/JoshuaKGoldberg/create-typescript-app/compare/2.44.0...2.44.1) (2025-06-26)
28+
29+
### Bug Fixes
30+
31+
- update image-size to v2 ([#2232](https://github.com/JoshuaKGoldberg/create-typescript-app/issues/2232)) ([016fc0d](https://github.com/JoshuaKGoldberg/create-typescript-app/commit/016fc0da5afcd6d65ff670d4e9247d8764053eaf)), closes [#2231](https://github.com/JoshuaKGoldberg/create-typescript-app/issues/2231) [#1948](https://github.com/JoshuaKGoldberg/create-typescript-app/issues/1948)
32+
33+
# [2.44.0](https://github.com/JoshuaKGoldberg/create-typescript-app/compare/2.43.0...2.44.0) (2025-06-26)
34+
35+
### Features
36+
37+
- bump Node.js minimum to 20.12.0 and pinned to 24.3.0 ([#2230](https://github.com/JoshuaKGoldberg/create-typescript-app/issues/2230)) ([2d7af5b](https://github.com/JoshuaKGoldberg/create-typescript-app/commit/2d7af5b2564f205588e3e93ab5b6f53c078a7387)), closes [#2184](https://github.com/JoshuaKGoldberg/create-typescript-app/issues/2184) [#2229](https://github.com/JoshuaKGoldberg/create-typescript-app/issues/2229)
38+
39+
# [2.43.0](https://github.com/JoshuaKGoldberg/create-typescript-app/compare/2.42.1...2.43.0) (2025-06-26)
40+
41+
### Features
42+
43+
- draft PR in blockCTATransitions when package.json engines is changed ([#2229](https://github.com/JoshuaKGoldberg/create-typescript-app/issues/2229)) ([84f2205](https://github.com/JoshuaKGoldberg/create-typescript-app/commit/84f220557e1de65b73e3767259a54e3caf67f57a)), closes [#2185](https://github.com/JoshuaKGoldberg/create-typescript-app/issues/2185)
44+
45+
## [2.42.1](https://github.com/JoshuaKGoldberg/create-typescript-app/compare/2.42.0...2.42.1) (2025-05-15)
46+
47+
### Bug Fixes
48+
49+
- correct transition path of removed accessibility-alt-text-bot.yml ([5ed6338](https://github.com/JoshuaKGoldberg/create-typescript-app/commit/5ed63383110bca4c617f7e1ad20bacb588f5ed80))
50+
351
# [2.42.0](https://github.com/JoshuaKGoldberg/create-typescript-app/compare/2.41.2...2.42.0) (2025-05-06)
452

553
### Features

0 commit comments

Comments
 (0)