reactive-forms icon indicating copy to clipboard operation
reactive-forms copied to clipboard

(Angular Reactive) Forms with Benefits 😉

Results 17 reactive-forms issues
Sort by recently updated
recently updated
newest added

Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies

Bumps [minimatch](https://github.com/isaacs/minimatch) to 5.0.1 and updates ancestor dependencies [minimatch](https://github.com/isaacs/minimatch), [@nrwl/angular](https://github.com/nrwl/nx/tree/HEAD/packages/angular), [@nrwl/cypress](https://github.com/nrwl/nx/tree/HEAD/packages/cypress), [@nrwl/eslint-plugin-nx](https://github.com/nrwl/nx/tree/HEAD/packages/eslint-plugin-nx), [@nrwl/linter](https://github.com/nrwl/nx/tree/HEAD/packages/linter) and [@nrwl/workspace](https://github.com/nrwl/nx/tree/HEAD/packages/workspace). These dependencies need to be updated together. Updates `minimatch` from 3.0.4 to 5.0.1 Changelog Sourced...

dependencies

Bumps [terser](https://github.com/terser/terser) to 5.14.2 and updates ancestor dependency [@angular-devkit/build-angular](https://github.com/angular/angular-cli). These dependencies need to be updated together. Updates `terser` from 5.13.1 to 5.14.2 Changelog Sourced from terser's changelog. v5.14.2 Security fix...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

Bumps [nanoid](https://github.com/ai/nanoid) to 3.3.1 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `nanoid` from 3.1.25 to 3.3.1 Changelog Sourced from nanoid's changelog. 3.3.1 Reduced package...

dependencies

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.2 to 2.0.4. Release notes Sourced from loader-utils's releases. v2.0.4 2.0.4 (2022-11-11) Bug Fixes ReDoS problem (#225) (ac09944) v2.0.3 2.0.3 (2022-10-20) Bug Fixes security: prototype pollution exploit...

dependencies

### Is this a regression? No ### Description 1. Enable `strictNullChecks`. 2. ```ts constructor( private fb: FormBuilder ) {} protected readonly noBueno = this.fb.group({ age: [null as string | null],...