Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 6, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
@eslint/js (source) 9.34.0 -> 9.35.0 age confidence devDependencies minor
@types/node (source) 22.18.0 -> 22.18.1 age confidence devDependencies patch
eslint (source) 9.34.0 -> 9.35.0 age confidence devDependencies minor
node (source) 20.19.4 -> 20.19.5 age confidence patch
typescript-eslint (source) 8.41.0 -> 8.42.0 age confidence devDependencies minor

Release Notes

eslint/eslint (@​eslint/js)

v9.35.0

Compare Source

eslint/eslint (eslint)

v9.35.0

Compare Source

nodejs/node (node)

v20.19.5: 2025-09-03, Version 20.19.5 'Iron' (LTS), @​marco-ippolito

Compare Source

Notable Changes
Commits
typescript-eslint/typescript-eslint (typescript-eslint)

v8.42.0

Compare Source

🚀 Features
🩹 Fixes
  • typescript-eslint: handle non-normalized windows paths produced by jiti (#​11546)
❤️ 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 Sep 6, 2025
@renovate renovate bot enabled auto-merge (squash) September 6, 2025 02:29
@github-actions
Copy link

github-actions bot commented Sep 6, 2025

General maintenance update of the build pipeline and development environment. The GitHub Actions script and Node.js version are bumped, and various linting and TypeScript tooling dependencies are upgraded to their latest releases, ensuring compatibility and stability without affecting end-user features.

Walkthrough

  • Chore: Updated actions/github-script in build-cleanup workflow from v7.0.1 to v7.1.0.
  • Chore: Bumped Node.js from 20.19.4 to 20.19.5 in .tool-versions.
  • Chore: Upgraded devDependencies in pr-review (eslint, @eslint/js, @types/node, typescript-eslint) to their latest patch versions.
  • Chore: Mirrored the same devDependency bumps in pr-summary package.json.

Model: o4-mini | Prompt Tokens: 839 | Completion Tokens: 702

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 reviewed your code and provided AI-powered suggestions to guide you. Treat these ideas as possibilities, not absolute truths. Choose what aligns with your goals and coding style. You’re in charge of your project, and AI is here to support you every step of the way.
Model: o4-mini | Prompt Tokens: 1428 | Completion Tokens: 4071

contents: write
steps:
- uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
- uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
Copy link

Choose a reason for hiding this comment

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

Rather than pinning to a specific commit SHA for actions/github-script, consider using a semver tag (e.g., '@v7') for clarity and maintainability. This ensures you receive non-breaking patch updates automatically. You can update to:

- uses: actions/github-script@v7

@@ -1 +1 @@
nodejs 20.19.4
nodejs 20.19.5
Copy link

Choose a reason for hiding this comment

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

Synchronize the Node.js version here with any .nvmrc or package.json engines fields to maintain consistency across your project. You could also automate version bumps in CI to avoid mismatches when multiple developers work on the repo.

"tsx": "4.20.5",
"typescript": "5.9.2",
"typescript-eslint": "8.41.0",
"typescript-eslint": "8.42.0",
Copy link

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 isn’t the official ESLint plugin. You should use @typescript-eslint/eslint-plugin (and optionally @typescript-eslint/parser) to ensure ESLint recognizes TypeScript rules:

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

Comment on lines -32 to +35
"@eslint/js": "9.34.0",
"@types/node": "22.18.0",
"@eslint/js": "9.35.0",
"@types/node": "22.18.1",
"@vercel/ncc": "0.38.3",
"eslint": "9.34.0",
"eslint": "9.35.0",
Copy link

Choose a reason for hiding this comment

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

You’re bumping identical devDependencies in multiple package.json files. To reduce duplication and avoid version drift, consider using a monorepo setup (npm or Yarn workspaces) or a shared configuration script that manages dependency versions in one place.

@renovate renovate bot force-pushed the renovate/non-major-dependencies branch from f70c4c2 to a0906d7 Compare September 6, 2025 04:36
@github-actions
Copy link

github-actions bot commented Sep 6, 2025

This update bumps the GitHub Script action to v8, updates Node.js runtime from 20.19.4 to 20.19.5, and refreshes several ESLint and TypeScript tooling dependencies across packages. No functional changes, purely maintenance.

Walkthrough

  • Chore: Upgraded GitHub Action actions/github-script to v8 for cleanup workflow.
  • Chore: Updated .tool-versions Node.js to 20.19.5.
  • Chore: Bumped ESLint, TypeScript, and related dev dependencies in PR Review and PR Summary modules.

Model: o4-mini | Prompt Tokens: 837 | Completion Tokens: 849 | Diff Range: f70c4c2...a0906d7

@renovate renovate bot merged commit b5fcc40 into main Sep 6, 2025
13 checks passed
@renovate renovate bot deleted the renovate/non-major-dependencies branch September 6, 2025 04:37
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