Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 23, 2025

This PR contains the following updates:

Package Change Age Confidence
@eslint/js (source) 9.33.0 -> 9.34.0 age confidence
eslint (source) 9.33.0 -> 9.34.0 age confidence
typescript-eslint (source) 8.39.1 -> 8.40.0 age confidence

Release Notes

eslint/eslint (@​eslint/js)

v9.34.0

Compare Source

eslint/eslint (eslint)

v9.34.0

Compare Source

typescript-eslint/typescript-eslint (typescript-eslint)

v8.40.0

Compare Source

🩹 Fixes
  • typescript-eslint: export plugin, parser, and configs that are compatible with both defineConfig() and tseslint.config() (#​11475)
❤️ Thank You

You can read about our versioning strategy and releases on our website.


Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the renovate label Aug 23, 2025
@renovate renovate bot enabled auto-merge (squash) August 23, 2025 01:27
@github-actions
Copy link

This update bumps several development dependencies to their latest patch versions, ensuring the linting and TypeScript tooling are up to date without altering functionality or user-facing behavior.

Walkthrough

  • Chore: Upgraded @eslint/js and eslint from 9.33.0 to 9.34.0 for consistent linting improvements
  • Chore: Bumped typescript-eslint from 8.39.1 to 8.40.0 to align with other tooling updates
  • Chore: No changes to application logic or end-user features; purely behind-the-scenes maintenance

Model: o4-mini | Prompt Tokens: 648 | Completion Tokens: 330

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We’ve provided a supportive code review enhanced by AI. Some suggestions are predictive insights rather than absolute truths so feel free to apply the ideas that fit best. Your judgment guides the process—AI is here solely to help.
Model: o4-mini | Prompt Tokens: 1188 | Completion Tokens: 2965

"tsx": "4.20.4",
"typescript": "5.9.2",
"typescript-eslint": "8.39.1",
"typescript-eslint": "8.40.0",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The package name “typescript-eslint” does not match any official npm package. If you intended to install the ESLint plugin and parser for TypeScript, you should use the scoped packages:

{
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "^8.40.0",
    "@typescript-eslint/parser": "^8.40.0"
  }
}

"tsx": "4.20.4",
"typescript": "5.9.2",
"typescript-eslint": "8.39.1",
"typescript-eslint": "8.40.0",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The package name “typescript-eslint” does not match any official npm package. If you intended to install the ESLint plugin and parser for TypeScript, you should use the scoped packages:

{
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "^8.40.0",
    "@typescript-eslint/parser": "^8.40.0"
  }
}

Comment on lines -33 to +43
"@eslint/js": "9.33.0",
"@eslint/js": "9.34.0",
"@types/node": "22.17.2",
"@vercel/ncc": "0.38.3",
"eslint": "9.33.0",
"eslint": "9.34.0",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-sonarjs": "3.0.4",
"eslint-plugin-unicorn": "60.0.0",
"prettier": "3.6.2",
"tsx": "4.20.4",
"typescript": "5.9.2",
"typescript-eslint": "8.39.1",
"typescript-eslint": "8.40.0",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All your devDependencies are pinned to exact versions. To get non-breaking updates automatically, consider using caret (^) or tilde (~) version ranges:

-  "eslint": "9.34.0",
+  "eslint": "^9.34.0",
-  "@eslint/js": "9.34.0",
+  "@eslint/js": "^9.34.0",
-  "typescript": "5.9.2",
+  "typescript": "^5.9.2",

Comment on lines -32 to +42
"@eslint/js": "9.33.0",
"@eslint/js": "9.34.0",
"@types/node": "22.17.2",
"@vercel/ncc": "0.38.3",
"eslint": "9.33.0",
"eslint": "9.34.0",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-sonarjs": "3.0.4",
"eslint-plugin-unicorn": "60.0.0",
"prettier": "3.6.2",
"tsx": "4.20.4",
"typescript": "5.9.2",
"typescript-eslint": "8.39.1",
"typescript-eslint": "8.40.0",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All your devDependencies are pinned to exact versions. To get non-breaking updates automatically, consider using caret (^) or tilde (~) version ranges:

-  "eslint": "9.34.0",
+  "eslint": "^9.34.0",
-  "@eslint/js": "9.34.0",
+  "@eslint/js": "^9.34.0",
-  "typescript": "5.9.2",
+  "typescript": "^5.9.2",

