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 #82

Merged
merged 1 commit into from
Dec 9, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 9, 2023

Bumps the npm group with 17 updates:

Package From To
@angular-devkit/build-angular 17.0.5 17.0.6
@angular/animations 17.0.5 17.0.6
@angular/cli 17.0.5 17.0.6
@angular/common 17.0.5 17.0.6
@angular/compiler 17.0.5 17.0.6
@angular/compiler-cli 17.0.5 17.0.6
@angular/core 17.0.5 17.0.6
@angular/forms 17.0.5 17.0.6
@angular/language-service 17.0.5 17.0.6
@angular/platform-browser 17.0.5 17.0.6
@angular/platform-browser-dynamic 17.0.5 17.0.6
@angular/router 17.0.5 17.0.6
@types/chrome 0.0.253 0.0.254
@types/node 20.10.2 20.10.4
@typescript-eslint/eslint-plugin 6.13.1 6.13.2
@typescript-eslint/parser 6.13.1 6.13.2
puppeteer 21.5.2 21.6.0

Updates @angular-devkit/build-angular from 17.0.5 to 17.0.6

Release notes

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

v17.0.6

17.0.6 (2023-12-06)

@​schematics/angular

Commit Description
fix - da5d39471 enable TypeScript skipLibCheck in new workspace

@​angular-devkit/build-angular

Commit Description
fix - 048512874 app-shell generation incorrect content when using the application builder
fix - f9e982c44 check namespaced Sass variables when rebasing URLs
fix - a1e8ffa9d correctly align error/warning messages when spinner is active
fix - 46d88a034 handle watch updates on Mac OSX when using native FSEvents API
fix - 4594407ae improve file watching on Windows when using certain IDEs
fix - aa9e7c615 normalize locale tags with Intl API when resolving in application builder
fix - a8dbf1da2 watch symlink when using preserveSymlinks option
perf - e3820cb6c only enable advanced optimizations with script optimizations
Changelog

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

17.0.6 (2023-12-06)

@​schematics/angular

Commit Type Description
da5d39471 fix enable TypeScript skipLibCheck in new workspace

@​angular-devkit/build-angular

Commit Type Description
048512874 fix app-shell generation incorrect content when using the application builder
f9e982c44 fix check namespaced Sass variables when rebasing URLs
a1e8ffa9d fix correctly align error/warning messages when spinner is active
46d88a034 fix handle watch updates on Mac OSX when using native FSEvents API
4594407ae fix improve file watching on Windows when using certain IDEs
aa9e7c615 fix normalize locale tags with Intl API when resolving in application builder
a8dbf1da2 fix watch symlink when using preserveSymlinks option
e3820cb6c perf only enable advanced optimizations with script optimizations

