Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 29, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) ^22.15.32 -> ^22.15.34 age adoption passing confidence
bullmq (source) 5.55.0 -> 5.56.0 age adoption passing confidence
discord.js (source) ^14.20.0 -> ^14.21.0 age adoption passing confidence
eslint-plugin-prettier ^5.5.0 -> ^5.5.1 age adoption passing confidence
prettier (source) ^3.5.3 -> ^3.6.2 age adoption passing confidence
undici (source) ^7.10.0 -> ^7.11.0 age adoption passing confidence

Release Notes

taskforcesh/bullmq (bullmq)

v5.56.0

Compare Source

Features
discordjs/discord.js (discord.js)

v14.21.0

Compare Source

Bug Fixes

Features

Typings

  • ClientEventTypes: Add missing guildSoundboardSoundsUpdate (#​10928) (c2a43b6)
prettier/eslint-plugin-prettier (eslint-plugin-prettier)

v5.5.1

Compare Source

Patch Changes
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

nodejs/undici (undici)

v7.11.0

Compare Source

What's Changed

New Contributors

Full Changelog: nodejs/undici@v7.10.0...v7.11.0


Configuration

📅 Schedule: Branch creation - "before 12pm on Sunday" (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 enabled auto-merge (squash) June 29, 2025 02:22
renovate-approve[bot]
renovate-approve bot previously approved these changes Jun 29, 2025
renovate-approve-2[bot]
renovate-approve-2 bot previously approved these changes Jun 29, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d4c8e72 to 3f71f43 Compare June 29, 2025 17:15
@sonarqubecloud
Copy link

@renovate renovate bot merged commit 4c42df2 into main Jun 29, 2025
9 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch June 29, 2025 18:01
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.

2 participants