Skip to content

Commit a1fcc2e

Browse files
authored
Merge pull request DSpace#3457 from tdonohue/update_all_eslint
Bump all `@typescript-eslint/*` dependencies to 7.18.0
2 parents 5e2809d + 77c245a commit a1fcc2e

3 files changed

Lines changed: 89 additions & 138 deletions

File tree

.github/dependabot.yml

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,22 @@ updates:
4545
update-types:
4646
- "minor"
4747
- "patch"
48+
# Group together all patch version updates for @typescript-eslint in a single PR
49+
typescript-eslint:
50+
applies-to: version-updates
51+
patterns:
52+
- "@typescript-eslint*"
53+
update-types:
54+
- "minor"
55+
- "patch"
56+
# Group together all security updates for @typescript-eslint.
57+
typescript-eslint-security:
58+
applies-to: security-updates
59+
patterns:
60+
- "@typescript-eslint*"
61+
update-types:
62+
- "minor"
63+
- "patch"
4864
ignore:
4965
# Ignore all major version updates for all dependencies. We'll only automate minor/patch updates.
5066
- dependency-name: "*"
@@ -93,6 +109,22 @@ updates:
93109
update-types:
94110
- "minor"
95111
- "patch"
112+
# Group together all patch version updates for @typescript-eslint in a single PR
113+
typescript-eslint:
114+
applies-to: version-updates
115+
patterns:
116+
- "@typescript-eslint*"
117+
update-types:
118+
- "minor"
119+
- "patch"
120+
# Group together all security updates for @typescript-eslint.
121+
typescript-eslint-security:
122+
applies-to: security-updates
123+
patterns:
124+
- "@typescript-eslint*"
125+
update-types:
126+
- "minor"
127+
- "patch"
96128
ignore:
97129
# Ignore all major version updates for all dependencies. We'll only automate minor/patch updates.
98130
- dependency-name: "*"
@@ -141,6 +173,22 @@ updates:
141173
update-types:
142174
- "minor"
143175
- "patch"
176+
# Group together all patch version updates for @typescript-eslint in a single PR
177+
typescript-eslint:
178+
applies-to: version-updates
179+
patterns:
180+
- "@typescript-eslint*"
181+
update-types:
182+
- "minor"
183+
- "patch"
184+
# Group together all security updates for @typescript-eslint.
185+
typescript-eslint-security:
186+
applies-to: security-updates
187+
patterns:
188+
- "@typescript-eslint*"
189+
update-types:
190+
- "minor"
191+
- "patch"
144192
ignore:
145193
# Ignore all major version updates for all dependencies. We'll only automate minor/patch updates.
146194
- dependency-name: "*"

package-lock.json

Lines changed: 38 additions & 135 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,9 +194,9 @@
194194
"@types/node": "^14.14.9",
195195
"@types/sanitize-html": "^2.9.0",
196196
"@typescript-eslint/eslint-plugin": "^7.18.0",
197-
"@typescript-eslint/parser": "^7.2.0",
198-
"@typescript-eslint/rule-tester": "^7.2.0",
199-
"@typescript-eslint/utils": "^7.2.0",
197+
"@typescript-eslint/parser": "^7.18.0",
198+
"@typescript-eslint/rule-tester": "^7.18.0",
199+
"@typescript-eslint/utils": "^7.18.0",
200200
"axe-core": "^4.10.0",
201201
"browser-sync": "^3.0.3",
202202
"compression-webpack-plugin": "^9.2.0",

0 commit comments

Comments
 (0)