-
-
Notifications
You must be signed in to change notification settings - Fork 69
chore: release eslint-import-resolver-typescript #424
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
WalkthroughThis pull request removes a file that previously handled error reporting for malformed Changes
Sequence Diagram(s)sequenceDiagram
participant B as Build Process
participant T as TSConfig Checker
participant D as Developer
B->>T: Load tsconfig file
T->>T: Validate tsconfig structure
alt Malformed Configuration
T-->>B: Return error: Invalid tsconfig
B->>D: Report error and halt build
else Valid Configuration
T-->>B: Return success
B->>D: Continue build process
end
Possibly related PRs
Poem
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ESLint
tests/e2e/e2e.spec.tsOops! Something went wrong! :( ESLint: 9.23.0 Error [ERR_MODULE_NOT_FOUND]: Cannot find package '@1stg/eslint-config' imported from /eslint.config.js 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (4)
💤 Files with no reviewable changes (1)
🔇 Additional comments (3)
✨ Finishing Touches
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Report too large to display inline |
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR prepares the release of eslint-import-resolver-typescript version 4.3.0 by updating the changelog and removing the corresponding changeset file.
- Added release notes for version 4.3.0 in CHANGELOG.md
- Removed the changeset file (.changeset/wise-singers-own.md) containing the release information
Reviewed Changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
File | Description |
---|---|
CHANGELOG.md | Adds release notes for eslint-import-resolver-typescript v4.3.0 |
.changeset/wise-singers-own.md | Removes the changeset file as it's no longer needed post-release |
Files not reviewed (1)
- package.json: Language not supported
Oh, poor Windows
@coderabbitai review |
✅ Actions performedReview triggered.
|
commit: |
size-limit report 📦
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #424 +/- ##
=======================================
Coverage 63.58% 63.58%
=======================================
Files 6 6
Lines 368 368
Branches 48 48
=======================================
Hits 234 234
Misses 134 134 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR prepares a new release (v4.3.0) for eslint-import-resolver-typescript, updating package details automatically via a Changesets release action.
- Increased the timeout value in e2e tests from 30,000ms to 60,000ms.
- Updated the CHANGELOG.md with release notes.
- Removed a Changeset file related to this release.
Reviewed Changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.
File | Description |
---|---|
tests/e2e/e2e.spec.ts | Adjusted e2e test timeout to accommodate longer-running tests. |
CHANGELOG.md | Added release notes for version 4.3.0 with minor change details. |
.changeset/wise-singers-own.md | Removed changeset file as it is no longer needed post-release. |
Files not reviewed (1)
- package.json: Language not supported
@coderabbitai I've told you several times, you need to run |
Tip For best results, initiate chat on the files or code changes. @JounQin I apologize for the oversight. You're absolutely right - I'll remember that ✏️ Learnings added
|
@coderabbitai And this repository use |
Tip For best results, initiate chat on the files or code changes. @JounQin Thank you for the additional information. I understand that this repository uses (^・ω・^✿) ✏️ Learnings added
🧠 Learnings used
|
Tip For best results, initiate chat on the files or code changes. 🧩 Analysis chain🏁 Script executed:
Length of output: 8340 🏁 Script executed:
Length of output: 3738 @JounQin I understand and will remember that this repository uses ✏️ Learnings added
🧠 Learnings used
|
@coderabbitai full review |
✅ Actions performedFull review triggered. |
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.
Releases
[email protected]
Minor Changes
2fcb947
Thanks @JounQin! - feat: throw error on malformedtsconfig
referenceSummary by CodeRabbit
New Features
Chores
Bug Fixes