Skip to content

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

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/all-minor-patch
Aug 31, 2026
Merged

chore(deps): update all non-major dependencies#124
renovate[bot] merged 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Aug 31, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@rslint/core ^0.8.0^0.9.0 age confidence
@rspress/core (source) ^2.0.19^2.0.21 age confidence
@rstest/adapter-rslib (source) ^0.11.8^0.11.11 age confidence
@rstest/core (source) ^0.11.8^0.11.11 age confidence
@storybook/addon-themes (source) ^10.5.8^10.5.10 age confidence
@storybook/react (source) ^10.5.8^10.5.10 age confidence
@types/react-dom (source) ^19.2.4^19.2.5 age confidence
antd (source) ^6.6.0^6.6.2 age confidence
chromatic (source) ^18.2.0^18.7.1 age confidence
pnpm (source) 11.21.011.24.0 age confidence
simple-git-hooks ^2.13.1^2.14.0 age confidence
storybook (source) ^10.5.8^10.5.10 age confidence
storybook-addon-rslib (source) ^3.4.1^3.4.2 age confidence
storybook-react-rsbuild (source) ^3.4.1^3.4.2 age confidence

Release Notes

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

v0.9.0

Compare Source

Highlights

All non-deprecated typescript-eslint rules are now supported

Rslint's Go catalog now implements all 125 rules that @typescript-eslint/eslint-plugin v8.68.0 does not mark as deprecated, up from 124 in v0.8.2. ESLint core coverage also rises from 187 to 194 of the 199 rules not marked as deprecated in ESLint v10.9.1 (97.5%).

What's Changed

Breaking Changes 🍭
Legacy JSON config files are no longer loaded

Rslint no longer loads rslint.json or rslint.jsonc while linting. Passing one to --config is rejected, and automatic discovery ignores these files. Run the following command before upgrading to migrate a legacy JSON/JSONC config to a JavaScript or TypeScript module config:

rslint --init

The low-level API config and high-level API overrideConfig JSON payloads remain supported.

Default CLI text output has changed

The default human-readable formatter now emits start and terminal success/error status lines and reports one canonical file count, replacing the previous Found ... summary. Scripts that parse the default text must update or switch to --format jsonline; the jsonline, github, and gitlab formats and exit-code behavior are unchanged.

New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

New Contributors

Full Changelog: web-infra-dev/rslint@v0.8.2...v0.9.0

v0.8.2

Compare Source

What's Changed

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

New Contributors

Full Changelog: web-infra-dev/rslint@v0.8.1...v0.8.2

v0.8.1

Compare Source

Highlights

Built-in globals catalog

@rslint/core now exports globals, bundling the complete environment catalog from the pinned globals package plus an Rstest-specific globals.rstest preset. Upstream environment maps are loaded on first access, so browser, Node.js, worker, and other environments can be configured without installing globals separately.

import { defineConfig, globals } from '@rslint/core';

export default defineConfig([
  {
    files: ['src/client/**'],
    languageOptions: {
      globals: globals.browser,
    },
  },
  {
    files: ['scripts/**'],
    languageOptions: {
      globals: globals.node,
    },
  },
]);

What's Changed

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

Full Changelog: web-infra-dev/rslint@v0.8.0...v0.8.1

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

v2.0.21

Compare Source

What's Changed

Bug Fixes 🐞
Other Changes

Full Changelog: web-infra-dev/rspress@v2.0.20...v2.0.21

v2.0.20

Compare Source

Highlights

🧭 New Blog: How to build an Agent-friendly website

Can an AI agent find, read, and understand your documentation as easily as a human? This new guide shows how Rspress combines llms.txt, SSG-MD, Accept: text/markdown, and injectLlmsHint to build documentation for both humans and Agents—and how AFDocs makes the result measurable.

image

Read the blog: How to build an Agent-friendly website

🔗 Normalize clean URLs before rendering

Static hosts can serve the same page through URLs such as /guide, /guide.html, /guide/, and /guide/index.html. Rspress can now match the actual route first and normalize the browser address bar to the format selected by route.cleanUrls before the page renders:

import { defineConfig } from '@rspress/core';

export default defineConfig({
  route: {
    cleanUrls: true,
    cleanUrlsRedirect: true,
  },
});

With this configuration, /guide.html becomes /guide, while /reference/index.html becomes /reference/. Normalization uses history.replaceState, does not reload the page, and preserves base, query parameters, hashes, and existing history state.

This is a browser-side fallback rather than an HTTP 301/308 redirect. Keep server or CDN redirects for canonical SEO behav

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone Asia/Shanghai)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, on day 1 and 15 of the month (* 0-3 1,15 * *)
  • 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 merged commit 547d5cd into main Aug 31, 2026
7 checks passed
@renovate
renovate Bot deleted the renovate/all-minor-patch branch August 31, 2026 21:31
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.

0 participants