Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 27, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@biomejs/biome (source) ^2.0.4 -> ^2.0.5 age adoption passing confidence
@rsbuild/plugin-preact (source) ^1.4.0 -> ^1.5.0 age adoption passing confidence
@storybook/addon-docs (source) ^9.0.12 -> ^9.0.13 age adoption passing confidence
@storybook/addon-links (source) ^9.0.12 -> ^9.0.13 age adoption passing confidence
@storybook/addon-onboarding (source) ^9.0.12 -> ^9.0.13 age adoption passing confidence
@storybook/react (source) ^9.0.12 -> ^9.0.13 age adoption passing confidence
@storybook/vue3 (source) ^9.0.12 -> ^9.0.13 age adoption passing confidence
@types/lodash (source) ^4.17.18 -> ^4.17.19 age adoption passing confidence
@types/node (source) ^22.15.32 -> ^22.15.33 age adoption passing confidence
create-rstack 1.5.1 -> 1.5.2 age adoption passing confidence
prettier (source) ^3.5.3 -> ^3.6.2 age adoption passing confidence
prettier-plugin-packagejson ^2.5.15 -> ^2.5.16 age adoption passing confidence
rslib (source) 0.10.2 -> 0.10.3 age adoption passing confidence
rslog ^1.2.7 -> ^1.2.8 age adoption passing confidence
storybook (source) ^9.0.12 -> ^9.0.13 age adoption passing confidence
zx (source) ^8.5.5 -> ^8.6.0 age adoption passing confidence

Release Notes

biomejs/biome (@​biomejs/biome)

v2.0.5

Compare Source

Patch Changes
  • #​6461 38862e6 Thanks @​ematipico! - Fixed #​6419, a regression where stdin mode would create a temporary new file instead of using the one provided by the user. This was an intended regression.

    Now Biome will use the file path passed via --std-file-path, and apply the configuration that matches it.

  • #​6480 050047f Thanks @​Conaclos! - Fixed #​6371.
    useNamingConvention now checks the string case of objects' property shorthand.

  • #​6477 b98379d Thanks @​ematipico! - Fixed an issue where Biome formatter didn't format consistently CSS value separated by commas.

    .font-heading {
    - font-feature-settings: var(--heading-salt), var(--heading-ss06),
    -   var(--heading-ss11), var(--heading-cv09), var(--heading-liga),
    -   var(--heading-calt);
    
    +  font-feature-settings:
    +    var(--heading-salt), var(--heading-ss06), var(--heading-ss11),
    +    var(--heading-cv09), var(--heading-liga), var(--heading-calt);
    }
    
  • #​6248 ec7126c Thanks @​fireairforce! - Fixed grit pattern matching for different kinds of import statements.

    The grit pattern import $imports from "foo" will match the following code:

    import bar from "foo";
    import { bar } from "foo";
    import { bar, baz } from "foo";
storybookjs/storybook (@​storybook/addon-docs)

v9.0.13

Compare Source

storybookjs/storybook (@​storybook/addon-onboarding)

v9.0.13

Compare Source

9.0.13

rspack-contrib/create-rstack (create-rstack)

v1.5.2

Compare Source

What's Changed

Full Changelog: rspack-contrib/create-rstack@v1.5.1...v1.5.2

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

matzkoh/prettier-plugin-packagejson (prettier-plugin-packagejson)

v2.5.16

Compare Source

web-infra-dev/rslib (rslib)

v0.10.3

Compare Source

What's Changed
Bug Fixes 🐞
Other Changes

Full Changelog: v0.10.2...v0.10.3

rspack-contrib/rslog (rslog)

v1.2.8

Compare Source

What's Changed

New Contributors

Full Changelog: rspack-contrib/rslog@v1.2.7...v1.2.8

google/zx (zx)

v8.6.0: — Valve Vanguard

Compare Source

  • Enabled thenable params processing for $ literals #​1237
const a1 = $`echo foo`
const a2 = new Promise((resolve) => setTimeout(resolve, 20, ['bar', 'baz']))

await $`echo ${a1} ${a2}` // foo bar baz

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.

@netlify
Copy link

netlify bot commented Jun 27, 2025

Deploy Preview for rslib ready!

Name Link
🔨 Latest commit f5b339c
🔍 Latest deploy log https://app.netlify.com/projects/rslib/deploys/685e322006bb650008200eba
😎 Deploy Preview https://deploy-preview-1093--rslib.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@Timeless0911 Timeless0911 enabled auto-merge (squash) June 27, 2025 06:00
@Timeless0911 Timeless0911 merged commit d7faff2 into main Jun 27, 2025
13 checks passed
@Timeless0911 Timeless0911 deleted the renovate/all-non-major branch June 27, 2025 06:00
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.

2 participants