Skip to content

Commit

Permalink
chore(deps-dev): bump typedoc from 0.26.6 to 0.26.7 (#3164)
Browse files Browse the repository at this point in the history
Also update the dependabot configuration to ignore the typescript
dependency.
We currently have a problem with updating typescript to version 5.5 or
higher. Until we find a solution, we don't want dependabot to attempt to
upgrade typescript to a newer version.
  • Loading branch information
dependabot[bot] authored Oct 6, 2024
1 parent 0669099 commit 86fd755
Show file tree
Hide file tree
Showing 3 changed files with 783 additions and 44 deletions.
12 changes: 8 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ updates:
- skip-changelog
reviewers:
- process-analytics/pa-collaborators
ignore:
# # TMP: ignore until we have found a fix to bump to TS 5.5+, see https://github.com/process-analytics/bpmn-visualization-js/pull/3124
- dependency-name: "typescript"
groups:
css:
patterns:
Expand All @@ -43,10 +46,11 @@ updates:
- "@rollup/*"
- "rollup"
- "rollup-plugin-*"
typescript:
patterns:
- "typedoc"
- "typescript"
# TMP: disabled until we have found a fix to bump to TS 5.5+, see https://github.com/process-analytics/bpmn-visualization-js/pull/3124
# typescript:
# patterns:
# - "typedoc"
# - "typescript"

- package-ecosystem: "github-actions"
# Workflow files stored in the default location of `.github/workflows`
Expand Down
Loading

0 comments on commit 86fd755

Please sign in to comment.