Skip to content

Commit 95c7c73

Browse files
authored
chore: update deps to latest minor/patch (#11921)
1 parent 46fc7fe commit 95c7c73

File tree

38 files changed

+832
-532
lines changed

38 files changed

+832
-532
lines changed

eslint.config.mjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -593,8 +593,6 @@ export default defineConfig(
593593
{
594594
extends: [
595595
jsxA11yPlugin.flatConfigs.recommended,
596-
// https://github.com/facebook/react/pull/30774
597-
// @ts-expect-error -- Temporary types incompatibility pending flat config support
598596
{ name: 'react/recommended', ...reactPlugin.configs.flat.recommended },
599597
fixupConfigRules([
600598
{

package.json

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -52,57 +52,57 @@
5252
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
5353
},
5454
"devDependencies": {
55-
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.1",
56-
"@eslint/compat": "^1.2.4",
57-
"@eslint/eslintrc": "^3.2.0",
58-
"@eslint/js": "^9.26.0",
55+
"@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
56+
"@eslint/compat": "^1.4.1",
57+
"@eslint/eslintrc": "^3.3.3",
58+
"@eslint/js": "^9.39.2",
5959
"@nx/devkit": "22.1.1",
6060
"@nx/js": "22.1.1",
6161
"@nx/vitest": "22.1.1",
6262
"@nx/workspace": "22.1.1",
63-
"@swc/core": "^1.4.12",
63+
"@swc/core": "^1.15.8",
6464
"@types/debug": "^4.1.12",
65-
"@types/eslint-plugin-jsx-a11y": "^6.10.0",
65+
"@types/eslint-plugin-jsx-a11y": "^6.10.1",
6666
"@types/natural-compare": "^1.4.3",
67-
"@types/node": "^22.0.0",
68-
"@types/semver": "^7.5.8",
69-
"@types/yargs": "^17.0.32",
67+
"@types/node": "^22.19.3",
68+
"@types/semver": "^7.7.1",
69+
"@types/yargs": "^17.0.35",
7070
"@typescript-eslint/eslint-plugin": "workspace:^",
7171
"@typescript-eslint/eslint-plugin-internal": "workspace:^",
7272
"@typescript-eslint/parser": "workspace:^",
7373
"@typescript-eslint/scope-manager": "workspace:^",
7474
"@typescript-eslint/types": "workspace:^",
7575
"@typescript-eslint/typescript-estree": "workspace:^",
7676
"@typescript-eslint/utils": "workspace:^",
77-
"@vitest/coverage-v8": "^3.1.3",
78-
"@vitest/eslint-plugin": "1.6.1",
79-
"console-fail-test": "^0.6.0",
80-
"cspell": "^9.0.0",
81-
"eslint": "^9.26.0",
82-
"eslint-plugin-eslint-plugin": "^7.0.0",
77+
"@vitest/coverage-v8": "^3.2.4",
78+
"@vitest/eslint-plugin": "1.6.5",
79+
"console-fail-test": "^0.6.1",
80+
"cspell": "^9.4.0",
81+
"eslint": "^9.39.2",
82+
"eslint-plugin-eslint-plugin": "^7.2.0",
8383
"eslint-plugin-import": "^2.32.0",
84-
"eslint-plugin-jsdoc": "^50.5.0",
84+
"eslint-plugin-jsdoc": "^50.8.0",
8585
"eslint-plugin-jsx-a11y": "^6.10.2",
86-
"eslint-plugin-perfectionist": "^5.1.0",
87-
"eslint-plugin-react": "^7.37.3",
88-
"eslint-plugin-react-hooks": "^5.0.0",
89-
"eslint-plugin-regexp": "^2.7.0",
90-
"eslint-plugin-unicorn": "^59.0.0",
86+
"eslint-plugin-perfectionist": "^5.2.0",
87+
"eslint-plugin-react": "^7.37.5",
88+
"eslint-plugin-react-hooks": "^5.2.0",
89+
"eslint-plugin-regexp": "^2.10.0",
90+
"eslint-plugin-unicorn": "^59.0.1",
9191
"execa": "7.2.0",
92-
"globals": "^16.0.0",
93-
"husky": "^9.1.4",
94-
"knip": "5.76.0",
95-
"lint-staged": "^15.2.2",
92+
"globals": "^16.5.0",
93+
"husky": "^9.1.7",
94+
"knip": "5.79.0",
95+
"lint-staged": "^15.5.2",
9696
"markdownlint-cli": "^0.47.0",
9797
"nx": "22.1.1",
98-
"prettier": "3.7.2",
99-
"rimraf": "^5.0.5",
100-
"semver": "7.7.0",
98+
"prettier": "3.7.4",
99+
"rimraf": "^5.0.10",
100+
"semver": "7.7.3",
101101
"tsx": "*",
102102
"typescript": ">=4.8.4 <6.0.0",
103103
"typescript-eslint": "workspace:^",
104104
"vite": "7.3.0",
105-
"vitest": "^3.1.3",
105+
"vitest": "^3.2.4",
106106
"yargs": "17.7.2",
107107
"yarn-berry-deduplicate": "^6.1.3"
108108
},

packages/ast-spec/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,22 +44,22 @@
4444
"url": "https://opencollective.com/typescript-eslint"
4545
},
4646
"devDependencies": {
47-
"@babel/code-frame": "^7.24.2",
48-
"@babel/core": "^7.24.4",
49-
"@babel/eslint-parser": "^7.24.1",
50-
"@babel/parser": "^7.24.1",
51-
"@microsoft/api-extractor": "^7.47.11",
47+
"@babel/code-frame": "^7.27.1",
48+
"@babel/core": "^7.28.5",
49+
"@babel/eslint-parser": "^7.28.5",
50+
"@babel/parser": "^7.28.5",
51+
"@microsoft/api-extractor": "^7.55.2",
5252
"@types/babel__code-frame": "^7.0.6",
5353
"@types/babel__core": "^7.20.5",
5454
"@typescript-eslint/typescript-estree": "workspace:*",
55-
"@vitest/coverage-v8": "^3.1.3",
56-
"@vitest/pretty-format": "^3.1.3",
57-
"@vitest/utils": "^3.1.3",
55+
"@vitest/coverage-v8": "^3.2.4",
56+
"@vitest/pretty-format": "^3.2.4",
57+
"@vitest/utils": "^3.2.4",
5858
"eslint": "*",
5959
"glob": "*",
6060
"rimraf": "*",
6161
"typescript": "*",
62-
"vitest": "^3.1.3"
62+
"vitest": "^3.2.4"
6363
},
6464
"nx": {
6565
"name": "ast-spec",

packages/ast-spec/src/expression/UpdateExpression/fixtures/_error_/call-expr/snapshots/2-Babel-Error.shot

Lines changed: 1 addition & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/ast-spec/src/expression/UpdateExpression/fixtures/_error_/call-expr/snapshots/3-Alignment-Error.shot

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/ast-spec/src/expression/UpdateExpression/fixtures/_error_/paren-expr/snapshots/2-Babel-Error.shot

Lines changed: 1 addition & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/ast-spec/src/expression/UpdateExpression/fixtures/_error_/paren-expr/snapshots/3-Alignment-Error.shot

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/ast-spec/src/legacy-fixtures/types/fixtures/mapped-named-type/snapshots/3-Babel-AST.shot

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/ast-spec/src/legacy-fixtures/types/fixtures/mapped-named-type/snapshots/5-AST-Alignment-AST.shot

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

packages/ast-spec/src/legacy-fixtures/types/fixtures/mapped-untypped/snapshots/3-Babel-AST.shot

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)