Skip to content
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

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

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Package From To
@angular-devkit/build-angular 19.0.2 19.1.6
@angular-eslint/builder 18.4.2 19.0.2
@angular-eslint/eslint-plugin 18.4.2 19.0.2
@angular-eslint/eslint-plugin-template 18.4.2 19.0.2
@angular-eslint/schematics 18.4.2 19.0.2
@angular-eslint/template-parser 18.4.2 19.0.2
@angular/animations 19.0.1 19.1.4
@angular/cli 19.0.2 19.1.6
@angular/common 19.0.1 19.1.4
@angular/compiler 19.0.1 19.1.4
@angular/compiler-cli 19.0.1 19.1.4
@angular/core 19.0.1 19.1.4
@angular/forms 19.0.1 19.1.4
@angular/language-service 19.0.1 19.1.4
@angular/platform-browser 19.0.1 19.1.4
@angular/platform-browser-dynamic 19.0.1 19.1.4
@angular/router 19.0.1 19.1.4
@types/chrome 0.0.287 0.0.301
@types/jasmine 5.1.4 5.1.5
@types/node 22.10.0 22.13.1
@typescript-eslint/eslint-plugin 8.16.0 8.23.0
@typescript-eslint/parser 8.16.0 8.23.0
concurrently 9.1.0 9.1.2
eslint 9.15.0 9.19.0
eslint-plugin-jsdoc 50.6.0 50.6.3
jasmine-core 5.4.0 5.5.0
nw 0.93.0 0.95.0
nw-builder 4.13.6 4.13.8
wait-on 8.0.1 8.0.2

Updates @angular-devkit/build-angular from 19.0.2 to 19.1.6

Release notes

Sourced from @​angular-devkit/build-angular's releases.

v19.1.6

19.1.6 (2025-02-05)

@​schematics/angular

Commit Description
fix - 3f7042672 remove additional newline after standalone property
fix - e9778dba0 skip ssr migration when @angular/ssr is not a dependency

@​angular/build

Commit Description
fix - 27f833186 avoid pre-transform errors with Vite pre-bundling
fix - 8f6ee7ed9 ensure full rebuild after initial error build in watch mode
fix - 2b9c00f68 prevent fallback to serving main.js for unknown requests
fix - 45abd15b7 prevent server manifest generation when no server features are enabled

@​angular/ssr

Commit Description
fix - 5bf5e5fd2 prioritize the first matching route over subsequent ones

v19.1.5

19.1.5 (2025-01-29)

@​schematics/angular

Commit Description
fix - 14e3a71e4 update library schematic to use @angular-devkit/build-angular:ng-packagr

@​angular/build

Commit Description
fix - d53d25fc1 allow tailwindcss 4.x as a peer dependency
fix - bd9d379f0 disable TypeScript removeComments option
fix - e73e9102e handle empty module case to avoid TypeError
fix - bb413456e keep background referenced HMR update chunks
fix - 2011d3428 support template updates that also trigger global stylesheet changes
fix - 688019946 update vite to version 6.0.11

@​angular/ssr

Commit Description
fix - 94643d54d enhance dynamic route matching for better performance and accuracy
fix - 747557aa0 redirect to locale pathname instead of full URL
fix - bbbc1eb7a rename provideServerRoutesConfig to provideServerRouting

v19.1.4

19.1.4 (2025-01-22)

@​angular-devkit/schematics

Commit Description
fix - aa6f0d051 ensure collections can be resolved via test runner in pnpm workspaces

... (truncated)

Changelog

Sourced from @​angular-devkit/build-angular's changelog.

19.1.6 (2025-02-05)

@​schematics/angular

Commit Type Description
3f7042672 fix remove additional newline after standalone property
e9778dba0 fix skip ssr migration when @angular/ssr is not a dependency

@​angular/build

Commit Type Description
27f833186 fix avoid pre-transform errors with Vite pre-bundling
8f6ee7ed9 fix ensure full rebuild after initial error build in watch mode
2b9c00f68 fix prevent fallback to serving main.js for unknown requests
45abd15b7 fix prevent server manifest generation when no server features are enabled

@​angular/ssr

Commit Type Description
5bf5e5fd2 fix prioritize the first matching route over subsequent ones

19.2.0-next.1 (2025-01-29)

@​schematics/angular

Commit Type Description
cae068be3 fix update library schematic to use @angular-devkit/build-angular:ng-packagr

@​angular/build

Commit Type Description
694ef8e6e fix allow tailwindcss 4.x as a peer dependency
1a3ef3b60 fix disable TypeScript removeComments option
d4ee36065 fix keep background referenced HMR update chunks
531dcdca4 fix support template updates that also trigger global stylesheet changes
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 |

... (truncated)

