-
-
Notifications
You must be signed in to change notification settings - Fork 654
chore(deps): bump multiple dev/prod dependency versions #618
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Warning
|
| Cohort / File(s) | Summary |
|---|---|
Git ignore adjustment./.gitignore |
Removed the rule ignoring package-lock.json, so package-lock.json can now be tracked. |
Dependency and tooling updates./package.json |
Updated many dependencies and devDependencies (notable bumps: @rx-angular/* 18.x → 20.x, ESLint ecosystem packages to newer versions, prettier, semantic-release, axios, hls.js, rxjs, zone.js, and raised Node engine minimum to >= 20.8.1). No public API or source-code changes observed. |
Estimated code review effort
🎯 2 (Simple) | ⏱️ ~10 minutes
Poem
I nibble at locks now shining clear,
Versions hop forward, new paths near.
Linters and formatters dance in a ring,
Dependencies tuned for the spring.
A rabbit applauds this tidy thing. 🥕
Pre-merge checks and finishing touches
✅ Passed checks (3 passed)
| Check name | Status | Explanation |
|---|---|---|
| Description Check | ✅ Passed | Check skipped - CodeRabbit’s high-level summary is enabled. |
| Title Check | ✅ Passed | The title succinctly describes the pivot of this PR—upgrading development and production dependencies—matching the dependency bumps in package.json and conveying the main change with clarity and conciseness. |
| Docstring Coverage | ✅ Passed | No functions found in the changes. Docstring coverage check skipped. |
✨ Finishing touches
🧪 Generate unit tests
- Create PR with unit tests
- Post copyable unit tests in a comment
- Commit unit tests in branch
chore/update-packages
📜 Recent review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (1)
package-lock.jsonis excluded by!**/package-lock.json
📒 Files selected for processing (2)
.gitignore(0 hunks)package.json(5 hunks)
💤 Files with no reviewable changes (1)
- .gitignore
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (2)
- GitHub Check: Codacy Static Code Analysis
- GitHub Check: e2e-tests (macos-latest)
Comment @coderabbitai help to get the list of available commands and usage tips.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (1)
package-lock.jsonis excluded by!**/package-lock.json
📒 Files selected for processing (2)
.gitignore(0 hunks)package.json(5 hunks)
💤 Files with no reviewable changes (1)
- .gitignore
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
- GitHub Check: Codacy Static Code Analysis
bb55fb2 to
cb10f1e
Compare
Update several packages in package-lock to newer minor/patch releases and align Angular ESLint packages with the Angular 20 toolchain. Key changes include: - Upgrade @rx-angular/* to 20.0.0 to match other framework updates. - Bump runtime libs: artplayer, axios, hls.js, rxjs, semver, uuid, zone.js to patch/minor versions for fixes and compatibility. - Update @angular-eslint packages to 20.3.0 to match Angular 20.x. - Refresh eslint, @eslint/*, eslint-plugin-import, prettier, and semantic-release to more recent releases for linting/CI stability. - Add explicit rxjs 7.8.1 entries under some Angular DevKit node_modules to ensure consistent resolution. These updates address compatibility with Angular 20, pull in bug fixes and security/maintenance patches, and stabilize dev tooling and CI.
cb10f1e to
c01e8c2
Compare
Update several packages in package-lock to newer minor/patch releases
and align Angular ESLint packages with the Angular 20 toolchain. Key
changes include:
zone.js to patch/minor versions for fixes and compatibility.
semantic-release to more recent releases for linting/CI stability.
to ensure consistent resolution.
These updates address compatibility with Angular 20, pull in bug fixes
and security/maintenance patches, and stabilize dev tooling and CI.
Summary by CodeRabbit