update ejs from 3.1.10 to 4.0.1#949
update ejs from 3.1.10 to 4.0.1#949MohamedAbdElwahabOka wants to merge 1 commit intolive-codes:developfrom
Conversation
✅ Deploy Preview for livecodes ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
WalkthroughThe EJS library version is updated from v3.1.10 to v4.0.1 across documentation and vendor configuration files, ensuring consistent version references throughout the codebase. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches
🧪 Generate unit tests (beta)
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 the current code and only fix it if needed.
Inline comments:
In `@docs/docs/languages/ejs.mdx`:
- Line 77: The PR is mislabeled as a documentation-only change even though the
runtime vendor URL was modified (the `ejs` version string in
docs/docs/languages/ejs.mdx mirrors the actual runtime swap of `ejsUrl` in
vendors.ts); update the PR metadata to an appropriate type (e.g., "dependency
update", "bug fix", or "enhancement") by changing the contribution checklist
selection, PR title, and label(s) to reflect that this touches runtime code
rather than only docs so reviewers and CI reflect correct scope.



What type of PR is this? (check all applicable)
Description
update ejs from 3.1.10 to 4.0.1
Related Tickets & Documents
#875
Added tests?
Added to documentations?
Summary by CodeRabbit
Chores
Documentation