Clean-up and remove some packages - #598
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
There was a problem hiding this comment.
🟢 Approval recommended
No final review comments identify unresolved issues blocking approval.
Pull request overview
This pull request removes unused packages and refreshes dependency and tooling configuration.
Changes:
- Removes unused dependencies and obsolete configuration.
- Updates dependencies and lockfile.
- Simplifies Jest, ESLint, and Prettier settings.
File summaries
| File | Summary |
|---|---|
package.json |
Updates and removes dependencies. |
package-lock.json |
Refreshes the dependency graph. |
next-env.d.ts |
Adds generated Next.js type references. |
jest.config.js |
Removes obsolete mappings. |
eslint.config.js |
Simplifies ESLint configuration. |
.prettierrc |
Removes obsolete import-order settings. |
.github/copilot-instructions.md |
Updates documented linting rules. |
Review details
Suppressed comments (1)
package.json:48
- Removing the root
webpackentry does not remove webpack from the installed graph:package-lock.jsonstill installsnode_modules/webpackas the non-optional peer of the retained@sentry/webpack-plugin. If reducing the supply-chain surface is the goal, this change does not achieve it; either keep the required peer explicitly declared, or remove/replace the Sentry Webpack integration and regenerate the lockfile before removing webpack.
"sharp": "^0.35.3"
- Files reviewed: 4/7 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
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.
Out of caution of constant supply chain attacks, clean-up and remove some unused or unnecessary packages from the codebase.