Commit c82c2c8
🧹 chore(deps-dev): Bump the development-dependencies group with 2 updates (#565)
* 🧹 chore(deps-dev): Bump the development-dependencies group with 2 updates
Bumps the development-dependencies group with 2 updates: [happy-dom](https://github.com/capricorn86/happy-dom) and [typescript](https://github.com/microsoft/TypeScript).
Updates `happy-dom` from 20.8.4 to 20.8.9
- [Release notes](https://github.com/capricorn86/happy-dom/releases)
- [Commits](capricorn86/happy-dom@v20.8.4...v20.8.9)
Updates `typescript` from 5.9.3 to 6.0.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.9.3...v6.0.2)
---
updated-dependencies:
- dependency-name: happy-dom
dependency-version: 20.8.9
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: typescript
dependency-version: 6.0.2
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: development-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
* fix(ts6): Remove deprecated baseUrl and restrict dependabot to minor/patch updates
TypeScript 6 deprecated `baseUrl` - replaced with relative `./` prefixed
paths which work without it. Also updated dependabot to ignore all major
version updates across all ecosystems to prevent future breakage.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* fix(claude): Use OAuth token and enable assignee trigger for PRs and issues
Switched from anthropic_api_key to claude_code_oauth_token to match the
stored secret type. Added pull_request assigned event and assignee_trigger
so Claude can be assigned directly to PRs and issues.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* fix(claude): Revert to anthropic_api_key parameter
The claude_code_oauth_token parameter is for Max plan OAuth tokens.
Reverted to anthropic_api_key which accepts standard API keys.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* fix(claude): Use ANTHROPIC_API_KEY org secret
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* fix(claude): Set assignee_trigger to claude[bot]
The Claude GitHub App's bot username is claude[bot], not claude.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* fix(claude): Use pull_request_target for PR assignment trigger
pull_request event requires the workflow to match the default branch.
pull_request_target runs from the base branch and is supported by
claude-code-action for the same purpose.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: James Robb <47126579+jamesrweb@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 364bef7 commit c82c2c8
5 files changed
Lines changed: 288 additions & 362 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | | - | |
| 21 | + | |
24 | 22 | | |
25 | 23 | | |
26 | 24 | | |
| |||
38 | 36 | | |
39 | 37 | | |
40 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
| |||
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
19 | | - | |
| 21 | + | |
| 22 | + | |
20 | 23 | | |
21 | 24 | | |
22 | 25 | | |
| |||
34 | 37 | | |
35 | 38 | | |
36 | 39 | | |
37 | | - | |
| 40 | + | |
38 | 41 | | |
39 | 42 | | |
40 | 43 | | |
41 | 44 | | |
42 | | - | |
43 | | - | |
| 45 | + | |
| 46 | + | |
44 | 47 | | |
45 | 48 | | |
46 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| |||
0 commit comments