Skip to content

chore(deps-dev): bump the npm group across 1 directory with 32 updates #262

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 27, 2025

Bumps the npm group with 30 updates in the / directory:

Package From To
@angular-devkit/build-angular 19.0.2 19.2.0
@angular-eslint/builder 18.4.2 19.1.0
@angular-eslint/eslint-plugin 18.4.2 19.1.0
@angular-eslint/eslint-plugin-template 18.4.2 19.1.0
@angular-eslint/schematics 18.4.2 19.1.0
@angular-eslint/template-parser 18.4.2 19.1.0
@angular/animations 19.0.1 19.2.0
@angular/cli 19.0.2 19.2.0
@angular/common 19.0.1 19.2.0
@angular/compiler 19.0.1 19.2.0
@angular/compiler-cli 19.0.1 19.2.0
@angular/core 19.0.1 19.2.0
@angular/forms 19.0.1 19.2.0
@angular/language-service 19.0.1 19.2.0
@angular/platform-browser 19.0.1 19.2.0
@angular/platform-browser-dynamic 19.0.1 19.2.0
@angular/router 19.0.1 19.2.0
@types/chrome 0.0.287 0.0.306
@types/jasmine 5.1.4 5.1.7
@types/node 22.10.0 22.13.5
@typescript-eslint/eslint-plugin 8.16.0 8.25.0
@typescript-eslint/parser 8.16.0 8.25.0
concurrently 9.1.0 9.1.2
eslint 9.15.0 9.21.0
eslint-plugin-jsdoc 50.6.0 50.6.3
jasmine-core 5.4.0 5.6.0
nw 0.93.0 0.96.0
nw-builder 4.13.6 4.13.8
rxjs 7.8.1 7.8.2
wait-on 8.0.1 8.0.2

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
fix - fe8d83a1f add additional checks for application builder usage
fix - adf4ea5d4 remove animations module from ng new app

@​angular-devkit/build-angular

Commit Description
feat - ef7ea536f add aot option to jest
feat - 523d539c6 add aot option to karma
feat - a00a49a65 add aot to WTR schema
fix - 2bae1a9c0 support aot option for karma browser builder

@​angular/build

Commit Description
feat - 11fab9c7d add application builder karma testing to package
fix - a5fcf8044 provide karma stack trace sourcemap support
fix - 964fb778b support per component updates of multi-component files
fix - f836be9e6 support Vite allowedHosts option for development server
fix - 0ddf6aafa utilize bazel stamp instead of resolving peer dependency versions

@​angular/ssr

Commit Description
feat - 9726cd084 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
fix - adf4ea5d4 remove animations module from ng new app

@​angular/cli

Commit Description
fix - 8c7c7ac69 correctly parse and resolve relative schematic collection names on Windows
fix - 09f5006b5 prefer installed package as fallback when listing package groups

@​angular-devkit/build-angular

Commit Description
feat - a00a49a65 add aot to WTR schema
fix - c0c1670a6 pass missing options to Karma esbuild builder
fix - 2bae1a9c0 support aot option for karma browser builder

@​angular/build

Commit Description
feat - 11fab9c7d 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 allowedHosts option for development server
0ddf6aafa 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
  • aaa1acc release: cut the v19.2.0 release
  • 39ebd25 build: update fw and packagr to 19.2.0
  • 239a404 fix(@​angular/build): always disable JSON stats with dev-server
  • fe8d83a fix(@​schematics/angular): add additional checks for application builder usage
  • 1f715d2 release: cut the v19.2.0-rc.0 release
  • 8f73dad build: update angular
  • b2e2e68 build: temporarily ignore renovate updates for @​angular/build-tooling
  • ca1e86b build: disable failing strict_deps targets
  • 68ef24d build: add strict_deps requirement for ts_project
  • fbef9a4 docs: 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/compiler to 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

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-standalone using an eslint-disable comment, 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.0 and 19.0.1

// eslint-disable-next-line
@Pipe({
  standalone: false,
  name: 'pipe-name'
})
class Test {}

In 19.0.2 and 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

18.4.3 (2024-11-29)

