Skip to content

chore: upgrade rslint to 0.6.1#81

Merged
chenjiahan merged 1 commit into
mainfrom
codex/upgrade-rslint-core-0-6-1-20260615-a
Jun 15, 2026
Merged

chore: upgrade rslint to 0.6.1#81
chenjiahan merged 1 commit into
mainfrom
codex/upgrade-rslint-core-0-6-1-20260615-a

Conversation

@chenjiahan

Copy link
Copy Markdown
Member

Summary

This PR upgrades @rslint/core to v0.6.1 and refreshes the pnpm lockfile. It also applies the small code adjustments required by the newer lint rules where needed.

Related Links

https://github.com/web-infra-dev/rslint/releases/tag/v0.6.1

@chenjiahan chenjiahan marked this pull request as ready for review June 15, 2026 04:44
@coderabbitai

coderabbitai Bot commented Jun 15, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: f1be20f9-e344-416c-886a-b6deb72e0f80

📥 Commits

Reviewing files that changed from the base of the PR and between 63746b4 and 5f1ffb7.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (2)
  • package.json
  • typings.d.ts

📝 Walkthrough

Walkthrough

Two minor changes are made. In package.json, the @rslint/core devDependency is bumped from ^0.5.3 to ^0.6.1. In typings.d.ts, HtmlRspackPlugin.ProcessedOptions is converted from an interface declaration (interface ProcessedOptions extends Required<Options> {}) to a type alias (type ProcessedOptions = Required<Options>), leaving the resolved shape unchanged.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title 'chore: upgrade rslint to 0.6.1' directly summarizes the main change: upgrading @rslint/core dependency to version 0.6.1.
Description check ✅ Passed The description accurately explains the PR's purpose: upgrading @rslint/core to v0.6.1, refreshing the lockfile, and applying code adjustments for new lint rules.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch codex/upgrade-rslint-core-0-6-1-20260615-a

Comment @coderabbitai help to get the list of available commands and usage tips.

@chenjiahan chenjiahan merged commit 388a456 into main Jun 15, 2026
4 checks passed
@chenjiahan chenjiahan deleted the codex/upgrade-rslint-core-0-6-1-20260615-a branch June 15, 2026 05:40
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