Skip to content

Commit 0948a29

Browse files
authored
Update dependencies (#2646)
1 parent 9e418ad commit 0948a29

File tree

2 files changed

+25
-20
lines changed

2 files changed

+25
-20
lines changed

eslint.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ const config = [
2424
'rules/utils/lodash.js',
2525
'test/integration/{fixtures,fixtures-local}/**',
2626
'workaround-for-eslint-doc-generator',
27+
'**/*.ts',
2728
],
2829
},
2930
{
@@ -42,6 +43,7 @@ const config = [
4243
'import/order': 'off',
4344
'func-names': 'off',
4445
'@stylistic/function-paren-newline': 'off',
46+
'@stylistic/curly-newline': 'off',
4547
},
4648
},
4749
{
@@ -66,6 +68,9 @@ const config = [
6668
},
6769
},
6870
{
71+
files: [
72+
'**/*.js',
73+
],
6974
plugins: {
7075
jsdoc,
7176
},

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,15 @@
5757
"xo"
5858
],
5959
"dependencies": {
60-
"@babel/helper-validator-identifier": "^7.25.9",
61-
"@eslint-community/eslint-utils": "^4.5.1",
62-
"@eslint/plugin-kit": "^0.2.7",
60+
"@babel/helper-validator-identifier": "^7.27.1",
61+
"@eslint-community/eslint-utils": "^4.7.0",
62+
"@eslint/plugin-kit": "^0.3.1",
6363
"ci-info": "^4.2.0",
6464
"clean-regexp": "^1.0.0",
65-
"core-js-compat": "^3.41.0",
65+
"core-js-compat": "^3.42.0",
6666
"esquery": "^1.6.0",
6767
"find-up-simple": "^1.0.1",
68-
"globals": "^16.0.0",
68+
"globals": "^16.1.0",
6969
"indent-string": "^5.0.0",
7070
"is-builtin-module": "^5.0.0",
7171
"jsesc": "^3.1.0",
@@ -76,41 +76,41 @@
7676
"strip-indent": "^4.0.0"
7777
},
7878
"devDependencies": {
79-
"@babel/code-frame": "^7.26.2",
80-
"@babel/core": "^7.26.10",
81-
"@babel/eslint-parser": "^7.26.10",
82-
"@eslint/eslintrc": "^3.3.0",
79+
"@babel/code-frame": "^7.27.1",
80+
"@babel/core": "^7.27.1",
81+
"@babel/eslint-parser": "^7.27.1",
82+
"@eslint/eslintrc": "^3.3.1",
8383
"@lubien/fixture-beta-package": "^1.0.0-beta.1",
84-
"@typescript-eslint/parser": "^8.26.1",
85-
"ava": "^6.2.0",
84+
"@typescript-eslint/parser": "^8.32.0",
85+
"ava": "^6.3.0",
8686
"c8": "^10.1.3",
8787
"enquirer": "^2.4.1",
88-
"eslint": "^9.22.0",
88+
"eslint": "^9.26.0",
8989
"eslint-ava-rule-tester": "^5.0.1",
90-
"eslint-config-xo": "^0.46.0",
90+
"eslint-config-xo": "^0.47.0",
9191
"eslint-doc-generator": "^2.1.2",
9292
"eslint-plugin-eslint-plugin": "^6.4.0",
93-
"eslint-plugin-jsdoc": "^50.6.8",
93+
"eslint-plugin-jsdoc": "^50.6.11",
9494
"eslint-remote-tester": "^4.0.1",
9595
"eslint-remote-tester-repositories": "^2.0.1",
9696
"espree": "^10.3.0",
97-
"listr2": "^8.2.5",
97+
"listr2": "^8.3.3",
9898
"lodash-es": "^4.17.21",
9999
"markdownlint-cli": "^0.44.0",
100100
"memoize": "^10.1.0",
101101
"nano-spawn": "^0.2.0",
102102
"node-style-text": "^0.0.7",
103103
"npm-package-json-lint": "^8.0.0",
104-
"npm-run-all2": "^7.0.2",
104+
"npm-run-all2": "^8.0.1",
105105
"open-editor": "^5.1.0",
106106
"outdent": "^0.8.0",
107107
"pretty-ms": "^9.2.0",
108-
"typescript": "^5.8.2",
109-
"vue-eslint-parser": "^10.1.1",
110-
"yaml": "^2.7.0"
108+
"typescript": "^5.8.3",
109+
"vue-eslint-parser": "^10.1.3",
110+
"yaml": "^2.7.1"
111111
},
112112
"peerDependencies": {
113-
"eslint": ">=9.22.0"
113+
"eslint": ">=9.26.0"
114114
},
115115
"ava": {
116116
"files": [

0 commit comments

Comments
 (0)