🩹 Fixes

  • yarn pnp issues (#2143)

❤️ Thank You

Commits

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/compiler to 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

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-standalone using an eslint-disable comment, 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.0 and 19.0.1

// eslint-disable-next-line
@Pipe({
  standalone: false,
  name: 'pipe-name'
})
class Test {}

In 19.0.2 and 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

19.0.2 (2024-12-10)

🩹 Fixes

  • eslint-plugin: [prefer-standalone] error range should only include property and value (#2172)

❤️ Thank You

19.0.1 (2024-12-06)

🩹 Fixes

  • eslint-plugin: adding prefer-signals rule to exported config (#2150)

❤️ Thank You

19.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
  • 53a2afe chore(release): publish 19.1.0
  • 3690109 feat(eslint-plugin): prefer-signals now checks .asReadonly() calls (#2218)
  • 79f2d5d fix(eslint-plugin): [no-input-prefix] false positive on input initializer val...
  • 3475d1c fix(eslint-plugin): [prefer-signals] support linkedSignal (#2213)
  • 9edaa8a chore: latest tsconfig setup and fix e2e snapshots with @​angular/build (#2214)
  • e36de15 feat(eslint-plugin): prefer-signals read-only suggestion is now a fix (#2175)
  • 390df5a chore(release): publish 19.0.2
  • 7087aee fix(eslint-plugin): [prefer-standalone] error range should only include prope...
  • 34e28ef chore(release): publish 19.0.1
  • 1cd600d fix(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/compiler to 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

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-standalone using an eslint-disable comment, 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.0 and 19.0.1

// eslint-disable-next-line
@Pipe({
  standalone: false,
  name: 'pipe-name'
})
class Test {}

In 19.0.2 and 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

19.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

19.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
  • 53a2afe chore(release): publish 19.1.0
  • a901624 fix(eslint-plugin-template): [attribute-order] check for ng-template within s...
  • 7dd8bfa fix(eslint-plugin-template): [prefer-self-closing-tags] do not remove HTML-en...
  • 8ae541c feat(eslint-plugin-template): add rule prefer-static-string-properties (#2228)
  • 390df5a chore(release): publish 19.0.2
  • 34e28ef chore(release): publish 19.0.1
  • e264546 fix(eslint-plugin-template): prevent the slot tag from being self-closing (#2...
  • af53867 chore(release): publish 19.0.0
  • a40e339 chore: bundle the compiler using esbuild (#2126)
  • 5c46a94 chore(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/compiler to 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

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-standalone using an eslint-disable comment, 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.0 and 19.0.1

// eslint-disable-next-line
@Pipe({
  standalone: false,
  name: 'pipe-name'
})
class Test {}

In 19.0.2 and 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

  • update typescript-eslint packages to v8.17.0 (#2153)
  • update dependency eslint to v9.16.0 (#2148)

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

18.4.3 (2024-11-29)

🩹 Fixes

  • update typescript-eslint packages to v8.16.0 (#2135)
  • yarn pnp issues (#2143)

❤️ Thank You

Commits
  • 53a2afe chore(release): publish 19.1.0
  • 756f830 fix: update dependency eslint to v9.20.0 (#2217)
  • 159042c chore: update angular-cli monorepo to v19.1.6 (#2208)
  • da1593d fix: update typescript-eslint packages to v8.23.0 (#2212)
  • 7271efb fix: update dependency semver to v7.7.1 (#2225)
  • 9edaa8a chore: latest tsconfig setup and fix e2e snapshots with @​angular/build (#2214)
  • dfd79ca fix: update typescript-eslint packages to v8.20.0 (#2185)
  • 37dd463 fix: update dependency eslint to v9.18.0 (#2181)
  • c7d490f fix: update dependency ignore to v7 (#2200)
  • 390df5a chore(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/compiler to 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

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-standalone using an eslint-disable comment, 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.0 and 19.0.1

// eslint-disable-next-line
@Pipe({
  standalone: false,
  name: 'pipe-name'
})
class Test {}

In 19.0.2 and 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

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
feat - 3e39da593a introduce experimental httpResource (#59876)

compiler

Commit Description
feat - 5b20bab96d Add Skip Hydration diagnostic. (#59576)
feat - fe8a68329b support untagged template literals in expressions (#59230)

compiler-cli

Commit Description
feat - ed705a856a detect missing structural directive imports (#59443)

core

Commit Description
feat - 2588985f43 pass signal node to throwInvalidWriteToSignalErrorFn (#59600)
feat - 168516462a support default value in resource() (#59655)
feat - bc2ad7bfd3 support streaming resources (#59573)
feat - 146ab9a76e support TypeScript 5.8 (#59830)
fix - 6c92d65349 add hasValue narrowing to ResourceRef (#59708)
fix - 96e602ebe9 cancel in-progress request when same value is assigned (#59280)
fix - 6789c7ef94 Defer afterRender until after first CD (#59455) (#59551)
fix - c87e581dd9 Don't run effects in check no changes pass (#59455) (#59551)
fix - 127fc0dc84 fix resource()'s previous.state (#59708)
fix - b592b1b051 fix race condition in resource() (#59851)
fix - a299e02e91 preserve tracing snapshot until tick finishes (#59796)

forms

Commit Description
feat - fa0c3e3210 support type set in form validators (#45793)

migrations

Commit Description
feat - 1cd3a7db83 add migration to convert templates to use self-closing tags (#57342)

platform-browser

Commit Description
fix - e6cb411e43 automatically disable animations on the server (#59762)

platform-server

Commit Description
fix - fc5d187da5 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

Description has been truncated

Commit Type Description
3e39da593a feat introduce experimental httpResource (#59876)

Bumps the npm group with 30 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | `19.0.2` | `19.2.0` |
| [@angular-eslint/builder](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/builder) | `18.4.2` | `19.1.0` |
| [@angular-eslint/eslint-plugin](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin) | `18.4.2` | `19.1.0` |
| [@angular-eslint/eslint-plugin-template](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin-template) | `18.4.2` | `19.1.0` |
| [@angular-eslint/schematics](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/schematics) | `18.4.2` | `19.1.0` |
| [@angular-eslint/template-parser](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/template-parser) | `18.4.2` | `19.1.0` |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `19.0.1` | `19.2.0` |
| [@angular/cli](https://github.com/angular/angular-cli) | `19.0.2` | `19.2.0` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `19.0.1` | `19.2.0` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `19.0.1` | `19.2.0` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `19.0.1` | `19.2.0` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `19.0.1` | `19.2.0` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `19.0.1` | `19.2.0` |
| [@angular/language-service](https://github.com/angular/angular/tree/HEAD/packages/language-service) | `19.0.1` | `19.2.0` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `19.0.1` | `19.2.0` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `19.0.1` | `19.2.0` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `19.0.1` | `19.2.0` |
| [@types/chrome](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chrome) | `0.0.287` | `0.0.306` |
| [@types/jasmine](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jasmine) | `5.1.4` | `5.1.7` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.10.0` | `22.13.5` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.16.0` | `8.25.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.16.0` | `8.25.0` |
| [concurrently](https://github.com/open-cli-tools/concurrently) | `9.1.0` | `9.1.2` |
| [eslint](https://github.com/eslint/eslint) | `9.15.0` | `9.21.0` |
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `50.6.0` | `50.6.3` |
| [jasmine-core](https://github.com/jasmine/jasmine) | `5.4.0` | `5.6.0` |
| [nw](https://github.com/nwjs/npm-installer) | `0.93.0` | `0.96.0` |
| [nw-builder](https://github.com/nwutils/nw-builder) | `4.13.6` | `4.13.8` |
| [rxjs](https://github.com/reactivex/rxjs) | `7.8.1` | `7.8.2` |
| [wait-on](https://github.com/jeffbski/wait-on) | `8.0.1` | `8.0.2` |



Updates `@angular-devkit/build-angular` from 19.0.2 to 19.2.0
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@19.0.2...19.2.0)

Updates `@angular-eslint/builder` from 18.4.2 to 19.1.0
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/builder/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v19.1.0/packages/builder)

Updates `@angular-eslint/eslint-plugin` from 18.4.2 to 19.1.0
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v19.1.0/packages/eslint-plugin)

Updates `@angular-eslint/eslint-plugin-template` from 18.4.2 to 19.1.0
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin-template/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v19.1.0/packages/eslint-plugin-template)

Updates `@angular-eslint/schematics` from 18.4.2 to 19.1.0
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/schematics/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v19.1.0/packages/schematics)

Updates `@angular-eslint/template-parser` from 18.4.2 to 19.1.0
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/template-parser/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v19.1.0/packages/template-parser)

Updates `@angular/animations` from 19.0.1 to 19.2.0
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/19.2.0/packages/animations)

Updates `@angular/cli` from 19.0.2 to 19.2.0
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@19.0.2...19.2.0)

Updates `@angular/common` from 19.0.1 to 19.2.0
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/19.2.0/packages/common)

Updates `@angular/compiler` from 19.0.1 to 19.2.0
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/19.2.0/packages/compiler)

Updates `@angular/compiler-cli` from 19.0.1 to 19.2.0
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/19.2.0/packages/compiler-cli)

Updates `@angular/core` from 19.0.1 to 19.2.0
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/19.2.0/packages/core)

Updates `@angular/forms` from 19.0.1 to 19.2.0
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/19.2.0/packages/forms)

Updates `@angular/language-service` from 19.0.1 to 19.2.0
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/19.2.0/packages/language-service)

Updates `@angular/platform-browser` from 19.0.1 to 19.2.0
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/19.2.0/packages/platform-browser)

Updates `@angular/platform-browser-dynamic` from 19.0.1 to 19.2.0
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/19.2.0/packages/platform-browser-dynamic)

Updates `@angular/router` from 19.0.1 to 19.2.0
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/19.2.0/packages/router)

Updates `@types/chrome` from 0.0.287 to 0.0.306
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chrome)

Updates `@types/jasmine` from 5.1.4 to 5.1.7
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jasmine)

Updates `@types/node` from 22.10.0 to 22.13.5
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@typescript-eslint/eslint-plugin` from 8.16.0 to 8.25.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.25.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.16.0 to 8.25.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.25.0/packages/parser)

Updates `@typescript-eslint/types` from 8.16.0 to 8.25.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/types/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.25.0/packages/types)

Updates `@typescript-eslint/utils` from 8.16.0 to 8.25.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/utils/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.25.0/packages/utils)

Updates `concurrently` from 9.1.0 to 9.1.2
- [Release notes](https://github.com/open-cli-tools/concurrently/releases)
- [Commits](open-cli-tools/concurrently@v9.1.0...v9.1.2)

Updates `eslint` from 9.15.0 to 9.21.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.15.0...v9.21.0)

Updates `eslint-plugin-jsdoc` from 50.6.0 to 50.6.3
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc)
- [Commits](gajus/eslint-plugin-jsdoc@v50.6.0...v50.6.3)

Updates `jasmine-core` from 5.4.0 to 5.6.0
- [Release notes](https://github.com/jasmine/jasmine/releases)
- [Changelog](https://github.com/jasmine/jasmine/blob/main/RELEASE.md)
- [Commits](jasmine/jasmine@v5.4.0...v5.6.0)

Updates `nw` from 0.93.0 to 0.96.0
- [Changelog](https://github.com/nwjs/npm-installer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nwjs/npm-installer/commits)

Updates `nw-builder` from 4.13.6 to 4.13.8
- [Release notes](https://github.com/nwutils/nw-builder/releases)
- [Changelog](https://github.com/nwutils/nw-builder/blob/main/CHANGELOG.md)
- [Commits](nwutils/nw-builder@v4.13.6...v4.13.8)

Updates `rxjs` from 7.8.1 to 7.8.2
- [Release notes](https://github.com/reactivex/rxjs/releases)
- [Changelog](https://github.com/ReactiveX/rxjs/blob/7.8.2/CHANGELOG.md)
- [Commits](ReactiveX/rxjs@7.8.1...7.8.2)

Updates `wait-on` from 8.0.1 to 8.0.2
- [Release notes](https://github.com/jeffbski/wait-on/releases)
- [Commits](jeffbski/wait-on@v8.0.1...v8.0.2)

---
updated-dependencies:
- dependency-name: "@angular-devkit/build-angular"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@angular-eslint/builder"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: "@angular-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: "@angular-eslint/eslint-plugin-template"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: "@angular-eslint/schematics"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: "@angular-eslint/template-parser"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: "@angular/animations"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@angular/cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@angular/common"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@angular/compiler"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@angular/compiler-cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@angular/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@angular/forms"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@angular/language-service"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@angular/platform-browser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@angular/router"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@types/chrome"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@types/jasmine"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@typescript-eslint/types"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@typescript-eslint/utils"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: concurrently
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: eslint-plugin-jsdoc
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: jasmine-core
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: nw
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: nw-builder
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: rxjs
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: wait-on
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants