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 20 updates #205

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Package From To
@angular-devkit/build-angular 19.0.1 19.0.2
@angular-eslint/builder 18.3.1 18.4.2
@angular-eslint/eslint-plugin 18.3.1 18.4.2
@angular-eslint/eslint-plugin-template 18.3.1 18.4.2
@angular-eslint/schematics 18.3.1 18.4.2
@angular-eslint/template-parser 18.3.1 18.4.2
@angular/cli 19.0.1 19.0.2
@types/chrome 0.0.271 0.0.287
@types/node 22.5.5 22.10.0
@types/nw.js 0.91.0 0.92.0
@typescript-eslint/eslint-plugin 8.6.0 8.16.0
@typescript-eslint/parser 8.6.0 8.16.0
concurrently 9.0.1 9.1.0
eslint 9.10.0 9.15.0
eslint-plugin-jsdoc 50.2.4 50.6.0
jasmine-core 5.3.0 5.4.0
nw 0.91.0 0.93.0
nw-builder 4.10.0 4.13.3

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

Release notes

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

v19.0.2

19.0.2 (2024-11-25)

@​schematics/angular

Commit Description
fix - 2f53e2af5 skip SSR routing prompt in webcontainer

@​angular/build

Commit Description
fix - f9da163f8 minimize reliance on esbuild inject to prevent code reordering
fix - c497749e6 prevent errors with parameterized routes when getPrerenderParams is undefined

@​angular/ssr

Commit Description
fix - c8cd90e0f handle nested redirects not explicitly defined in router config
Changelog

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

19.0.2 (2024-11-25)

@​schematics/angular

Commit Type Description
2f53e2af5 fix skip SSR routing prompt in webcontainer

@​angular/build

Commit Type Description
f9da163f8 fix minimize reliance on esbuild inject to prevent code reordering
c497749e6 fix prevent errors with parameterized routes when getPrerenderParams is undefined

@​angular/ssr

Commit Type Description
c8cd90e0f fix handle nested redirects not explicitly defined in router config

