Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .cspell/project-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ despawn
devcontainers
diegetic
eamodio
ERESOLVE
Erdokovy
esbenp
evented
Expand Down
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ updates:
directory: '/' # Location of package manifests
schedule:
interval: 'weekly'
ignore:
# typescript-eslint@8.67.0's peerDependency caps typescript at "<6.1.0",
# and no newer typescript-eslint release lifts that cap yet, so a major
# typescript bump (e.g. 5.x -> 7.0.2) fails `npm ci` with an ERESOLVE
# peer dependency conflict. Revisit once typescript-eslint supports the
# new major.
- dependency-name: 'typescript'
update-types: ['version-update:semver-major']
- package-ecosystem: 'npm'
directory: '/documentation-site' # Location of package manifests
schedule:
Expand Down
Loading