INTER-2335: Update dev dependencies and remove unused - #257
Merged
Conversation
Update all devDependencies. Remove unused packages. Remove unnecessary `engines.node` field. Related-Task: INTER-2335
Contributor
Coverage report
Test suite run success285 tests passing in 95 suites. Report generated by 🧪jest coverage report action from e740208 Show full coverage report
|
Contributor
There was a problem hiding this comment.
Pull request overview
Updates development tooling dependencies and adjusts the Vite build configuration for Vite 8 by replacing the deprecated esbuild.banner behavior with a custom Rollup/Vite plugin that prepends the license banner to output chunks.
Changes:
- Removed unused dev tooling/config (Commitizen-related packages/config) and dropped the
engines.nodedeclaration. - Migrated banner injection from
esbuild.bannerto a customgenerateBundleplugin for Vite 8 compatibility. - Updated multiple dev dependencies, including major upgrades (Vite 8, Vitest 4, TypeScript 6).
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| vite.config.ts | Adds a custom Vite/Rollup plugin to prepend the license banner during bundle generation (replacing esbuild.banner). |
| package.json | Removes unused tooling/config and updates dev dependency versions (including major upgrades). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
erayaydin
force-pushed
the
chore/update-dependencies-inter-2335
branch
from
July 23, 2026 20:01
ee6267a to
e740208
Compare
erayaydin
marked this pull request as ready for review
July 23, 2026 20:03
erayaydin
requested review from
TheUnderScorer,
ilfa,
mcnulty-fp and
necipallef
as code owners
July 23, 2026 20:03
TheUnderScorer
previously approved these changes
Jul 24, 2026
necipallef
reviewed
Jul 24, 2026
necipallef
reviewed
Jul 24, 2026
necipallef
previously approved these changes
Jul 24, 2026
erayaydin
dismissed stale reviews from necipallef and TheUnderScorer
July 29, 2026 14:22
The base branch was changed.
Contributor
pnpm exec changesetto create a changeset. |
necipallef
approved these changes
Jul 29, 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.
Changes
Removed
commitizen+cz-conventional-changelog+package.json>config.commitizen- project useschangesets.@fingerprintjs/conventional-changelog-dx-team- not referenced in config files.package.json>engines.nodefield - this project targets Cloudflare Workers runtime (uses v8, no need to declare Node.js runtime)Vite 8 Migration
esbuild.banneris deprecated in Vite 8 and no longer injects the banner at the top of the outputgenerateBundleVite plugin that preserves the exact old license banner formatDependency Updates
vitevitest@vitest/coverage-istanbultypescript@commitlint/clilint-stagedwranglerprettier@cloudflare/vite-plugin@changesets/cli@playwright/testvite-plugin-checker