Commits
  • d261246 release: cut the v19.0.2 release
  • c497749 fix(@​angular/build): prevent errors with parameterized routes when `getPreren...
  • d8cbf3b refactor(@​angular/build): maintain previous compiler plugin factory signature
  • 2f53e2a fix(@​schematics/angular): skip SSR routing prompt in webcontainer
  • f9da163 fix(@​angular/build): minimize reliance on esbuild inject to prevent code re...
  • 5ac03f4 refactor(@​angular/ssr): use appRef.whenStable instead of util function from a...
  • 0eb5870 refactor(@​angular/ssr): replace :params with *
  • c8cd90e fix(@​angular/ssr): handle nested redirects not explicitly defined in router c...
  • See full diff in compare view

Updates @angular-eslint/builder from 18.3.1 to 18.4.2

Release notes

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

v18.4.2

18.4.2 (2024-11-23)

🩹 Fixes

  • update dependency eslint-scope to v8.2.0 (#2106)
  • angular-eslint: allow using angular-eslint with ng add and ng update (#2134)
  • eslint-plugin: handle output() and input() functions in various rules (#2098)
  • eslint-plugin: fix placement of lifecycle interface for subclasses (#1965)

❤️ Thank You

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.2 (2024-11-23)

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

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
  • 8d0c6f3 chore(release): publish 18.4.2
  • 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.2

Release notes

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

v18.4.2

18.4.2 (2024-11-23)

🩹 Fixes

  • update dependency eslint-scope to v8.2.0 (#2106)
  • angular-eslint: allow using angular-eslint with ng add and ng update (#2134)
  • eslint-plugin: handle output() and input() functions in various rules (#2098)
  • eslint-plugin: fix placement of lifecycle interface for subclasses (#1965)

❤️ Thank You

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.2 (2024-11-23)

🩹 Fixes

  • eslint-plugin: fix placement of lifecycle interface for subclasses (#1965)
  • eslint-plugin: handle output() and input() functions in various rules (#2098)

❤️ Thank You

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
  • 8d0c6f3 chore(release): publish 18.4.2
  • 3be9177 fix(eslint-plugin): fix placement of lifecycle interface for subclasses (#1965)
  • 431a402 fix(eslint-plugin): handle output() and input() functions in various rule...
  • 3e05a84 chore(release): publish 18.4.1
  • 1796bd7 chore(release): publish 18.4.0
  • See full diff in compare view

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

Release notes

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

v18.4.2

18.4.2 (2024-11-23)

🩹 Fixes

  • update dependency eslint-scope to v8.2.0 (#2106)
  • angular-eslint: allow using angular-eslint with ng add and ng update (#2134)
  • eslint-plugin: handle output() and input() functions in various rules (#2098)
  • eslint-plugin: fix placement of lifecycle interface for subclasses (#1965)

❤️ Thank You

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.2 (2024-11-23)

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

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

Release notes

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

v18.4.2

18.4.2 (2024-11-23)

🩹 Fixes

  • update dependency eslint-scope to v8.2.0 (#2106)
  • angular-eslint: allow using angular-eslint with ng add and ng update (#2134)
  • eslint-plugin: handle output() and input() functions in various rules (#2098)
  • eslint-plugin: fix placement of lifecycle interface for subclasses (#1965)

❤️ Thank You

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.2 (2024-11-23)

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

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
  • 8d0c6f3 chore(release): publish 18.4.2
  • 3e05a84 chore(release): publish 18.4.1
  • a55aab3 fix: update dependency ignore to v6 (#2047)
  • 8c289b7 chore: update/trim repo deps (#2099)
  • 1796bd7 chore(release): publish 18.4.0
  • a769f44 fix: update dependency eslint to v9.13.0, support noConfigLookup (#2045)
  • fc3a77b fix: update typescript-eslint packages to v8.10.0 (#2046)
  • 2130596 feat: support ESM configs and .cjs and .mjs extensions (#2068)
  • 1f115ed fix: update typescript-eslint packages to v8.5.0 (#2020)
  • See full diff in compare view

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

Release notes

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

v18.4.2

18.4.2 (2024-11-23)

🩹 Fixes

  • update dependency eslint-scope to v8.2.0 (#2106)
  • angular-eslint: allow using angular-eslint with ng add and ng update (#2134)
  • eslint-plugin: handle output() and input() functions in various rules (#2098)
  • eslint-plugin: fix placement of lifecycle interface for subclasses (#1965)

❤️ Thank You

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.2 (2024-11-23)

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

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/cli from 19.0.1 to 19.0.2

Release notes

Sourced from @​angular/cli's releases.

v19.0.2

19.0.2 (2024-11-25)

@​schematics/angular

Commit Description
fix - 2f53e2af5 skip SSR routing prompt in webcontainer

@​angular/build

Commit Description
fix - f9da163f8 minimize reliance on esbuild inject to prevent code reordering
fix - c497749e6 prevent errors with parameterized routes when getPrerenderParams is undefined

@​angular/ssr

Commit Description
fix - c8cd90e0f handle nested redirects not explicitly defined in router config
Changelog

Sourced from @​angular/cli's changelog.

19.0.2 (2024-11-25)

@​schematics/angular

Commit Type Description
2f53e2af5 fix skip SSR routing prompt in webcontainer

@​angular/build

Commit Type Description
f9da163f8 fix minimize reliance on esbuild inject to prevent code reordering
c497749e6 fix prevent errors with parameterized routes when getPrerenderParams is undefined

@​angular/ssr

Commit Type Description
c8cd90e0f fix handle nested redirects not explicitly defined in router config

Commits
  • d261246 release: cut the v19.0.2 release
  • c497749 fix(@​angular/build): prevent errors with parameterized routes when `getPreren...
  • d8cbf3b refactor(@​angular/build): maintain previous compiler plugin factory signature
  • 2f53e2a fix(@​schematics/angular): skip SSR routing prompt in webcontainer
  • f9da163 fix(@​angular/build): minimize reliance on esbuild inject to prevent code re...
  • 5ac03f4 refactor(@​angular/ssr): use appRef.whenStable instead of util function from a...
  • 0eb5870 refactor(@​angular/ssr): replace :params with *
  • c8cd90e fix(@​angular/ssr): handle nested redirects not explicitly defined in router c...
  • See full diff in compare view

Updates @types/chrome from 0.0.271 to 0.0.287

Commits

Updates @types/node from 22.5.5 to 22.10.0

Commits

Updates @types/nw.js from 0.91.0 to 0.92.0

Commits

