-
Notifications
You must be signed in to change notification settings - Fork 0
chore: willboosterify this repo #566
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
Summary of ChangesHello @exKAZUu, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request performs a routine maintenance update by bumping several key development dependencies to their latest versions. It also integrates a new shared library from the Highlights
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
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.
Code Review
このプルリクエストは、willboosterツールによるリポジトリの更新作業のようですね。複数のpackage.jsonファイルにわたる依存関係の更新と、それに伴う.yarnrc.ymlおよびyarn.lockの変更が含まれています。更新されているパッケージはパッチバージョンまたはマイナーバージョンのアップデートであり、破壊的変更をもたらす可能性は低いと考えられます。全体として、変更内容は一貫しており、定期的なメンテナンスとして問題ないように見受けられます。レビューの結果、特に指摘すべき点はありませんでした。
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 updates various development dependencies to their latest versions as part of standardizing the repository with WillBooster conventions. The changes primarily involve minor and patch version updates to TypeScript ESLint packages, WillBooster ESLint configs, and related tooling dependencies.
Key Changes:
- TypeScript ESLint packages updated from 8.48.1 to 8.49.0 across all packages
- WillBooster ESLint configurations updated to latest minor versions
sort-package-jsonupdated from 3.5.0 to 3.5.1- Transitive dependency updates (React 19.2.1→19.2.3, Vite 7.2.6→7.2.7, etc.)
- Added
@willbooster/shared-libto npm preapproved packages list
Reviewed changes
Copilot reviewed 8 out of 9 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| yarn.lock | Updates lockfile entries for all upgraded dependencies including TypeScript ESLint 8.49.0, React 19.2.3, sort-package-json 3.5.1, and removes graphemer dependency |
| packages/wb/package.json | Updates sort-package-json to 3.5.1 and typescript-eslint to 8.49.0 |
| packages/shared-lib/package.json | Updates sort-package-json to 3.5.1 and typescript-eslint to 8.49.0 |
| packages/shared-lib-react/package.json | Updates @willbooster/eslint-config-ts-react to 11.5.14, sort-package-json to 3.5.1, and typescript-eslint to 8.49.0 |
| packages/shared-lib-node/package.json | Updates sort-package-json to 3.5.1 and typescript-eslint to 8.49.0 |
| packages/shared-lib-next/package.json | Updates sort-package-json to 3.5.1 and typescript-eslint to 8.49.0 |
| packages/shared-lib-blitz-next/package.json | Updates sort-package-json to 3.5.1 and typescript-eslint to 8.49.0 |
| package.json | Updates sort-package-json to 3.5.1 in root workspace |
| .yarnrc.yml | Adds @willbooster/shared-lib to the list of npm preapproved packages |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
27e4ffc to
e626045
Compare
No description provided.