Skip to content

Commit

Permalink
Merge pull request DSpace#3457 from tdonohue/update_all_eslint
Browse files Browse the repository at this point in the history
Bump all `@typescript-eslint/*` dependencies to 7.18.0
  • Loading branch information
tdonohue authored Oct 15, 2024
2 parents 5e2809d + 77c245a commit a1fcc2e
Show file tree
Hide file tree
Showing 3 changed files with 89 additions and 138 deletions.
48 changes: 48 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,22 @@ updates:
update-types:
- "minor"
- "patch"
# Group together all patch version updates for @typescript-eslint in a single PR
typescript-eslint:
applies-to: version-updates
patterns:
- "@typescript-eslint*"
update-types:
- "minor"
- "patch"
# Group together all security updates for @typescript-eslint.
typescript-eslint-security:
applies-to: security-updates
patterns:
- "@typescript-eslint*"
update-types:
- "minor"
- "patch"
ignore:
# Ignore all major version updates for all dependencies. We'll only automate minor/patch updates.
- dependency-name: "*"
Expand Down Expand Up @@ -93,6 +109,22 @@ updates:
update-types:
- "minor"
- "patch"
# Group together all patch version updates for @typescript-eslint in a single PR
typescript-eslint:
applies-to: version-updates
patterns:
- "@typescript-eslint*"
update-types:
- "minor"
- "patch"
# Group together all security updates for @typescript-eslint.
typescript-eslint-security:
applies-to: security-updates
patterns:
- "@typescript-eslint*"
update-types:
- "minor"
- "patch"
ignore:
# Ignore all major version updates for all dependencies. We'll only automate minor/patch updates.
- dependency-name: "*"
Expand Down Expand Up @@ -141,6 +173,22 @@ updates:
update-types:
- "minor"
- "patch"
# Group together all patch version updates for @typescript-eslint in a single PR
typescript-eslint:
applies-to: version-updates
patterns:
- "@typescript-eslint*"
update-types:
- "minor"
- "patch"
# Group together all security updates for @typescript-eslint.
typescript-eslint-security:
applies-to: security-updates
patterns:
- "@typescript-eslint*"
update-types:
- "minor"
- "patch"
ignore:
# Ignore all major version updates for all dependencies. We'll only automate minor/patch updates.
- dependency-name: "*"
Expand Down
173 changes: 38 additions & 135 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,9 @@
"@types/node": "^14.14.9",
"@types/sanitize-html": "^2.9.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.2.0",
"@typescript-eslint/rule-tester": "^7.2.0",
"@typescript-eslint/utils": "^7.2.0",
"@typescript-eslint/parser": "^7.18.0",
"@typescript-eslint/rule-tester": "^7.18.0",
"@typescript-eslint/utils": "^7.18.0",
"axe-core": "^4.10.0",
"browser-sync": "^3.0.3",
"compression-webpack-plugin": "^9.2.0",
Expand Down

0 comments on commit a1fcc2e

Please sign in to comment.