Commits
  • 1cfd710 release: cut the v17.0.6 release
  • 0485128 fix(@​angular-devkit/build-angular): app-shell generation incorrect content wh...
  • e7d7309 build: update dependency vite to v4.5.1
  • 6bd56bd refactor: update rxjs imports
  • a8dbf1d fix(@​angular-devkit/build-angular): watch symlink when using `preserveSymlink...
  • f9e982c fix(@​angular-devkit/build-angular): check namespaced Sass variables when reba...
  • e1eeb36 test: correct misconfigured saucelabs platform/OS combination
  • 7df4b06 test: update browser compatibility test versions for v17
  • aa9e7c6 fix(@​angular-devkit/build-angular): normalize locale tags with Intl API when ...
  • bce3fa6 test(@​angular-devkit/build-angular): enable vite service worker unit tests
  • Additional commits viewable in compare view

Updates @angular/animations from 17.0.5 to 17.0.6

Release notes

Sourced from @​angular/animations's releases.

v17.0.6

17.0.6 (2023-12-06)

compiler

Commit Description
fix - a2e5f483f5 generate proper code for nullish coalescing in styling host bindings (#53305)

compiler-cli

Commit Description
fix - 66ecf4c274 add compiler option to disable control flow content projection diagnostic (#53387)
fix - 74e6ce5d23 add diagnostic for control flow that prevents content projection (#53387)
fix - 6ec7a42b95 avoid conflicts with built-in global variables in for loop blocks (#53319)

core

Commit Description
fix - 0a53f96094 cleanup signal consumers for all views (#53351)
fix - 4fc1581bbc handle hydration of multiple nodes projected in a single slot (#53270)
fix - 14e66533ec support hydration for cases when content is re-projected using ng-template (#53304)
fix - 8e366e8911 support swapping hydrated views in @for loops (#53274)

migrations

Commit Description
fix - 45064f1ae1 CF migration - ensure NgIfElse attributes are properly removed (#53298)
fix - a6275cfa54 CF Migration - Fix case of aliases on i18n ng-templates preventing removal (#53299)
fix - 58a96e0f50 CF Migration add support for ngIf with just a then (#53297)
fix - 26e40c7f89 CF Migration fix missing alias for bound ngifs (#53296)
fix - 836aeba01d Change CF Migration ng-template placeholder generation and handling (#53394)
fix - 72d22ba7ee fix regexp for else and then in cf migration (#53257)
fix - 7a2facae8a handle aliases on bound ngIf migrations (#53261)
fix - 5104a89b30 handle nested ng-template replacement safely in CF migration (#53368)
fix - 2a4e3f5373 handle templates outside of component in cf migration (#53368)
fix - 0db75ab5b1 remove setting that removes comments in CF migration (#53350)

router

Commit Description
fix - 13ade13a15 Ensure canMatch guards run on wildcard routes (#53239)
Changelog

Sourced from @​angular/animations's changelog.

17.0.6 (2023-12-06)

compiler

Commit Type Description
a2e5f483f5 fix generate proper code for nullish coalescing in styling host bindings (#53305)

compiler-cli

Commit Type Description
66ecf4c274 fix add compiler option to disable control flow content projection diagnostic (#53387)
74e6ce5d23 fix add diagnostic for control flow that prevents content projection (#53387)
6ec7a42b95 fix avoid conflicts with built-in global variables in for loop blocks (#53319)

core

Commit Type Description
0a53f96094 fix cleanup signal consumers for all views (#53351)
4fc1581bbc fix handle hydration of multiple nodes projected in a single slot (#53270)
14e66533ec fix support hydration for cases when content is re-projected using ng-template (#53304)
8e366e8911 fix support swapping hydrated views in @for loops (#53274)

migrations

Commit Type Description
45064f1ae1 fix CF migration - ensure NgIfElse attributes are properly removed (#53298)
a6275cfa54 fix CF Migration - Fix case of aliases on i18n ng-templates preventing removal (#53299)
58a96e0f50 fix CF Migration add support for ngIf with just a then (#53297)
26e40c7f89 fix CF Migration fix missing alias for bound ngifs (#53296)
836aeba01d fix Change CF Migration ng-template placeholder generation and handling (#53394)
72d22ba7ee fix fix regexp for else and then in cf migration (#53257)
7a2facae8a fix handle aliases on bound ngIf migrations (#53261)
5104a89b30 fix handle nested ng-template replacement safely in CF migration (#53368)
2a4e3f5373 fix handle templates outside of component in cf migration (#53368)
0db75ab5b1 fix remove setting that removes comments in CF migration (#53350)

router

Commit Type Description
13ade13a15 fix Ensure canMatch guards run on wildcard routes (#53239)

17.1.0-next.2 (2023-11-29)

compiler

Commit Type Description
79ff91a813 fix allow TS jsDocParsingMode host option to be programmatically set (#53126)

compiler-cli

Commit Type Description
4c1d69e288 fix add diagnostic for control flow that prevents content projection (#53190)

core

| Commit | Type | Description |

... (truncated)

Commits

Updates @angular/cli from 17.0.5 to 17.0.6

Release notes

Sourced from @​angular/cli's releases.

v17.0.6

17.0.6 (2023-12-06)

@​schematics/angular

Commit Description
fix - da5d39471 enable TypeScript skipLibCheck in new workspace

@​angular-devkit/build-angular

Commit Description
fix - 048512874 app-shell generation incorrect content when using the application builder
fix - f9e982c44 check namespaced Sass variables when rebasing URLs
fix - a1e8ffa9d correctly align error/warning messages when spinner is active
fix - 46d88a034 handle watch updates on Mac OSX when using native FSEvents API
fix - 4594407ae improve file watching on Windows when using certain IDEs
fix - aa9e7c615 normalize locale tags with Intl API when resolving in application builder
fix - a8dbf1da2 watch symlink when using preserveSymlinks option
perf - e3820cb6c only enable advanced optimizations with script optimizations
Changelog

Sourced from @​angular/cli's changelog.

17.0.6 (2023-12-06)

@​schematics/angular

Commit Type Description
da5d39471 fix enable TypeScript skipLibCheck in new workspace

@​angular-devkit/build-angular

Commit Type Description
048512874 fix app-shell generation incorrect content when using the application builder
f9e982c44 fix check namespaced Sass variables when rebasing URLs
a1e8ffa9d fix correctly align error/warning messages when spinner is active
46d88a034 fix handle watch updates on Mac OSX when using native FSEvents API
4594407ae fix improve file watching on Windows when using certain IDEs
aa9e7c615 fix normalize locale tags with Intl API when resolving in application builder
a8dbf1da2 fix watch symlink when using preserveSymlinks option
e3820cb6c perf only enable advanced optimizations with script optimizations

Commits
  • 1cfd710 release: cut the v17.0.6 release
  • 0485128 fix(@​angular-devkit/build-angular): app-shell generation incorrect content wh...
  • e7d7309 build: update dependency vite to v4.5.1
  • 6bd56bd refactor: update rxjs imports
  • a8dbf1d fix(@​angular-devkit/build-angular): watch symlink when using `preserveSymlink...
  • f9e982c fix(@​angular-devkit/build-angular): check namespaced Sass variables when reba...
  • e1eeb36 test: correct misconfigured saucelabs platform/OS combination
  • 7df4b06 test: update browser compatibility test versions for v17
  • aa9e7c6 fix(@​angular-devkit/build-angular): normalize locale tags with Intl API when ...
  • bce3fa6 test(@​angular-devkit/build-angular): enable vite service worker unit tests
  • Additional commits viewable in compare view

