Skip to content

chore(dev): update dev dependencies#36

Merged
renovate[bot] merged 3 commits intomainfrom
renovate/dev-dependencies
Jun 26, 2025
Merged

chore(dev): update dev dependencies#36
renovate[bot] merged 3 commits intomainfrom
renovate/dev-dependencies

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jun 26, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@eslint/compat (source) 1.3.0 -> 1.3.1 age adoption passing confidence
@jest/globals (source) 30.0.2 -> 30.0.3 age adoption passing confidence
@rollup/rollup-linux-x64-gnu (source) 4.44.0 -> 4.44.1 age adoption passing confidence
@types/node (source) 22.15.32 -> 22.15.33 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 8.34.1 -> 8.35.0 age adoption passing confidence
@typescript-eslint/parser (source) 8.34.1 -> 8.35.0 age adoption passing confidence
eslint-import-resolver-typescript 4.4.3 -> 4.4.4 age adoption passing confidence
eslint-plugin-import 2.31.0 -> 2.32.0 age adoption passing confidence
eslint-plugin-prettier 5.5.0 -> 5.5.1 age adoption passing confidence
jest (source) 30.0.2 -> 30.0.3 age adoption passing confidence
prettier (source) 3.5.3 -> 3.6.1 age adoption passing confidence
rollup (source) 4.44.0 -> 4.44.1 age adoption passing confidence

Release Notes

eslint/rewrite (@​eslint/compat)

v1.3.1

Compare Source

Bug Fixes
  • relax @eslint/compat eslint peerDependencies constraint (#​215) (b96ec0c)
Dependencies
  • The following workspace dependencies were updated
jestjs/jest (@​jest/globals)

v30.0.3

Compare Source

Fixes
  • [jest-config] Fix ESM TS config loading in a CJS project (#​15694)
Features
  • [jest-diff] Show non-printable control characters to diffs (#​15696)
rollup/rollup (@​rollup/rollup-linux-x64-gnu)

v4.44.1

Compare Source

2025-06-26

Bug Fixes
  • Reinstate maxParallelFileOps limit of 1000 to resolve the issue for some (#​5992)
Pull Requests
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.35.0

Compare Source

🚀 Features
  • eslint-plugin: [no-base-to-string] add checkUnknown Option (#​11128)
❤️ Thank You

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

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.35.0

Compare Source

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

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

import-js/eslint-import-resolver-typescript (eslint-import-resolver-typescript)

v4.4.4

Compare Source

Patch Changes
import-js/eslint-plugin-import (eslint-plugin-import)

v2.32.0

Compare Source

Added
Fixed
Changed
prettier/eslint-plugin-prettier (eslint-plugin-prettier)

v5.5.1

Compare Source

Patch Changes
prettier/prettier (prettier)

v3.6.1

Compare Source

diff

TypeScript: Allow const without initializer (#​17650, #​17654 by @​fisker)
// Input
export const version: string;

// Prettier 3.6.0 (--parser=babel-ts)
SyntaxError: Unexpected token (1:21)
> 1 | export const version: string;
    |                     ^

// Prettier 3.6.0 (--parser=oxc-ts)
SyntaxError: Missing initializer in const declaration (1:14)
> 1 | export const version: string;
    |              ^^^^^^^^^^^^^^^

// Prettier 3.6.1
export const version: string;
Miscellaneous: Avoid closing files multiple times (#​17665 by @​43081j)

When reading a file to infer the interpreter from a shebang, we use the
n-readlines library to read the first line in order to get the shebang.

This library closes files when it reaches EOF, and we later try close the same
files again. We now close files only if n-readlines did not already close
them.

v3.6.0

Compare Source

diff

🔗 Release Notes


Configuration

📅 Schedule: Branch creation - Only on Friday ( * * * * 5 ) in timezone Europe/Berlin, 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 enabled auto-merge (squash) June 26, 2025 22:37
@renovate renovate Bot merged commit 5e2bfb7 into main Jun 26, 2025
11 checks passed
@renovate renovate Bot deleted the renovate/dev-dependencies branch June 26, 2025 22:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants