chore(deps): May updates#775
Conversation
Summary by CodeRabbit
WalkthroughThis PR removes the deprecated create-jitar package entirely and updates dependencies across the monorepo. The dotenv library is bumped to 17.4.2 in both configuration and jitar packages, rollup tooling is updated, and website devDependencies move to caret semver ranges. ChangesDependency Updates
Create-Jitar Package Removal
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@website/package.json`:
- Around line 16-18: The package.json devDependency entries for "cpx2",
"rimraf", and "minify" were changed to caret ranges which can cause
non-deterministic builds; either commit a lockfile (package-lock.json or
npm-shrinkwrap.json) to ensure reproducible installs or revert these three
entries back to pinned exact versions to preserve strict build
reproducibility—update the repository to include the lockfile if you want caret
ranges, or change the versions for "cpx2", "rimraf", and "minify" back to exact
pins if you want to avoid automatic minor/patch updates.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: ASSERTIVE
Plan: Pro
Run ID: 36b0fd64-f3af-459e-a31a-594d7bc4d66a
⛔ Files ignored due to path filters (3)
documentation/package-lock.jsonis excluded by!**/package-lock.jsonpackage-lock.jsonis excluded by!**/package-lock.jsonwebsite/package-lock.jsonis excluded by!**/package-lock.json
📒 Files selected for processing (9)
packages/configuration/package.jsonpackages/create-jitar/CHANGELOG.mdpackages/create-jitar/README.mdpackages/create-jitar/index.jspackages/create-jitar/package.jsonpackages/create-jitar/src/index.tspackages/create-jitar/tsconfig.jsonpackages/jitar/package.jsonwebsite/package.json
💤 Files with no reviewable changes (6)
- packages/create-jitar/src/index.ts
- packages/create-jitar/tsconfig.json
- packages/create-jitar/CHANGELOG.md
- packages/create-jitar/package.json
- packages/create-jitar/README.md
- packages/create-jitar/index.js



Fixes #774
Changes proposed in this pull request:
@MaskingTechnology/jitar