Comment on lines 32 to 45
"devDependencies": {
"@eslint/js": "9.33.0",
"@eslint/js": "9.34.0",
"@types/node": "22.17.2",
"@vercel/ncc": "0.38.3",
"eslint": "9.33.0",
"eslint": "9.34.0",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-sonarjs": "3.0.4",
"eslint-plugin-unicorn": "60.0.0",
"prettier": "3.6.2",
"tsx": "4.20.4",
"typescript": "5.9.2",
"typescript-eslint": "8.39.1",
"typescript-eslint": "8.40.0",
"yaml": "2.8.1"
}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The devDependencies list is not strictly alphabetized, which can make future diffs harder to scan. Consider sorting keys alphabetically:

  "devDependencies": {
-   "@eslint/js": "9.34.0",
+   "@eslint/js": "9.34.0",
+   "@types/node": "22.17.2",
+   "@vercel/ncc": "0.38.3",
+   "eslint": "^9.34.0",
+   "eslint-plugin-import": "2.32.0",
+   "eslint-plugin-sonarjs": "3.0.4",
+   "eslint-plugin-unicorn": "60.0.0",
+   "prettier": "3.6.2",
+   "tsx": "4.20.4",
+   "typescript": "^5.9.2",
+   "yaml": "2.8.1"
  }

Comment on lines 31 to 44
"devDependencies": {
"@eslint/js": "9.33.0",
"@eslint/js": "9.34.0",
"@types/node": "22.17.2",
"@vercel/ncc": "0.38.3",
"eslint": "9.33.0",
"eslint": "9.34.0",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-sonarjs": "3.0.4",
"eslint-plugin-unicorn": "60.0.0",
"prettier": "3.6.2",
"tsx": "4.20.4",
"typescript": "5.9.2",
"typescript-eslint": "8.39.1",
"typescript-eslint": "8.40.0",
"yaml": "2.8.1"
}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The devDependencies list is not strictly alphabetized, which can make future diffs harder to scan. Consider sorting keys alphabetically:

  "devDependencies": {
-   "@eslint/js": "9.34.0",
+   "@eslint/js": "9.34.0",
+   "@types/node": "22.17.2",
+   "@vercel/ncc": "0.38.3",
+   "eslint": "^9.34.0",
+   "eslint-plugin-import": "2.32.0",
+   "eslint-plugin-sonarjs": "3.0.4",
+   "eslint-plugin-unicorn": "60.0.0",
+   "prettier": "3.6.2",
+   "tsx": "4.20.4",
+   "typescript": "^5.9.2",
+   "yaml": "2.8.1"
  }

Comment on lines 30 to 46
"zod": "4.0.17"
},
"devDependencies": {
"@eslint/js": "9.33.0",
"@eslint/js": "9.34.0",
"@types/node": "22.17.2",
"@vercel/ncc": "0.38.3",
"eslint": "9.33.0",
"eslint": "9.34.0",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-sonarjs": "3.0.4",
"eslint-plugin-unicorn": "60.0.0",
"prettier": "3.6.2",
"tsx": "4.20.4",
"typescript": "5.9.2",
"typescript-eslint": "8.39.1",
"typescript-eslint": "8.40.0",
"yaml": "2.8.1"
}
}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since you have multiple package.json files with nearly identical dependencies, consider using npm/yarn workspaces or a tool like Lerna to manage versions centrally and avoid duplication across packages.

Comment on lines 29 to 45
"zod": "4.0.17"
},
"devDependencies": {
"@eslint/js": "9.33.0",
"@eslint/js": "9.34.0",
"@types/node": "22.17.2",
"@vercel/ncc": "0.38.3",
"eslint": "9.33.0",
"eslint": "9.34.0",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-sonarjs": "3.0.4",
"eslint-plugin-unicorn": "60.0.0",
"prettier": "3.6.2",
"tsx": "4.20.4",
"typescript": "5.9.2",
"typescript-eslint": "8.39.1",
"typescript-eslint": "8.40.0",
"yaml": "2.8.1"
}
}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since you have multiple package.json files with nearly identical dependencies, consider using npm/yarn workspaces or a tool like Lerna to manage versions centrally and avoid duplication across packages.

@renovate renovate bot merged commit a935999 into main Aug 23, 2025
13 checks passed
@renovate renovate bot deleted the renovate/non-major-dependencies branch August 23, 2025 01:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant