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 #198

Closed
wants to merge 5 commits into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 21, 2024

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

Package From To
@angular-devkit/build-angular 18.2.5 19.0.0
@angular-eslint/builder 18.3.1 18.4.1
@angular-eslint/eslint-plugin 18.3.1 18.4.1
@angular-eslint/eslint-plugin-template 18.3.1 18.4.1
@angular-eslint/schematics 18.3.1 18.4.1
@angular-eslint/template-parser 18.3.1 18.4.1
@angular/animations 18.2.5 19.0.0
@angular/cli 18.2.5 19.0.0
@angular/common 18.2.5 19.0.0
@angular/compiler 18.2.5 19.0.0
@angular/compiler-cli 18.2.5 19.0.0
@angular/core 18.2.5 19.0.0
@angular/forms 18.2.5 19.0.0
@angular/language-service 18.2.5 19.0.0
@angular/platform-browser 18.2.5 19.0.0
@angular/platform-browser-dynamic 18.2.5 19.0.0
@angular/router 18.2.5 19.0.0
@types/chrome 0.0.271 0.0.283
@types/node 22.5.5 22.9.1
@types/nw.js 0.91.0 0.92.0
@typescript-eslint/eslint-plugin 8.6.0 8.15.0
@typescript-eslint/parser 8.6.0 8.15.0
concurrently 9.0.1 9.1.0
eslint 9.10.0 9.15.0
eslint-plugin-jsdoc 50.2.4 50.5.0
jasmine-core 5.3.0 5.4.0
nw 0.91.0 0.93.0
nw-builder 4.10.0 4.12.0

Updates @angular-devkit/build-angular from 18.2.5 to 19.0.0

Release notes

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

v19.0.0

19.0.0 (2024-11-19)

@​angular/cli

Commit Description
feat - 201b60e1d handle string key/value pairs, e.g. --define
fix - b847d4460 recommend optional application update migration during v19 update
perf - f249e7e85 enable Node.js compile code cache when available
perf - ecc107d83 enable Node.js compile code cache when available

@​schematics/angular

Commit Description
feat - a381a3db1 add option to export component as default
feat - 755f3a07f add option to setup new workspace or application as zoneless mode
feat - cfca5442e integrate withEventReplay() in provideClientHydration for new SSR apps
feat - 292a4b7c2 update app-shell and ssr schematics to adopt new Server Rendering API
fix - b1504c3bc component spec with export default
fix - 4b4e000dd don't show server routing prompt when using browser builder
fix - 4e2a5fe15 enable opt-in for new @angular/ssr feature
fix - fcf7443d6 explicitly set standalone:false
fix - 7992218a9 remove declaration and sourceMap from default tsconfig
fix - 9e6ab1bf2 use default import for express

@​angular-devkit/schematics-cli

Commit Description
feat - 37693c40e add package manager option to blank schematic

@​angular-devkit/architect

Commit Description
feat - 78f76485f merge object options from CLI

@​angular-devkit/build-angular

Commit Description
feat - 0a4ef3026 karma-coverage w/ app builder
feat - dcbdca85c karma+esbuild+watch
feat - 54594b5ab support karma with esbuild
fix - ea5ae68da bring back style tags in browser builder
fix - 476f94f51 fix --watch regression in karma
fix - 25d928b4f fix hanging terminal when browser-sync is not installed
fix - 2ec877dd0 handle basename collisions
fix - ab6e19e1f handle main field
fix - 43e7aae22 remove double-watch in karma
fix - 1e37b5939 serve assets
fix - 9d7613db9 zone.js/testing + karma + esbuild
refactor - e40384e63 remove deprecated browserTarget
refactor - 62877bdf2 remove Protractor builder and schematics

@​angular-devkit/core

Commit Description

... (truncated)

Changelog

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

19.0.0 (2024-11-19)

Breaking Changes

@​schematics/angular

  • The app-shell schematic is no longer compatible with Webpack-based builders.

@​angular-devkit/build-angular

@​angular-devkit/core

  • The deprecated fileBuffer function is no longer available. Update your code to use stringToFileBuffer instead to maintain compatibility.

    Note: that this change does not affect application developers.

