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 21 updates #81

Merged
merged 1 commit into from
Dec 2, 2023

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the npm group with 21 updates:

Package From To
@angular-devkit/build-angular 17.0.3 17.0.5
@angular-eslint/builder 17.1.0 17.1.1
@angular-eslint/eslint-plugin 17.1.0 17.1.1
@angular-eslint/eslint-plugin-template 17.1.0 17.1.1
@angular-eslint/schematics 17.1.0 17.1.1
@angular-eslint/template-parser 17.1.0 17.1.1
@angular/animations 17.0.4 17.0.5
@angular/cli 17.0.3 17.0.5
@angular/common 17.0.4 17.0.5
@angular/compiler 17.0.4 17.0.5
@angular/compiler-cli 17.0.4 17.0.5
@angular/core 17.0.4 17.0.5
@angular/forms 17.0.4 17.0.5
@angular/language-service 17.0.4 17.0.5
@angular/platform-browser 17.0.4 17.0.5
@angular/platform-browser-dynamic 17.0.4 17.0.5
@angular/router 17.0.4 17.0.5
@types/node 20.10.0 20.10.2
@typescript-eslint/eslint-plugin 6.12.0 6.13.1
@typescript-eslint/parser 6.12.0 6.13.1
eslint 8.54.0 8.55.0

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

Release notes

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

v17.0.5

17.0.5 (2023-11-29)

v17.0.4

17.0.4 (2023-11-29)

@​schematics/angular

Commit Description
fix - 7a2823080 remove CommonModule import from standalone components

@​angular-devkit/build-angular

Commit Description
fix - 0634a4e40 avoid native realpath in application builder
fix - 22880d9cb correct set locale when using esbuild based builders
fix - a0680672f correctly watch files when app is in a directory that starts with a dot
fix - bbbe13d67 improve file watching on Windows when using certain IDEs
fix - 27e7c2e1b propagate localize errors to full build result
fix - 7455fdca0 serve assets from the provided serve-path
fix - 657a07bd6 treeshake unused class that use custom decorators
fix - 77474951b use workspace real path when not preserving symlinks
Changelog

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

17.0.5 (2023-11-29)

Rolling back bbbe13d67 which appears to break file watching on Mac devices.

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

@​angular-devkit/build-angular

Commit Type Description
e0b274b8f feat add option to retain CSS special comments in global styles
4784155bd feat add wildcard option for allowedCommonJsDependencies
3b93df42d feat allow configuring loaders for custom file extensions in application builder
ccba849e4 feat support keyboard command shortcuts in application dev server
6473b0160 fix ensure all configured assets can be served by dev server

17.0.4 (2023-11-29)

@​schematics/angular

Commit Type Description
7a2823080 fix remove CommonModule import from standalone components

@​angular-devkit/build-angular

Commit Type Description
0634a4e40 fix avoid native realpath in application builder
22880d9cb fix correct set locale when using esbuild based builders
a0680672f fix correctly watch files when app is in a directory that starts with a dot
bbbe13d67 fix improve file watching on Windows when using certain IDEs
27e7c2e1b fix propagate localize errors to full build result
7455fdca0 fix serve assets from the provided serve-path
657a07bd6 fix treeshake unused class that use custom decorators
77474951b fix use workspace real path when not preserving symlinks

Commits
  • 6cf8662 release: cut the v17.0.5 release
  • ea5bbe7 Revert "fix(@​angular-devkit/build-angular): improve file watching on Windows ...
  • 206c57d release: cut the v17.0.4 release
  • 7455fdc fix(@​angular-devkit/build-angular): serve assets from the provided serve-path
  • 27e7c2e fix(@​angular-devkit/build-angular): propagate localize errors to full build r...
  • 22880d9 fix(@​angular-devkit/build-angular): correct set locale when using esbuild bas...
  • a068067 fix(@​angular-devkit/build-angular): correctly watch files when app is in a di...
  • 7350c98 refactor(@​angular-devkit/build-angular): remove no longer applicable comment
  • bbbe13d fix(@​angular-devkit/build-angular): improve file watching on Windows when usi...
  • 7a28230 fix(@​schematics/angular): remove CommonModule import from standalone components
  • Additional commits viewable in compare view

