Lab B2b: Upgrade Angular 16 → 17 with all dependencies#6
Open
devin-ai-integration[bot] wants to merge 1 commit into
Open
Lab B2b: Upgrade Angular 16 → 17 with all dependencies#6devin-ai-integration[bot] wants to merge 1 commit into
devin-ai-integration[bot] wants to merge 1 commit into
Conversation
- Angular core/common/compiler/forms/router/platform-browser 16.2.1 -> 17.3.12 - Angular Material/CDK 16.2.1 -> 17.3.10 - Angular CLI 16.2.0 -> 17.3.10 - Angular ESLint 16.1.0 -> 17.5.3 - TypeScript 4.9.5 -> 5.4.5 - RxJS 6.x -> 7.8.1 - zone.js 0.13.1 -> 0.14.4 - Update package-lock.json with fresh install
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
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.
Summary
Bumps all Angular-ecosystem dependencies from v16 to v17, along with companion upgrades to RxJS (6 → 7), zone.js (0.13 → 0.14), and TypeScript (4.9 → 5.4). No source code, templates, or config files (
angular.json,tsconfig.json) were modified — onlypackage.jsonand a regeneratedpackage-lock.json.Key version changes:
@angular/core(+ all Angular pkgs)@angular/material/cdk@angular/cli@angular-eslint/*rxjszone.jstypescriptReview & Testing Checklist for Human
ng build— no source code was modified alongside these dependency bumps. Verify the project actually compiles. Angular 17 and TypeScript 5.4 may surface new type errors or deprecation-turned-errors that aren't addressed here.throwError(value)→throwError(() => value), removedpluckoperator,toPromise()deprecated). Grepsrc/for affected patterns; no migration was applied.angular.json/tsconfig.jsonnot updated — Angular 17 may expect updated config (e.g., new builder options,esbuild-based builder). Verify whether the existing configs work as-is or need updates.ng serveand smoke-test the UI — confirm the app starts, pages load without console errors, and core flows (view pets, owners, vets) work end-to-end.Notes
package-lock.jsonwas fully regenerated (lockfileVersion2 → 3), so all transitive dependency versions changed. This is expected when doing a major Angular upgrade with a freshnpm install.package.jsonedits rather thanng updateschematics, so any automatic code migrations (e.g., for deprecated APIs) were not applied.Link to Devin session: https://partner-workshops.devinenterprise.com/sessions/39ff67b811214ce5b8f2c85390bffcbe