Commit 7935007
feat!: bump minimum Node version to 18.12 and TypeScript to 4.8.4 (#531)
## PR Checklist
- [x] Addresses an existing open issue: fixes #530; fixes #532; closes
#580
- [x] That issue was marked as [`status: accepting
prs`](https://github.com/JoshuaKGoldberg/ts-api-utils/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22)
- [x] Steps in
[CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/ts-api-utils/blob/main/.github/CONTRIBUTING.md)
were taken
## Overview
Removes the following methods that rely on deprecated parts of
TypeScript:
* `isInputFiles` (`ts.SyntaxKind.InputFiles`)
* `isUnparsedPrologue` (`ts.SyntaxKind.UnparsedPrologue`)
* `isUnparsedSourceText` (`ts.isUnparsedPrepend`,
`ts.isUnparsedTextLike`)
* `isUnparsedSyntheticReference` (`ts.SyntaxKind.
UnparsedSyntheticReference`)
Also bumps all devDependencies to latest (`ncu -u`) to work on the
latest Node 22 and 23 in CI.
💖
---------
Co-authored-by: Rebecca Stevens <rebecca.stevens@outlook.co.nz>1 parent e209eab commit 7935007
48 files changed
Lines changed: 6579 additions & 6016 deletions
File tree
- .github
- actions
- prepare
- protect-main
- workflows
- docs
- src
- nodes
- typeGuards
- test
- types
- typeGuards
- usage
- typings
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | 6 | | |
8 | 7 | | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | 14 | | |
16 | | - | |
| 15 | + | |
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
| |||
32 | 31 | | |
33 | 32 | | |
34 | 33 | | |
35 | | - | |
36 | 34 | | |
| 35 | + | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
| 46 | + | |
53 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
54 | 52 | | |
55 | 53 | | |
56 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | 8 | | |
18 | 9 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | 16 | | |
| 17 | + | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
This file was deleted.
0 commit comments