nw-angular-example
nw-angular-example copied to clipboard
chore(deps-dev): bump the npm group across 1 directory with 32 updates
Bumps the npm group with 30 updates in the / directory:
Updates @angular-devkit/build-angular from 19.0.2 to 19.2.0
Release notes
Sourced from @angular-devkit/build-angular's releases.
v19.2.0
19.2.0 (2025-02-26)
@schematics/angular
Commit Description add additional checks for application builder usage remove animations module from ng new app
@angular-devkit/build-angular
Commit Description add aot option to jest add aot option to karma add aot to WTR schema support aot option for karma browser builder
@angular/build
@angular/ssr
Commit Description Add support for route matchers with fine-grained render mode control v19.2.0-rc.0
19.2.0-rc.0 (2025-02-19)
@schematics/angular
Commit Description remove animations module from ng new app
@angular/cli
Commit Description correctly parse and resolve relative schematic collection names on Windows prefer installed package as fallback when listing package groups
@angular-devkit/build-angular
Commit Description add aot to WTR schema pass missing options to Karma esbuild builder support aot option for karma browser builder
@angular/build
Commit Description add application builder karma testing to package
... (truncated)
Changelog
Sourced from @angular-devkit/build-angular's changelog.
19.2.0 (2025-02-26)
@schematics/angular
Commit Type Description fe8d83a1f fix add additional checks for application builder usage adf4ea5d4 fix remove animations module from ng new app
@angular-devkit/build-angular
Commit Type Description ef7ea536f feat add aot option to jest 523d539c6 feat add aot option to karma a00a49a65 feat add aot to WTR schema 2bae1a9c0 fix support aot option for karma browser builder
@angular/build
Commit Type Description 11fab9c7d feat add application builder karma testing to package a5fcf8044 fix provide karma stack trace sourcemap support 964fb778b fix support per component updates of multi-component files f836be9e6 fix support Vite allowedHostsoption for development server0ddf6aafa fix utilize bazel stamp instead of resolving peer dependency versions
@angular/ssr
Commit Type Description 9726cd084 feat Add support for route matchers with fine-grained render mode control 19.1.9 (2025-02-26)
@angular/build
Commit Type Description 2d361e9b0 fix always disable JSON stats with dev-server
... (truncated)
Commits
aaa1accrelease: cut the v19.2.0 release39ebd25build: update fw and packagr to 19.2.0239a404fix(@angular/build): always disable JSON stats with dev-serverfe8d83afix(@schematics/angular): add additional checks for application builder usage1f715d2release: cut the v19.2.0-rc.0 release8f73dadbuild: update angularb2e2e68build: temporarily ignore renovate updates for@angular/build-toolingca1e86bbuild: disable failing strict_deps targets68ef24dbuild: add strict_deps requirement for ts_projectfbef9a4docs: release notes for the v19.1.8 release- Additional commits viewable in compare view
Updates @angular-eslint/builder from 18.4.2 to 19.1.0
Release notes
Sourced from @angular-eslint/builder's releases.
v19.1.0
19.1.0 (2025-02-09)
🚀 Features
- eslint-plugin: prefer-signals read-only suggestion is now a fix (#2175)
- eslint-plugin: prefer-signals now checks .asReadonly() calls (#2218)
- eslint-plugin-template: add rule prefer-static-string-properties (#2228)
🩹 Fixes
- update dependency ignore to v7 (#2200)
- update dependency
@angular/compilerto v19.1.5 (#2226)- update dependency semver to v7.7.1 (#2225)
- update typescript-eslint packages to v8.23.0 (#2212)
- update dependency eslint to v9.20.0 (#2217)
- eslint-plugin: [prefer-signals] support linkedSignal (#2213)
- eslint-plugin: [no-input-prefix] false positive on input initializer value (#2184)
- eslint-plugin-template: [prefer-self-closing-tags] do not remove HTML-encoded whitespace (#2229)
- eslint-plugin-template: [attribute-order] check for ng-template within svg (#2223)
❤️ Thank You
- Cédric Exbrayat
@cexbrayat- Dave
@reduckted- Lucas Neto Moreira
v19.0.2
19.0.2 (2024-12-10)
🩹 Fixes
- update typescript-eslint packages to v8.18.0 (#2171)
- eslint-plugin: [prefer-standalone] error range should only include property and value (#2172)
NOTE: If you had previously suppressed errors for
prefer-standaloneusing aneslint-disablecomment, you will need to move them to above the property in light of the above bug fix, we are sorry for any inconvenience.E.g. In
19.0.0and19.0.1// eslint-disable-next-line @Pipe({ standalone: false, name: 'pipe-name' }) class Test {}In
19.0.2and onwards:
... (truncated)
Changelog
Sourced from @angular-eslint/builder's changelog.
19.1.0 (2025-02-09)
This was a version bump only for builder to align it with other projects, there were no code changes.
19.0.2 (2024-12-10)
This was a version bump only for builder to align it with other projects, there were no code changes.
19.0.1 (2024-12-06)
This was a version bump only for builder to align it with other projects, there were no code changes.
19.0.0 (2024-11-29)
🚀 Features
- update angular packages to the stable v19 (#2120)
❤️ Thank You
- Leosvel Pérez Espinosa
@leosvelperez18.4.3 (2024-11-29)
🩹 Fixes
- yarn pnp issues (#2143)
❤️ Thank You
- James Henry
@JamesHenry
Commits
53a2afechore(release): publish 19.1.0390df5achore(release): publish 19.0.234e28efchore(release): publish 19.0.1af53867chore(release): publish 19.0.0a40e339chore: bundle the compiler using esbuild (#2126)89c5c3efeat: update angular packages to the stable v19 (#2120)dd6b569chore: tmp commit5c46a94chore(release): publish 18.4.3e694232chore: migrate the repo to eslint flat config (#2145)bbd7985fix: yarn pnp issues (#2143)- See full diff in compare view
Updates @angular-eslint/eslint-plugin from 18.4.2 to 19.1.0
Release notes
Sourced from @angular-eslint/eslint-plugin's releases.
v19.1.0
19.1.0 (2025-02-09)
🚀 Features
- eslint-plugin: prefer-signals read-only suggestion is now a fix (#2175)
- eslint-plugin: prefer-signals now checks .asReadonly() calls (#2218)
- eslint-plugin-template: add rule prefer-static-string-properties (#2228)
🩹 Fixes
- update dependency ignore to v7 (#2200)
- update dependency
@angular/compilerto v19.1.5 (#2226)- update dependency semver to v7.7.1 (#2225)
- update typescript-eslint packages to v8.23.0 (#2212)
- update dependency eslint to v9.20.0 (#2217)
- eslint-plugin: [prefer-signals] support linkedSignal (#2213)
- eslint-plugin: [no-input-prefix] false positive on input initializer value (#2184)
- eslint-plugin-template: [prefer-self-closing-tags] do not remove HTML-encoded whitespace (#2229)
- eslint-plugin-template: [attribute-order] check for ng-template within svg (#2223)
❤️ Thank You
- Cédric Exbrayat
@cexbrayat- Dave
@reduckted- Lucas Neto Moreira
v19.0.2
19.0.2 (2024-12-10)
🩹 Fixes
- update typescript-eslint packages to v8.18.0 (#2171)
- eslint-plugin: [prefer-standalone] error range should only include property and value (#2172)
NOTE: If you had previously suppressed errors for
prefer-standaloneusing aneslint-disablecomment, you will need to move them to above the property in light of the above bug fix, we are sorry for any inconvenience.E.g. In
19.0.0and19.0.1// eslint-disable-next-line @Pipe({ standalone: false, name: 'pipe-name' }) class Test {}In
19.0.2and onwards:
... (truncated)
Changelog
Sourced from @angular-eslint/eslint-plugin's changelog.
19.1.0 (2025-02-09)
🚀 Features
- eslint-plugin: prefer-signals now checks .asReadonly() calls (#2218)
- eslint-plugin: prefer-signals read-only suggestion is now a fix (#2175)
🩹 Fixes
- eslint-plugin: [no-input-prefix] false positive on input initializer value (#2184)
- eslint-plugin: [prefer-signals] support linkedSignal (#2213)
❤️ Thank You
- Cédric Exbrayat
@cexbrayat- Dave
@reduckted- Lucas Neto Moreira
19.0.2 (2024-12-10)
🩹 Fixes
- eslint-plugin: [prefer-standalone] error range should only include property and value (#2172)
❤️ Thank You
- James Henry
@JamesHenry19.0.1 (2024-12-06)
🩹 Fixes
- eslint-plugin: adding prefer-signals rule to exported config (#2150)
❤️ Thank You
- Quentin Deroubaix
@quentinderoubaix19.0.0 (2024-11-29)
🚀 Features
- ⚠️ eslint-plugin: promote prefer-standalone to recommended (8dfdc4f4)
- eslint-plugin: new rule prefer-signals (#1872)
- ⚠️ eslint-plugin: remove deprecated no-host-metadata-property rule (#2113)
- ⚠️ eslint-plugin: remove deprecated sort-ngmodule-metadata-arrays rule (#2114)
- ⚠️ eslint-plugin: prefer-standalone recognizes that standalone is the default (#2096)
- ⚠️ eslint-plugin: remove deprecated prefer-standalone-component rule (#2112)
⚠️ Breaking Changes
... (truncated)
Commits
53a2afechore(release): publish 19.1.03690109feat(eslint-plugin): prefer-signals now checks .asReadonly() calls (#2218)79f2d5dfix(eslint-plugin): [no-input-prefix] false positive on input initializer val...3475d1cfix(eslint-plugin): [prefer-signals] support linkedSignal (#2213)9edaa8achore: latest tsconfig setup and fix e2e snapshots with@angular/build(#2214)e36de15feat(eslint-plugin): prefer-signals read-only suggestion is now a fix (#2175)390df5achore(release): publish 19.0.27087aeefix(eslint-plugin): [prefer-standalone] error range should only include prope...34e28efchore(release): publish 19.0.11cd600dfix(eslint-plugin): adding prefer-signals rule to exported config (#2150)- Additional commits viewable in compare view
Updates @angular-eslint/eslint-plugin-template from 18.4.2 to 19.1.0
Release notes
Sourced from @angular-eslint/eslint-plugin-template's releases.
v19.1.0
19.1.0 (2025-02-09)
🚀 Features
- eslint-plugin: prefer-signals read-only suggestion is now a fix (#2175)
- eslint-plugin: prefer-signals now checks .asReadonly() calls (#2218)
- eslint-plugin-template: add rule prefer-static-string-properties (#2228)
🩹 Fixes
- update dependency ignore to v7 (#2200)
- update dependency
@angular/compilerto v19.1.5 (#2226)- update dependency semver to v7.7.1 (#2225)
- update typescript-eslint packages to v8.23.0 (#2212)
- update dependency eslint to v9.20.0 (#2217)
- eslint-plugin: [prefer-signals] support linkedSignal (#2213)
- eslint-plugin: [no-input-prefix] false positive on input initializer value (#2184)
- eslint-plugin-template: [prefer-self-closing-tags] do not remove HTML-encoded whitespace (#2229)
- eslint-plugin-template: [attribute-order] check for ng-template within svg (#2223)
❤️ Thank You
- Cédric Exbrayat
@cexbrayat- Dave
@reduckted- Lucas Neto Moreira
v19.0.2
19.0.2 (2024-12-10)
🩹 Fixes
- update typescript-eslint packages to v8.18.0 (#2171)
- eslint-plugin: [prefer-standalone] error range should only include property and value (#2172)
NOTE: If you had previously suppressed errors for
prefer-standaloneusing aneslint-disablecomment, you will need to move them to above the property in light of the above bug fix, we are sorry for any inconvenience.E.g. In
19.0.0and19.0.1// eslint-disable-next-line @Pipe({ standalone: false, name: 'pipe-name' }) class Test {}In
19.0.2and onwards:
... (truncated)
Changelog
Sourced from @angular-eslint/eslint-plugin-template's changelog.
19.1.0 (2025-02-09)
🚀 Features
- eslint-plugin-template: add rule prefer-static-string-properties (#2228)
🩹 Fixes
- eslint-plugin-template: [attribute-order] check for ng-template within svg (#2223)
- eslint-plugin-template: [prefer-self-closing-tags] do not remove HTML-encoded whitespace (#2229)
❤️ Thank You
- Dave
@reduckted19.0.2 (2024-12-10)
This was a version bump only for eslint-plugin-template to align it with other projects, there were no code changes.
19.0.1 (2024-12-06)
🩹 Fixes
- eslint-plugin-template: prevent the slot tag from being self-closing (#2088)
❤️ Thank You
- Joan Llenas
@joanllenas19.0.0 (2024-11-29)
This was a version bump only for eslint-plugin-template to align it with other projects, there were no code changes.
18.4.3 (2024-11-29)
This was a version bump only for eslint-plugin-template to align it with other projects, there were no code changes.
Commits
53a2afechore(release): publish 19.1.0a901624fix(eslint-plugin-template): [attribute-order] check for ng-template within s...7dd8bfafix(eslint-plugin-template): [prefer-self-closing-tags] do not remove HTML-en...8ae541cfeat(eslint-plugin-template): add rule prefer-static-string-properties (#2228)390df5achore(release): publish 19.0.234e28efchore(release): publish 19.0.1e264546fix(eslint-plugin-template): prevent the slot tag from being self-closing (#2...af53867chore(release): publish 19.0.0a40e339chore: bundle the compiler using esbuild (#2126)5c46a94chore(release): publish 18.4.3- Additional commits viewable in compare view
Updates @angular-eslint/schematics from 18.4.2 to 19.1.0
Release notes
Sourced from @angular-eslint/schematics's releases.
v19.1.0
19.1.0 (2025-02-09)
🚀 Features
- eslint-plugin: prefer-signals read-only suggestion is now a fix (#2175)
- eslint-plugin: prefer-signals now checks .asReadonly() calls (#2218)
- eslint-plugin-template: add rule prefer-static-string-properties (#2228)
🩹 Fixes
- update dependency ignore to v7 (#2200)
- update dependency
@angular/compilerto v19.1.5 (#2226)- update dependency semver to v7.7.1 (#2225)
- update typescript-eslint packages to v8.23.0 (#2212)
- update dependency eslint to v9.20.0 (#2217)
- eslint-plugin: [prefer-signals] support linkedSignal (#2213)
- eslint-plugin: [no-input-prefix] false positive on input initializer value (#2184)
- eslint-plugin-template: [prefer-self-closing-tags] do not remove HTML-encoded whitespace (#2229)
- eslint-plugin-template: [attribute-order] check for ng-template within svg (#2223)
❤️ Thank You
- Cédric Exbrayat
@cexbrayat- Dave
@reduckted- Lucas Neto Moreira
v19.0.2
19.0.2 (2024-12-10)
🩹 Fixes
- update typescript-eslint packages to v8.18.0 (#2171)
- eslint-plugin: [prefer-standalone] error range should only include property and value (#2172)
NOTE: If you had previously suppressed errors for
prefer-standaloneusing aneslint-disablecomment, you will need to move them to above the property in light of the above bug fix, we are sorry for any inconvenience.E.g. In
19.0.0and19.0.1// eslint-disable-next-line @Pipe({ standalone: false, name: 'pipe-name' }) class Test {}In
19.0.2and onwards:
... (truncated)
Changelog
Sourced from @angular-eslint/schematics's changelog.
19.1.0 (2025-02-09)
🩹 Fixes
- update dependency eslint to v9.20.0 (#2217)
- update typescript-eslint packages to v8.23.0 (#2212)
- update dependency semver to v7.7.1 (#2225)
- update typescript-eslint packages to v8.20.0 (#2185)
- update dependency eslint to v9.18.0 (#2181)
- update dependency ignore to v7 (#2200)
19.0.2 (2024-12-10)
🩹 Fixes
- update typescript-eslint packages to v8.18.0 (#2171)
19.0.1 (2024-12-06)
🩹 Fixes
19.0.0 (2024-11-29)
🚀 Features
- allow referencing angular-eslint as the schematics collection (2be3107b)
- update angular packages to the stable v19 (#2120)
❤️ Thank You
- JamesHenry
@JamesHenry- Leosvel Pérez Espinosa
@leosvelperez18.4.3 (2024-11-29)
🩹 Fixes
❤️ Thank You
- James Henry
@JamesHenry
Commits
53a2afechore(release): publish 19.1.0756f830fix: update dependency eslint to v9.20.0 (#2217)159042cchore: update angular-cli monorepo to v19.1.6 (#2208)da1593dfix: update typescript-eslint packages to v8.23.0 (#2212)7271efbfix: update dependency semver to v7.7.1 (#2225)9edaa8achore: latest tsconfig setup and fix e2e snapshots with@angular/build(#2214)dfd79cafix: update typescript-eslint packages to v8.20.0 (#2185)37dd463fix: update dependency eslint to v9.18.0 (#2181)c7d490ffix: update dependency ignore to v7 (#2200)390df5achore(release): publish 19.0.2- Additional commits viewable in compare view
Updates @angular-eslint/template-parser from 18.4.2 to 19.1.0
Release notes
Sourced from @angular-eslint/template-parser's releases.
v19.1.0
19.1.0 (2025-02-09)
🚀 Features
- eslint-plugin: prefer-signals read-only suggestion is now a fix (#2175)
- eslint-plugin: prefer-signals now checks .asReadonly() calls (#2218)
- eslint-plugin-template: add rule prefer-static-string-properties (#2228)
🩹 Fixes
- update dependency ignore to v7 (#2200)
- update dependency
@angular/compilerto v19.1.5 (#2226)- update dependency semver to v7.7.1 (#2225)
- update typescript-eslint packages to v8.23.0 (#2212)
- update dependency eslint to v9.20.0 (#2217)
- eslint-plugin: [prefer-signals] support linkedSignal (#2213)
- eslint-plugin: [no-input-prefix] false positive on input initializer value (#2184)
- eslint-plugin-template: [prefer-self-closing-tags] do not remove HTML-encoded whitespace (#2229)
- eslint-plugin-template: [attribute-order] check for ng-template within svg (#2223)
❤️ Thank You
- Cédric Exbrayat
@cexbrayat- Dave
@reduckted- Lucas Neto Moreira
v19.0.2
19.0.2 (2024-12-10)
🩹 Fixes
- update typescript-eslint packages to v8.18.0 (#2171)
- eslint-plugin: [prefer-standalone] error range should only include property and value (#2172)
NOTE: If you had previously suppressed errors for
prefer-standaloneusing aneslint-disablecomment, you will need to move them to above the property in light of the above bug fix, we are sorry for any inconvenience.E.g. In
19.0.0and19.0.1// eslint-disable-next-line @Pipe({ standalone: false, name: 'pipe-name' }) class Test {}In
19.0.2and onwards:
... (truncated)
Changelog
Sourced from @angular-eslint/template-parser's changelog.
19.1.0 (2025-02-09)
This was a version bump only for template-parser to align it with other projects, there were no code changes.
19.0.2 (2024-12-10)
This was a version bump only for template-parser to align it with other projects, there were no code changes.
19.0.1 (2024-12-06)
This was a version bump only for template-parser to align it with other projects, there were no code changes.
19.0.0 (2024-11-29)
This was a version bump only for template-parser to align it with other projects, there were no code changes.
18.4.3 (2024-11-29)
This was a version bump only for template-parser to align it with other projects, there were no code changes.
Commits
53a2afechore(release): publish 19.1.0390df5achore(release): publish 19.0.234e28efchore(release): publish 19.0.1af53867chore(release): publish 19.0.0dd6b569chore: tmp commit5c46a94chore(release): publish 18.4.3e694232chore: migrate the repo to eslint flat config (#2145)- See full diff in compare view
Updates @angular/animations from 19.0.1 to 19.2.0
Release notes
Sourced from @angular/animations's releases.
v19.2.0
19.2.0 (2025-02-26)
common
Commit Description introduce experimental httpResource(#59876)compiler
Commit Description Add Skip Hydration diagnostic. (#59576) support untagged template literals in expressions (#59230) compiler-cli
Commit Description detect missing structural directive imports (#59443) core
Commit Description pass signal node to throwInvalidWriteToSignalErrorFn (#59600) support default value in resource()(#59655)support streaming resources (#59573) support TypeScript 5.8 (#59830) add hasValuenarrowing toResourceRef(#59708)cancel in-progress request when same value is assigned (#59280) Defer afterRender until after first CD (#59455) (#59551) Don't run effects in check no changes pass (#59455) (#59551) fix resource()'sprevious.state(#59708)fix race condition in resource() (#59851) preserve tracing snapshot until tick finishes (#59796) forms
Commit Description support type set in form validators (#45793) migrations
Commit Description add migration to convert templates to use self-closing tags (#57342) platform-browser
Commit Description automatically disable animations on the server (#59762) platform-server
Commit Description decouple server from animations module (#59762) v19.2.0-rc.0
19.2.0-rc.0 (2025-02-19)
... (truncated)
Changelog
Sourced from @angular/animations's changelog.
19.2.0 (2025-02-26)
common
Commit Type Description Description has been truncated 3e39da593a feat introduce experimental httpResource(#59876)