Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 27, 2025

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Change Age Confidence
tsx (source) 4.20.5 -> 4.20.6 age confidence
typescript-eslint (source) 8.44.0 -> 8.44.1 age confidence

Release Notes

privatenumber/tsx (tsx)

v4.20.6

Compare Source

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

v8.44.1

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

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 27, 2025
@renovate renovate bot enabled auto-merge (squash) September 27, 2025 00:50
@github-actions
Copy link

This update bumps the tsx runtime and TypeScript ESLint plugin to their latest patch versions in both pr-review and pr-summary packages to keep dependencies up to date and maintain linting improvements.

Walkthrough

  • Chore: Updated tsx from 4.20.5 to 4.20.6 to ensure compatibility with recent fixes.
  • Chore: Upgraded typescript-eslint from 8.44.0 to 8.44.1 for improved lint rule stability.

Model: o4-mini | Prompt Tokens: 456 | Completion Tokens: 383

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.

Here is a friendly code review powered by AI offering suggestions to help you refine your work. Some insights come from predictions and may not be definitive, so feel free to apply only what resonates with your style. You remain in charge and AI is here to support your journey.
Model: o4-mini | Prompt Tokens: 924 | Completion Tokens: 2665

"eslint-plugin-unicorn": "61.0.2",
"prettier": "3.6.2",
"tsx": "4.20.5",
"tsx": "4.20.6",

Choose a reason for hiding this comment

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

Consider using a caret (^) semver range for the tsx dependency instead of pinning to an exact patch. This allows your CI to pull in non-breaking patch fixes automatically without a manual bump each time.

Suggested change:

- "tsx": "4.20.6",
+ "tsx": "^4.20.6",

"tsx": "4.20.6",
"typescript": "5.9.2",
"typescript-eslint": "8.44.0",
"typescript-eslint": "8.44.1",

Choose a reason for hiding this comment

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

Similarly, switch the TypeScript ESLint plugin to a caret range so you’ll receive future patch releases automatically:

- "typescript-eslint": "8.44.1",
+ "typescript-eslint": "^8.44.1",

Comment on lines 38 to 44
"eslint-plugin-sonarjs": "3.0.5",
"eslint-plugin-unicorn": "61.0.2",
"prettier": "3.6.2",
"tsx": "4.20.5",
"tsx": "4.20.6",
"typescript": "5.9.2",
"typescript-eslint": "8.44.0",
"typescript-eslint": "8.44.1",
"yaml": "2.8.1"

Choose a reason for hiding this comment

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

To improve readability and maintenance, sort your devDependencies alphabetically. This makes it easier to spot duplicates or missing updates.

Reordered snippet:

{
  "devDependencies": {
    "eslint-plugin-sonarjs": "3.0.5",
    "eslint-plugin-unicorn": "61.0.2",
    "prettier": "3.6.2",
    "tsx": "^4.20.6",
    "typescript": "5.9.2",
    "typescript-eslint": "^8.44.1",
    "yaml": "2.8.1"
  }
}

"eslint-plugin-unicorn": "61.0.2",
"prettier": "3.6.2",
"tsx": "4.20.5",
"tsx": "4.20.6",

Choose a reason for hiding this comment

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

Consider using a caret (^) semver range for the tsx dependency instead of an exact version. This reduces churn by automatically pulling in non-breaking patch releases.

Suggested change:

- "tsx": "4.20.6",
+ "tsx": "^4.20.6",

"tsx": "4.20.6",
"typescript": "5.9.2",
"typescript-eslint": "8.44.0",
"typescript-eslint": "8.44.1",

Choose a reason for hiding this comment

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

Apply a caret range to the TypeScript ESLint plugin so that patch-level updates are adopted without manual version bumps:

- "typescript-eslint": "8.44.1",
+ "typescript-eslint": "^8.44.1",

Comment on lines 37 to 43
"eslint-plugin-sonarjs": "3.0.5",
"eslint-plugin-unicorn": "61.0.2",
"prettier": "3.6.2",
"tsx": "4.20.5",
"tsx": "4.20.6",
"typescript": "5.9.2",
"typescript-eslint": "8.44.0",
"typescript-eslint": "8.44.1",
"yaml": "2.8.1"

Choose a reason for hiding this comment

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

Alphabetizing the devDependencies section improves clarity and helps avoid merge conflicts when multiple people update versions.

Example sorted block:

{
  "devDependencies": {
    "eslint-plugin-sonarjs": "3.0.5",
    "eslint-plugin-unicorn": "61.0.2",
    "prettier": "3.6.2",
    "tsx": "^4.20.6",
    "typescript": "5.9.2",
    "typescript-eslint": "^8.44.1",
    "yaml": "2.8.1"
  }
}

@renovate renovate bot merged commit d71f1b1 into main Sep 27, 2025
13 checks passed
@renovate renovate bot deleted the renovate/non-major-dependencies branch September 27, 2025 00:52
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