Updates @typescript-eslint/eslint-plugin from 8.6.0 to 8.16.0

Release notes

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

v8.16.0

8.16.0 (2024-11-25)

🚀 Features

  • support TypeScript 5.7 (#10372)
  • eslint-plugin: [max-params] add function overload and function type support (#10312)
  • eslint-plugin: [no-base-to-string] check Array.prototype.join (#10287)

🩹 Fixes

  • typescript-estree: update conditions for unsupported version warning (#10385)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.15.0

8.15.0 (2024-11-18)

🚀 Features

  • eslint-plugin: added related-getter-setter-pairs rule (#10192)
  • eslint-plugin: new rule no-unsafe-type-assertion (#10051)
  • eslint-plugin: [prefer-nullish-coalescing] fix detection of ignoreConditionalTests involving boolean ! operator (#10299)
  • rule-tester: run method - avoid to infer type parameter from tests param (#10324)
  • typescript-eslint: allow infinitely deep array nesting in config function and extends (#10333)
  • utils: add new optional language field to FlatConfig.Config type (#10326)

🩹 Fixes

  • add missing peer dependencies (#9744)
  • eslint-plugin: [consistent-indexed-object-style] handle circular mapped types (#10301)
  • eslint-plugin: [await-thenable, return-await] don't flag awaiting unconstrained type parameter as unnecessary (#10314)
  • eslint-plugin: [explicit-module-boundary-types] and [explicit-function-return-type] don't report on as const satisfies (#10315)
  • eslint-plugin: report deprecations used in default export (#10330)
  • utils: add defaultOptions to meta in rule (#10339)

❤️ Thank You

... (truncated)

Changelog

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

8.16.0 (2024-11-25)

🚀 Features

  • eslint-plugin: [no-base-to-string] check Array.prototype.join (#10287)
  • eslint-plugin: [max-params] add function overload and function type support (#10312)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

8.15.0 (2024-11-18)

🚀 Features

  • eslint-plugin: [prefer-nullish-coalescing] fix detection of ignoreConditionalTests involving boolean ! operator (#10299)
  • eslint-plugin: new rule no-unsafe-type-assertion (#10051)
  • eslint-plugin: added related-getter-setter-pairs rule (#10192)

🩹 Fixes

  • utils: add defaultOptions to meta in rule (#10339)
  • eslint-plugin: report deprecations used in default export (#10330)
  • eslint-plugin: [explicit-module-boundary-types] and [explicit-function-return-type] don't report on as const satisfies (#10315)
  • eslint-plugin: [await-thenable, return-await] don't flag awaiting unconstrained type parameter as unnecessary (#10314)
  • eslint-plugin: [consistent-indexed-object-style] handle circular mapped types (#10301)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

8.14.0 (2024-11-11)

🚀 Features

  • eslint-plugin: [await-thenable] report unnecessary await using statements (#10209)
  • eslint-plugin: [no-confusing-void-expression] add an option to ignore voidvoid (#10067)

🩹 Fixes

... (truncated)

Commits
  • f74a8fa chore(release): publish 8.16.0
  • 2e2433b feat(eslint-plugin): [no-base-to-string] check Array.prototype.join (#10287)
  • 88e4c66 docs(eslint-plugin): add missing > in array-type.mdx (#10371)
  • 71243db chore: correct lint errors in CI (#10370)
  • cdbc669 feat(eslint-plugin): [max-params] add function overload and function type sup...
  • cac88ca chore: set no-else-return allowIfElse to false (#10325)
  • 2444351 chore(release): publish 8.15.0
  • 6c27d08 chore: bump eslint dependencies (#10354)
  • f5e23e2 fix(utils): add defaultOptions to meta in rule (#10339)
  • 12ce800 docs(eslint-plugin): [no-confusing-void-expression] add a default value for `...
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 8.6.0 to 8.16.0

Release notes

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

v8.16.0

8.16.0 (2024-11-25)

🚀 Features

  • support TypeScript 5.7 (#10372)
  • eslint-plugin: [max-params] add function overload and function type support (#10312)
  • eslint-plugin: [no-base-to-string] check Array.prototype.join (#10287)

🩹 Fixes

  • typescript-estree: update conditions for unsupported version warning (#10385)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.15.0

8.15.0 (2024-11-18)

🚀 Features

  • eslint-plugin: added related-getter-setter-pairs rule (#10192)
  • eslint-plugin: new rule no-unsafe-type-assertion (#10051)
  • eslint-plugin: [prefer-nullish-coalescing] fix detection of ignoreConditionalTests involving boolean ! operator (#10299)
  • rule-tester: run method - avoid to infer type parameter from tests param (#10324)
  • typescript-eslint: allow infinitely deep array nesting in config function and extends (#10333)
  • utils: add new optional language field to FlatConfig.Config type (#10326)

🩹 Fixes

  • add missing peer dependencies (#9744)
  • eslint-plugin: [consistent-indexed-object-style] handle circular mapped types (#10301)
  • eslint-plugin: [await-thenable, return-await] don't flag awaiting unconstrained type parameter as unnecessary (#10314)
  • eslint-plugin: [explicit-module-boundary-types] and [explicit-function-return-type] don't report on as const satisfies (#10315)
  • eslint-plugin: report deprecations used in default export (#10330)
  • utils: add defaultOptions to meta in rule (#10339)

❤️ Thank You

... (truncated)

Changelog

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

8.16.0 (2024-11-25)

🚀 Features

  • support TypeScript 5.7 (#10372)

❤️ Thank You

  • Josh Goldberg ✨

You can read about our versioning strategy and releases on our website.

8.15.0 (2024-11-18)

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

You can read about our versioning strategy and releases on our website.

8.14.0 (2024-11-11)

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

You can read about our versioning strategy and releases on our website.

8.13.0 (2024-11-04)

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

You can read about our versioning strategy and releases on our website.

8.12.2 (2024-10-29)

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

You can read about our versioning strategy and releases on our website.

8.12.1 (2024-10-28)

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

You can read about our versioning strategy and releases on our website.

8.12.0 (2024-10-28)

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

You can read about our versioning strategy and releases on our website.

8.11.0 (2024-10-21)

... (truncated)

Commits
  • f74a8fa chore(release): publish 8.16.0
  • fe6b47f feat: support TypeScript 5.7 (#10372)
  • 2444351 chore(release): publish 8.15.0
  • e022eb0 docs: update license file to explicitly use bsd-2 clause license (#10291)
  • 16fba0a chore(release): publish 8.14.0
  • ac1f632 chore(release): publish 8.13.0
  • 4af866a chore(release): publish 8.12.2
  • 1edec1d chore(release): publish 8.12.1
  • 3413a2d chore(release): publish 8.12.0
  • 79c27a8 chore(release): publish 8.11.0
  • Additional commits viewable in

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

| Package | From | To |
| --- | --- | --- |
| [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | `19.0.1` | `19.0.2` |
| [@angular-eslint/builder](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/builder) | `18.3.1` | `18.4.2` |
| [@angular-eslint/eslint-plugin](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin) | `18.3.1` | `18.4.2` |
| [@angular-eslint/eslint-plugin-template](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin-template) | `18.3.1` | `18.4.2` |
| [@angular-eslint/schematics](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/schematics) | `18.3.1` | `18.4.2` |
| [@angular-eslint/template-parser](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/template-parser) | `18.3.1` | `18.4.2` |
| [@angular/cli](https://github.com/angular/angular-cli) | `19.0.1` | `19.0.2` |
| [@types/chrome](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chrome) | `0.0.271` | `0.0.287` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.5.5` | `22.10.0` |
| [@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.16.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.6.0` | `8.16.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.6.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.13.3` |



Updates `@angular-devkit/build-angular` from 19.0.1 to 19.0.2
- [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.1...19.0.2)

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

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

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

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

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

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

Updates `@types/chrome` from 0.0.271 to 0.0.287
- [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.10.0
- [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.16.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.16.0/packages/eslint-plugin)

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

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

Updates `@typescript-eslint/utils` from 8.6.0 to 8.16.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.16.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.6.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.6.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.13.3
- [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.13.3)

---
updated-dependencies:
- dependency-name: "@angular-devkit/build-angular"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 26, 2024
@ayushmanchhabra
Copy link
Contributor

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 26, 2024

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@ayushmanchhabra
Copy link
Contributor

@dependabot recreate

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 26, 2024

Superseded by #206.

@dependabot dependabot bot closed this Nov 26, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/npm-9a0c6f69da branch November 26, 2024 16:28
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