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

Bump the npm group with 19 updates #94

Merged
merged 1 commit into from
Feb 10, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 10, 2024

Bumps the npm group with 19 updates:

Package From To
@angular-devkit/build-angular 17.1.2 17.1.3
@angular/animations 17.1.2 17.1.3
@angular/cli 17.1.2 17.1.3
@angular/common 17.1.2 17.1.3
@angular/compiler 17.1.2 17.1.3
@angular/compiler-cli 17.1.2 17.1.3
@angular/core 17.1.2 17.1.3
@angular/forms 17.1.2 17.1.3
@angular/language-service 17.1.2 17.1.3
@angular/platform-browser 17.1.2 17.1.3
@angular/platform-browser-dynamic 17.1.2 17.1.3
@angular/router 17.1.2 17.1.3
@types/node 20.11.16 20.11.17
@typescript-eslint/eslint-plugin 6.20.0 6.21.0
@typescript-eslint/parser 6.20.0 6.21.0
eslint-plugin-jsdoc 48.0.4 48.0.6
jasmine-core 5.1.1 5.1.2
nw 0.83.0 0.84.0
puppeteer 21.11.0 22.0.0

Updates @angular-devkit/build-angular from 17.1.2 to 17.1.3

Release notes

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

v17.1.3

17.1.3 (2024-02-08)

@​angular-devkit/build-angular

Commit Description
fix - 3de3aa170 allow ./ baseHref when using vite based server
fix - 17f47a3c9 ensure WebWorker main entry is used in output code
Changelog

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

17.1.3 (2024-02-08)

@​angular-devkit/build-angular

Commit Type Description
3de3aa170 fix allow ./ baseHref when using vite based server
17f47a3c9 fix ensure WebWorker main entry is used in output code

17.2.0-next.1 (2024-01-31)

@​angular/cli

Commit Type Description
b3e206741 feat add support to bun package manager

@​schematics/angular

Commit Type Description
03e1aa790 feat add support to bun package manager

@​angular-devkit/build-angular

Commit Type Description
f4f535653 feat add JSON build logs when using the application builder
7c522aa87 feat support using custom postcss configuration with application builder
d6aea27db fix add required modules as externals imports
476a68daa fix add output location in build stats
dbd3984f2 fix correctly handle glob negation in proxy config when using vite
41ea985f9 fix display server bundles in build stats
822e7a482 fix handle regular expressions in proxy config when using Vite
944cbcdb1 fix limit the number of lazy chunks visible in the stats table
37ffa5e4a fix resolve absolute output-path when using esbuild based builders

@​angular/create

Commit Type Description
600498f2c feat add support to bun package manager

