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

Merged
merged 2 commits into from
Oct 16, 2023

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the npm group with 20 updates:

Package From To
@angular-devkit/build-angular 16.2.4 16.2.6
@angular/animations 16.2.7 16.2.9
@angular/cli 16.2.4 16.2.6
@angular/common 16.2.7 16.2.9
@angular/compiler 16.2.7 16.2.9
@angular/compiler-cli 16.2.7 16.2.9
@angular/core 16.2.7 16.2.9
@angular/forms 16.2.7 16.2.9
@angular/language-service 16.2.7 16.2.9
@angular/platform-browser 16.2.7 16.2.9
@angular/platform-browser-dynamic 16.2.7 16.2.9
@angular/router 16.2.7 16.2.9
@types/jasmine 4.3.6 5.1.0
@types/node 20.8.2 20.8.6
@typescript-eslint/eslint-plugin 6.7.4 6.7.5
@typescript-eslint/parser 6.7.4 6.7.5
eslint 8.50.0 8.51.0
puppeteer 21.3.6 21.3.8
typescript 5.1.6 5.2.2
zone.js 0.13.3 0.14.0

Updates @angular-devkit/build-angular from 16.2.4 to 16.2.6

Release notes

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

v16.2.6

16.2.6 (2023-10-11)

@​angular-devkit/build-angular

Commit Description
fix - c6ea25626 fully downlevel async/await when using vite dev-server with caching enabled

v16.2.5

16.2.5 (2023-10-04)

@​angular-devkit/build-angular

Commit Description
fix - 933358186 do not print Angular is running in development mode. in the server console when using dev-server
fix - 493bd3906 update dependency postcss to v8.4.31
Changelog

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

16.2.6 (2023-10-11)

@​angular-devkit/build-angular

Commit Type Description
c6ea25626 fix fully downlevel async/await when using vite dev-server with caching enabled

15.2.10 (2023-10-05)

@​angular-devkit/build-angular

Commit Type Description
05213c95b fix update dependency postcss to v8.4.31

14.2.13 (2023-10-05)

@​angular-devkit/build-angular

Commit Type Description
1ca44dcd9 fix update dependency postcss to v8.4.31

17.0.0-next.7 (2023-10-04)

@​schematics/angular

Commit Type Description
dc6b6eaf6 feat add migration to replace usages of @nguniversal/builders
03a1eaf01 fix account for new block syntax in starter template
e516a4bdb fix pass ssr option to application schematics
419b5c191 fix remove baseUrl from tsconfig.json
0368b23f2 fix use @​types/node v18

@​angular-devkit/build-angular

... (truncated)

Commits
  • 46d2ae9 release: cut the v16.2.6 release
  • efcdf7b refactor: strengthen language around Protractor support status
  • c6ea256 fix(@​angular-devkit/build-angular): fully downlevel async/await when using vi...
  • b53d5ef release: cut the v16.2.5 release
  • 493bd39 fix(@​angular-devkit/build-angular): update dependency postcss to v8.4.31
  • 0201061 test(@​angular/cli): remove Safari 15 test
  • 9333581 fix(@​angular-devkit/build-angular): do not print `Angular is running in devel...
  • See full diff in compare view

Updates @angular/animations from 16.2.7 to 16.2.9

Release notes

Sourced from @​angular/animations's releases.

v16.2.9

16.2.9 (2023-10-11)

forms

Commit Description
fix - 51a5baace3 reset() call with null values on nested group (#48830)

v16.2.8

16.2.8 (2023-10-04)

language-service

Commit Description
fix - b732961fc3 Retain correct language service when ts.Project reloads (#51912)

service-worker

Commit Description
fix - 966ce9790a throw a critical error when handleFetch fails (#51960)
Changelog

Sourced from @​angular/animations's changelog.

16.2.9 (2023-10-11)

forms

Commit Type Description
51a5baace3 fix reset() call with null values on nested group (#48830)

17.0.0-next.7 (2023-10-04)

Deprecations

core

  • Swapping out the context object for EmbeddedViewRef is no longer supported. Support for this was introduced with v12.0.0, but this pattern is rarely used. There is no replacement, but you can use simple assignments in most cases, or Object.assign , or alternatively still replace the full object by using a Proxy(seeNgTemplateOutlet` as an example).

    Also adds a warning if the deprecated

