Tim Deschryver
Tim Deschryver
### Command test ### Description Snapshot testing with Vitest is currently not supported. The inline snapshots throw an error, and the file snapshots are stored in the dist folder which...
### Information For those looking to upgrade to NgRx v20 along with Angular v20, just wanted to post some general notes as we go through this each release cycle. We're...
## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/ngrx/platform/blob/main/CONTRIBUTING.md#commit - [x] Tests for the changes have been added...
### Which @ngrx/* package(s) are relevant/related to the feature request? eslint-plugin ### Information The command `eslint-plugin:update` automatically generated the ESLint docs for our website. The output location needs to be...
### Which @ngrx/* package(s) are relevant/related to the feature request? store ### Information Take a look at dependencies and either update or remove the reference. Examples: - update ESLint -...
### Information Update signal docs on the new website located at https://github.com/ngrx/platform/tree/main/projects/www/src/app/pages/guide/signals This can be done after the following PRs are merged: - https://github.com/ngrx/platform/pull/4791 - https://github.com/ngrx/platform/pull/4790 - https://github.com/ngrx/platform/pull/4789 - https://github.com/ngrx/platform/pull/4788
Update ESLint rules `with-state-no-arrays-at-root-level` and `signal-state-no-arrays-at-root-level` to include the types defined at https://github.com/ngrx/platform/blob/main/modules/signals/src/ts-helpers.ts#L1-L11 _Originally posted by @markostanimirovic in https://github.com/ngrx/platform/pull/4614#discussion_r1866763734_
๐ Hello, first of all happy new year! ๐ฅณ After migrating a couple projects from `chalk` to `picocolors` I've stumbled upon the same issue in some migrations in TypeScript projects....
**What**: This PR replaces `chalk` with [`picocolors`](https://github.com/alexeyraspopov/picocolors). **Why**: Picocolors is smaller and faster. For a reference see https://github.com/es-tooling/ecosystem-cleanup/issues/132. **How**: Uninstalled `chalked`, and installed `picocolors`. Renamed the import **Checklist**: - [...
Revisit #413