Updates @angular-eslint/builder from 17.1.0 to 17.1.1

Release notes

Sourced from @​angular-eslint/builder's releases.

v17.1.1

17.1.1

🩹 Fixes

  • update nrwl monorepo to v17.1.3 (#1632)
  • update typescript-eslint packages to v6.12.0 (#1631)
  • update dependency ignore to v5.3.0 (#1622)
  • update dependency eslint to v8.54.0 (#1625)
  • update typescript-eslint packages to v6.13.0 (#1644)
  • update typescript-eslint packages to v6.13.1 (#1649)
  • eslint-plugin: fix max inline declarations rule for styles string (#1630)
  • eslint-plugin-template: [prefer-ngsrc] Do not prefer ngsrc for base64-encoded strings (#1628)
  • eslint-plugin-template: [prefer-control-flow] prevent error when… (#1634)

❤️ Thank You

Changelog

Sourced from @​angular-eslint/builder's changelog.

17.1.1

🩹 Fixes

  • update nrwl monorepo to v17.1.3

  • update typescript-eslint packages to v6.12.0

  • update dependency ignore to v5.3.0

  • update dependency eslint to v8.54.0

  • update typescript-eslint packages to v6.13.0

  • update typescript-eslint packages to v6.13.1

❤️ Thank You

  • Christian Svensson
  • Daniel Kimmich
  • Luis Estevez
Commits

Updates @angular-eslint/eslint-plugin from 17.1.0 to 17.1.1

Release notes

Sourced from @​angular-eslint/eslint-plugin's releases.

v17.1.1

17.1.1

🩹 Fixes

  • update nrwl monorepo to v17.1.3 (#1632)
  • update typescript-eslint packages to v6.12.0 (#1631)
  • update dependency ignore to v5.3.0 (#1622)
  • update dependency eslint to v8.54.0 (#1625)
  • update typescript-eslint packages to v6.13.0 (#1644)
  • update typescript-eslint packages to v6.13.1 (#1649)
  • eslint-plugin: fix max inline declarations rule for styles string (#1630)
  • eslint-plugin-template: [prefer-ngsrc] Do not prefer ngsrc for base64-encoded strings (#1628)
  • eslint-plugin-template: [prefer-control-flow] prevent error when… (#1634)

❤️ Thank You

Changelog

Sourced from @​angular-eslint/eslint-plugin's changelog.

17.1.1

🩹 Fixes

  • update nrwl monorepo to v17.1.3

  • update typescript-eslint packages to v6.12.0

  • update dependency ignore to v5.3.0

  • update dependency eslint to v8.54.0

  • update typescript-eslint packages to v6.13.0

  • update typescript-eslint packages to v6.13.1

  • eslint-plugin: fix max inline declarations rule for styles string

❤️ Thank You

  • Christian Svensson
  • Daniel Kimmich
  • Luis Estevez
Commits

Updates @angular-eslint/eslint-plugin-template from 17.1.0 to 17.1.1

Release notes

Sourced from @​angular-eslint/eslint-plugin-template's releases.

v17.1.1

17.1.1

🩹 Fixes

  • update nrwl monorepo to v17.1.3 (#1632)
  • update typescript-eslint packages to v6.12.0 (#1631)
  • update dependency ignore to v5.3.0 (#1622)
  • update dependency eslint to v8.54.0 (#1625)
  • update typescript-eslint packages to v6.13.0 (#1644)
  • update typescript-eslint packages to v6.13.1 (#1649)
  • eslint-plugin: fix max inline declarations rule for styles string (#1630)
  • eslint-plugin-template: [prefer-ngsrc] Do not prefer ngsrc for base64-encoded strings (#1628)
  • eslint-plugin-template: [prefer-control-flow] prevent error when… (#1634)

❤️ Thank You

Changelog

Sourced from @​angular-eslint/eslint-plugin-template's changelog.

17.1.1

🩹 Fixes

  • update nrwl monorepo to v17.1.3

  • update typescript-eslint packages to v6.12.0

  • update dependency ignore to v5.3.0

  • update dependency eslint to v8.54.0

  • update typescript-eslint packages to v6.13.0

  • update typescript-eslint packages to v6.13.1

  • eslint-plugin-template: [prefer-ngsrc] Do not prefer ngsrc for base64-encoded strings

  • eslint-plugin-template: [prefer-control-flow] prevent error when…

❤️ Thank You

  • Christian Svensson
  • Daniel Kimmich
  • Luis Estevez
Commits
  • a1a2bd7 chore(release): publish 17.1.1
  • b4953d5 chore: repo updates (#1650)
  • 6681ebd fix: update typescript-eslint packages to v6.13.1 (#1649)
  • 33c5ede fix: update typescript-eslint packages to v6.13.0 (#1644)
  • f5acaec fix: update typescript-eslint packages to v6.12.0 (#1631)
  • 9176cce fix(eslint-plugin-template): [prefer-control-flow] prevent error when… (#1634)
  • 1e345ab fix(eslint-plugin-template): [prefer-ngsrc] Do not prefer ngsrc for base64-en...
  • See full diff in compare view

Updates @angular-eslint/schematics from 17.1.0 to 17.1.1

Release notes

Sourced from @​angular-eslint/schematics's releases.

v17.1.1

17.1.1

🩹 Fixes

  • update nrwl monorepo to v17.1.3 (#1632)
  • update typescript-eslint packages to v6.12.0 (#1631)
  • update dependency ignore to v5.3.0 (#1622)
  • update dependency eslint to v8.54.0 (#1625)
  • update typescript-eslint packages to v6.13.0 (#1644)
  • update typescript-eslint packages to v6.13.1 (#1649)
  • eslint-plugin: fix max inline declarations rule for styles string (#1630)
  • eslint-plugin-template: [prefer-ngsrc] Do not prefer ngsrc for base64-encoded strings (#1628)
  • eslint-plugin-template: [prefer-control-flow] prevent error when… (#1634)

❤️ Thank You

Changelog

Sourced from @​angular-eslint/schematics's changelog.

17.1.1

🩹 Fixes

  • update nrwl monorepo to v17.1.3

  • update typescript-eslint packages to v6.12.0

  • update dependency ignore to v5.3.0

  • update dependency eslint to v8.54.0

  • update typescript-eslint packages to v6.13.0

  • update typescript-eslint packages to v6.13.1

❤️ Thank You

  • Christian Svensson
  • Daniel Kimmich
  • Luis Estevez
Commits

Updates @angular-eslint/template-parser from 17.1.0 to 17.1.1

Release notes

Sourced from @​angular-eslint/template-parser's releases.

v17.1.1

17.1.1

🩹 Fixes

  • update nrwl monorepo to v17.1.3 (#1632)
  • update typescript-eslint packages to v6.12.0 (#1631)
  • update dependency ignore to v5.3.0 (#1622)
  • update dependency eslint to v8.54.0 (#1625)
  • update typescript-eslint packages to v6.13.0 (#1644)
  • update typescript-eslint packages to v6.13.1 (#1649)
  • eslint-plugin: fix max inline declarations rule for styles string (#1630)
  • eslint-plugin-template: [prefer-ngsrc] Do not prefer ngsrc for base64-encoded strings (#1628)
  • eslint-plugin-template: [prefer-control-flow] prevent error when… (#1634)

❤️ Thank You

Changelog

Sourced from @​angular-eslint/template-parser's changelog.

17.1.1

🩹 Fixes

  • update nrwl monorepo to v17.1.3

  • update typescript-eslint packages to v6.12.0

  • update dependency ignore to v5.3.0

  • update dependency eslint to v8.54.0

  • update typescript-eslint packages to v6.13.0

  • update typescript-eslint packages to v6.13.1

❤️ Thank You

  • Christian Svensson
  • Daniel Kimmich
  • Luis Estevez
Commits

Updates @angular/animations from 17.0.4 to 17.0.5

Release notes

Sourced from @​angular/animations's releases.

v17.0.5

17.0.5 (2023-11-29)

core

Commit Description
fix - 6be88040d1 avoid stale provider info when TestBed.overrideProvider is used (#52918)
fix - dee50f1d78 inherit host directives (#52992)
fix - 07920d96d4 Reattached views that are dirty from a signal update should refresh (#53001)

migrations

Commit Description
fix - aab7fb8654 Add ngForTemplate support to control flow migration (#53076)
fix - dbd6f386ea allows colons in ngIf else cases to migrate (#53076)
fix - 5b9f896009 cf migration fix migrating empty switch default (#53237)
fix - 2b3d3b0fe1 CF migration log warning when collection aliasing detected in @for (#53238)
fix - dffeac8386 cf migration removes unnecessary bound ngifelse attribute (#53236)
fix - 00cb3339ba control flow migration formatting fixes (#53076)
fix - c22af72f75 fix off by one issue with template removal in CF migration (#53255)
fix - ba6d7fe018 fixes CF migration i18n ng-template offsets (#53212)
fix - 8f6affdd64 fixes control flow migration common module removal (#53076)
fix - 6ae408847c properly handle ngIfThen cases in CF migration (#53256)
fix - 0fcef65cea Update CF migration to skip templates with duplicate ng-template names (#53204)

router

Commit Description
fix - 91486aaf07 Resolvers in different parts of the route tree should be able to execute together (#52934)
Changelog

Sourced from @​angular/animations's changelog.

17.0.5 (2023-11-29)

core

Commit Type Description
6be88040d1 fix avoid stale provider info when TestBed.overrideProvider is used (#52918)
dee50f1d78 fix inherit host directives (#52992)
07920d96d4 fix Reattached views that are dirty from a signal update should refresh (#53001)

migrations

Commit Type Description
aab7fb8654 fix Add ngForTemplate support to control flow migration (#53076)
dbd6f386ea fix allows colons in ngIf else cases to migrate (#53076)
5b9f896009 fix cf migration fix migrating empty switch default (#53237)
2b3d3b0fe1 fix CF migration log warning when collection aliasing detected in @for (#53238)
dffeac8386 fix cf migration removes unnecessary bound ngifelse attribute (#53236)
00cb3339ba fix control flow migration formatting fixes (#53076)
c22af72f75 fix fix off by one issue with template removal in CF migration (#53255)
ba6d7fe018 fix fixes CF migration i18n ng-template offsets (#53212)
8f6affdd64 fix fixes control flow migration common module removal (#53076)
6ae408847c fix properly handle ngIfThen cases in CF migration (#53256)
0fcef65cea fix Update CF migration to skip templates with duplicate ng-template names (#53204)

router

Commit Type Description
91486aaf07 fix Resolvers in different parts of the route tree should be able to execute together (#52934)

17.1.0-next.1 (2023-11-20)

common

Commit Type Description
29c5416d14 fix remove load on image once it fails to load (#52990)
7affa57754 fix scan images once page is loaded (#52991)

compiler

Commit Type Description
ec2d6e7b9c fix changed after checked error in for loops (#52935)
406049b95e fix generate i18n instructions for blocks (#52958)
d9d566d315 fix nested for loops incorrectly calculating computed variables (#52931)
5fb707f81a fix produce placeholder for blocks in i18n bundles (#52958)

compiler-cli

Commit Type Description
b4d022e230 fix add diagnostic for control flow that prevents content projection (#52726)

core

Commit Type Description
ed0fbd4071 fix cleanup loading promise when no dependencies are defined (#53031)

... (truncated)

Commits

Updates @angular/cli from 17.0.3 to 17.0.5

Release notes

Sourced from @​angular/cli's releases.

v17.0.5

17.0.5 (2023-11-29)

v17.0.4

17.0.4 (2023-11-29)

@​schematics/angular

Commit Description
fix - 7a2823080 remove CommonModule import from standalone components

@​angular-devkit/build-angular

Commit Description
fix - 0634a4e40 avoid native realpath in application builder
fix - 22880d9cb correct set locale when using esbuild based builders
fix - a0680672f correctly watch files when app is in a directory that starts with a dot
fix - bbbe13d67 improve file watching on Windows when using certain IDEs
fix - 27e7c2e1b propagate localize errors to full build result
fix - 7455fdca0 serve assets from the provided serve-path
fix - 657a07bd6 treeshake unused class that use custom decorators
fix - 77474951b use workspace real path when not preserving symlinks
Changelog

Sourced from @​angular/cli's changelog.

17.0.5 (2023-11-29)

Rolling back bbbe13d67 which appears to break file watching on Mac devices.

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

@​angular-devkit/build-angular

Commit Type Description
e0b274b8f feat add option to retain CSS special comments in global styles
4784155bd feat add wildcard option for allowedCommonJsDependencies
3b93df42d feat allow configuring loaders for custom file extensions in application builder
ccba849e4 feat support keyboard command shortcuts in application dev server
6473b0160 fix ensure all configured assets can be served by dev server

17.0.4 (2023-11-29)

@​schematics/angular

Commit Type Description
7a2823080 fix remove CommonModule import from standalone components

@​angular-devkit/build-angular

Commit Type Description
0634a4e40 fix avoid native realpath in application builder
22880d9cb fix correct set locale when using esbuild based builders
a0680672f fix correctly watch files when app is in a directory that starts with a dot
bbbe13d67 fix improve file watching on Windows when using certain IDEs
27e7c2e1b fix propagate localize errors to full build result
7455fdca0 fix serve assets from the provided serve-path
657a07bd6 fix treeshake unused class that use custom decorators
77474951b fix use workspace real path when not preserving symlinks

Commits
  • 6cf8662 release: cut the v17.0.5 release
  • ea5bbe7 Revert "fix(@​angular-devkit/build-angular): improve file watching on Windows ...
  • 206c57d release: cut the v17.0.4 release
  • 7455fdc fix(@​angular-devkit/build-angular): serve assets from the provided serve-path
  • 27e7c2e fix(@​angular-devkit/build-angular): propagate localize errors to full build r...
  • 22880d9 fix(@​angular-devkit/build-angular): correct set locale when using esbuild bas...
  • a068067 fix(@​angular-devkit/build-angular): correctly watch files when app is in a di...
  • 7350c98 refactor(@​angular-devkit/build-angular): remove no longer applicable comment
  • bbbe13d fix(@​angular-devkit/build-angular): improve file watching on Windows when usi...
  • 7a28230 fix(@​schematics/angular): remove CommonModule import from standalone components
  • Additional commits viewable in compare view

Updates @angular/common from 17.0.4 to 17.0.5

Release notes

Sourced from @​angular/common's releases.

v17.0.5

17.0.5 (2023-11-29)

core

Commit Description
fix - 6be88040d1 avoid stale provider info when TestBed.overrideProvider is used (#52918)
fix - dee50f1d78 inherit host directives (#52992)
fix - 07920d96d4 Reattached views that are dirty from a signal update should refresh (#53001)

migrations

Commit Description
fix - aab7fb8654 Add ngForTemplate support to control flow migration (#53076)
fix - dbd6f386ea allows colons in ngIf else cases to migrate (#53076)
fix - 5b9f896009 cf migration fix migrating empty switch default (#53237)
fix - 2b3d3b0fe1 CF migration log warning when collection aliasing detected in @for (#53238)
fix - dffeac8386 cf migration removes unnecessary bound ngifelse attribute (#53236)
fix - 00cb3339ba control flow migration formatting fixes (#53076)
fix - c22af72f75 fix off by one issue with template removal in CF migration (#53255)
fix - ba6d7fe018 fixes CF migration i18n ng-template offsets (#53212)
fix - 8f6affdd64 fixes control flow migration common module removal (#53076)
fix - 6ae408847c properly handle ngIfThen cases in CF migration (#53256)
fix - 0fcef65cea Update CF migration to skip templates with duplicate ng-template names (#53204)

router

Commit Description
fix - 91486aaf07 Resolvers in different parts of the route tree should be able to execute together (#52934)
Changelog

Sourced from @​angular/common's changelog.

17.0.5 (2023-11-29)

core

...

Description has been truncated

Commit Type Description
6be88040d1 fix avoid stale provider info when TestBed.overrideProvider is used (#52918)

Bumps the npm group with 21 updates:

| Package | From | To |
| --- | --- | --- |
| [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | `17.0.3` | `17.0.5` |
| [@angular-eslint/builder](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/builder) | `17.1.0` | `17.1.1` |
| [@angular-eslint/eslint-plugin](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin) | `17.1.0` | `17.1.1` |
| [@angular-eslint/eslint-plugin-template](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin-template) | `17.1.0` | `17.1.1` |
| [@angular-eslint/schematics](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/schematics) | `17.1.0` | `17.1.1` |
| [@angular-eslint/template-parser](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/template-parser) | `17.1.0` | `17.1.1` |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `17.0.4` | `17.0.5` |
| [@angular/cli](https://github.com/angular/angular-cli) | `17.0.3` | `17.0.5` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `17.0.4` | `17.0.5` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `17.0.4` | `17.0.5` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `17.0.4` | `17.0.5` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `17.0.4` | `17.0.5` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `17.0.4` | `17.0.5` |
| [@angular/language-service](https://github.com/angular/angular/tree/HEAD/packages/language-service) | `17.0.4` | `17.0.5` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `17.0.4` | `17.0.5` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `17.0.4` | `17.0.5` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `17.0.4` | `17.0.5` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.10.0` | `20.10.2` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `6.12.0` | `6.13.1` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.12.0` | `6.13.1` |
| [eslint](https://github.com/eslint/eslint) | `8.54.0` | `8.55.0` |


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

Updates `@angular-eslint/builder` from 17.1.0 to 17.1.1
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/builder/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v17.1.1/packages/builder)

Updates `@angular-eslint/eslint-plugin` from 17.1.0 to 17.1.1
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v17.1.1/packages/eslint-plugin)

Updates `@angular-eslint/eslint-plugin-template` from 17.1.0 to 17.1.1
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin-template/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v17.1.1/packages/eslint-plugin-template)

Updates `@angular-eslint/schematics` from 17.1.0 to 17.1.1
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/schematics/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v17.1.1/packages/schematics)

Updates `@angular-eslint/template-parser` from 17.1.0 to 17.1.1
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/template-parser/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v17.1.1/packages/template-parser)

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

Updates `@angular/cli` from 17.0.3 to 17.0.5
- [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.3...17.0.5)

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

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

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

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

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

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

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

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

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

Updates `@types/node` from 20.10.0 to 20.10.2
- [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.12.0 to 6.13.1
- [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.1/packages/eslint-plugin)

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

Updates `eslint` from 8.54.0 to 8.55.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.54.0...v8.55.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-eslint/builder"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@angular-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@angular-eslint/eslint-plugin-template"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@angular-eslint/schematics"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@angular-eslint/template-parser"
  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
  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 2, 2023 05:13
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 2, 2023
@TheJaredWilcurt TheJaredWilcurt merged commit 63b2bf5 into main Dec 2, 2023
1 check passed
@TheJaredWilcurt TheJaredWilcurt deleted the dependabot/npm_and_yarn/npm-25c356c88f branch December 2, 2023 14:00
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