Commits
  • f4de3d2 release: cut the v19.1.6 release
  • 8f6ee7e fix(@​angular/build): ensure full rebuild after initial error build in watch mode
  • 27f8331 fix(@​angular/build): avoid pre-transform errors with Vite pre-bundling
  • 58c2122 refactor(@​angular/build): allow component update invalidation from client
  • de66572 refactor(@​angular/ssr): simplify preload append logic in metadata
  • e9778db fix(@​schematics/angular): skip ssr migration when @angular/ssr is not a dep...
  • 4b4eeca build: Preserve newlines when gathering stdout
  • 3f70426 fix(@​schematics/angular): remove additional newline after standalone property
  • 5bf5e5f fix(@​angular/ssr): prioritize the first matching route over subsequent ones
  • 2dec1e7 ci: empty default permissions for CodeQL action
  • Additional commits viewable in compare view

Updates @angular-eslint/builder from 18.4.2 to 19.0.2

Release notes

Sourced from @​angular-eslint/builder's releases.

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:

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

❤️ Thank You

v19.0.1

19.0.1 (2024-12-06)

🩹 Fixes

  • update dependency @​angular/compiler to v19.0.3 (#2159)
  • update dependency eslint to v9.16.0 (#2148)
  • update typescript-eslint packages to v8.17.0 (#2153)
  • eslint-plugin: add prefer-signals rule to exported config (#2150)
  • eslint-plugin-template: prevent the slot tag from being self-closing (#2088)

❤️ Thank You

... (truncated)

Changelog

Sourced from @​angular-eslint/builder's changelog.

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

Release notes

Sourced from @​angular-eslint/eslint-plugin's releases.

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:

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

❤️ Thank You

v19.0.1

19.0.1 (2024-12-06)

🩹 Fixes

  • update dependency @​angular/compiler to v19.0.3 (#2159)
  • update dependency eslint to v9.16.0 (#2148)
  • update typescript-eslint packages to v8.17.0 (#2153)
  • eslint-plugin: add prefer-signals rule to exported config (#2150)
  • eslint-plugin-template: prevent the slot tag from being self-closing (#2088)

❤️ Thank You

... (truncated)

Changelog

Sourced from @​angular-eslint/eslint-plugin's changelog.

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

  • ⚠️ eslint-plugin: promote prefer-standalone to recommended (8dfdc4f4)
  • ⚠️ 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)

❤️ Thank You

18.4.3 (2024-11-29)

This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.

Commits
  • 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)
  • af53867 chore(release): publish 19.0.0
  • 6971819 chore: fix prefer-standalone messaging and fixer
  • 8dfdc4f feat(eslint-plugin)!: promote prefer-standalone to recommended
  • ced9d4e chore: fix docs
  • 19c6fe8 feat(eslint-plugin): new rule prefer-signals (#1872)
  • a40e339 chore: bundle the compiler using esbuild (#2126)
  • Additional commits viewable in compare view

Updates @angular-eslint/eslint-plugin-template from 18.4.2 to 19.0.2

Release notes

Sourced from @​angular-eslint/eslint-plugin-template's releases.

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:

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

❤️ Thank You

v19.0.1

19.0.1 (2024-12-06)

🩹 Fixes

  • update dependency @​angular/compiler to v19.0.3 (#2159)
  • update dependency eslint to v9.16.0 (#2148)
  • update typescript-eslint packages to v8.17.0 (#2153)
  • eslint-plugin: add prefer-signals rule to exported config (#2150)
  • eslint-plugin-template: prevent the slot tag from being self-closing (#2088)

❤️ Thank You

... (truncated)

Changelog

Sourced from @​angular-eslint/eslint-plugin-template's changelog.

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
  • 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
  • e694232 chore: migrate the repo to eslint flat config (#2145)
  • See full diff in compare view

Updates @angular-eslint/schematics from 18.4.2 to 19.0.2

Release notes

Sourced from @​angular-eslint/schematics's releases.

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:

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

❤️ Thank You

v19.0.1

19.0.1 (2024-12-06)

🩹 Fixes

  • update dependency @​angular/compiler to v19.0.3 (#2159)
  • update dependency eslint to v9.16.0 (#2148)
  • update typescript-eslint packages to v8.17.0 (#2153)
  • eslint-plugin: add prefer-signals rule to exported config (#2150)
  • eslint-plugin-template: prevent the slot tag from being self-closing (#2088)

❤️ Thank You

... (truncated)

Changelog

Sourced from @​angular-eslint/schematics's changelog.

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
  • 390df5a chore(release): publish 19.0.2
  • 3935215 fix: update typescript-eslint packages to v8.18.0 (#2171)
  • 34e28ef chore(release): publish 19.0.1
  • 48c9eff fix: update typescript-eslint packages to v8.17.0 (#2153)
  • 50934dd fix: update dependency eslint to v9.16.0 (#2148)
  • af53867 chore(release): publish 19.0.0
  • 2be3107 feat: allow referencing angular-eslint as the schematics collection
  • 89c5c3e feat: update angular packages to the stable v19 (#2120)
  • dd6b569 chore: tmp commit
  • 5c46a94 chore(release): publish 18.4.3
  • Additional commits viewable in compare view

Updates @angular-eslint/template-parser from 18.4.2 to 19.0.2

Release notes

Sourced from @​angular-eslint/template-parser's releases.

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:

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

❤️ Thank You

v19.0.1

19.0.1 (2024-12-06)

🩹 Fixes

  • update dependency @​angular/compiler to v19.0.3 (#2159)
  • update dependency eslint to v9.16.0 (#2148)
  • update typescript-eslint packages to v8.17.0 (#2153)
  • eslint-plugin: add prefer-signals rule to exported config (#2150)
  • eslint-plugin-template: prevent the slot tag from being self-closing (#2088)

❤️ Thank You

... (truncated)

Changelog

Sourced from @​angular-eslint/template-parser's changelog.

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

Release notes

Sourced from @​angular/animations's releases.

v19.1.4

19.1.4 (2025-01-29)

core

Commit Description
fix - 544b9ee7ca0 check whether application is destroyed before printing hydration stats (#59716)
fix - d6e78c072dc ensure type is preserved during HMR (#59700)
fix - c2436702df9 fixes test timer-based test flakiness in CI (#59674)

elements

Commit Description
fix - 44180645992 not setting initial value on signal-based input (#59773)

platform-browser

Commit Description
fix - 1828a840620 prepend baseHref to sourceMappingURL in CSS content (#59730)
fix - 1c84cbca30e Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690)
fix - 12256574626 Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690)
fix - 3f4d5f636aa Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690)

router

Commit Description
fix - e3da35ec749 prevent error handling when injector is destroyed (#59457)

service-worker

Commit Description
fix - 522acbf3d7e add missing rxjs peer dependency (#59747)

v19.1.3

19.1.3 (2025-01-22)

compiler

Commit Description
fix - ecfb74d287 handle :host-context with comma-separated child selector (#59276)

compiler-cli

Commit Description
fix - 53160e504d extract parenthesized dependencies during HMR (#59644)
fix - 39690969af handle conditional expressions when extracting dependencies (#59637)
fix - 78af7a5059 handle new expressions when extracting dependencies (#59637)

core

Commit Description
fix - 408af24ff3 capture self-referencing component during HMR (#59644)
fix - d7575c201c replace metadata in place during HMR (#59644)
fix - 26f6d4c485 skip component ID collision warning during SSR (#59625)

migrations

| Commit | Description |

... (truncated)

Changelog

Sourced from @​angular/animations's changelog.

19.1.4 (2025-01-29)

core

Commit Type Description
544b9ee7ca0 fix check whether application is destroyed before printing hydration stats (#59716)
d6e78c072dc fix ensure type is preserved during HMR (#59700)
c2436702df9 fix fixes test timer-based test flakiness in CI (#59674)

elements

Commit Type Description
44180645992 fix not setting initial value on signal-based input (#59773)

platform-browser

Commit Type Description
1828a840620 fix prepend baseHref to sourceMappingURL in CSS content (#59730)
1c84cbca30e fix Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690)
12256574626 fix Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690)
3f4d5f636aa fix Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690)

router

Commit Type Description
e3da35ec749 fix prevent error handling when injector is destroyed (#59457)

service-worker

Commit Type Description
522acbf3d7e fix add missing rxjs peer dependency (#59747)

19.2.0-next.0 (2025-01-22)

compiler

Commit Type Description
fe8a68329b feat support untagged template literals in expressions (#59230)

compiler-cli

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

core

Commit Type Description
bc2ad7bfd3 feat support streaming resources (#59573)

19.1.3 (2025-01-22)

compiler

| Commit | Type | Description |

... (truncated)

Commits
  • a4eb74c fix(core): animation sometimes renderer not being destroyed during HMR (#59574)
  • bfaeefe refactor(animations): drop warning functions in production (#59408)
  • 0e23f20 fix(platform-browser): styles not replaced during HMR when using animations r...
  • 2f5f898 docs(animations): update position parameter to be a decimal (#57927)
  • d010e11 feat(core): add event listener options to renderer (#59092)
  • 0513fbc docs: set syntax highlighting of code examples MD code blocks (#59026)
  • 8d6ea5b docs: fix missing alert block styles in the API reference (#59020)
  • See full diff in compare view

Updates @angular/cli from 19.0.2 to 19.1.6

Release notes

Sourced from @​angular/cli's releases.

v19.1.6

19.1.6 (2025-02-05)

@​schematics/angular

Commit Description
fix - 3f7042672 remove additional newline after standalone property
fix - e9778dba0 skip ssr migration when @angular/ssr is not a dependency

@​angular/build

Description has been truncated

Commit Description
fix - 27f833186 avoid pre-transform errors with Vite pre-bundling
fix - 8f6ee7ed9 ensure full rebuild after initial error build in watch mode
fix - 2b9c00f68 prevent fallback to serving main.js for unknown requests

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

| Package | From | To |
| --- | --- | --- |
| [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | `19.0.2` | `19.1.6` |
| [@angular-eslint/builder](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/builder) | `18.4.2` | `19.0.2` |
| [@angular-eslint/eslint-plugin](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin) | `18.4.2` | `19.0.2` |
| [@angular-eslint/eslint-plugin-template](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin-template) | `18.4.2` | `19.0.2` |
| [@angular-eslint/schematics](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/schematics) | `18.4.2` | `19.0.2` |
| [@angular-eslint/template-parser](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/template-parser) | `18.4.2` | `19.0.2` |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `19.0.1` | `19.1.4` |
| [@angular/cli](https://github.com/angular/angular-cli) | `19.0.2` | `19.1.6` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `19.0.1` | `19.1.4` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `19.0.1` | `19.1.4` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `19.0.1` | `19.1.4` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `19.0.1` | `19.1.4` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `19.0.1` | `19.1.4` |
| [@angular/language-service](https://github.com/angular/angular/tree/HEAD/packages/language-service) | `19.0.1` | `19.1.4` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `19.0.1` | `19.1.4` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `19.0.1` | `19.1.4` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `19.0.1` | `19.1.4` |
| [@types/chrome](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chrome) | `0.0.287` | `0.0.301` |
| [@types/jasmine](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jasmine) | `5.1.4` | `5.1.5` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.10.0` | `22.13.1` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.16.0` | `8.23.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.16.0` | `8.23.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.19.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.5.0` |
| [nw](https://github.com/nwjs/npm-installer) | `0.93.0` | `0.95.0` |
| [nw-builder](https://github.com/nwutils/nw-builder) | `4.13.6` | `4.13.8` |
| [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.1.6
- [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.1.6)

Updates `@angular-eslint/builder` from 18.4.2 to 19.0.2
- [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.0.2/packages/builder)

Updates `@angular-eslint/eslint-plugin` from 18.4.2 to 19.0.2
- [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.0.2/packages/eslint-plugin)

Updates `@angular-eslint/eslint-plugin-template` from 18.4.2 to 19.0.2
- [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.0.2/packages/eslint-plugin-template)

Updates `@angular-eslint/schematics` from 18.4.2 to 19.0.2
- [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.0.2/packages/schematics)

Updates `@angular-eslint/template-parser` from 18.4.2 to 19.0.2
- [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.0.2/packages/template-parser)

Updates `@angular/animations` from 19.0.1 to 19.1.4
- [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.1.4/packages/animations)

Updates `@angular/cli` from 19.0.2 to 19.1.6
- [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.1.6)

Updates `@angular/common` from 19.0.1 to 19.1.4
- [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.1.4/packages/common)

Updates `@angular/compiler` from 19.0.1 to 19.1.4
- [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.1.4/packages/compiler)

Updates `@angular/compiler-cli` from 19.0.1 to 19.1.4
- [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.1.4/packages/compiler-cli)

Updates `@angular/core` from 19.0.1 to 19.1.4
- [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.1.4/packages/core)

Updates `@angular/forms` from 19.0.1 to 19.1.4
- [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.1.4/packages/forms)

Updates `@angular/language-service` from 19.0.1 to 19.1.4
- [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.1.4/packages/language-service)

Updates `@angular/platform-browser` from 19.0.1 to 19.1.4
- [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.1.4/packages/platform-browser)

Updates `@angular/platform-browser-dynamic` from 19.0.1 to 19.1.4
- [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.1.4/packages/platform-browser-dynamic)

Updates `@angular/router` from 19.0.1 to 19.1.4
- [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.1.4/packages/router)

Updates `@types/chrome` from 0.0.287 to 0.0.301
- [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.5
- [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.1
- [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.23.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.23.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.16.0 to 8.23.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.23.0/packages/parser)

Updates `@typescript-eslint/types` from 8.16.0 to 8.23.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.23.0/packages/types)

Updates `@typescript-eslint/utils` from 8.16.0 to 8.23.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.23.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.19.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.19.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.5.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.5.0)

Updates `nw` from 0.93.0 to 0.95.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 `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: 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 6, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 7, 2025

Superseded by #252.

@dependabot dependabot bot closed this Feb 7, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/npm-76c727d698 branch February 7, 2025 05:12
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