Commit 85056ee
Bump Node.js to 22.17.0 and modernize tooling (#374)
* Initial plan
* Update Node.js to 22.17.0 and modernize dependencies
Co-authored-by: eleanorjboyd <26030610+eleanorjboyd@users.noreply.github.com>
* Fix TypeScript compilation issues and add minimal glob types
Co-authored-by: eleanorjboyd <26030610+eleanorjboyd@users.noreply.github.com>
* Fix code formatting for glob.d.ts
Co-authored-by: eleanorjboyd <26030610+eleanorjboyd@users.noreply.github.com>
* update versioning
* remove glob
* fix glob pkg version
* Updated glob in devDependencies to ^11.0.0, which brings path-scurry@2.x and lru-cache@11.x transitively
* Updated @types/glob to latest and minimatch to latest. The latest @types/glob@9 is a stub because glob now ships its own types, which resolves the mismatch with minimatch v9+ (where IMinimatch/IOptions were removed)
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: eleanorjboyd <26030610+eleanorjboyd@users.noreply.github.com>
Co-authored-by: Bill Schnurr <bschnurr@hotmail.com>
Co-authored-by: bschnurr <bschnurr@microsoft.com>1 parent ada98d1 commit 85056ee
File tree
8 files changed
+3463
-5717
lines changed- .github/workflows
- build
- src/test/ts_tests
8 files changed
+3463
-5717
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
| 10 | + | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
| 15 | + | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments