Skip to content

Update Angular, move to pnpm, oxfmt and vitest#19

Open
NetWin wants to merge 1 commit into
masterfrom
feature/ng-22
Open

Update Angular, move to pnpm, oxfmt and vitest#19
NetWin wants to merge 1 commit into
masterfrom
feature/ng-22

Conversation

@NetWin

@NetWin NetWin commented Jul 15, 2026

Copy link
Copy Markdown
Owner

Summary

Toolchain modernization plus the Angular 22 upgrade. Four largely independent changes landed together.

Angular 21 → 22

  • Bumped framework, CDK, CLI, and build packages; consumer peer requirement is now Angular 22.
  • Library source updated for v22 compatibility.

npm → pnpm

  • Added pnpm-lock.yaml/pnpm-workspace.yaml + .nvmrc and pinned packageManager.
  • Moved all package.json scripts and CI workflows to pnpm

Prettier → oxfmt

  • Swapped .prettierrc for .oxfmtrc.json; formatting runs via pnpm format.

Karma/Jasmine → Vitest

  • Moved to Angular's @angular/build:unit-test builder (jsdom); removed karma.conf.js, @types/jasmine, and all karma-*/jasmine-* packages.

@NetWin NetWin self-assigned this Jul 15, 2026
@github-actions

github-actions Bot commented Jul 15, 2026

Copy link
Copy Markdown

📋 Release Preview

Changelog

22.0.0 (2026-07-15)

Features

  • update Angular, move to pnpm, move to oxfmt (c4278ea)

BREAKING CHANGES

  • consumers need to update their Angular version to use the latest version of this library.

BREAKING CHANGE: consumers need to update their Angular version to use the latest version of this library.
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.

1 participant