chore: update @rslint/core to 0.2.1 and refactor some codes#1480
Merged
Timeless0911 merged 1 commit intomainfrom Feb 10, 2026
Merged
chore: update @rslint/core to 0.2.1 and refactor some codes#1480Timeless0911 merged 1 commit intomainfrom
Timeless0911 merged 1 commit intomainfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the repository’s TypeScript linting toolchain to @rslint/core@0.2.1 and adjusts core code to remove a non-null assertion and tighten a few internal plugin fields.
Changes:
- Bump
@rslint/corefrom0.2.0to0.2.1(including lockfile updates). - Make
composeEntryConfigacceptsource.entrybeingundefined(remove!usage and keep defaulting behavior). - Minor refactors: mark
EntryChunkPluginfields asreadonlyand simplify a JS-asset filter.
Reviewed changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| rslint.jsonc | Adjusts TypeScript-ESLint rule toggles to match current lint setup. |
| package.json | Updates @rslint/core devDependency to ^0.2.1. |
| pnpm-lock.yaml | Locks @rslint/core and platform packages to 0.2.1. |
| packages/core/src/config.ts | Removes non-null assertion on config.source?.entry by making entry handling accept undefined. |
| packages/core/src/plugins/EntryChunkPlugin.ts | Marks internal state/config fields as readonly (no behavioral change). |
| packages/core/src/asset/LibSvgrPatchPlugin.ts | Replaces a regex with endsWith('js') when selecting JS chunk assets. |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
fi3ework
approved these changes
Feb 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Update
@rslint/coreto0.2.1and refactor some core logic .Related Links
Checklist