Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 23, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mocha (source) 11.4.0 -> 11.7.1 age adoption passing confidence
prettier (source) 3.5.3 -> 3.6.2 age adoption passing confidence

Release Notes

mochajs/mocha (mocha)

v11.7.1

Compare Source

🩹 Fixes
🧹 Chores

v11.7.0

Compare Source

🌟 Features

v11.6.0

Compare Source

🌟 Features

v11.5.0

Compare Source

🌟 Features
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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 dependencies Pull requests that update a dependency file label May 23, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a2ff6aa to d4f0461 Compare May 27, 2025 18:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d4f0461 to ac8f34e Compare June 9, 2025 16:04
@renovate renovate bot changed the title chore(deps): update dependency mocha to v11.5.0 chore(deps): update dependency mocha to v11.6.0 Jun 9, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ac8f34e to 739ee25 Compare June 18, 2025 04:57
@renovate renovate bot changed the title chore(deps): update dependency mocha to v11.6.0 chore(deps): update dependency mocha to v11.7.0 Jun 18, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 739ee25 to 34c7212 Compare June 23, 2025 02:45
@renovate renovate bot changed the title chore(deps): update dependency mocha to v11.7.0 chore(deps): update all non-major dependencies Jun 23, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from a90a7e1 to aca5cf6 Compare June 27, 2025 06:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from aca5cf6 to 4ebe939 Compare July 2, 2025 14:37
@meabed meabed merged commit 0f3109f into master Jul 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants