Skip to content

Commit 4569b3a

Browse files
authored
Merge pull request #271 from scheduleonce/copilot/sub-pr-270
docs: add 6.0.0-beta.0 changelog entry for Angular 21 / Node 24 / ESLint v9 upgrade
2 parents fac4de7 + d51da71 commit 4569b3a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [6.0.0-beta.0] - 2026-03-11
9+
10+
- [ONCEHUB-112987](https://scheduleonce.atlassian.net/browse/ONCEHUB-112987) Upgrade to Angular 21 and Node 24
11+
- **BREAKING**: Upgraded Angular packages to v21.1.x
12+
- **BREAKING**: Minimum Node.js version is now 24 (updated CI to Node 24.13.0)
13+
- **BREAKING**: Migrated ESLint configuration to flat config format (ESLint v9) with `angular-eslint` v21.3.0, replacing the legacy `.eslintrc`-based setup
14+
- Removed individual `@angular-eslint/*`, `@typescript-eslint/*`, `eslint-plugin-import`, `eslint-plugin-jsdoc`, and `eslint-plugin-prefer-arrow` packages in favour of the unified `angular-eslint` package
15+
- Updated `tslib` to `^2.8.1`
16+
817
## [5.1.6] - 2026-01-15
918

1019
- [ONCEHUB-109966](https://scheduleonce.atlassian.net/browse/ONCEHUB-109966) Updated dependencies and fixes

0 commit comments

Comments
 (0)