Skip to content

Update Angular to v21#2

Merged
gabro merged 6 commits intomainfrom
update
Mar 24, 2026
Merged

Update Angular to v21#2
gabro merged 6 commits intomainfrom
update

Conversation

@Phyele
Copy link
Copy Markdown
Collaborator

@Phyele Phyele commented Mar 24, 2026

Summary

  • Migrate Angular from v17 to v21 (step-by-step via ng update)
  • Update Storybook, @angular-eslint, ng-packagr, typescript to compatible versions
  • Move Angular packages to devDependencies in workspace package.json
  • Set peer dependencies to >=17.3.0 to avoid manual updates on future major releases

- Migrate Angular from v17 to v21 (step-by-step via ng update)
- Update Storybook, @angular-eslint, ng-packagr, typescript accordingly
- Move Angular packages to devDependencies in workspace package.json
- Set peer dependencies to >=17.3.0 to avoid manual updates on future major releases
gabro and others added 5 commits March 24, 2026 17:33
ng update changed indentation from 2 to 4 spaces in @component decorators.
This restores the 2-space indent per .editorconfig and prettier config.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
These packages are not imported anywhere and don't exist in Storybook v10.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
The project now uses pnpm, so the npm lockfile is no longer needed.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Per .editorconfig insert_final_newline = true.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
These layout components use simple selectors (column, stack, inline, etc.)
without a prefix, which is intentional for this library.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy link
Copy Markdown
Member

@gabro gabro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM — fixed formatting, removed unused storybook packages, removed stale package-lock.json, added trailing newline, disabled selector prefix lint rule.

@gabro gabro merged commit 1d9a627 into main Mar 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants