Skip to content

chore(deps): update all non-major dependencies #57

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 30, 2025

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
@sxzz/prettier-config ^2.2.1 -> ^2.2.3 age adoption passing confidence
@types/node (source) ^22.15.32 -> ^22.15.34 age adoption passing confidence
eslint (source) ^9.29.0 -> ^9.30.0 age adoption passing confidence
pnpm (source) 10.12.2 -> 10.12.4 age adoption passing confidence
prettier (source) ^3.6.0 -> ^3.6.2 age adoption passing confidence
rollup (source) ^4.44.0 -> ^4.44.1 age adoption passing confidence
tsdown ^0.12.8 -> ^0.12.9 age adoption passing confidence

Release Notes

sxzz/prettier-config (@​sxzz/prettier-config)

v2.2.3

Compare Source

v2.2.2

Compare Source

eslint/eslint (eslint)

v9.30.0

Compare Source

pnpm/pnpm (pnpm)

v10.12.4

Compare Source

Patch Changes

v10.12.3

Compare Source

Patch Changes
  • Restore hoisting of optional peer dependencies when installing with an outdated lockfile.
    Regression introduced in v10.12.2 by #​9648; resolves #​9685.
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.

rollup/rollup (rollup)

v4.44.1

Compare Source

2025-06-26

Bug Fixes
  • Reinstate maxParallelFileOps limit of 1000 to resolve the issue for some (#​5992)
Pull Requests
rolldown/tsdown (tsdown)

v0.12.9

Compare Source

   🚀 Features
    View changes on GitHub

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.

Copy link

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

Copy link

socket-security bot commented Jun 30, 2025

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updated@​sxzz/​prettier-config@​2.2.1 ⏵ 2.2.376 +110071 +190 +10100
Updated@​types/​node@​22.15.32 ⏵ 22.15.34100 +110080 +196100
Updatedtsdown@​0.12.8 ⏵ 0.12.998 +110087 +196100
Updatedeslint@​9.29.0 ⏵ 9.30.097 +110010096 +2100
Updatedrollup@​4.44.0 ⏵ 4.44.197 +110010099 +1100
Updatedprettier@​3.6.0 ⏵ 3.6.299 +110010097 +3100

View full report

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3594e75 to 0a58bb1 Compare June 30, 2025 03:45
@renovate renovate bot merged commit 5edf46e into main Jun 30, 2025
9 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch June 30, 2025 04:47
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