Skip to content

chore(deps): update all patch dependencies#2337

Merged
Timeless0911 merged 1 commit intomainfrom
renovate/all-patch
Jun 30, 2025
Merged

chore(deps): update all patch dependencies#2337
Timeless0911 merged 1 commit intomainfrom
renovate/all-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jun 30, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/types (source) ^7.27.6 -> ^7.27.7 age adoption passing confidence
@rsbuild/core (source) ~1.4.0 -> ~1.4.2 age adoption passing confidence
@rslib/core (source) 0.10.3 -> 0.10.4 age adoption passing confidence
@types/lodash (source) ^4.17.18 -> ^4.17.19 age adoption passing confidence
@unhead/react (source) ^2.0.10 -> ^2.0.11 age adoption passing confidence
create-rstack 1.5.1 -> 1.5.2 age adoption passing confidence
enhanced-resolve 5.18.1 -> 5.18.2 age adoption passing confidence
prettier (source) 3.6.0 -> 3.6.2 age adoption passing confidence
prettier-plugin-packagejson ^2.5.15 -> ^2.5.17 age adoption passing confidence
rspress (source) ^2.0.0-beta.16 -> ^2.0.0-beta.18 age adoption passing confidence

Release Notes

babel/babel (@​babel/types)

v7.27.7

Compare Source

👓 Spec Compliance
🐛 Bug Fix
🏠 Internal
  • babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread
web-infra-dev/rsbuild (@​rsbuild/core)

v1.4.2

What's Changed

New Features 🎉
Performance 🚀
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rsbuild@v.1.4.1...v1.4.2

web-infra-dev/rslib (@​rslib/core)

v0.10.4

Compare Source

What's Changed

New Features 🎉

In order to fix an issue where require.cache caused unexpected ESM output

Document 📖
Other Changes

Full Changelog: web-infra-dev/rslib@v0.10.3...v0.10.4

unjs/unhead (@​unhead/react)

v2.0.11

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
rspack-contrib/create-rstack (create-rstack)

v1.5.2

Compare Source

What's Changed

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

webpack/enhanced-resolve (enhanced-resolve)

v5.18.2

Compare Source

Fixes
  • [Types] FileSystem type
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.

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

v2.5.17

Compare Source

Bug Fixes
  • deps: update dependency sort-package-json to v3.3.1 (1435bf2)

v2.5.16

Compare Source

Bug Fixes
  • deps: update dependency sort-package-json to v3.2.2 (8baedc1)
web-infra-dev/rspress (rspress)

v2.0.0-beta.18

Compare Source

Breaking Changes 🚨

Reimplement base config with basename feature of react-router

Related PR: #​2322

If you are using const { pathname } = useLocation() together with base configuration, it should be noted that pathname will not contain base url, as the top-level BrowserRouter includes basename

What's Changed

Bug Fixes 🐞
Other Changes

New Contributors

Full Changelog: v2.0.0-beta.17...v2.0.0-beta.18

v2.0.0-beta.17

Compare Source

Breaking Changes 🚨

Support Single Nav Mode by renaming the top level _meta.json to _nav.json

Related PR: #​2314

If your top level does not have _nav.json, themeConfig.nav will not be generated, and your homepage will directly enter the document.

For example:

├── doc
│   ├── guide
│   │   ├── advanced
│   │   │   └── plugin.mdx
│   │   ├── _meta.json
│   │   └── index.mdx
+   ├── _meta.json
│   └── index.md
├── package.json
└── rspress.config.ts

What's Changed

New Features 🎉
Performance 🚀
Bug Fixes 🐞
Document 📖
Other Changes

New Contributors

Full Changelog: v2.0.0-beta.16...v2.0.0-beta.17


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
Copy Markdown

netlify Bot commented Jun 30, 2025

Deploy Preview for rspress-v2 ready!

Name Link
🔨 Latest commit 805cd4c
🔍 Latest deploy log https://app.netlify.com/projects/rspress-v2/deploys/6861f2b90dcd4100088a8c4f
😎 Deploy Preview https://deploy-preview-2337--rspress-v2.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.

@netlify
Copy link
Copy Markdown

netlify Bot commented Jun 30, 2025

Deploy Preview for rspress ready!

Name Link
🔨 Latest commit 805cd4c
🔍 Latest deploy log https://app.netlify.com/projects/rspress/deploys/6861f2b93fa9b4000869a0f0
😎 Deploy Preview https://deploy-preview-2337--rspress.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 89 (🔴 down 7 from production)
Accessibility: 97 (no change from production)
Best Practices: 92 (🟢 up 9 from production)
SEO: 100 (no change from production)
PWA: -
View the detailed breakdown and full score reports

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

@Timeless0911 Timeless0911 merged commit 69ffd8c into main Jun 30, 2025
12 checks passed
@Timeless0911 Timeless0911 deleted the renovate/all-patch branch June 30, 2025 03:24
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.

1 participant