Skip to content

Commit

Permalink
chore: ignore swc >1.5.7 due to upstream type error
Browse files Browse the repository at this point in the history
  • Loading branch information
bitgopatmcl committed Jan 22, 2025
1 parent 6770db7 commit 45980e3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,8 @@ updates:
versions: ['>4.8']
- dependency-name: '@semantic-release-extras/github-comment-specific'
versions: ['>1.0.7']
# Ignore @swc/* dependencies due to upstream issues
# Specifically, tsc does *not* like this line:
# https://github.com/swc-project/swc/blob/main/packages/core/src/index.ts#L12
- dependency-name: '@swc/*'
versions: ['>1.5.7']

0 comments on commit 45980e3

Please sign in to comment.