@​angular/build

  • The @angular/localize/init polyfill will no longer be added automatically to projects. To prevent runtime issues, ensure that this polyfill is manually included in the "polyfills" section of your "angular.json" file if your application relies on Angular localization features.

@​angular/ssr

  • The CommonEngine API now needs to be imported from @angular/ssr/node.

    Before

    import { CommonEngine } from '@angular/ssr';

    After

    import { CommonEngine } from '@angular/ssr/node';

@​angular-devkit/schematics-cli

Commit Type Description
37693c40e feat add package manager option to blank schematic

... (truncated)

Commits
  • d622e59 release: cut the v19.0.0 release
  • 86acfe0 build: update Angular packages to v19 stable
  • 805379e release: cut the v19.0.0-rc.3 release
  • fb05e7f fix(@​angular/ssr): use wildcard server route configuration on the '/' route w...
  • 4b4e000 fix(@​schematics/angular): don't show server routing prompt when using `browse...
  • 2551df5 fix(@​angular/build): fully disable component style HMR in JIT mode
  • 25d928b fix(@​angular-devkit/build-angular): fix hanging terminal when browser-sync ...
  • ea5ae68 fix(@​angular-devkit/build-angular): bring back style tags in browser builder
  • 9e6ab1b fix(@​schematics/angular): use default import for express
  • 5b009cd refactor: add ngServerMode to Webpack SSR dev server
  • Additional commits viewable in compare view

Updates @angular-eslint/builder from 18.3.1 to 18.4.1

Release notes

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

v18.4.1

18.4.1 (2024-11-18)

