Skip to content

Commit e5a7f54

Browse files
authored
Update dependencies (#2743)
1 parent 5a81f73 commit e5a7f54

File tree

2 files changed

+23
-17
lines changed

2 files changed

+23
-17
lines changed

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@
5757
],
5858
"dependencies": {
5959
"@babel/helper-validator-identifier": "^7.27.1",
60-
"@eslint-community/eslint-utils": "^4.7.0",
61-
"@eslint/plugin-kit": "^0.3.3",
60+
"@eslint-community/eslint-utils": "^4.9.0",
61+
"@eslint/plugin-kit": "^0.3.5",
6262
"change-case": "^5.4.4",
6363
"ci-info": "^4.3.0",
6464
"clean-regexp": "^1.0.0",
65-
"core-js-compat": "^3.44.0",
65+
"core-js-compat": "^3.45.1",
6666
"esquery": "^1.6.0",
6767
"find-up-simple": "^1.0.1",
6868
"globals": "^16.3.0",
@@ -77,39 +77,39 @@
7777
},
7878
"devDependencies": {
7979
"@babel/code-frame": "^7.27.1",
80-
"@babel/core": "^7.28.0",
81-
"@babel/eslint-parser": "^7.28.0",
80+
"@babel/core": "^7.28.4",
81+
"@babel/eslint-parser": "^7.28.4",
8282
"@eslint/eslintrc": "^3.3.1",
8383
"@lubien/fixture-beta-package": "^1.0.0-beta.1",
84-
"@typescript-eslint/parser": "^8.37.0",
84+
"@typescript-eslint/parser": "^8.43.0",
8585
"ava": "^6.4.1",
8686
"c8": "^10.1.3",
8787
"enquirer": "^2.4.1",
88-
"eslint": "^9.29.0",
88+
"eslint": "^9.35.0",
8989
"eslint-ava-rule-tester": "^5.0.1",
90-
"eslint-config-xo": "^0.47.0",
90+
"eslint-config-xo": "^0.49.0",
9191
"eslint-doc-generator": "^2.2.2",
92-
"eslint-plugin-eslint-plugin": "^6.5.0",
93-
"eslint-plugin-jsdoc": "^51.4.1",
94-
"eslint-remote-tester": "^4.0.2",
92+
"eslint-plugin-eslint-plugin": "^7.0.0",
93+
"eslint-plugin-jsdoc": "^55.0.3",
94+
"eslint-remote-tester": "^4.0.3",
9595
"eslint-remote-tester-repositories": "^2.0.2",
9696
"espree": "^10.4.0",
97-
"listr2": "^9.0.1",
97+
"listr2": "^9.0.3",
9898
"lodash-es": "^4.17.21",
9999
"markdownlint-cli": "^0.45.0",
100-
"nano-spawn": "^1.0.2",
100+
"nano-spawn": "^1.0.3",
101101
"node-style-text": "^1.0.0",
102102
"npm-package-json-lint": "^9.0.0",
103103
"npm-run-all2": "^8.0.4",
104104
"open-editor": "^5.1.0",
105105
"outdent": "^0.8.0",
106106
"pretty-ms": "^9.2.0",
107-
"typescript": "^5.8.3",
107+
"typescript": "^5.9.2",
108108
"vue-eslint-parser": "^10.2.0",
109-
"yaml": "^2.8.0"
109+
"yaml": "^2.8.1"
110110
},
111111
"peerDependencies": {
112-
"eslint": ">=9.29.0"
112+
"eslint": ">=9.35.0"
113113
},
114114
"ava": {
115115
"files": [

test/integration/projects.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,13 @@ export default [
181181
],
182182
},
183183
// #903
184-
'https://github.com/mattermost/mattermost-webapp',
184+
{
185+
repository: 'https://github.com/mattermost/mattermost-webapp',
186+
ignore: [
187+
// Empty type argument lists
188+
'e2e/cypress/tests/support/api/bots.d.ts',
189+
],
190+
},
185191
// #912
186192
{
187193
repository: 'https://github.com/microsoft/fluentui',

0 commit comments

Comments
 (0)