Updates @angular/common from 17.0.5 to 17.0.6

Release notes

Sourced from @​angular/common's releases.

v17.0.6

17.0.6 (2023-12-06)

compiler

Commit Description
fix - a2e5f483f5 generate proper code for nullish coalescing in styling host bindings (#53305)

compiler-cli

Commit Description
fix - 66ecf4c274 add compiler option to disable control flow content projection diagnostic (#53387)
fix - 74e6ce5d23 add diagnostic for control flow that prevents content projection (#53387)
fix - 6ec7a42b95 avoid conflicts with built-in global variables in for loop blocks (#53319)

core

Commit Description
fix - 0a53f96094 cleanup signal consumers for all views (#53351)
fix - 4fc1581bbc handle hydration of multiple nodes projected in a single slot (#53270)
fix - 14e66533ec support hydration for cases when content is re-projected using ng-template (#53304)
fix - 8e366e8911 support swapping hydrated views in @for loops (#53274)

migrations

Commit Description
fix - 45064f1ae1 CF migration - ensure NgIfElse attributes are properly removed (#53298)
fix - a6275cfa54 CF Migration - Fix case of aliases on i18n ng-templates preventing removal (#53299)
fix - 58a96e0f50 CF Migration add support for ngIf with just a then (#53297)
fix - 26e40c7f89 CF Migration fix missing alias for bound ngifs (#53296)
fix - 836aeba01d Change CF Migration ng-template placeholder generation and handling (#53394)
fix - 72d22ba7ee fix regexp for else and then in cf migration (#53257)
fix - 7a2facae8a handle aliases on bound ngIf migrations (#53261)
fix - 5104a89b30 handle nested ng-template replacement safely in CF migration (#53368)
fix - 2a4e3f5373 handle templates outside of component in cf migration (#53368)
fix - 0db75ab5b1 remove setting that removes comments in CF migration (#53350)

router

Commit Description
fix - 13ade13a15 Ensure canMatch guards run on wildcard routes (#53239)
Changelog

Sourced from @​angular/common's changelog.

17.0.6 (2023-12-06)

compiler

Commit Type Description
a2e5f483f5 fix generate proper code for nullish coalescing in styling host bindings (#53305)

compiler-cli

Commit Type Description
66ecf4c274 fix add compiler option to disable control flow content projection diagnostic (#53387)
74e6ce5d23 fix add diagnostic for control flow that prevents content projection (#53387)
6ec7a42b95 fix avoid conflicts with built-in global variables in for loop blocks (#53319)

core

Commit Type Description
0a53f96094 fix cleanup signal consumers for all views (#53351)
4fc1581bbc fix handle hydration of multiple nodes projected in a single slot (#53270)
14e66533ec fix support hydration for cases when content is re-projected using ng-template (#53304)
8e366e8911 fix support swapping hydrated views in @for loops (#53274)

migrations

Commit Type Description
45064f1ae1 fix CF migration - ensure NgIfElse attributes are properly removed (#53298)
a6275cfa54 fix CF Migration - Fix case of aliases on i18n ng-templates preventing removal (#53299)
58a96e0f50 fix CF Migration add support for ngIf with just a then (#53297)
26e40c7f89 fix CF Migration fix missing alias for bound ngifs (#53296)
836aeba01d fix Change CF Migration ng-template placeholder generation and handling (#53394)
72d22ba7ee fix fix regexp for else and then in cf migration (#53257)
7a2facae8a fix handle aliases on bound ngIf migrations (#53261)
5104a89b30 fix handle nested ng-template replacement safely in CF migration (#53368)
2a4e3f5373 fix handle templates outside of component in cf migration (#53368)
0db75ab5b1 fix remove setting that removes comments in CF migration (#53350)

router

Commit Type Description
13ade13a15 fix Ensure canMatch guards run on wildcard routes (#53239)

17.1.0-next.2 (2023-11-29)

compiler

Commit Type Description
79ff91a813 fix allow TS jsDocParsingMode host option to be programmatically set (#53126)

compiler-cli

Commit Type Description
4c1d69e288 fix add diagnostic for control flow that prevents content projection (#53190)

core

| Commit | Type | Description |

... (truncated)

Commits

Updates @angular/compiler from 17.0.5 to 17.0.6

Release notes

Sourced from @​angular/compiler's releases.

v17.0.6

17.0.6 (2023-12-06)

compiler

Commit Description
fix - a2e5f483f5 generate proper code for nullish coalescing in styling host bindings (#53305)

compiler-cli

Commit Description
fix - 66ecf4c274 add compiler option to disable control flow content projection diagnostic (#53387)
fix - 74e6ce5d23 add diagnostic for control flow that prevents content projection (#53387)
fix - 6ec7a42b95 avoid conflicts with built-in global variables in for loop blocks (#53319)

core

Commit Description
fix - 0a53f96094 cleanup signal consumers for all views (#53351)
fix - 4fc1581bbc handle hydration of multiple nodes projected in a single slot (#53270)
fix - 14e66533ec support hydration for cases when content is re-projected using ng-template (#53304)
fix - 8e366e8911 support swapping hydrated views in @for loops (#53274)

migrations

Commit Description
fix - 45064f1ae1 CF migration - ensure NgIfElse attributes are properly removed (#53298)
fix - a6275cfa54 CF Migration - Fix case of aliases on i18n ng-templates preventing removal (#53299)
fix - 58a96e0f50 CF Migration add support for ngIf with just a then (#53297)
fix - 26e40c7f89 CF Migration fix missing alias for bound ngifs (#53296)
fix - 836aeba01d Change CF Migration ng-template placeholder generation and handling (#53394)
fix - 72d22ba7ee fix regexp for else and then in cf migration (#53257)
fix - 7a2facae8a handle aliases on bound ngIf migrations (#53261)
fix - 5104a89b30 handle nested ng-template replacement safely in CF migration (#53368)
fix - 2a4e3f5373 handle templates outside of component in cf migration (#53368)
fix - 0db75ab5b1 remove setting that removes comments in CF migration (#53350)

router

Commit Description
fix - 13ade13a15 Ensure canMatch guards run on wildcard routes (#53239)
Changelog

Sourced from @​angular/compiler's changelog.

17.0.6 (2023-12-06)

compiler

Commit Type Description
a2e5f483f5 fix generate proper code for nullish coalescing in styling host bindings (#53305)

compiler-cli

Commit Type Description
66ecf4c274 fix add compiler option to disable control flow content projection diagnostic (#53387)
74e6ce5d23 fix add diagnostic for control flow that prevents content projection (#53387)
6ec7a42b95 fix avoid conflicts with built-in global variables in for loop blocks (#53319)

core

Commit Type Description
0a53f96094 fix cleanup signal consumers for all views (#53351)
4fc1581bbc fix handle hydration of multiple nodes projected in a single slot (#53270)
14e66533ec fix support hydration for cases when content is re-projected using ng-template (#53304)
8e366e8911 fix support swapping hydrated views in @for loops (#53274)

migrations

Commit Type Description
45064f1ae1 fix CF migration - ensure NgIfElse attributes are properly removed (#53298)
a6275cfa54 fix CF Migration - Fix case of aliases on i18n ng-templates preventing removal (#53299)
58a96e0f50 fix CF Migration add support for ngIf with just a then (#53297)
26e40c7f89 fix CF Migration fix missing alias for bound ngifs (#53296)
836aeba01d fix Change CF Migration ng-template placeholder generation and handling (#53394)
72d22ba7ee fix fix regexp for else and then in cf migration (#53257)
7a2facae8a fix handle aliases on bound ngIf migrations (#53261)
5104a89b30 fix handle nested ng-template replacement safely in CF migration (#53368)
2a4e3f5373 fix handle templates outside of component in cf migration (#53368)
0db75ab5b1 fix remove setting that removes comments in CF migration (#53350)

router

Commit Type Description
13ade13a15 fix Ensure canMatch guards run on wildcard routes (#53239)

17.1.0-next.2 (2023-11-29)

compiler

Commit Type Description
79ff91a813 fix allow TS jsDocParsingMode host option to be programmatically set (#53126)

compiler-cli

Commit Type Description
4c1d69e288 fix add diagnostic for control flow that prevents content projection (#53190)

core

| Commit | Type | Description |

... (truncated)

Commits
  • aaf199f refactor(compiler): Support unary ops in template pipeline (#53376)
  • 648edaa refactor(compiler): template pipeline support for i18n blocks (#53376)
  • 755356c refactor(compiler): Separate ownership and target for i18n expressions, and v...

Bumps the npm group with 17 updates:

| Package | From | To |
| --- | --- | --- |
| [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | `17.0.5` | `17.0.6` |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `17.0.5` | `17.0.6` |
| [@angular/cli](https://github.com/angular/angular-cli) | `17.0.5` | `17.0.6` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `17.0.5` | `17.0.6` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `17.0.5` | `17.0.6` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `17.0.5` | `17.0.6` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `17.0.5` | `17.0.6` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `17.0.5` | `17.0.6` |
| [@angular/language-service](https://github.com/angular/angular/tree/HEAD/packages/language-service) | `17.0.5` | `17.0.6` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `17.0.5` | `17.0.6` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `17.0.5` | `17.0.6` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `17.0.5` | `17.0.6` |
| [@types/chrome](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chrome) | `0.0.253` | `0.0.254` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.10.2` | `20.10.4` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `6.13.1` | `6.13.2` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.13.1` | `6.13.2` |
| [puppeteer](https://github.com/puppeteer/puppeteer) | `21.5.2` | `21.6.0` |


Updates `@angular-devkit/build-angular` from 17.0.5 to 17.0.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@17.0.5...17.0.6)

Updates `@angular/animations` from 17.0.5 to 17.0.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/17.0.6/packages/animations)

Updates `@angular/cli` from 17.0.5 to 17.0.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@17.0.5...17.0.6)

Updates `@angular/common` from 17.0.5 to 17.0.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/17.0.6/packages/common)

Updates `@angular/compiler` from 17.0.5 to 17.0.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/17.0.6/packages/compiler)

Updates `@angular/compiler-cli` from 17.0.5 to 17.0.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/17.0.6/packages/compiler-cli)

Updates `@angular/core` from 17.0.5 to 17.0.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/17.0.6/packages/core)

Updates `@angular/forms` from 17.0.5 to 17.0.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/17.0.6/packages/forms)

Updates `@angular/language-service` from 17.0.5 to 17.0.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/17.0.6/packages/language-service)

Updates `@angular/platform-browser` from 17.0.5 to 17.0.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/17.0.6/packages/platform-browser)

Updates `@angular/platform-browser-dynamic` from 17.0.5 to 17.0.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/17.0.6/packages/platform-browser-dynamic)

Updates `@angular/router` from 17.0.5 to 17.0.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/17.0.6/packages/router)

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

Updates `@types/node` from 20.10.2 to 20.10.4
- [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.13.1 to 6.13.2
- [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.13.2/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 6.13.1 to 6.13.2
- [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.13.2/packages/parser)

Updates `puppeteer` from 21.5.2 to 21.6.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.5.2...puppeteer-v21.6.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/chrome"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-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: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from ayushmanchhabra as a code owner December 9, 2023 05:17
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 9, 2023
@TheJaredWilcurt TheJaredWilcurt merged commit 532fab7 into main Dec 9, 2023
1 check passed
@TheJaredWilcurt TheJaredWilcurt deleted the dependabot/npm_and_yarn/npm-6713b1d8a1 branch December 9, 2023 14:22
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