chore: release v0.11.0#779
Conversation
|
Warning Rate limit exceeded
You’ve run out of usage credits. Purchase more in the billing tab. ⌛ 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. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (2)
WalkthroughThis PR releases Jitar v0.11.0 by bumping versions across the monorepo, adding migration documentation for breaking Vite plugin configuration changes, and fixing GitHub Actions workflow permissions to explicitly set ChangesRelease v0.11.0
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. 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: 2
🤖 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 @.github/workflows/codeql.yml:
- Around line 14-16: The workflow has a misspelled root-level key "permissons"
which prevents the permissions block (including "contents: read" and "id-token:
none") from being applied; rename the key to "permissions" so the workflow-level
hardening takes effect and the "id-token: none" rule is enforced.
In @.github/workflows/nodejsci.yml:
- Around line 9-11: Fix the typo key "permissons" to "permissions" so the
workflow token restrictions are applied; update the key in the nodejsci.yml
block where "permissons:" appears and also make the same correction in
codeql.yml where the identical typo exists, ensuring the child keys "contents:
read" and "id-token: none" are under "permissions".
🪄 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: a453d7f8-8217-4cd0-b6a5-36ceb0372754
⛔ Files ignored due to path filters (1)
package-lock.jsonis excluded by!**/package-lock.json
📒 Files selected for processing (24)
.github/workflows/codeql.yml.github/workflows/nodejsci.ymlmigrations/migrate-from-0.10.x-to-0.11.0.mdpackage.jsonpackages/analysis/package.jsonpackages/build/package.jsonpackages/cli/package.jsonpackages/configuration/package.jsonpackages/errors/package.jsonpackages/execution/package.jsonpackages/health/package.jsonpackages/http/package.jsonpackages/init/package.jsonpackages/jitar/package.jsonpackages/logging/package.jsonpackages/middleware/package.jsonpackages/plugin-vite/package.jsonpackages/runtime/package.jsonpackages/scheduling/package.jsonpackages/serialization/package.jsonpackages/services/package.jsonpackages/sourcing/package.jsonpackages/validation/package.jsontools/eslint-plugin/package.json
|



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