Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 7, 2025

This PR contains the following updates:

Package Change Age Confidence
@sxzz/eslint-config ^7.3.2 -> ^7.4.0 age confidence
@sxzz/prettier-config ^2.2.5 -> ^2.2.6 age confidence
bumpp ^10.3.1 -> ^10.3.2 age confidence
pnpm (source) 10.23.0 -> 10.24.0 age confidence
prettier (source) ^3.6.2 -> ^3.7.3 age confidence
tsdown (source) ^0.16.7 -> ^0.16.8 age confidence

Release Notes

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

v7.4.0

Compare Source

   🚀 Features
    View changes on GitHub
sxzz/prettier-config (@​sxzz/prettier-config)

v2.2.6

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
antfu-collective/bumpp (bumpp)

v10.3.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
pnpm/pnpm (pnpm)

v10.24.0

Compare Source

prettier/prettier (prettier)

v3.7.3

Compare Source

diff

API: Fix prettier.getFileInfo() change that breaks VSCode extension (#​18375 by @​fisker)

An internal refactor accidentally broke the VSCode extension plugin loading.

v3.7.2

Compare Source

diff

JavaScript: Fix string print when switching quotes (#​18351 by @​fisker)
// Input
console.log("A descriptor\\'s .kind must be \"method\" or \"field\".")

// Prettier 3.7.1
console.log('A descriptor\\'s .kind must be "method" or "field".');

// Prettier 3.7.2
console.log('A descriptor\\\'s .kind must be "method" or "field".');
JavaScript: Preserve quote for embedded HTML attribute values (#​18352 by @​kovsu)
// Input
const html = /* HTML */ ` <div class="${styles.banner}"></div> `;

// Prettier 3.7.1
const html = /* HTML */ ` <div class=${styles.banner}></div> `;

// Prettier 3.7.2
const html = /* HTML */ ` <div class="${styles.banner}"></div> `;
TypeScript: Fix comment in empty type literal (#​18364 by @​fisker)
// Input
export type XXX = {
  // tbd
};

// Prettier 3.7.1
export type XXX = { // tbd };

// Prettier 3.7.2
export type XXX = {
  // tbd
};

v3.7.1

Compare Source

diff

API: Fix performance regression in doc printer (#​18342 by @​fisker)

Prettier 3.7.1 can be very slow when formatting big files, the regression has been fixed.

v3.7.0

Compare Source

diff

🔗 Release Notes

rolldown/tsdown (tsdown)

v0.16.8

Compare Source

   🚀 Features
Deprecation
  • Deprecate attw.profile = 'esmOnly', use esm-only instead.
    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: 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.

@renovate renovate bot added the dependencies label Apr 7, 2025
@bolt-new-by-stackblitz
Copy link

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

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 73d83e6 to 24c35c1 Compare April 14, 2025 12:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from 520af03 to c193e00 Compare April 24, 2025 01:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 026ee40 to 33a1695 Compare April 29, 2025 20:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from a97aba4 to 0aa2c3d Compare May 6, 2025 02:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from d66aabe to 57e354e Compare November 4, 2025 16:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 779948c to 413512b Compare November 12, 2025 22:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from c036796 to 17f94ca Compare November 22, 2025 13:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 17f94ca to 1e4ab15 Compare November 25, 2025 17:50
@renovate renovate bot changed the title fix(deps): update all non-major dependencies fix(deps): update all non-major dependencies - autoclosed Nov 27, 2025
@renovate renovate bot closed this Nov 27, 2025
@renovate renovate bot changed the title fix(deps): update all non-major dependencies - autoclosed chore(deps): update all non-major dependencies Dec 1, 2025
@renovate renovate bot reopened this Dec 1, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 1e4ab15 to 328294d Compare December 1, 2025 00:48
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.

1 participant