Skip to content

chore(deps): update dependency @rslint/core to v0.9.3 - #508

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/rslint-core-0.x
Sep 22, 2026
Merged

renovate[bot] merged 1 commit into
mainfrom
renovate/rslint-core-0.x

Conversation

@renovate

@renovate renovate Bot commented Sep 22, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@rslint/core 0.9.20.9.3 age confidence

Release Notes

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

v0.9.3

Compare Source

Highlights
Near-complete eslint-plugin-n support

Rslint now supports nearly all of eslint-plugin-n's rules and recommended presets through the native node/* namespace. The 38 supported rules cover dependency resolution, package publishing, deprecated APIs, and compatibility with configured Node.js versions. Use nodePlugin.configs.recommended for mixed CommonJS and ES module projects, or choose recommendedModule or recommendedScript explicitly.

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

export default defineConfig([nodePlugin.configs.recommended]);
Faster Rstest analysis

Rstest rules avoid redundant scans of mock factories and assertion pairs, and defer fix construction until needed. In a synthetic benchmark with 2,000 adjacent assertion pairs, rstest/prefer-called-exactly-once-with rule execution dropped from 289.8 ms to 4.2 ms. #​2122, #​2123, #​2124, #​2243

What's Changed
New Features 🎉
Performance 🚀
Bug Fixes 🐞
Refactor 🔨
Document 📖
Other Changes
New Contributors

Full Changelog: web-infra-dev/rslint@v0.9.2...v0.9.3


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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Sep 22, 2026

Copy link
Copy Markdown

Deploying rstack-cli with  Cloudflare Pages  Cloudflare Pages

Latest commit: 9630b91
Status: ✅  Deploy successful!
Preview URL: https://04569aa7.rstack-cli.pages.dev
Branch Preview URL: https://renovate-rslint-core-0-x.rstack-cli.pages.dev

View logs

@renovate
renovate Bot enabled auto-merge (squash) September 22, 2026 07:30
@renovate
renovate Bot force-pushed the renovate/rslint-core-0.x branch from 1a85699 to 9630b91 Compare September 22, 2026 08:31
@renovate
renovate Bot merged commit d60e570 into main Sep 22, 2026
5 checks passed
@renovate
renovate Bot deleted the renovate/rslint-core-0.x branch September 22, 2026 08:48
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