-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
chore(deps): update all dependencies #176
Conversation
🦋 Changeset detectedLatest commit: bbfa8ae The changes in this PR will be included in the next version bump. This PR includes changesets to release 0 packagesWhen changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Warning Rate Limit Exceeded@mheob has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 1 minutes and 33 seconds before requesting another review. How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. WalkthroughThe update encompasses version upgrades across dependencies in various packages, aiming to enhance compatibility, performance, and security. Notable changes include updates to TypeScript, Changes
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 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 as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
PR Description updated to latest commit (bfcea0c) |
PR Review 🔍
Code feedback:
|
PR Code Suggestions ✨
|
bfcea0c
to
b55f84f
Compare
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.
Actionable comments posted: 0
Review Details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
pnpm-lock.yaml
is excluded by!pnpm-lock.yaml
Files selected for processing (6)
- package.json (1 hunks)
- packages/commitlint-config/package.json (1 hunks)
- packages/commitlint-config/src/index.ts (2 hunks)
- packages/eslint-config/package.json (1 hunks)
- packages/eslint-config/src/base.ts (1 hunks)
- packages/prettier-config/package.json (1 hunks)
Files skipped from review as they are similar to previous changes (6)
- package.json
- packages/commitlint-config/package.json
- packages/commitlint-config/src/index.ts
- packages/eslint-config/package.json
- packages/eslint-config/src/base.ts
- packages/prettier-config/package.json
b55f84f
to
04880c5
Compare
04880c5
to
bbfa8ae
Compare
Quality Gate passedIssues Measures |
User description
📚 Summary
Just update all dependencies
PR Type
enhancement, bug_fix
Description
packages/eslint-config/src/base.ts
usingString.raw
for better clarity and correctness.packages/commitlint-config/src/index.ts
to use default import syntax.package.json
files, including major packages liketypescript
,@commitlint/cli
, andpnpm
.Changes walkthrough 📝
base.ts
Update Import Regex Patterns in ESLint Config
packages/eslint-config/src/base.ts
String.raw
for clarity andcorrectness.
index.ts
Refactor Path Import and Usage in Commitlint Config
packages/commitlint-config/src/index.ts
path
to use default import syntax.package.json
Update Project Dependencies and Package Manager
package.json
@commitlint/cli
,@types/node
,cz-git
,turbo
, andtypescript
.pnpm
package manager version with new hash.package.json
Update ESLint Config Package Dependencies
packages/eslint-config/package.json
package.json
Update Commitlint Config Package Dependencies
packages/commitlint-config/package.json
@commitlint/cli
andcz-git
versions.package.json
Update Prettier Config TypeScript Dependency
packages/prettier-config/package.json
Summary by CodeRabbit