animations

Commit Type Description
e753278faa feat Add the possibility of lazy loading animations code. (#50738)

common

Commit Type Description
dde3fdabbd feat upgrade warning to logged error for lazy-loaded LCP images using NgOptimizedImage (#52004)

compiler

Commit Type Description
a7fa25306f feat extract api docs for interfaces (#52006)
0eae992c4e fix allow nullable values in for loop block (#51997)
9acd2ac98b fix enable block syntax in the linker (#51979)
1d871c03a5 fix forward referenced dependencies not identified as deferrable (#52017)
02edb43067 fix narrow the type of the aliased if block expression (#51952)
1beef49d80 fix update the minVersion if component uses block syntax (#51979)
e5bca43224 perf further reduce bundle size using arrow functions (#52010)

core

Commit Type Description
4f04d1cdab feat add new list reconcilation algorithm (#51980)
43e6fb0606 feat enable block syntax (#51994)
a54713c831 feat implement ɵgetInjectorMetadata debug API (#51900)
7d42dc3c02 feat the new list reconciliation algorithm for built-in for (#51980)
4f69d620d9 fix deferred blocks not removing content immediately when animations are enabled (#51971)
9b9e11fcaf refactor deprecate allowing full context object to be replaced in EmbeddedViewRef (#51887)

language-service

Commit Type Description

... (truncated)

Commits

Updates @angular/cli from 16.2.4 to 16.2.6

Release notes

Sourced from @​angular/cli's releases.

v16.2.6

16.2.6 (2023-10-11)

@​angular-devkit/build-angular

Commit Description
fix - c6ea25626 fully downlevel async/await when using vite dev-server with caching enabled

v16.2.5

16.2.5 (2023-10-04)

@​angular-devkit/build-angular

Commit Description
fix - 933358186 do not print Angular is running in development mode. in the server console when using dev-server
fix - 493bd3906 update dependency postcss to v8.4.31
Changelog

Sourced from @​angular/cli's changelog.

16.2.6 (2023-10-11)

@​angular-devkit/build-angular

Commit Type Description
c6ea25626 fix fully downlevel async/await when using vite dev-server with caching enabled

15.2.10 (2023-10-05)

@​angular-devkit/build-angular

Commit Type Description
05213c95b fix update dependency postcss to v8.4.31

14.2.13 (2023-10-05)

@​angular-devkit/build-angular

Commit Type Description
1ca44dcd9 fix update dependency postcss to v8.4.31

17.0.0-next.7 (2023-10-04)

@​schematics/angular

Commit Type Description
dc6b6eaf6 feat add migration to replace usages of @nguniversal/builders
03a1eaf01 fix account for new block syntax in starter template
e516a4bdb fix pass ssr option to application schematics
419b5c191 fix remove baseUrl from tsconfig.json
0368b23f2 fix use @​types/node v18

@​angular-devkit/build-angular

... (truncated)

Commits
  • 46d2ae9 release: cut the v16.2.6 release
  • efcdf7b refactor: strengthen language around Protractor support status
  • c6ea256 fix(@​angular-devkit/build-angular): fully downlevel async/await when using vi...
  • b53d5ef release: cut the v16.2.5 release
  • 493bd39 fix(@​angular-devkit/build-angular): update dependency postcss to v8.4.31
  • 0201061 test(@​angular/cli): remove Safari 15 test
  • 9333581 fix(@​angular-devkit/build-angular): do not print `Angular is running in devel...
  • See full diff in compare view

Updates @angular/common from 16.2.7 to 16.2.9

Release notes

Sourced from @​angular/common's releases.

v16.2.9

16.2.9 (2023-10-11)

forms

Commit Description
fix - 51a5baace3 reset() call with null values on nested group (#48830)

v16.2.8

16.2.8 (2023-10-04)

language-service

Commit Description
fix - b732961fc3 Retain correct language service when ts.Project reloads (#51912)

service-worker

Commit Description
fix - 966ce9790a throw a critical error when handleFetch fails (#51960)
Changelog

Sourced from @​angular/common's changelog.

16.2.9 (2023-10-11)

forms

Commit Type Description
51a5baace3 fix reset() call with null values on nested group (#48830)

17.0.0-next.7 (2023-10-04)

Deprecations

core

  • Swapping out the context object for EmbeddedViewRef is no longer supported. Support for this was introduced with v12.0.0, but this pattern is rarely used. There is no replacement, but you can use simple assignments in most cases, or Object.assign , or alternatively still replace the full object by using a Proxy(seeNgTemplateOutlet` as an example).

    Also adds a warning if the deprecated

animations

Commit Type Description
e753278faa feat Add the possibility of lazy loading animations code. (#50738)

common

Commit Type Description
dde3fdabbd feat upgrade warning to logged error for lazy-loaded LCP images using NgOptimizedImage (#52004)

compiler

Commit Type Description
a7fa25306f feat extract api docs for interfaces (#52006)
0eae992c4e fix allow nullable values in for loop block (#51997)
9acd2ac98b fix enable block syntax in the linker (#51979)
1d871c03a5 fix forward referenced dependencies not identified as deferrable (#52017)
02edb43067 fix narrow the type of the aliased if block expression (#51952)
1beef49d80 fix update the minVersion if component uses block syntax (#51979)
e5bca43224 perf further reduce bundle size using arrow functions (#52010)

core

Commit Type Description
4f04d1cdab feat add new list reconcilation algorithm (#51980)
43e6fb0606 feat enable block syntax (#51994)
a54713c831 feat implement ɵgetInjectorMetadata debug API (#51900)
7d42dc3c02 feat the new list reconciliation algorithm for built-in for (#51980)
4f69d620d9 fix deferred blocks not removing content immediately when animations are enabled (#51971)
9b9e11fcaf refactor deprecate allowing full context object to be replaced in EmbeddedViewRef (#51887)

language-service

Commit Type Description

... (truncated)

Commits

Updates @angular/compiler from 16.2.7 to 16.2.9

Release notes

Sourced from @​angular/compiler's releases.

v16.2.9

16.2.9 (2023-10-11)

forms

Commit Description
fix - 51a5baace3 reset() call with null values on nested group (#48830)

v16.2.8

16.2.8 (2023-10-04)

language-service

Commit Description
fix - b732961fc3 Retain correct language service when ts.Project reloads (#51912)

service-worker

Commit Description
fix - 966ce9790a throw a critical error when handleFetch fails (#51960)
Changelog

Sourced from @​angular/compiler's changelog.

16.2.9 (2023-10-11)

forms

Commit Type Description
51a5baace3 fix reset() call with null values on nested group (#48830)

17.0.0-next.7 (2023-10-04)

Deprecations

core

  • Swapping out the context object for EmbeddedViewRef is no longer supported. Support for this was introduced with v12.0.0, but this pattern is rarely used. There is no replacement, but you can use simple assignments in most cases, or Object.assign , or alternatively still replace the full object by using a Proxy(seeNgTemplateOutlet` as an example).

    Also adds a warning if the deprecated

animations

Commit Type Description
e753278faa feat Add the possibility of lazy loading animations code. (#50738)

common

Commit Type Description
dde3fdabbd feat upgrade warning to logged error for lazy-loaded LCP images using NgOptimizedImage (#52004)

compiler

Commit Type Description
a7fa25306f feat extract api docs for interfaces (#52006)
0eae992c4e fix allow nullable values in for loop block (#51997)
9acd2ac98b fix enable block syntax in the linker (#51979)
1d871c03a5 fix forward referenced dependencies not identified as deferrable (#52017)
02edb43067 fix narrow the type of the aliased if block expression (#51952)
1beef49d80 fix update the minVersion if component uses block syntax (#51979)
e5bca43224 perf further reduce bundle size using arrow functions (#52010)

core

Commit Type Description
4f04d1cdab feat add new list reconcilation algorithm (#51980)
43e6fb0606 feat enable block syntax (#51994)
a54713c831 feat implement ɵgetInjectorMetadata debug API (#51900)
7d42dc3c02 feat the new list reconciliation algorithm for built-in for (#51980)
4f69d620d9 fix deferred blocks not removing content immediately when animations are enabled (#51971)
9b9e11fcaf refactor deprecate allowing full context object to be replaced in EmbeddedViewRef (#51887)

language-service

Commit Type Description

... (truncated)

Commits

Updates @angular/compiler-cli from 16.2.7 to 16.2.9

Release notes

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

v16.2.9

16.2.9 (2023-10-11)

forms

Commit Description
fix - 51a5baace3 reset() call with null values on nested group (#48830)

v16.2.8

16.2.8 (2023-10-04)

language-service

Commit Description
fix - b732961fc3 Retain correct language service when ts.Project reloads (#51912)

service-worker

Commit Description
fix - 966ce9790a throw a critical error when handleFetch fails (#51960)
Changelog

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

16.2.9 (2023-10-11)

forms

Commit Type Description
51a5baace3 fix reset() call with null values on nested group (#48830)

17.0.0-next.7 (2023-10-04)

Deprecations

core

  • Swapping out the context object for EmbeddedViewRef is no longer supported. Support for this was introduced with v12.0.0, but this pattern is rarely used. There is no replacement, but you can use simple assignments in most cases, or Object.assign , or alternatively still replace the full object by using a Proxy(seeNgTemplateOutlet` as an example).

    Also adds a warning if the deprecated

animations

Commit Type Description
e753278faa feat Add the possibility of lazy loading animations code. (#50738)

common

Commit Type Description
dde3fdabbd feat upgrade warning to logged error for lazy-loaded LCP images using NgOptimizedImage (#52004)

compiler

Commit Type Description
a7fa25306f feat extract api docs for interfaces (#52006)
0eae992c4e fix allow nullable values in for loop block (#51997)
9acd2ac98b fix enable block syntax in the linker (#51979)
1d871c03a5 fix forward referenced dependencies not identified as deferrable (#52017)
02edb43067 fix narrow the type of the aliased if block expression (#51952)
1beef49d80 fix update the minVersion if component uses block syntax (#51979)
e5bca43224 perf further reduce bundle size using arrow functions (#52010)

core

Commit Type Description
4f04d1cdab feat add new list reconcilation algorithm (#51980)
43e6fb0606 feat enable block syntax (#51994)
a54713c831 feat implement ɵgetInjectorMetadata debug API (#51900)
7d42dc3c02 feat the new list reconciliation algorithm for built-in for (#51980)
4f69d620d9 fix deferred blocks not removing content immediately when animations are enabled (#51971)
9b9e11fcaf refactor deprecate allowing full context object to be replaced in EmbeddedViewRef (#51887)

language-service

Commit Type Description

... (truncated)

Commits

Updates @angular/core from 16.2.7 to 16.2.9

Release notes

Sourced from @​angular/core's releases.

v16.2.9

16.2.9 (2023-10-11)

forms

Commit Description
fix - 51a5baace3 reset() call with null values on nested group (#48830)

v16.2.8

16.2.8 (2023-10-04)

language-service

Commit Description
fix - b732961fc3 Retain correct language service when ts.Project reloads (#51912)

service-worker

Commit Description
fix - 966ce9790a throw a critical error when handleFetch fails (#51960)
Changelog

Sourced from @​angular/core's changelog.

16.2.9 (2023-10-11)

forms

Commit Type Description
51a5baace3 fix reset() call with null values on nested group (#48830)

17.0.0-next.7 (2023-10-04)

Deprecations

core

  • Swapping out the context object for EmbeddedViewRef is no longer supported. Support for this was introduced with v12.0.0, but this pattern is rarely used. There is no replacement, but you can use simple assignments in most cases, or Object.assign , or alternatively still replace the full object by using a Proxy(seeNgTemplateOutlet` as an example).

    Also adds a warning if the deprecated

animations

Commit Type Description
e753278faa feat Add the possibility of lazy loading animations code. (#50738)

common

Commit Type Description
dde3fdabbd feat upgrade warning to logged error for lazy-loaded LCP images using NgOptimizedImage (#52004)

compiler

Commit Type Description
a7fa25306f feat extract api docs for interfaces (#52006)
0eae992c4e fix allow nullable values in for loop block (#51997)
9acd2ac98b fix enable block syntax in the linker (#51979)
1d871c03a5 fix forward referenced dependencies not identified as deferrable (#52017)
02edb43067 fix narrow the type of the aliased if block expression (#51952)
1beef49d80 fix update the minVersion if component uses block syntax (#51979)
e5bca43224 perf further reduce bundle size using arrow functions (#52010)

core

Commit Type Description
4f04d1cdab feat add new list reconcilation algorithm (#51980)
43e6fb0606 feat enable block syntax (#51994)
a54713c831 feat implement ɵgetInjectorMetadata debug API (#51900)
7d42dc3c02 feat the new list reconciliation algorithm for built-in for (#51980)
4f69d620d9 fix deferred blocks not removing content immediately when animations are enabled (#51971)
9b9e11fcaf refactor deprecate allowing full context object to be replaced in EmbeddedViewRef (#51887)

language-service

Commit Type Description

... (truncated)

Commits
  • 2bfd28c docs: correct wording for Directive's decorator host property key description...
  • d3c9e43 docs(core): add an example of configuring APP_INITIALIZER token in context of...
  • 334fe60 refactor(core): Update view flags so only one number needs adjustment (#51839)
  • 781bb91 build: lock file maintenance (#51838)
  • See full diff in compare view

Updates @angular/forms from 16.2.7 to 16.2.9

Release notes

Sourced from @​angular/forms's releases.

v16.2.9

16.2.9 (2023-10-11)

forms

Commit Description
fix - 51a5baace3 reset() call with null values on nested group (#48830)

v16.2.8

16.2.8 (2023-10-04)

language-service

Commit Description
fix - b732961fc3 Retain correct language service when ts.Project reloads (#51912)

service-worker

Commit Description
fix - 966ce9790a throw a critical error when handleFetch fails (#51960)
Changelog

Sourced from @​angular/forms's changelog.

16.2.9 (2023-10-11)

forms

Commit Type Description
51a5baace3 fix reset() call with null values on nested group (#48830)

17.0.0-next.7 (2023-10-04)

Deprecations

core

  • Swapping out the context object for EmbeddedViewRef is no longer supported. Support for this was introduced with v12.0.0, but this pattern is rarely used. There is no replacement, but you can use simple assignments in most cases, or Object.assign , or alternatively still replace the full object by using a Proxy(seeNgTemplateOutlet` as an example).

    Also adds a warning if the deprecated

animations

Commit Type Description
e753278faa feat Add the possibility of lazy loading animations code. (#50738)

common

Commit Type Description
dde3fdabbd feat upgrade warning to logged error for lazy-loaded LCP images using NgOptimizedImage (#52004)

compiler

Commit Type Description
a7fa25306f feat extract api docs for interfaces (#52006)
0eae992c4e fix allow nullable values in for loop block (#51997)
9acd2ac98b fix enable block syntax in the linker (#51979)
1d871c03a5 fix forward referenced dependencies not identified as deferrable (#52017)
02edb43067 fix narrow the type of the aliased if block expression (#51952)
1beef49d80 fix update the minVersion if component uses block syntax (#51979)
e5bca43224 perf further reduce bundle size using arrow functions (#52010)

core

Commit Type Description
4f04d1cdab feat add new list reconcilation algorithm (#51980)
43e6fb0606 feat enable block syntax (#51994)
a54713c831 feat implement ɵgetInjectorMetadata debug API (#51900)
7d42dc3c02 feat the new list reconciliation algorithm for built-in for (#51980)
4f69d620d9 fix deferred blocks not removing content immediately when animations are enabled (#51971)
9b9e11fcaf refactor deprecate allowing full context object to be replaced in EmbeddedViewRef (#51887)

language-service

Commit Type Description

... (truncated)

Commits
  • 51a5baa fix(forms): reset() call with null values on nested group (#48830)
  • See full diff...

    Description has been truncated

Bumps the npm group with 20 updates:

| Package | From | To |
| --- | --- | --- |
| [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | `16.2.4` | `16.2.6` |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `16.2.7` | `16.2.9` |
| [@angular/cli](https://github.com/angular/angular-cli) | `16.2.4` | `16.2.6` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `16.2.7` | `16.2.9` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `16.2.7` | `16.2.9` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `16.2.7` | `16.2.9` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `16.2.7` | `16.2.9` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `16.2.7` | `16.2.9` |
| [@angular/language-service](https://github.com/angular/angular/tree/HEAD/packages/language-service) | `16.2.7` | `16.2.9` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `16.2.7` | `16.2.9` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `16.2.7` | `16.2.9` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `16.2.7` | `16.2.9` |
| [@types/jasmine](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jasmine) | `4.3.6` | `5.1.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.8.2` | `20.8.6` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `6.7.4` | `6.7.5` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.7.4` | `6.7.5` |
| [eslint](https://github.com/eslint/eslint) | `8.50.0` | `8.51.0` |
| [puppeteer](https://github.com/puppeteer/puppeteer) | `21.3.6` | `21.3.8` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.1.6` | `5.2.2` |
| [zone.js](https://github.com/angular/angular/tree/HEAD/packages/zone.js) | `0.13.3` | `0.14.0` |


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

Updates `@angular/animations` from 16.2.7 to 16.2.9
- [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.9/packages/animations)

Updates `@angular/cli` from 16.2.4 to 16.2.6
- [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.4...16.2.6)

Updates `@angular/common` from 16.2.7 to 16.2.9
- [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.9/packages/common)

Updates `@angular/compiler` from 16.2.7 to 16.2.9
- [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.9/packages/compiler)

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

Updates `@angular/core` from 16.2.7 to 16.2.9
- [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.9/packages/core)

Updates `@angular/forms` from 16.2.7 to 16.2.9
- [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.9/packages/forms)

Updates `@angular/language-service` from 16.2.7 to 16.2.9
- [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.9/packages/language-service)

Updates `@angular/platform-browser` from 16.2.7 to 16.2.9
- [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.9/packages/platform-browser)

Updates `@angular/platform-browser-dynamic` from 16.2.7 to 16.2.9
- [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.9/packages/platform-browser-dynamic)

Updates `@angular/router` from 16.2.7 to 16.2.9
- [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.9/packages/router)

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

Updates `@types/node` from 20.8.2 to 20.8.6
- [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.7.4 to 6.7.5
- [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.7.5/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 6.7.4 to 6.7.5
- [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.7.5/packages/parser)

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

Updates `puppeteer` from 21.3.6 to 21.3.8
- [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.6...puppeteer-v21.3.8)

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

Updates `zone.js` from 0.13.3 to 0.14.0
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/packages/zone.js/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/zone.js-0.14.0/packages/zone.js)

---
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/jasmine"
  dependency-type: direct:development
  update-type: version-update:semver-major
  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-patch
  dependency-group: npm
- dependency-name: "@typescript-eslint/parser"
  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: 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
- dependency-name: zone.js
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
...

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

@dependabot squash and merge

@dependabot dependabot bot merged commit 5604237 into main Oct 16, 2023
2 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/npm-13545c2abd branch October 16, 2023 14:03
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