🩹 Fixes

  • update dependency ignore to v6 (#2047)
  • update dependency @​angular/compiler to v18.2.12 (#2090)

v18.4.0

18.4.0 (2024-10-21)

🚀 Features

  • support ESM configs and .cjs and .mjs extensions (#2068)

🩹 Fixes

  • update dependency aria-query to v5.3.2 (#2053)
  • update dependency @​angular/compiler to v18.2.8 (#2049)
  • update dependency eslint-scope to v8.1.0 (#2075)
  • update typescript-eslint packages to v8.10.0 (#2046)
  • update dependency eslint to v9.13.0, support noConfigLookup (#2045)
  • eslint-plugin: update list of native events (#1881)
  • template-parser: traverse ng-content fallback content (#2031)

❤️ Thank You

Changelog

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

18.4.1 (2024-11-18)

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

18.4.0 (2024-10-21)

🚀 Features

  • support ESM configs and .cjs and .mjs extensions (#2068)

🩹 Fixes

  • update dependency eslint to v9.13.0, support noConfigLookup (#2045)

❤️ Thank You

Commits
  • 3e05a84 chore(release): publish 18.4.1
  • 1796bd7 chore(release): publish 18.4.0
  • a769f44 fix: update dependency eslint to v9.13.0, support noConfigLookup (#2045)
  • 2130596 feat: support ESM configs and .cjs and .mjs extensions (#2068)
  • See full diff in compare view

Updates @angular-eslint/eslint-plugin from 18.3.1 to 18.4.1

Release notes

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

v18.4.1

18.4.1 (2024-11-18)

🩹 Fixes

  • update dependency ignore to v6 (#2047)
  • update dependency @​angular/compiler to v18.2.12 (#2090)

v18.4.0

18.4.0 (2024-10-21)

🚀 Features

  • support ESM configs and .cjs and .mjs extensions (#2068)

🩹 Fixes

  • update dependency aria-query to v5.3.2 (#2053)
  • update dependency @​angular/compiler to v18.2.8 (#2049)
  • update dependency eslint-scope to v8.1.0 (#2075)
  • update typescript-eslint packages to v8.10.0 (#2046)
  • update dependency eslint to v9.13.0, support noConfigLookup (#2045)
  • eslint-plugin: update list of native events (#1881)
  • template-parser: traverse ng-content fallback content (#2031)

❤️ Thank You

Changelog

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

18.4.1 (2024-11-18)

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

18.4.0 (2024-10-21)

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

Commits

Updates @angular-eslint/eslint-plugin-template from 18.3.1 to 18.4.1

Release notes

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

v18.4.1

18.4.1 (2024-11-18)

🩹 Fixes

  • update dependency ignore to v6 (#2047)
  • update dependency @​angular/compiler to v18.2.12 (#2090)

v18.4.0

18.4.0 (2024-10-21)

🚀 Features

  • support ESM configs and .cjs and .mjs extensions (#2068)

🩹 Fixes

  • update dependency aria-query to v5.3.2 (#2053)
  • update dependency @​angular/compiler to v18.2.8 (#2049)
  • update dependency eslint-scope to v8.1.0 (#2075)
  • update typescript-eslint packages to v8.10.0 (#2046)
  • update dependency eslint to v9.13.0, support noConfigLookup (#2045)
  • eslint-plugin: update list of native events (#1881)
  • template-parser: traverse ng-content fallback content (#2031)

❤️ Thank You

Changelog

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

18.4.1 (2024-11-18)

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

18.4.0 (2024-10-21)

🩹 Fixes

  • update typescript-eslint packages to v8.10.0 (#2046)
  • update dependency aria-query to v5.3.2 (#2053)
  • update dependency aria-query to v5.3.1 (#2043)
Commits

Updates @angular-eslint/schematics from 18.3.1 to 18.4.1

Release notes

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

v18.4.1

18.4.1 (2024-11-18)

🩹 Fixes

  • update dependency ignore to v6 (#2047)
  • update dependency @​angular/compiler to v18.2.12 (#2090)

v18.4.0

18.4.0 (2024-10-21)

🚀 Features

  • support ESM configs and .cjs and .mjs extensions (#2068)

🩹 Fixes

  • update dependency aria-query to v5.3.2 (#2053)
  • update dependency @​angular/compiler to v18.2.8 (#2049)
  • update dependency eslint-scope to v8.1.0 (#2075)
  • update typescript-eslint packages to v8.10.0 (#2046)
  • update dependency eslint to v9.13.0, support noConfigLookup (#2045)
  • eslint-plugin: update list of native events (#1881)
  • template-parser: traverse ng-content fallback content (#2031)

❤️ Thank You

Changelog

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

18.4.1 (2024-11-18)

🩹 Fixes

  • update dependency ignore to v6 (#2047)

18.4.0 (2024-10-21)

🚀 Features

  • support ESM configs and .cjs and .mjs extensions (#2068)

🩹 Fixes

  • update dependency eslint to v9.13.0, support noConfigLookup (#2045)
  • update typescript-eslint packages to v8.10.0 (#2046)
  • update typescript-eslint packages to v8.5.0 (#2020)

❤️ Thank You

Commits

Updates @angular-eslint/template-parser from 18.3.1 to 18.4.1

Release notes

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

v18.4.1

18.4.1 (2024-11-18)

🩹 Fixes

  • update dependency ignore to v6 (#2047)
  • update dependency @​angular/compiler to v18.2.12 (#2090)

v18.4.0

18.4.0 (2024-10-21)

🚀 Features

  • support ESM configs and .cjs and .mjs extensions (#2068)

🩹 Fixes

  • update dependency aria-query to v5.3.2 (#2053)
  • update dependency @​angular/compiler to v18.2.8 (#2049)
  • update dependency eslint-scope to v8.1.0 (#2075)
  • update typescript-eslint packages to v8.10.0 (#2046)
  • update dependency eslint to v9.13.0, support noConfigLookup (#2045)
  • eslint-plugin: update list of native events (#1881)
  • template-parser: traverse ng-content fallback content (#2031)

❤️ Thank You

Changelog

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

18.4.1 (2024-11-18)

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

18.4.0 (2024-10-21)

🩹 Fixes

  • template-parser: traverse ng-content fallback content (#2031)

❤️ Thank You

Commits

Updates @angular/animations from 18.2.5 to 19.0.0

Release notes

Sourced from @​angular/animations's releases.

v19.0.0

19.0.0 (2024-11-19)

Explore Angular v19 with a blog post from the Angular team: https://blog.angular.dev/meet-angular-v19-7b29dfd05b84

Breaking Changes

compiler

  • this.foo property reads no longer refer to template context variables. If you intended to read the template variable, do not use this..

core

  • Angular directives, components and pipes are now standalone by default.

    • Specify standalone: false for declarations that are currently declared in @NgModules.
    • ng update for v19 will take care of this automatically.
  • TypeScript versions less than 5.5 are no longer supported.

  • Timing changes for effect API (in developer preview):

    • effects which are triggered outside of change detection run as part of the change detection process instead of as a microtask. Depending on the specifics of application/test setup, this can result in them executing earlier or later (or requiring additional test steps to trigger; see below examples).

    • effects which are triggered during change detection (e.g. by input signals) run earlier, before the component's template.

  • ExperimentalPendingTasks has been renamed to PendingTasks.

  • The autoDetect feature of ComponentFixture will now attach the fixture to the ApplicationRef. As a result, errors during automatic change detection of the fixture be reported to the ErrorHandler. This change may cause custom error handlers to observe new failures that were previously unreported.

  • createComponent will now render default fallback with empty projectableNodes.

    • When passing an empty array to projectableNodes in the createComponent API, the default fallback content of the ng-content will be rendered if present. To prevent rendering the default content, pass document.createTextNode('') as a projectableNode.
    // The first ng-content will render the default fallback content if present
    createComponent(MyComponent. { projectableNodes: [[], [secondNode]] });
    // To prevent projecting the default fallback content:
    createComponent(MyComponent. { projectableNodes: [[document.createTextNode('')], [secondNode]] });

  • Errors that are thrown during ApplicationRef.tick will now be rethrown when using TestBed. These errors should be resolved by ensuring the test environment is set up correctly to complete change detection successfully. There are two alternatives to catch the errors:

    • Instead of waiting for automatic change detection to happen, trigger

... (truncated)

Changelog

Sourced from @​angular/animations's changelog.

19.0.0 (2024-11-19)

Blog post: https://blog.angular.dev/meet-angular-v19-7b29dfd05b84

Breaking Changes

compiler

  • this.foo property reads no longer refer to template context variables. If you intended to read the template variable, do not use this..

core

  • Angular directives, components and pipes are now standalone by default.

    • Specify standalone: false for declarations that are currently declared in @NgModules.
    • ng update for v19 will take care of this automatically.
  • TypeScript versions less than 5.5 are no longer supported.

  • Timing changes for effect API (in developer preview):

    • effects which are triggered outside of change detection run as part of the change detection process instead of as a microtask. Depending on the specifics of application/test setup, this can result in them executing earlier or later (or requiring additional test steps to trigger; see below examples).

    • effects which are triggered during change detection (e.g. by input signals) run earlier, before the component's template.

  • ExperimentalPendingTasks has been renamed to PendingTasks.

  • The autoDetect feature of ComponentFixture will now attach the fixture to the ApplicationRef. As a result, errors during automatic change detection of the fixture be reported to the ErrorHandler. This change may cause custom error handlers to observe new failures that were previously unreported.

  • createComponent will now render default fallback with empty projectableNodes.

    • When passing an empty array to projectableNodes in the createComponent API, the default fallback content of the ng-content will be rendered if present. To prevent rendering the default content, pass document.createTextNode('') as a projectableNode.
    // The first ng-content will render the default fallback content if present
    createComponent(MyComponent. { projectableNodes: [[], [secondNode]] });
    // To prevent projecting the default fallback content:
    createComponent(MyComponent. { projectableNodes: [[document.createTextNode('')], [secondNode]] });

  • Errors that are thrown during ApplicationRef.tick will now be rethrown when using TestBed. These errors should be resolved by ensuring the test environment is set up correctly to complete change detection successfully. There are two alternatives to catch the errors:

    • Instead of waiting for automatic change detection to happen, trigger it synchronously and expect the error. For example, a jasmine test could write expect(() => TestBed.inject(ApplicationRef).tick()).toThrow()

... (truncated)

Commits
  • 09df589 refactor(core): Migrate all packages with the explicit-standalone-flag sche...
  • 84b6896 refactor(platform-server): Add an ssr benchmark setup. (#57647)
  • 9dbe6fc refactor: update license text to point to angular.dev (#57901)
  • See full diff in compare view

Updates @angular/cli from 18.2.5 to 19.0.0

Release notes

Sourced from @​angular/cli's releases.

v19.0.0

19.0.0 (2024-11-19)

@​angular/cli

Commit Description
feat - 201b60e1d handle string key/value pairs, e.g. --define
fix - b847d4460 recommend optional application update migration during v19 update
perf - f249e7e85 enable Node.js compile code cache when available
perf - ecc107d83 enable Node.js compile code cache when available

@​schematics/angular

Commit Description
feat - a381a3db1 add option to export component as default
feat - 755f3a07f add option to setup new workspace or application as zoneless mode
feat - cfca5442e integrate withEventReplay() in provideClientHydration for new SSR apps
feat - 292a4b7c2 update app-shell and ssr schematics to adopt new Server Rendering API
fix - b1504c3bc component spec with export default
fix - 4b4e000dd don't show server routing prompt when using browser builder
fix - 4e2a5fe15 enable opt-in for new @angular/ssr feature
fix - fcf7443d6 explicitly set standalone:false
fix - 7992218a9 remove declaration and sourceMap from default tsconfig
fix - 9e6ab1bf2 use default import for express

@​angular-devkit/schematics-cli

Commit Description
feat - 37693c40e add package manager option to blank schematic

@​angular-devkit/architect

Commit Description
feat - 78f76485f merge object options from CLI

@​angular-devkit/build-angular

Commit Description
feat - 0a4ef3026 karma-coverage w/ app builder
feat - dcbdca85c karma+esbuild+watch
feat - 54594b5ab support karma with esbuild
fix - ea5ae68da bring back style tags in browser builder
fix - 476f94f51 fix --watch regression in karma
fix - 25d928b4f fix hanging terminal when browser-sync is not installed
fix - 2ec877dd0 handle basename collisions
fix - ab6e19e1f handle main field
fix - 43e7aae22 remove double-watch in karma
fix - 1e37b5939 serve assets
fix - 9d7613db9 zone.js/testing + karma + esbuild
refactor - e40384e63 remove deprecated browserTarget
refactor - 62877bdf2 remove Protractor builder and schematics

@​angular-devkit/core

Commit Description

... (truncated)

Changelog

Sourced from @​angular/cli's changelog.

19.0.0 (2024-11-19)

Breaking Changes

@​schematics/angular

  • The app-shell schematic is no longer compatible with Webpack-based builders.

@​angular-devkit/build-angular

@​angular-devkit/core

  • The deprecated fileBuffer function is no longer available. Update your code to use stringToFileBuffer instead to maintain compatibility.

    Note: that this change does not affect application developers.

@​angular/build

  • The @angular/localize/init polyfill will no longer be added automatically to projects. To prevent runtime issues, ensure that this polyfill is manually included in the "polyfills" section of your "angular.json" file if your application relies on Angular localization features.

@​angular/ssr

  • The CommonEngine API now needs to be imported from @angular/ssr/node.

    Before

    import { CommonEngine } from '@angular/ssr';

    After

    import { CommonEngine } from '@angular/ssr/node';

@​angular-devkit/schematics-cli

Commit Type Description
37693c40e feat add package manager option to blank schematic

... (truncated)

Commits
  • d622e59 release: cut the v19.0.0 release
  • 86acfe0 build: update Angular packages to v19 stable
  • 805379e release: cut the v19.0.0-rc.3 release
  • fb05e7f fix(@​angular/ssr): use wildcard server route configuration on the '/' route w...
  • 4b4e000 fix(@​schematics/angular): don't show server routing prompt when using `browse...
  • 2551df5 fix(@​angular/build): fully disable component style HMR in JIT mode
  • 25d928b fix(@​angular-devkit/build-angular): fix hanging terminal when browser-sync ...
  • ea5ae68 fix(@​angular-devkit/build-angular): bring back style tags in browser builder
  • 9e6ab1b fix(@​schematics/angular): use default import for express
  • 5b009cd refactor: add ngServerMode to Webpack SSR dev server
  • Additional commits viewable in compare view

Updates @angular/common from 18.2.5 to 19.0.0

Release notes

Sourced from @​angular/common's releases.

v19.0.0

19.0.0 (2024-11-19)

Explore Angular v19 with a blog post from the Angular team: https://blog.angular.dev/meet-angular-v19-7b29dfd05b84

Breaking Changes

compiler

  • this.foo property reads no longer refer to template context variables. If you intended to read the template variable, do not use this..

core

  • Angular directives, components and pipes are now standalone by default.

    • Specify standalone: false for declarations that are currently declared in @NgModules.
    • ng update for v19 will take care of this automatically.
  • TypeScript versions less than 5.5 are no longer supported.

  • Timing changes for effect API (in developer preview):

    • effects which are triggered outside of change detection run as part of the change detection process instead of as a microtask. Depending on the specifics of application/test setup, this can result in them executing earlier or later (or requiring additional test steps to trigger; see below examples).

    • effects which are triggered during change detection (e.g. by input signals) run earlier, before the component's template.

  • ExperimentalPendingTasks has been renamed to PendingTasks.

  • The autoDetect feature of ComponentFixture will now attach the fixture to the ApplicationRef. As a result, errors during automatic change detection of the fixture be reported to the ErrorHandler. This change may cause custom error handlers to observe new failures that were previously unreported.

  • createComponent will now render default fallback with empty projectableNodes.

    • When passing an empty array to projectableNodes in the createComponent API, the default fallback content of the ng-content will be rendered if present. To prevent rendering the default content, pass document.createTextNode('') as a projectableNode.
    // The first ng-content will render the default fallback content if present
    createComponent(MyComponent. { projectableNodes: [[], [secondNode]] });
    // To prevent projecting the default fallback content:
    createComponent(MyComponent. { projectableNodes: [[document.createTextNode('')], [secondNode]] });

  • Errors that are thrown during ApplicationRef.tick will now be rethrown when using TestBed. These errors should be resolved by ensuring the test environment is set up correctly to complete change detection successfully. There are two alternatives to catch the errors:

    • Instead of waiting for automatic change detection to happen, trigger

... (truncated)

Changelog

Sourced from @​angular/common's changelog.

19.0.0 (2024-11-19)

Blog post: https://blog.angular.dev/meet-angular-v19-7b29dfd05b84

Breaking Changes

compiler

  • this.foo property reads no longer refer to template context variables. If you intended to read the template variable, do not use this..

core

  • Angular directives, components and pipes are now standalone by default.

    • Specify ...

      Description has been truncated

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

| Package | From | To |
| --- | --- | --- |
| [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | `18.2.5` | `19.0.0` |
| [@angular-eslint/builder](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/builder) | `18.3.1` | `18.4.1` |
| [@angular-eslint/eslint-plugin](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin) | `18.3.1` | `18.4.1` |
| [@angular-eslint/eslint-plugin-template](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin-template) | `18.3.1` | `18.4.1` |
| [@angular-eslint/schematics](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/schematics) | `18.3.1` | `18.4.1` |
| [@angular-eslint/template-parser](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/template-parser) | `18.3.1` | `18.4.1` |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `18.2.5` | `19.0.0` |
| [@angular/cli](https://github.com/angular/angular-cli) | `18.2.5` | `19.0.0` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `18.2.5` | `19.0.0` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `18.2.5` | `19.0.0` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `18.2.5` | `19.0.0` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `18.2.5` | `19.0.0` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `18.2.5` | `19.0.0` |
| [@angular/language-service](https://github.com/angular/angular/tree/HEAD/packages/language-service) | `18.2.5` | `19.0.0` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `18.2.5` | `19.0.0` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `18.2.5` | `19.0.0` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `18.2.5` | `19.0.0` |
| [@types/chrome](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chrome) | `0.0.271` | `0.0.283` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.5.5` | `22.9.1` |
| [@types/nw.js](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/nw.js) | `0.91.0` | `0.92.0` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.6.0` | `8.15.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.6.0` | `8.15.0` |
| [concurrently](https://github.com/open-cli-tools/concurrently) | `9.0.1` | `9.1.0` |
| [eslint](https://github.com/eslint/eslint) | `9.10.0` | `9.15.0` |
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `50.2.4` | `50.5.0` |
| [jasmine-core](https://github.com/jasmine/jasmine) | `5.3.0` | `5.4.0` |
| [nw](https://github.com/nwjs/npm-installer) | `0.91.0` | `0.93.0` |
| [nw-builder](https://github.com/nwutils/nw-builder) | `4.10.0` | `4.12.0` |



Updates `@angular-devkit/build-angular` from 18.2.5 to 19.0.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@18.2.5...19.0.0)

Updates `@angular-eslint/builder` from 18.3.1 to 18.4.1
- [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/v18.4.1/packages/builder)

Updates `@angular-eslint/eslint-plugin` from 18.3.1 to 18.4.1
- [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/v18.4.1/packages/eslint-plugin)

Updates `@angular-eslint/eslint-plugin-template` from 18.3.1 to 18.4.1
- [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/v18.4.1/packages/eslint-plugin-template)

Updates `@angular-eslint/schematics` from 18.3.1 to 18.4.1
- [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/v18.4.1/packages/schematics)

Updates `@angular-eslint/template-parser` from 18.3.1 to 18.4.1
- [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/v18.4.1/packages/template-parser)

Updates `@angular/animations` from 18.2.5 to 19.0.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.0.0/packages/animations)

Updates `@angular/cli` from 18.2.5 to 19.0.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@18.2.5...19.0.0)

Updates `@angular/common` from 18.2.5 to 19.0.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.0.0/packages/common)

Updates `@angular/compiler` from 18.2.5 to 19.0.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.0.0/packages/compiler)

Updates `@angular/compiler-cli` from 18.2.5 to 19.0.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.0.0/packages/compiler-cli)

Updates `@angular/core` from 18.2.5 to 19.0.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.0.0/packages/core)

Updates `@angular/forms` from 18.2.5 to 19.0.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.0.0/packages/forms)

Updates `@angular/language-service` from 18.2.5 to 19.0.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.0.0/packages/language-service)

Updates `@angular/platform-browser` from 18.2.5 to 19.0.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.0.0/packages/platform-browser)

Updates `@angular/platform-browser-dynamic` from 18.2.5 to 19.0.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.0.0/packages/platform-browser-dynamic)

Updates `@angular/router` from 18.2.5 to 19.0.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.0.0/packages/router)

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

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

Updates `@types/nw.js` from 0.91.0 to 0.92.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/nw.js)

Updates `@typescript-eslint/eslint-plugin` from 8.6.0 to 8.15.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.15.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.6.0 to 8.15.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.15.0/packages/parser)

Updates `@typescript-eslint/types` from 8.6.0 to 8.15.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.15.0/packages/types)

Updates `@typescript-eslint/utils` from 8.6.0 to 8.15.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.15.0/packages/utils)

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

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

Updates `eslint-plugin-jsdoc` from 50.2.4 to 50.5.0
- [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.2.4...v50.5.0)

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

Updates `nw` from 0.91.0 to 0.93.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.10.0 to 4.12.0
- [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.10.0...v4.12.0)

Updates `tslib` from 2.7.0 to 2.8.1
- [Release notes](https://github.com/Microsoft/tslib/releases)
- [Commits](microsoft/tslib@v2.7.0...v2.8.1)

---
updated-dependencies:
- dependency-name: "@angular-devkit/build-angular"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: "@angular-eslint/builder"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@angular-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@angular-eslint/eslint-plugin-template"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@angular-eslint/schematics"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@angular-eslint/template-parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@angular/animations"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: "@angular/cli"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: "@angular/common"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: "@angular/compiler"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: "@angular/compiler-cli"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: "@angular/core"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: "@angular/forms"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: "@angular/language-service"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: "@angular/platform-browser"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: "@angular/router"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: "@types/chrome"
  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: "@types/nw.js"
  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-minor
  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-minor
  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-minor
  dependency-group: npm
- dependency-name: tslib
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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 Nov 21, 2024
@ayushmanchhabra ayushmanchhabra self-assigned this Nov 21, 2024
@ayushmanchhabra ayushmanchhabra removed their assignment Nov 22, 2024
@ayushmanchhabra
Copy link
Contributor

@dependabot close

@dependabot dependabot bot closed this Nov 22, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 22, 2024

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/npm-fb161ee2be branch November 22, 2024 12:37
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.

1 participant