Skip to content

chore(deps): update rstack toolchain - #68

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/rstack
Open

renovate[bot] wants to merge 1 commit into
mainfrom
renovate/rstack

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.2^0.9.3 age confidence
@rslint/core 0.9.20.9.3 age confidence
@rstackjs/load-config ^1.0.0^1.0.1 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

rstackjs/load-config (@​rstackjs/load-config)

v1.0.1

Compare Source

What's Changed

Full Changelog: rstackjs/load-config@v1.0.0...v1.0.1


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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.

This branch has not been deployed

No deployments
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