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 17 updates #75

Merged
merged 1 commit into from
Oct 28, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 28, 2023

Bumps the npm group with 17 updates:

Package From To
@angular-devkit/build-angular 16.2.7 16.2.8
@angular/animations 16.2.10 16.2.11
@angular/cli 16.2.7 16.2.8
@angular/common 16.2.10 16.2.11
@angular/compiler 16.2.10 16.2.11
@angular/compiler-cli 16.2.10 16.2.11
@angular/core 16.2.10 16.2.11
@angular/forms 16.2.10 16.2.11
@angular/language-service 16.2.10 16.2.11
@angular/platform-browser 16.2.10 16.2.11
@angular/platform-browser-dynamic 16.2.10 16.2.11
@angular/router 16.2.10 16.2.11
@types/node 20.8.7 20.8.9
@typescript-eslint/eslint-plugin 6.8.0 6.9.0
@typescript-eslint/parser 6.8.0 6.9.0
eslint-plugin-import 2.28.1 2.29.0
puppeteer 21.4.0 21.4.1

Updates @angular-devkit/build-angular from 16.2.7 to 16.2.8

Release notes

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

v16.2.8

16.2.8 (2023-10-25)

@​angular/cli

Commit Description
fix - 44275601b remove the need to specify --migrate-only when --name is used during ng update
Changelog

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

16.2.8 (2023-10-25)

@​angular/cli

Commit Type Description
44275601b fix remove the need to specify --migrate-only when --name is used during ng update

Commits
  • 8f16486 release: cut the v16.2.8 release
  • 4427560 fix(@​angular/cli): remove the need to specify --migrate-only when --name ...
  • See full diff in compare view

Updates @angular/animations from 16.2.10 to 16.2.11

Release notes

Sourced from @​angular/animations's releases.

v16.2.11

16.2.11 (2023-10-25)

core

