Commit 20ccfe9
Remove merge queue trigger and update dependencies (#563)
* ci: remove merge_group trigger from CI workflow
The merge queue has been removed from the main branch protection rules,
so the merge_group event trigger is no longer needed.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* chore(deps): update project dependencies
Updated the following dependencies:
- @typescript-eslint/eslint-plugin: ^8.57.1 → ^8.57.2
- @vitest/coverage-v8: ^4.1.0 → ^4.1.2
- happy-dom: ^20.8.4 → ^20.8.9
- pnpm: 10.32.1 → 10.33.0
- typescript-eslint: ^8.57.1 → ^8.57.2
- vite: ^8.0.1 → ^8.0.3
- vitest: ^4.1.0 → ^4.1.2
- vitest-canvas-mock: ^1.1.3 → ^1.1.4
TypeScript 6.x was excluded as typescript-eslint does not yet support it.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* Upgrade to TypeScript 6 (#564)
* chore: migrate tsconfig.json for TypeScript 6 compatibility
- Remove deprecated `baseUrl` and prefix all `paths` entries with `./`
- Remove `allowSyntheticDefaultImports` (always enabled in TS6)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* chore(deps): upgrade to TypeScript 6 and typescript-eslint 8.57.3-alpha.3
- TypeScript: ^5.9.3 → ^6.0.2
- typescript-eslint: ^8.57.2 → 8.57.3-alpha.3
- @typescript-eslint/eslint-plugin: ^8.57.2 → 8.57.3-alpha.3
The alpha release of typescript-eslint is required as the stable 8.57.2
does not yet include TypeScript 6 peer dependency support (PRs merged,
pending release).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent feec7d1 commit 20ccfe9
5 files changed
Lines changed: 16 additions & 18 deletions
File tree
- .github
- workflows
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
123 | | - | |
| 122 | + | |
| 123 | + | |
124 | 124 | | |
125 | | - | |
126 | | - | |
| 125 | + | |
| 126 | + | |
127 | 127 | | |
128 | 128 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
| |||
0 commit comments