Commits
  • cceb852 release: cut the v17.1.3 release
  • 17f47a3 fix(@​angular-devkit/build-angular): ensure WebWorker main entry is used in ou...
  • c3538b4 test: update webpack tests filenames and size checks to pass with latest webpack
  • 3de3aa1 fix(@​angular-devkit/build-angular): allow ./ baseHref when using vite based...
  • 1b2bf5d refactor(@​angular-devkit/build-angular): remove casting since `setSourceMapsE...
  • See full diff in compare view

Updates @angular/animations from 17.1.2 to 17.1.3

Release notes

Sourced from @​angular/animations's releases.

v17.1.3

17.1.3 (2024-02-08)

compiler-cli

Commit Description
fix - bc4a6a9715 do not error due to multiple components named equally (#54273)
fix - a997e08c6f handle default imports in defer blocks (#53695)
fix - 63a9027720 interpolatedSignalNotInvoked diagnostic for model signals (#54338)
fix - 40e1edc977 properly catch fatal diagnostics in type checking (#54309)
fix - 9f6605d11b support jumping to definitions of signal-based inputs (#54233)

core

Commit Description
fix - 7df133dcc2 afterRender hooks should allow updating state (#54074)
fix - 744e20641a Fix possible infinite loop with markForCheck by partially reverting #54074 (#54329)
fix - 0fb114274c update imports to be compatible with rxjs 6 (#54193)

router

Commit Description
fix - 238f2a8bc9 Clear internal transition when navigation finalizes (#54261)
Changelog

Sourced from @​angular/animations's changelog.

17.1.3 (2024-02-08)

compiler-cli

Commit Type Description
bc4a6a9715 fix do not error due to multiple components named equally (#54273)
a997e08c6f fix handle default imports in defer blocks (#53695)
63a9027720 fix interpolatedSignalNotInvoked diagnostic for model signals (#54338)
40e1edc977 fix properly catch fatal diagnostics in type checking (#54309)
9f6605d11b fix support jumping to definitions of signal-based inputs (#54233)

core

Commit Type Description
7df133dcc2 fix afterRender hooks should allow updating state (#54074)
744e20641a fix Fix possible infinite loop with markForCheck by partially reverting #54074 (#54329)
0fb114274c fix update imports to be compatible with rxjs 6 (#54193)

router

Commit Type Description
238f2a8bc9 fix Clear internal transition when navigation finalizes (#54261)

17.2.0-next.1 (2024-01-31)

Commit Type Description
dfc6c8d0c7 fix cta clickability issue in adev homepage. (#52905)

animations

Commit Type Description
75aeae42b7 fix cleanup DOM elements when root view is removed with async animations (#53033)

common

Commit Type Description
f5c520b836 feat add placeholder to NgOptimizedImage (#53783)
122213d37d fix The date pipe should return ISO format for week and week-year as intended in the unit test. (#53879)

compiler

Commit Type Description
47e6e84101 feat Add a TSConfig option useTemplatePipeline (#54057)
7b4d275f49 fix Fix the template pipeline option (#54148)
eddf5dae5e fix Update type check block to fix control flow source mappings (#53980)

compiler-cli

Commit Type Description
7e861c640e feat generate extra imports for component local dependencies in local mode (#53543)
3263df23f2 feat generate global imports in local compilation mode (#53543)
64fa5715c6 fix generating extra imports in local compilation mode when cycle is introduced (#53543)
0970129e20 fix show proper error for custom decorators in local compilation mode (#53983)

... (truncated)

Commits

Updates @angular/cli from 17.1.2 to 17.1.3

Release notes

Sourced from @​angular/cli's releases.

v17.1.3

17.1.3 (2024-02-08)

@​angular-devkit/build-angular

Commit Description
fix - 3de3aa170 allow ./ baseHref when using vite based server
fix - 17f47a3c9 ensure WebWorker main entry is used in output code
Changelog

Sourced from @​angular/cli's changelog.

17.1.3 (2024-02-08)

@​angular-devkit/build-angular

Commit Type Description
3de3aa170 fix allow ./ baseHref when using vite based server
17f47a3c9 fix ensure WebWorker main entry is used in output code

17.2.0-next.1 (2024-01-31)

@​angular/cli

Commit Type Description
b3e206741 feat add support to bun package manager

@​schematics/angular

Commit Type Description
03e1aa790 feat add support to bun package manager

@​angular-devkit/build-angular

Commit Type Description
f4f535653 feat add JSON build logs when using the application builder
7c522aa87 feat support using custom postcss configuration with application builder
d6aea27db fix add required modules as externals imports
476a68daa fix add output location in build stats
dbd3984f2 fix correctly handle glob negation in proxy config when using vite
41ea985f9 fix display server bundles in build stats
822e7a482 fix handle regular expressions in proxy config when using Vite
944cbcdb1 fix limit the number of lazy chunks visible in the stats table
37ffa5e4a fix resolve absolute output-path when using esbuild based builders

@​angular/create

Commit Type Description
600498f2c feat add support to bun package manager

Commits
  • cceb852 release: cut the v17.1.3 release
  • 17f47a3 fix(@​angular-devkit/build-angular): ensure WebWorker main entry is used in ou...
  • c3538b4 test: update webpack tests filenames and size checks to pass with latest webpack
  • 3de3aa1 fix(@​angular-devkit/build-angular): allow ./ baseHref when using vite based...
  • 1b2bf5d refactor(@​angular-devkit/build-angular): remove casting since `setSourceMapsE...
  • See full diff in compare view

Updates @angular/common from 17.1.2 to 17.1.3

Release notes

Sourced from @​angular/common's releases.

v17.1.3

17.1.3 (2024-02-08)

compiler-cli

Commit Description
fix - bc4a6a9715 do not error due to multiple components named equally (#54273)
fix - a997e08c6f handle default imports in defer blocks (#53695)
fix - 63a9027720 interpolatedSignalNotInvoked diagnostic for model signals (#54338)
fix - 40e1edc977 properly catch fatal diagnostics in type checking (#54309)
fix - 9f6605d11b support jumping to definitions of signal-based inputs (#54233)

core

Commit Description
fix - 7df133dcc2 afterRender hooks should allow updating state (#54074)
fix - 744e20641a Fix possible infinite loop with markForCheck by partially reverting #54074 (#54329)
fix - 0fb114274c update imports to be compatible with rxjs 6 (#54193)

router

Commit Description
fix - 238f2a8bc9 Clear internal transition when navigation finalizes (#54261)
Changelog

Sourced from @​angular/common's changelog.

17.1.3 (2024-02-08)

compiler-cli

Commit Type Description
bc4a6a9715 fix do not error due to multiple components named equally (#54273)
a997e08c6f fix handle default imports in defer blocks (#53695)
63a9027720 fix interpolatedSignalNotInvoked diagnostic for model signals (#54338)
40e1edc977 fix properly catch fatal diagnostics in type checking (#54309)
9f6605d11b fix support jumping to definitions of signal-based inputs (#54233)

core

Commit Type Description
7df133dcc2 fix afterRender hooks should allow updating state (#54074)
744e20641a fix Fix possible infinite loop with markForCheck by partially reverting #54074 (#54329)
0fb114274c fix update imports to be compatible with rxjs 6 (#54193)

router

Commit Type Description
238f2a8bc9 fix Clear internal transition when navigation finalizes (#54261)

17.2.0-next.1 (2024-01-31)

Commit Type Description
dfc6c8d0c7 fix cta clickability issue in adev homepage. (#52905)

animations

Commit Type Description
75aeae42b7 fix cleanup DOM elements when root view is removed with async animations (#53033)

common

Commit Type Description
f5c520b836 feat add placeholder to NgOptimizedImage (#53783)
122213d37d fix The date pipe should return ISO format for week and week-year as intended in the unit test. (#53879)

compiler

Commit Type Description
47e6e84101 feat Add a TSConfig option useTemplatePipeline (#54057)
7b4d275f49 fix Fix the template pipeline option (#54148)
eddf5dae5e fix Update type check block to fix control flow source mappings (#53980)

compiler-cli

Commit Type Description
7e861c640e feat generate extra imports for component local dependencies in local mode (#53543)
3263df23f2 feat generate global imports in local compilation mode (#53543)
64fa5715c6 fix generating extra imports in local compilation mode when cycle is introduced (#53543)
0970129e20 fix show proper error for custom decorators in local compilation mode (#53983)

... (truncated)

Commits

Updates @angular/compiler from 17.1.2 to 17.1.3

Release notes

Sourced from @​angular/compiler's releases.

v17.1.3

17.1.3 (2024-02-08)

compiler-cli

Commit Description
fix - bc4a6a9715 do not error due to multiple components named equally (#54273)
fix - a997e08c6f handle default imports in defer blocks (#53695)
fix - 63a9027720 interpolatedSignalNotInvoked diagnostic for model signals (#54338)
fix - 40e1edc977 properly catch fatal diagnostics in type checking (#54309)
fix - 9f6605d11b support jumping to definitions of signal-based inputs (#54233)

core

Commit Description
fix - 7df133dcc2 afterRender hooks should allow updating state (#54074)
fix - 744e20641a Fix possible infinite loop with markForCheck by partially reverting #54074 (#54329)
fix - 0fb114274c update imports to be compatible with rxjs 6 (#54193)

router

Commit Description
fix - 238f2a8bc9 Clear internal transition when navigation finalizes (#54261)
Changelog

Sourced from @​angular/compiler's changelog.

17.1.3 (2024-02-08)

compiler-cli

Commit Type Description
bc4a6a9715 fix do not error due to multiple components named equally (#54273)
a997e08c6f fix handle default imports in defer blocks (#53695)
63a9027720 fix interpolatedSignalNotInvoked diagnostic for model signals (#54338)
40e1edc977 fix properly catch fatal diagnostics in type checking (#54309)
9f6605d11b fix support jumping to definitions of signal-based inputs (#54233)

core

Commit Type Description
7df133dcc2 fix afterRender hooks should allow updating state (#54074)
744e20641a fix Fix possible infinite loop with markForCheck by partially reverting #54074 (#54329)
0fb114274c fix update imports to be compatible with rxjs 6 (#54193)

router

Commit Type Description
238f2a8bc9 fix Clear internal transition when navigation finalizes (#54261)

17.2.0-next.1 (2024-01-31)

Commit Type Description
dfc6c8d0c7 fix cta clickability issue in adev homepage. (#52905)

animations

Commit Type Description
75aeae42b7 fix cleanup DOM elements when root view is removed with async animations (#53033)

common

Commit Type Description
f5c520b836 feat add placeholder to NgOptimizedImage (#53783)
122213d37d fix The date pipe should return ISO format for week and week-year as intended in the unit test. (#53879)

compiler

Commit Type Description
47e6e84101 feat Add a TSConfig option useTemplatePipeline (#54057)
7b4d275f49 fix Fix the template pipeline option (#54148)
eddf5dae5e fix Update type check block to fix control flow source mappings (#53980)

compiler-cli

Commit Type Description
7e861c640e feat generate extra imports for component local dependencies in local mode (#53543)
3263df23f2 feat generate global imports in local compilation mode (#53543)
64fa5715c6 fix generating extra imports in local compilation mode when cycle is introduced (#53543)
0970129e20 fix show proper error for custom decorators in local compilation mode (#53983)

... (truncated)

Commits
  • bc4a6a9 fix(compiler-cli): do not error due to multiple components named equally (#54...
  • 47c712e refactor(compiler): Show an error when a property binding duplicates an i18n ...
  • 52a31d0 refactor: standardize doctype declaration to <!DOCTYPE html> (#51052)
  • a997e08 fix(compiler-cli): handle default imports in defer blocks (#53695)
  • See full diff in compare view

Updates @angular/compiler-cli from 17.1.2 to 17.1.3

Release notes

Sourced from @​angular/compiler-cli's releases.

v17.1.3

17.1.3 (2024-02-08)

compiler-cli

Commit Description
fix - bc4a6a9715 do not error due to multiple components named equally (#54273)
fix - a997e08c6f handle default imports in defer blocks (#53695)
fix - 63a9027720 interpolatedSignalNotInvoked diagnostic for model signals (#54338)
fix - 40e1edc977 properly catch fatal diagnostics in type checking (#54309)
fix - 9f6605d11b support jumping to definitions of signal-based inputs (#54233)

core

Commit Description
fix - 7df133dcc2 afterRender hooks should allow updating state (#54074)
fix - 744e20641a Fix possible infinite loop with markForCheck by partially reverting #54074 (#54329)
fix - 0fb114274c update imports to be compatible with rxjs 6 (#54193)

router

Commit Description
fix - 238f2a8bc9 Clear internal transition when navigation finalizes (#54261)
Changelog

Sourced from @​angular/compiler-cli's changelog.

17.1.3 (2024-02-08)

compiler-cli

Commit Type Description
bc4a6a9715 fix do not error due to multiple components named equally (#54273)
a997e08c6f fix handle default imports in defer blocks (#53695)
63a9027720 fix interpolatedSignalNotInvoked diagnostic for model signals (#54338)
40e1edc977 fix properly catch fatal diagnostics in type checking (#54309)
9f6605d11b fix support jumping to definitions of signal-based inputs (#54233)

core

Commit Type Description
7df133dcc2 fix afterRender hooks should allow updating state (#54074)
744e20641a fix Fix possible infinite loop with markForCheck by partially reverting #54074 (#54329)
0fb114274c fix update imports to be compatible with rxjs 6 (#54193)

router

Commit Type Description
238f2a8bc9 fix Clear internal transition when navigation finalizes (#54261)

17.2.0-next.1 (2024-01-31)

Commit Type Description
dfc6c8d0c7 fix cta clickability issue in adev homepage. (#52905)

animations

Commit Type Description
75aeae42b7 fix cleanup DOM elements when root view is removed with async animations (#53033)

common

Commit Type Description
f5c520b836 feat add placeholder to NgOptimizedImage (#53783)
122213d37d fix The date pipe should return ISO format for week and week-year as intended in the unit test. (#53879)

compiler

Commit Type Description
47e6e84101 feat Add a TSConfig option useTemplatePipeline (#54057)
7b4d275f49 fix Fix the template pipeline option (#54148)
eddf5dae5e fix Update type check block to fix control flow source mappings (#53980)

compiler-cli

Commit Type Description
7e861c640e feat generate extra imports for component local dependencies in local mode (#53543)
3263df23f2 feat generate global imports in local compilation mode (#53543)
64fa5715c6 fix generating extra imports in local compilation mode when cycle is introduced (#53543)
0970129e20 fix show proper error for custom decorators in local compilation mode (#53983)

... (truncated)

Commits
  • 2e9a21a Revert "fix(compiler-cli): interpolatedSignalNotInvoked diagnostic for model ...
  • 63a9027 fix(compiler-cli): interpolatedSignalNotInvoked diagnostic for model signals ...
  • ef55d48 refactor(compiler-cli): avoid naming conflict with built-in global variable (...
  • 8d4b4ff refactor(compiler-cli): work around internal test failure (#54327)
  • eeaec92 refactor(compiler-cli): ensure FatalDiagnosticError extends Error (#54309)
  • 40e1edc fix(compiler-cli): properly catch fatal diagnostics in type checking (#54309)
  • bc4a6a9 fix(compiler-cli): do not error due to multiple components named equally (#54...
  • b74c02a refactor(compiler): extract call and construct signatures of interfaces (#54233)
  • 9f6605d fix(compiler-cli): support jumping to definitions of signal-based inputs (#54...
  • a42f0ba refactor(core): separate InputSignal and InputSignalWithTransform (#54233)
  • Additional commits viewable in compare view

Updates @angular/core from 17.1.2 to 17.1.3

Release notes

Sourced from @​angular/core's releases.

v17.1.3

17.1.3 (2024-02-08...

Description has been truncated

Bumps the npm group with 19 updates:

| Package | From | To |
| --- | --- | --- |
| [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | `17.1.2` | `17.1.3` |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `17.1.2` | `17.1.3` |
| [@angular/cli](https://github.com/angular/angular-cli) | `17.1.2` | `17.1.3` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `17.1.2` | `17.1.3` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `17.1.2` | `17.1.3` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `17.1.2` | `17.1.3` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `17.1.2` | `17.1.3` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `17.1.2` | `17.1.3` |
| [@angular/language-service](https://github.com/angular/angular/tree/HEAD/packages/language-service) | `17.1.2` | `17.1.3` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `17.1.2` | `17.1.3` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `17.1.2` | `17.1.3` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `17.1.2` | `17.1.3` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.11.16` | `20.11.17` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `6.20.0` | `6.21.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.20.0` | `6.21.0` |
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `48.0.4` | `48.0.6` |
| [jasmine-core](https://github.com/jasmine/jasmine) | `5.1.1` | `5.1.2` |
| [nw](https://github.com/nwjs/npm-installer) | `0.83.0` | `0.84.0` |
| [puppeteer](https://github.com/puppeteer/puppeteer) | `21.11.0` | `22.0.0` |


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

Updates `@angular/animations` from 17.1.2 to 17.1.3
- [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/17.1.3/packages/animations)

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

Updates `@angular/common` from 17.1.2 to 17.1.3
- [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/17.1.3/packages/common)

Updates `@angular/compiler` from 17.1.2 to 17.1.3
- [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/17.1.3/packages/compiler)

Updates `@angular/compiler-cli` from 17.1.2 to 17.1.3
- [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/17.1.3/packages/compiler-cli)

Updates `@angular/core` from 17.1.2 to 17.1.3
- [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/17.1.3/packages/core)

Updates `@angular/forms` from 17.1.2 to 17.1.3
- [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/17.1.3/packages/forms)

Updates `@angular/language-service` from 17.1.2 to 17.1.3
- [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/17.1.3/packages/language-service)

Updates `@angular/platform-browser` from 17.1.2 to 17.1.3
- [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/17.1.3/packages/platform-browser)

Updates `@angular/platform-browser-dynamic` from 17.1.2 to 17.1.3
- [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/17.1.3/packages/platform-browser-dynamic)

Updates `@angular/router` from 17.1.2 to 17.1.3
- [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/17.1.3/packages/router)

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

Updates `@typescript-eslint/eslint-plugin` from 6.20.0 to 6.21.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/v6.21.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 6.20.0 to 6.21.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/v6.21.0/packages/parser)

Updates `eslint-plugin-jsdoc` from 48.0.4 to 48.0.6
- [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@v48.0.4...v48.0.6)

Updates `jasmine-core` from 5.1.1 to 5.1.2
- [Release notes](https://github.com/jasmine/jasmine/releases)
- [Changelog](https://github.com/jasmine/jasmine/blob/main/RELEASE.md)
- [Commits](jasmine/jasmine@v5.1.1...v5.1.2)

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

Updates `puppeteer` from 21.11.0 to 22.0.0
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](puppeteer/puppeteer@puppeteer-v21.11.0...puppeteer-v22.0.0)

---
updated-dependencies:
- dependency-name: "@angular-devkit/build-angular"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@angular/animations"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@angular/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@angular/common"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@angular/compiler"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@angular/compiler-cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@angular/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@angular/forms"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@angular/language-service"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@angular/platform-browser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@angular/router"
  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-patch
  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: 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-patch
  dependency-group: npm
- dependency-name: nw
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-major
  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 10, 2024
@ayushmanchhabra
Copy link
Contributor

@dependabot merge

@dependabot dependabot bot merged commit d7a5ffd into main Feb 10, 2024
1 check passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/npm-9cd17af014 branch February 10, 2024 16:24
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