Commit Description
fix - 54ea3b65c3 emit provider configured event when a service is configured with providedIn (#52365)
fix - 78533324dc get root and platform injector providers in special cases (#52365)
fix - 019a0f4c22 load global utils before creating platform injector in the standalone case (#52365)

router

Commit Description
fix - b79b4aca91 RouterTestingHarness should throw if a component is expected but navigation fails (#52357)
Changelog

Sourced from @​angular/animations's changelog.

16.2.11 (2023-10-25)

core

Commit Type Description
54ea3b65c3 fix emit provider configured event when a service is configured with providedIn (#52365)
78533324dc fix get root and platform injector providers in special cases (#52365)
019a0f4c22 fix load global utils before creating platform injector in the standalone case (#52365)

router

Commit Type Description
b79b4aca91 fix RouterTestingHarness should throw if a component is expected but navigation fails (#52357)

17.0.0-rc.0 (2023-10-18)

Deprecations

core

  • NgProbeToken

    The NgProbeToken is not used internally since the transition from View Engine to Ivy. The token has no utility and can be removed from applications and libraries.

common

Commit Type Description
65b460448e fix missing space in ngSwitch equality warning (#52180)

compiler

Commit Type Description
073ebfe09e fix apply style on :host attributes in prod builds. (#49118)
81a287a79a fix avoid error in template parser for tag names that can occur in object prototype (#52225)

core

Commit Type Description
99e7629159 fix do not remove used ng-template nodes in control flow migration (#52186)
ffe9b1fcc2 fix handle for alias with as in control flow migration (#52183)
e5720edb46 fix handle if alias in control flow migration (#52181)
8e4a7ab52b perf avoid repeated access to LContainer and trackBy calculation (#52227)
1032c1e1a5 perf cache LiveCollectionLContainerImpl (#52227)
37d627dbd4 perf minimze trackBy calculations (#52227)
ba9fc2419e refactor deprecate the NgProbeToken (#51396)

platform-browser

Commit Type Description
c9cde3ab10 perf only append style element on creation (#52237)

Commits

Updates @angular/cli from 16.2.7 to 16.2.8

Release notes

Sourced from @​angular/cli's releases.

v16.2.8

16.2.8 (2023-10-25)

@​angular/cli

Commit Description
fix - 44275601b remove the need to specify --migrate-only when --name is used during ng update
Changelog

Sourced from @​angular/cli's changelog.

16.2.8 (2023-10-25)

@​angular/cli

Commit Type Description
44275601b fix remove the need to specify --migrate-only when --name is used during ng update

Commits
  • 8f16486 release: cut the v16.2.8 release
  • 4427560 fix(@​angular/cli): remove the need to specify --migrate-only when --name ...
  • See full diff in compare view

Updates @angular/common from 16.2.10 to 16.2.11

Release notes

Sourced from @​angular/common's releases.

v16.2.11

16.2.11 (2023-10-25)

core

Commit Description
fix - 54ea3b65c3 emit provider configured event when a service is configured with providedIn (#52365)
fix - 78533324dc get root and platform injector providers in special cases (#52365)
fix - 019a0f4c22 load global utils before creating platform injector in the standalone case (#52365)

router

Commit Description
fix - b79b4aca91 RouterTestingHarness should throw if a component is expected but navigation fails (#52357)
Changelog

Sourced from @​angular/common's changelog.

16.2.11 (2023-10-25)

core

Commit Type Description
54ea3b65c3 fix emit provider configured event when a service is configured with providedIn (#52365)
78533324dc fix get root and platform injector providers in special cases (#52365)
019a0f4c22 fix load global utils before creating platform injector in the standalone case (#52365)

router

Commit Type Description
b79b4aca91 fix RouterTestingHarness should throw if a component is expected but navigation fails (#52357)

17.0.0-rc.0 (2023-10-18)

Deprecations

core

  • NgProbeToken

    The NgProbeToken is not used internally since the transition from View Engine to Ivy. The token has no utility and can be removed from applications and libraries.

common

Commit Type Description
65b460448e fix missing space in ngSwitch equality warning (#52180)

compiler

Commit Type Description
073ebfe09e fix apply style on :host attributes in prod builds. (#49118)
81a287a79a fix avoid error in template parser for tag names that can occur in object prototype (#52225)

core

Commit Type Description
99e7629159 fix do not remove used ng-template nodes in control flow migration (#52186)
ffe9b1fcc2 fix handle for alias with as in control flow migration (#52183)
e5720edb46 fix handle if alias in control flow migration (#52181)
8e4a7ab52b perf avoid repeated access to LContainer and trackBy calculation (#52227)
1032c1e1a5 perf cache LiveCollectionLContainerImpl (#52227)
37d627dbd4 perf minimze trackBy calculations (#52227)
ba9fc2419e refactor deprecate the NgProbeToken (#51396)

platform-browser

Commit Type Description
c9cde3ab10 perf only append style element on creation (#52237)

Commits

Updates @angular/compiler from 16.2.10 to 16.2.11

Release notes

Sourced from @​angular/compiler's releases.

v16.2.11

16.2.11 (2023-10-25)

core

Commit Description
fix - 54ea3b65c3 emit provider configured event when a service is configured with providedIn (#52365)
fix - 78533324dc get root and platform injector providers in special cases (#52365)
fix - 019a0f4c22 load global utils before creating platform injector in the standalone case (#52365)

router

Commit Description
fix - b79b4aca91 RouterTestingHarness should throw if a component is expected but navigation fails (#52357)
Changelog

Sourced from @​angular/compiler's changelog.

16.2.11 (2023-10-25)

core

Commit Type Description
54ea3b65c3 fix emit provider configured event when a service is configured with providedIn (#52365)
78533324dc fix get root and platform injector providers in special cases (#52365)
019a0f4c22 fix load global utils before creating platform injector in the standalone case (#52365)

router

Commit Type Description
b79b4aca91 fix RouterTestingHarness should throw if a component is expected but navigation fails (#52357)

17.0.0-rc.0 (2023-10-18)

Deprecations

core

  • NgProbeToken

    The NgProbeToken is not used internally since the transition from View Engine to Ivy. The token has no utility and can be removed from applications and libraries.

common

Commit Type Description
65b460448e fix missing space in ngSwitch equality warning (#52180)

compiler

Commit Type Description
073ebfe09e fix apply style on :host attributes in prod builds. (#49118)
81a287a79a fix avoid error in template parser for tag names that can occur in object prototype (#52225)

core

Commit Type Description
99e7629159 fix do not remove used ng-template nodes in control flow migration (#52186)
ffe9b1fcc2 fix handle for alias with as in control flow migration (#52183)
e5720edb46 fix handle if alias in control flow migration (#52181)
8e4a7ab52b perf avoid repeated access to LContainer and trackBy calculation (#52227)
1032c1e1a5 perf cache LiveCollectionLContainerImpl (#52227)
37d627dbd4 perf minimze trackBy calculations (#52227)
ba9fc2419e refactor deprecate the NgProbeToken (#51396)

platform-browser

Commit Type Description
c9cde3ab10 perf only append style element on creation (#52237)

Commits

Updates @angular/compiler-cli from 16.2.10 to 16.2.11

Release notes

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

v16.2.11

16.2.11 (2023-10-25)

core

Commit Description
fix - 54ea3b65c3 emit provider configured event when a service is configured with providedIn (#52365)
fix - 78533324dc get root and platform injector providers in special cases (#52365)
fix - 019a0f4c22 load global utils before creating platform injector in the standalone case (#52365)

router

Commit Description
fix - b79b4aca91 RouterTestingHarness should throw if a component is expected but navigation fails (#52357)
Changelog

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

16.2.11 (2023-10-25)

core

Commit Type Description
54ea3b65c3 fix emit provider configured event when a service is configured with providedIn (#52365)
78533324dc fix get root and platform injector providers in special cases (#52365)
019a0f4c22 fix load global utils before creating platform injector in the standalone case (#52365)

router

Commit Type Description
b79b4aca91 fix RouterTestingHarness should throw if a component is expected but navigation fails (#52357)

17.0.0-rc.0 (2023-10-18)

Deprecations

core

  • NgProbeToken

    The NgProbeToken is not used internally since the transition from View Engine to Ivy. The token has no utility and can be removed from applications and libraries.

common

Commit Type Description
65b460448e fix missing space in ngSwitch equality warning (#52180)

compiler

Commit Type Description
073ebfe09e fix apply style on :host attributes in prod builds. (#49118)
81a287a79a fix avoid error in template parser for tag names that can occur in object prototype (#52225)

core

Commit Type Description
99e7629159 fix do not remove used ng-template nodes in control flow migration (#52186)
ffe9b1fcc2 fix handle for alias with as in control flow migration (#52183)
e5720edb46 fix handle if alias in control flow migration (#52181)
8e4a7ab52b perf avoid repeated access to LContainer and trackBy calculation (#52227)
1032c1e1a5 perf cache LiveCollectionLContainerImpl (#52227)
37d627dbd4 perf minimze trackBy calculations (#52227)
ba9fc2419e refactor deprecate the NgProbeToken (#51396)

platform-browser

Commit Type Description
c9cde3ab10 perf only append style element on creation (#52237)

Commits

Updates @angular/core from 16.2.10 to 16.2.11

Release notes

Sourced from @​angular/core's releases.

v16.2.11

16.2.11 (2023-10-25)

core

Commit Description
fix - 54ea3b65c3 emit provider configured event when a service is configured with providedIn (#52365)
fix - 78533324dc get root and platform injector providers in special cases (#52365)
fix - 019a0f4c22 load global utils before creating platform injector in the standalone case (#52365)

router

Commit Description
fix - b79b4aca91 RouterTestingHarness should throw if a component is expected but navigation fails (#52357)
Changelog

Sourced from @​angular/core's changelog.

16.2.11 (2023-10-25)

core

Commit Type Description
54ea3b65c3 fix emit provider configured event when a service is configured with providedIn (#52365)
78533324dc fix get root and platform injector providers in special cases (#52365)
019a0f4c22 fix load global utils before creating platform injector in the standalone case (#52365)

router

Commit Type Description
b79b4aca91 fix RouterTestingHarness should throw if a component is expected but navigation fails (#52357)

17.0.0-rc.0 (2023-10-18)

Deprecations

core

  • NgProbeToken

    The NgProbeToken is not used internally since the transition from View Engine to Ivy. The token has no utility and can be removed from applications and libraries.

common

Commit Type Description
65b460448e fix missing space in ngSwitch equality warning (#52180)

compiler

Commit Type Description
073ebfe09e fix apply style on :host attributes in prod builds. (#49118)
81a287a79a fix avoid error in template parser for tag names that can occur in object prototype (#52225)

core

Commit Type Description
99e7629159 fix do not remove used ng-template nodes in control flow migration (#52186)
ffe9b1fcc2 fix handle for alias with as in control flow migration (#52183)
e5720edb46 fix handle if alias in control flow migration (#52181)
8e4a7ab52b perf avoid repeated access to LContainer and trackBy calculation (#52227)
1032c1e1a5 perf cache LiveCollectionLContainerImpl (#52227)
37d627dbd4 perf minimze trackBy calculations (#52227)
ba9fc2419e refactor deprecate the NgProbeToken (#51396)

platform-browser

Commit Type Description
c9cde3ab10 perf only append style element on creation (#52237)

Commits
  • 019a0f4 fix(core): load global utils before creating platform injector in the standal...
  • 7853332 fix(core): get root and platform injector providers in special cases (#52365)
  • 54ea3b6 fix(core): emit provider configured event when a service is configured with `...
  • 3afee87 docs(docs-infra): fix codeblock snippet for APP_INITIALIZER (#52354)
  • 56c93d0 docs(core): fix the language code (#52352)
  • 1693846 test(core): fix test observing broken OnPush checkNoChanges (#52337)
  • See full diff in compare view

Updates @angular/forms from 16.2.10 to 16.2.11

Release notes

Sourced from @​angular/forms's releases.

v16.2.11

16.2.11 (2023-10-25)

core

Commit Description
fix - 54ea3b65c3 emit provider configured event when a service is configured with providedIn (#52365)
fix - 78533324dc get root and platform injector providers in special cases (#52365)
fix - 019a0f4c22 load global utils before creating platform injector in the standalone case (#52365)

router

Commit Description
fix - b79b4aca91 RouterTestingHarness should throw if a component is expected but navigation fails (#52357)
Changelog

Sourced from @​angular/forms's changelog.

16.2.11 (2023-10-25)

core

Commit Type Description
54ea3b65c3 fix emit provider configured event when a service is configured with providedIn (#52365)
78533324dc fix get root and platform injector providers in special cases (#52365)
019a0f4c22 fix load global utils before creating platform injector in the standalone case (#52365)

router

Commit Type Description
b79b4aca91 fix RouterTestingHarness should throw if a component is expected but navigation fails (#52357)

17.0.0-rc.0 (2023-10-18)

Deprecations

core

  • NgProbeToken

    The NgProbeToken is not used internally since the transition from View Engine to Ivy. The token has no utility and can be removed from applications and libraries.

common

Commit Type Description
65b460448e fix missing space in ngSwitch equality warning (#52180)

compiler

Commit Type Description
073ebfe09e fix apply style on :host attributes in prod builds. (#49118)
81a287a79a fix avoid error in template parser for tag names that can occur in object prototype (#52225)

core

Commit Type Description
99e7629159 fix do not remove used ng-template nodes in control flow migration (#52186)
ffe9b1fcc2 fix handle for alias with as in control flow migration (#52183)
e5720edb46 fix handle if alias in control flow migration (#52181)
8e4a7ab52b perf avoid repeated access to LContainer and trackBy calculation (#52227)
1032c1e1a5 perf cache LiveCollectionLContainerImpl (#52227)
37d627dbd4 perf minimze trackBy calculations (#52227)
ba9fc2419e refactor deprecate the NgProbeToken (#51396)

platform-browser

Commit Type Description
c9cde3ab10 perf only append style element on creation (#52237)

Commits

Updates @angular/language-service from 16.2.10 to 16.2.11

Release notes

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

v16.2.11

16.2.11 (2023-10-25)

core

Commit Description
fix - 54ea3b65c3 emit provider configured event when a service is configured with providedIn (#52365)
fix - 78533324dc get root and platform injector providers in special cases (#52365)
fix - 019a0f4c22 load global utils before creating platform injector in the standalone case (#52365)

router

Commit Description
fix - b79b4aca91 RouterTestingHarness should throw if a component is expected but navigation fails (#52357)
Changelog

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

16.2.11 (2023-10-25)

core

Commit Type Description
54ea3b65c3 fix emit provider configured event when a service is configured with providedIn (#52365)
78533324dc fix get root and platform injector providers in special cases (#52365)
019a0f4c22 fix load global utils before creating platform injector in the standalone case (#52365)

router

Commit Type Description
b79b4aca91 fix RouterTestingHarness should throw if a component is expected but navigation fails (#52357)

17.0.0-rc.0 (2023-10-18)

Deprecations

core

  • NgProbeToken

    The NgProbeToken is not used internally since the transition from View Engine to Ivy. The token has no utility and can be removed from applications and libraries.

common

Commit Type Description
65b460448e fix missing space in ngSwitch equality warning (#52180)

compiler

Commit Type Description
073ebfe09e fix apply style on :host attributes in prod builds. (#49118)
81a287a79a fix avoid error in template parser for tag names that can occur in object prototype (#52225)

core

Commit Type Description
99e7629159 fix do not remove used ng-template nodes in control flow migration (#52186)
ffe9b1fcc2 fix handle for alias with as in control flow migration (#52183)
e5720edb46 fix handle if alias in control flow migration (#52181)
8e4a7ab52b perf avoid repeated access to LContainer and trackBy calculation (#52227)
1032c1e1a5 perf cache LiveCollectionLContainerImpl (#52227)
37d627dbd4 perf minimze trackBy calculations (#52227)
ba9fc2419e refactor deprecate the NgProbeToken (#51396)

platform-browser

Commit Type Description
c9cde3ab10 perf only append style element on creation (#52237)

Commits

Updates @angular/platform-browser from 16.2.10 to 16.2.11

Release notesDescription has been truncated

Bumps the npm group with 17 updates:

| Package | From | To |
| --- | --- | --- |
| [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | `16.2.7` | `16.2.8` |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `16.2.10` | `16.2.11` |
| [@angular/cli](https://github.com/angular/angular-cli) | `16.2.7` | `16.2.8` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `16.2.10` | `16.2.11` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `16.2.10` | `16.2.11` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `16.2.10` | `16.2.11` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `16.2.10` | `16.2.11` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `16.2.10` | `16.2.11` |
| [@angular/language-service](https://github.com/angular/angular/tree/HEAD/packages/language-service) | `16.2.10` | `16.2.11` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `16.2.10` | `16.2.11` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `16.2.10` | `16.2.11` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `16.2.10` | `16.2.11` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.8.7` | `20.8.9` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `6.8.0` | `6.9.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.8.0` | `6.9.0` |
| [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.28.1` | `2.29.0` |
| [puppeteer](https://github.com/puppeteer/puppeteer) | `21.4.0` | `21.4.1` |


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

Updates `@angular/animations` from 16.2.10 to 16.2.11
- [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.11/packages/animations)

Updates `@angular/cli` from 16.2.7 to 16.2.8
- [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.7...16.2.8)

Updates `@angular/common` from 16.2.10 to 16.2.11
- [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.11/packages/common)

Updates `@angular/compiler` from 16.2.10 to 16.2.11
- [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.11/packages/compiler)

Updates `@angular/compiler-cli` from 16.2.10 to 16.2.11
- [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.11/packages/compiler-cli)

Updates `@angular/core` from 16.2.10 to 16.2.11
- [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.11/packages/core)

Updates `@angular/forms` from 16.2.10 to 16.2.11
- [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.11/packages/forms)

Updates `@angular/language-service` from 16.2.10 to 16.2.11
- [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.11/packages/language-service)

Updates `@angular/platform-browser` from 16.2.10 to 16.2.11
- [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.11/packages/platform-browser)

Updates `@angular/platform-browser-dynamic` from 16.2.10 to 16.2.11
- [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.11/packages/platform-browser-dynamic)

Updates `@angular/router` from 16.2.10 to 16.2.11
- [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.11/packages/router)

Updates `@types/node` from 20.8.7 to 20.8.9
- [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.8.0 to 6.9.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.9.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 6.8.0 to 6.9.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.9.0/packages/parser)

Updates `eslint-plugin-import` from 2.28.1 to 2.29.0
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](import-js/eslint-plugin-import@v2.28.1...v2.29.0)

Updates `puppeteer` from 21.4.0 to 21.4.1
- [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.4.0...puppeteer-v21.4.1)

---
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-import
  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-patch
  dependency-group: npm
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 28, 2023
@ayushmanchhabra
Copy link
Contributor

@dependabot merge

@dependabot dependabot bot merged commit 2031fbb into main Oct 28, 2023
1 check passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/npm-d8a49b5157 branch October 28, 2023 06:41
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