Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 30, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint (source) 9.29.0 -> 9.30.0 age adoption passing confidence
eslint-plugin-prettier 5.5.0 -> 5.5.1 age adoption passing confidence
html-validate (source) 9.7.0 -> 9.7.1 age adoption passing confidence
prettier (source) 3.6.0 -> 3.6.2 age adoption passing confidence

Release Notes

eslint/eslint (eslint)

v9.30.0

Compare Source

prettier/eslint-plugin-prettier (eslint-plugin-prettier)

v5.5.1

Compare Source

Patch Changes
html-validate/html-validate (html-validate)

v9.7.1

Compare Source

Bug Fixes
  • docs: fix typo in docs navigation (1a2b87a)
  • rules: no-raw-characters ignores boolean attributes in favor of attribute-allowed-values (22b18be), closes #​296
  • rules: allow aria-label on <dialog> (bd07810), closes #​304
  • vitest: fix matchers augmentation for typescript (7c4bb69)
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.


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (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.

@xoxys xoxys merged commit 62cc830 into main Jun 30, 2025
3 checks passed
@renovate renovate bot changed the title chore(deps): update devdeps non-major chore(deps): update devdeps non-major - autoclosed Jun 30, 2025
@renovate renovate bot deleted the renovate/devdeps-non-major branch June 30, 2025 06:48
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