Skip to content

Update js formatter and linter#297

Merged
at-wat merged 1 commit intomasterfrom
renovate/js-formatter-and-linter
Jun 30, 2025
Merged

Update js formatter and linter#297
at-wat merged 1 commit intomasterfrom
renovate/js-formatter-and-linter

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 6, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@eslint/js (source) 9.28.0 -> 9.30.0 age adoption passing confidence
eslint (source) 9.28.0 -> 9.30.0 age adoption passing confidence
prettier (source) 3.5.3 -> 3.6.2 age adoption passing confidence
typescript-eslint (source) 8.33.0 -> 8.35.0 age adoption passing confidence

Release Notes

eslint/eslint (@​eslint/js)

v9.30.0

Compare Source

v9.29.0

Compare Source

eslint/eslint (eslint)

v9.30.0

Compare Source

v9.29.0

Compare Source

prettier/prettier (prettier)

v3.6.2

Compare Source

diff

Markdown: Add missing blank line around code block (#​17675 by @​fisker)
<!-- Input -->
1. Some text, and code block below, with newline after code block

   ```yaml
   ---
   foo: bar
   ```

   1. Another
   2. List

<!-- Prettier 3.6.1 -->
1. Some text, and code block below, with newline after code block

   ```yaml
   ---
   foo: bar
   ```
   1. Another
   2. List

<!-- Prettier 3.6.2 -->
1. Some text, and code block below, with newline after code block

   ```yaml
   ---
   foo: bar
   ```

   1. Another
   2. List

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

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

v8.35.0

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.

v8.34.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.

v8.34.0

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.

v8.33.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 - Only on Sunday and Saturday ( * * * * 0,6 ) in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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.

@codecov
Copy link

codecov bot commented Jun 6, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 38.16%. Comparing base (59c8ae9) to head (c9eec62).
Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #297   +/-   ##
=======================================
  Coverage   38.16%   38.16%           
=======================================
  Files           8        8           
  Lines        1643     1643           
=======================================
  Hits          627      627           
  Misses        980      980           
  Partials       36       36           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate bot changed the title Update dependency typescript-eslint to v8.33.1 Update dependency typescript-eslint to v8.34.0 Jun 9, 2025
@renovate renovate bot force-pushed the renovate/js-formatter-and-linter branch 2 times, most recently from 5e126f7 to 2793f7b Compare June 13, 2025 20:35
@renovate renovate bot changed the title Update dependency typescript-eslint to v8.34.0 Update js formatter and linter Jun 13, 2025
@renovate renovate bot force-pushed the renovate/js-formatter-and-linter branch 3 times, most recently from 8a12375 to 44f05ec Compare June 23, 2025 18:30
@renovate renovate bot force-pushed the renovate/js-formatter-and-linter branch 2 times, most recently from 22e5ab0 to 115b9c8 Compare June 27, 2025 09:34
@renovate renovate bot force-pushed the renovate/js-formatter-and-linter branch from 115b9c8 to c9eec62 Compare June 28, 2025 00:38
@at-wat at-wat merged commit 310992b into master Jun 30, 2025
6 checks passed
@at-wat at-wat deleted the renovate/js-formatter-and-linter branch June 30, 2025 03:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant