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 16 updates #66

Merged
merged 2 commits into from
Sep 25, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 23, 2023

Bumps the npm group with 16 updates:

Package From To
@angular-devkit/build-angular 16.2.2 16.2.3
@angular/animations 16.2.5 16.2.6
@angular/cli 16.2.2 16.2.3
@angular/common 16.2.5 16.2.6
@angular/compiler 16.2.5 16.2.6
@angular/compiler-cli 16.2.5 16.2.6
@angular/core 16.2.5 16.2.6
@angular/forms 16.2.5 16.2.6
@angular/language-service 16.2.5 16.2.6
@angular/platform-browser 16.2.5 16.2.6
@angular/platform-browser-dynamic 16.2.5 16.2.6
@angular/router 16.2.5 16.2.6
eslint 8.49.0 8.50.0
eslint-plugin-jsdoc 46.8.1 46.8.2
puppeteer 21.3.1 21.3.4
typescript 5.1.3 5.2.2

Updates @angular-devkit/build-angular from 16.2.2 to 16.2.3

Release notes

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

v16.2.3

16.2.3 (2023-09-20)

@​angular-devkit/build-angular

Commit Description
fix - 39643bee1 correctly re-point RXJS to ESM on Windows
fix - d8d116b31 several windows fixes to application builder prerendering

@​ngtools/webpack

Commit Description
fix - f1195d035 fix recursion in webpack resolve
Changelog

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

16.2.3 (2023-09-20)

@​angular-devkit/build-angular

Commit Type Description
39643bee1 fix correctly re-point RXJS to ESM on Windows
d8d116b31 fix several windows fixes to application builder prerendering

@​ngtools/webpack

Commit Type Description
f1195d035 fix fix recursion in webpack resolve

17.0.0-next.4 (2023-09-13)

Breaking Changes

@​schematics/angular

  • Routing is enabled by default for new applications when using ng generate application and ng new. The --no-routing command line option can be used to disable this behaviour.
  • rootModuleClassName, rootModuleFileName and main options have been removed from the public pwa and app-shell schematics.

@​schematics/angular

Commit Type Description
1a6a139aa feat enable routing by default for new applications
3f8aa9d8c feat update ng new to use the esbuild application builder based builder

@​angular-devkit/build-angular

Commit Type Description
2f299fc7b fix account for styles specified as string literals and styleUrl
e41e2015b fix avoid spawning workers when there are no routes to prerender
c11a0f0d3 fix support custom index option paths in Vite-based dev server
7d3fd226c fix support dev server proxy pathRewrite field in Vite-based server
4b67d2afd perf use single JS transformer instance during dev-server prebundling

@​ngtools/webpack

Commit Type Description
f43754570 feat add automated preconnects for image domains

... (truncated)

Commits
  • 64b3586 release: cut the v16.2.3 release
  • f1195d0 fix(@​ngtools/webpack): fix recursion in webpack resolve
  • 1f9caa9 refactor(@​schematics/angular): remove empty space in app.config.ts.template
  • 7d61494 Revert "ci: use head_ref for concurrency group"
  • 7801185 ci: use head_ref for concurrency group
  • d8d116b fix(@​angular-devkit/build-angular): several windows fixes to application buil...
  • 39643be fix(@​angular-devkit/build-angular): correctly re-point RXJS to ESM on Windows
  • See full diff in compare view

Updates @angular/animations from 16.2.5 to 16.2.6

Release notes

Sourced from @​angular/animations's releases.

v16.2.6

16.2.6 (2023-09-20)

core

Commit Description
fix - 82712f80df ensure a consumer drops all its stale producers (#51722) (#51772)
Changelog

Sourced from @​angular/animations's changelog.

16.2.6 (2023-09-20)

core

Commit Type Description
82712f80df fix ensure a consumer drops all its stale producers (#51722) (#51772)

17.0.0-next.4 (2023-09-13)

core

Commit Type Description
59387ee476 feat support styles and styleUrl as strings (#51715)

router

Commit Type Description
73e4bf2ed2 feat Add feature to support the View Transitions API (#51314)

Commits

Updates @angular/cli from 16.2.2 to 16.2.3

Release notes

Sourced from @​angular/cli's releases.

v16.2.3

16.2.3 (2023-09-20)

@​angular-devkit/build-angular

Commit Description
fix - 39643bee1 correctly re-point RXJS to ESM on Windows
fix - d8d116b31 several windows fixes to application builder prerendering

@​ngtools/webpack

Commit Description
fix - f1195d035 fix recursion in webpack resolve
Changelog

Sourced from @​angular/cli's changelog.

16.2.3 (2023-09-20)

@​angular-devkit/build-angular

Commit Type Description
39643bee1 fix correctly re-point RXJS to ESM on Windows
d8d116b31 fix several windows fixes to application builder prerendering

@​ngtools/webpack

Commit Type Description
f1195d035 fix fix recursion in webpack resolve

17.0.0-next.4 (2023-09-13)

Breaking Changes

@​schematics/angular

  • Routing is enabled by default for new applications when using ng generate application and ng new. The --no-routing command line option can be used to disable this behaviour.
  • rootModuleClassName, rootModuleFileName and main options have been removed from the public pwa and app-shell schematics.

@​schematics/angular

Commit Type Description
1a6a139aa feat enable routing by default for new applications
3f8aa9d8c feat update ng new to use the esbuild application builder based builder

@​angular-devkit/build-angular

Commit Type Description
2f299fc7b fix account for styles specified as string literals and styleUrl
e41e2015b fix avoid spawning workers when there are no routes to prerender
c11a0f0d3 fix support custom index option paths in Vite-based dev server
7d3fd226c fix support dev server proxy pathRewrite field in Vite-based server
4b67d2afd perf use single JS transformer instance during dev-server prebundling

@​ngtools/webpack

Commit Type Description
f43754570 feat add automated preconnects for image domains

... (truncated)

Commits
  • 64b3586 release: cut the v16.2.3 release
  • f1195d0 fix(@​ngtools/webpack): fix recursion in webpack resolve
  • 1f9caa9 refactor(@​schematics/angular): remove empty space in app.config.ts.template
  • 7d61494 Revert "ci: use head_ref for concurrency group"
  • 7801185 ci: use head_ref for concurrency group
  • d8d116b fix(@​angular-devkit/build-angular): several windows fixes to application buil...
  • 39643be fix(@​angular-devkit/build-angular): correctly re-point RXJS to ESM on Windows
  • See full diff in compare view

Updates @angular/common from 16.2.5 to 16.2.6

Release notes

Sourced from @​angular/common's releases.

v16.2.6

16.2.6 (2023-09-20)

core

Commit Description
fix - 82712f80df ensure a consumer drops all its stale producers (#51722) (#51772)
Changelog

Sourced from @​angular/common's changelog.

16.2.6 (2023-09-20)

core

Commit Type Description
82712f80df fix ensure a consumer drops all its stale producers (#51722) (#51772)

17.0.0-next.4 (2023-09-13)

core

Commit Type Description
59387ee476 feat support styles and styleUrl as strings (#51715)

router

Commit Type Description
73e4bf2ed2 feat Add feature to support the View Transitions API (#51314)

Commits

Updates @angular/compiler from 16.2.5 to 16.2.6

Release notes

Sourced from @​angular/compiler's releases.

v16.2.6

16.2.6 (2023-09-20)

core

Commit Description
fix - 82712f80df ensure a consumer drops all its stale producers (#51722) (#51772)
Changelog

Sourced from @​angular/compiler's changelog.

16.2.6 (2023-09-20)

core

Commit Type Description
82712f80df fix ensure a consumer drops all its stale producers (#51722) (#51772)

17.0.0-next.4 (2023-09-13)

core

Commit Type Description
59387ee476 feat support styles and styleUrl as strings (#51715)

router

Commit Type Description
73e4bf2ed2 feat Add feature to support the View Transitions API (#51314)

Commits

Updates @angular/compiler-cli from 16.2.5 to 16.2.6

Release notes

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

v16.2.6

16.2.6 (2023-09-20)

core

Commit Description
fix - 82712f80df ensure a consumer drops all its stale producers (#51722) (#51772)
Changelog

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

16.2.6 (2023-09-20)

core

Commit Type Description
82712f80df fix ensure a consumer drops all its stale producers (#51722) (#51772)

17.0.0-next.4 (2023-09-13)

core

Commit Type Description
59387ee476 feat support styles and styleUrl as strings (#51715)

router

Commit Type Description
73e4bf2ed2 feat Add feature to support the View Transitions API (#51314)

Commits

Updates @angular/core from 16.2.5 to 16.2.6

Release notes

Sourced from @​angular/core's releases.

v16.2.6

16.2.6 (2023-09-20)

core

Commit Description
fix - 82712f80df ensure a consumer drops all its stale producers (#51722) (#51772)
Changelog

Sourced from @​angular/core's changelog.

16.2.6 (2023-09-20)

core

Commit Type Description
82712f80df fix ensure a consumer drops all its stale producers (#51722) (#51772)

17.0.0-next.4 (2023-09-13)

core

Commit Type Description
59387ee476 feat support styles and styleUrl as strings (#51715)

router

Commit Type Description
73e4bf2ed2 feat Add feature to support the View Transitions API (#51314)

Commits
  • 03127fc refactor(core): ensure reactive node constants are considered pure (#51809) (...
  • 3b46066 refactor: ensure top-level symbols are marked as side-effect free (#51776)
  • 7b40d74 refactor(core): let reactive node prototypes conform to their type (#51722) (...
  • 82712f8 fix(core): ensure a consumer drops all its stale producers (#51722) (#51772)
  • See full diff in compare view

Updates @angular/forms from 16.2.5 to 16.2.6

Release notes

Sourced from @​angular/forms's releases.

v16.2.6

16.2.6 (2023-09-20)

core

Commit Description
fix - 82712f80df ensure a consumer drops all its stale producers (#51722) (#51772)
Changelog

Sourced from @​angular/forms's changelog.

16.2.6 (2023-09-20)

core

Commit Type Description
82712f80df fix ensure a consumer drops all its stale producers (#51722) (#51772)

17.0.0-next.4 (2023-09-13)

core

Commit Type Description
59387ee476 feat support styles and styleUrl as strings (#51715)

router

Commit Type Description
73e4bf2ed2 feat Add feature to support the View Transitions API (#51314)

Commits

Updates @angular/language-service from 16.2.5 to 16.2.6

Release notes

Sourced from @​angular/language-service's releases.

v16.2.6

16.2.6 (2023-09-20)

core

Commit Description
fix - 82712f80df ensure a consumer drops all its stale producers (#51722) (#51772)
Changelog

Sourced from @​angular/language-service's changelog.

16.2.6 (2023-09-20)

core

Commit Type Description
82712f80df fix ensure a consumer drops all its stale producers (#51722) (#51772)

17.0.0-next.4 (2023-09-13)

core

Commit Type Description
59387ee476 feat support styles and styleUrl as strings (#51715)

router

Commit Type Description
73e4bf2ed2 feat Add feature to support the View Transitions API (#51314)

Commits

Updates @angular/platform-browser from 16.2.5 to 16.2.6

Release notes

Sourced from @​angular/platform-browser's releases.

v16.2.6

16.2.6 (2023-09-20)

core

Commit Description
fix - 82712f80df ensure a consumer drops all its stale producers (#51722) (#51772)
Changelog

Sourced from @​angular/platform-browser's changelog.

16.2.6 (2023-09-20)

core

Commit Type Description
82712f80df fix ensure a consumer drops all its stale producers (#51722) (#51772)

17.0.0-next.4 (2023-09-13)

core

Commit Type Description
59387ee476 feat support styles and styleUrl as strings (#51715)

router

Commit Type Description
73e4bf2ed2 feat Add feature to support the View Transitions API (#51314)

Commits

Updates @angular/platform-browser-dynamic from 16.2.5 to 16.2.6

Release notes

Sourced from @​angular/platform-browser-dynamic's releases.

v16.2.6

16.2.6 (2023-09-20)

core

Commit Description
fix - 82712f80df ensure a consumer drops all its stale producers (#51722) (#51772)
Changelog

Sourced from @​angular/platform-browser-dynamic's changelog.

16.2.6 (2023-09-20)

core

Commit Type Description
82712f80df fix ensure a consumer drops all its stale producers (#51722) (#51772)

17.0.0-next.4 (2023-09-13)

core

Commit Type Description
59387ee476 feat support styles and styleUrl as strings (#51715)

router

Commit Type Description
73e4bf2ed2 feat Add feature to support the View Transitions API (#51314)

Commits

Updates @angular/router from 16.2.5 to 16.2.6

Release notes

Sourced from @​angular/router's releases.

v16.2.6

16.2.6 (2023-09-20)

core

Commit Description
fix - 82712f80df ensure a consumer drops all its stale producers (#51722) (#51772)
Changelog

Sourced from @​angular/router's changelog.

16.2.6 (2023-09-20)

core

Commit Type Description
82712f80df fix ensure a consumer drops all its stale producers (#51722) (#51772)

17.0.0-next.4 (2023-09-13)

core

Commit Type Description
59387ee476 feat support styles and styleUrl as strings (#51715)

router

Commit Type Description
73e4bf2ed2 feat Add feature to support the View Transitions API (#51314)

Commits
  • 4ccd845 refactor(router): Refactor loadChildren callback execution and privately expo...
  • 3b46066 refactor: ensure top-level symbols are marked as side-effect free (#51776)
  • See full diff in compare view

Updates eslint from 8.49.0 to 8.50.0

Release notes

Sourced from eslint's releases.

v8.50.0

Features

  • 27d5a9e feat: add suggestions to array-callback-return (#17590) (Tanuj Kanti)
  • f9082ff feat: flat-rule-tester make sure default config always matches (#17585) (fnx)
  • 83914ad feat: Implement SourceCode#applyInlineConfig() (#17351) (Nicholas C. Zakas)
  • 22a5582 feat: add rule no-object-constructor, deprecate no-new-object (#17576) (Francesco Trotta)
  • 85a3d9e feat: allowVoid option in array-callback-return (#17564) (Tanuj Kanti)

Bug Fixes

  • cc4d26b fix: Ensure deprecated context.parserServices warns (#17593) (Nicholas C. Zakas)
  • 1ea4cfb fix: Ensure all RuleTester tests all deprecated context methods (#17587) (Nicholas C. Zakas)
  • aa1b657 fix: wrong suggestion and message in no-misleading-character-class (#17571) (Yosuke Ota)

Documentation

  • 1800537 docs: Fix and standardize JSX code examples (#17591) (Francesco Trotta)
  • 48a44a7 docs: Add correct/incorrect tags to prefer-arrow-callback (#17589) (Francesco Trotta)
  • 20893d4 docs: fix incorrect tag's place (#17575) (Tanuj Kanti)
  • bd7a71f docs: Update README (GitHub Actions Bot)

Chores

  • f8a8a2d chore: upgrade @​eslint/js@​8.50.0 (#17599) (Milos Djermanovic)
  • 38ada6d chore: package.json update for @​eslint/js release (ESLint Jenkins)
Changelog

Sourced from eslint's changelog.

v8.50.0 - September 22, 2023

  • f8a8a2d chore: upgrade @​eslint/js@​8.50.0 (#17599) (Milos Djermanovic)
  • 38ada6d chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • 27d5a9e feat: add suggestions to array-callback-return (#17590) (Tanuj Kanti)
  • f9082ff feat: flat-rule-tester make sure default config always matches (#17585) (fnx)
  • 83914ad feat: Implement SourceCode#applyInlineConfig() (#17351) (Nicholas C. Zakas)
  • cc4d26b fix: Ensure deprecated context.parserServices warns (#17593) (Nicholas C. Zakas)
  • 1ea4cfb fix: Ensure all RuleTester tests all deprecated context methods (#17587) (Nicholas C. Zakas)
  • 1800537 docs: Fix and standardize JSX code examples (#17591) (Francesco Trotta)
  • 22a5582 feat: add rule no-object-constructor, deprecate no-new-object (#17576) (Francesco Trotta)
  • 48a44a7 docs: Add correct/incorrect tags to prefer-arrow-callback (#17589) (Francesco Trotta)
  • aa1b657 fix: wrong suggestion and message in no-misleading-character-class (#17571) (Yosuke Ota)
  • 20893d4 docs: fix incorrect tag's place (#17575) (Tanuj Kanti)
  • 85a3d9e feat: allowVoid option in array-callback-return (#17564) (Tanuj Kanti)
  • bd7a71f docs: Update README (GitHub Actions Bot)
Commits

Updates eslint-plugin-jsdoc from 46.8.1 to 46.8.2

Release notes

Sourced from eslint-plugin-jsdoc's releases.

v46.8.2

46.8.2 (2023-09-20)

Bug Fixes

  • fall back to deprecated getSourceCode(); fixes #1159 (8374349)
Commits

Updates puppeteer from 21.3.1 to 21.3.4

Release notes

Sourced from puppeteer's releases.

puppeteer-core: v21.3.4

21.3.4 (2023-09-22)

Bug Fixes

puppeteer: v21.3.4

21.3.4 (2023-09-22)

Miscellaneous Chores

  • puppeteer: Synchronize puppeteer versions

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 21.3.3 to 21.3.4

puppeteer-core: v21.3.3

21.3.3 (2023-09-22)

Bug Fixes

  • do not export bidi and fix import from the entrypoint (#10998) (88c78de)

puppeteer: v21.3.3

21.3.3 (2023-09-22)

Miscellaneous Chores

  • puppeteer: Synchronize puppeteer versions

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 21.3.2 to 21.3.3

puppeteer-core: v21.3.2

21.3.2 (2023-09-22)

... (truncated)

Commits

Updates typescript from 5.1.3 to 5.2.2

Release notes

Sourced from typescript's releases.

TypeScript 5.2

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.2 RC

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.2 Beta

For release notes, check out the Description has been truncated

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 23, 2023
@ayushmanchhabra
Copy link
Contributor

@dependabot rebase

Bumps the npm group with 16 updates:

| Package | From | To |
| --- | --- | --- |
| [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | `16.2.2` | `16.2.3` |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `16.2.5` | `16.2.6` |
| [@angular/cli](https://github.com/angular/angular-cli) | `16.2.2` | `16.2.3` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `16.2.5` | `16.2.6` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `16.2.5` | `16.2.6` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `16.2.5` | `16.2.6` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `16.2.5` | `16.2.6` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `16.2.5` | `16.2.6` |
| [@angular/language-service](https://github.com/angular/angular/tree/HEAD/packages/language-service) | `16.2.5` | `16.2.6` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `16.2.5` | `16.2.6` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `16.2.5` | `16.2.6` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `16.2.5` | `16.2.6` |
| [eslint](https://github.com/eslint/eslint) | `8.49.0` | `8.50.0` |
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `46.8.1` | `46.8.2` |
| [puppeteer](https://github.com/puppeteer/puppeteer) | `21.3.1` | `21.3.4` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.1.3` | `5.2.2` |


Updates `@angular-devkit/build-angular` from 16.2.2 to 16.2.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@16.2.2...16.2.3)

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

Updates `@angular/cli` from 16.2.2 to 16.2.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@16.2.2...16.2.3)

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

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

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

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

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

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

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

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

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

Updates `eslint` from 8.49.0 to 8.50.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.49.0...v8.50.0)

Updates `eslint-plugin-jsdoc` from 46.8.1 to 46.8.2
- [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@v46.8.1...v46.8.2)

Updates `puppeteer` from 21.3.1 to 21.3.4
- [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.3.1...puppeteer-v21.3.4)

Updates `typescript` from 5.1.3 to 5.2.2
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.1.3...v5.2.2)

---
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: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: eslint-plugin-jsdoc
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/npm-2ba6f669b7 branch from 5791c25 to 1fc9e65 Compare September 23, 2023 15:52
@ayushmanchhabra
Copy link
Contributor

@dependabot merge

@dependabot dependabot bot merged commit 8488a66 into main Sep 25, 2023
1 check passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/npm-2ba6f669b7 branch September 25, 2023 21:50
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