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

chore(deps): bump the angular group in /examples/my-ngsw-app with 11 updates #1243

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 20, 2024

Bumps the angular group in /examples/my-ngsw-app with 11 updates:

Package From To
@angular/animations 17.0.8 17.2.1
@angular/common 17.0.8 17.2.1
@angular/compiler 17.0.8 17.2.1
@angular/core 17.0.8 17.2.1
@angular/forms 17.0.8 17.2.1
@angular/platform-browser 17.0.8 17.2.1
@angular/platform-browser-dynamic 17.0.8 17.2.1
@angular/router 17.0.8 17.2.1
@angular/service-worker 17.0.8 17.2.1
@angular-devkit/build-angular 17.0.9 17.2.0
@angular/compiler-cli 17.0.8 17.2.1

Updates @angular/animations from 17.0.8 to 17.2.1

Release notes

Sourced from @​angular/animations's releases.

v17.2.1

17.2.1 (2024-02-14)

compiler-cli

Commit Description
fix - 7234824228 fix broken version detection condition (#54443)

v17.2.0

17.2.0 (2024-02-14)

common

Commit Description
feat - 03c3b3eb79 add Netlify image loader (#54311)
feat - f5c520b836 add placeholder to NgOptimizedImage (#53783)

compiler

Commit Description
feat - 47e6e84101 Add a TSConfig option useTemplatePipeline (#54057)
feat - 66e940aebf scope selectors in @​starting-style (#53943)
fix - 7b4d275f49 Fix the template pipeline option (#54148)

compiler-cli

Commit Description
feat - 7e861c640e generate extra imports for component local dependencies in local mode (#53543)
feat - 3263df23f2 generate global imports in local compilation mode (#53543)
feat - b774e22d8e make it configurable to generate alias reexports (#53937)
feat - 3e1384048e support host directives for local compilation mode (#53877)
fix - a592904c69 allow custom/duplicate decorators for @Injectable classes in local compilation mode (#54139)
fix - 4b1d948b36 consider the case of duplicate Angular decorators in local compilation diagnostics (#54139)
fix - 96bcf4fb12 forbid custom/duplicate decorator when option forbidOrphanComponents is set (#54139)
fix - 64fa5715c6 generating extra imports in local compilation mode when cycle is introduced (#53543)
fix - 6c8b09468a highlight the unresolved element in the @​Component.styles array for the error LOCAL_COMPILATION_UNRESOLVED_CONST (#54230)
fix - 0970129e20 show proper error for custom decorators in local compilation mode (#53983)
fix - f39cb06418 show specific error for unresolved @​Directive.exportAs in local compilation mode (#54230)
fix - f3851b5945 show specific error for unresolved @​HostBinding's argument in local compilation mode (#54230)
fix - 39ddd884e8 show specific error for unresolved @​HostListener's event name in local compilation mode (#54230)
fix - 5d633240fd show the correct message for the error LOCAL_COMPILATION_UNRESOLVED_CONST when an unresolved symbol used for @​Component.styles (#54230)
fix - 58b8a232d6 support jumping to definitions of signal-based inputs (#54053)

core

Commit Description
feat - 702ab28b4c add support for model inputs (#54252)
feat - e95ef2cbc6 expose queries as signals (#54283)
fix - 656bc282e3 add toString implementation to signals (#54002)
fix - 62b87b4551 do not crash for signal query that does not have any matches (#54353)
fix - 4b96f370ee expose model signal subcribe for type checking purposes (#54357)
fix - 744cb1e561 return the same children query results if there are no changes (#54392)
fix - 6d00115bf4 show placeholder block on the server with immediate trigger (#54394)

... (truncated)

Changelog

Sourced from @​angular/animations's changelog.

17.2.1 (2024-02-14)

compiler-cli

Commit Type Description
7234824228 fix fix broken version detection condition (#54443)

17.2.0 (2024-02-14)

common

Commit Type Description
03c3b3eb79 feat add Netlify image loader (#54311)
f5c520b836 feat add placeholder to NgOptimizedImage (#53783)

compiler

Commit Type Description
47e6e84101 feat Add a TSConfig option useTemplatePipeline (#54057)
66e940aebf feat scope selectors in @​starting-style (#53943)
7b4d275f49 fix Fix the template pipeline option (#54148)

compiler-cli

Commit Type Description
7e861c640e feat generate extra imports for component local dependencies in local mode (#53543)
3263df23f2 feat generate global imports in local compilation mode (#53543)
b774e22d8e feat make it configurable to generate alias reexports (#53937)
3e1384048e feat support host directives for local compilation mode (#53877)
a592904c69 fix allow custom/duplicate decorators for @Injectable classes in local compilation mode (#54139)
4b1d948b36 fix consider the case of duplicate Angular decorators in local compilation diagnostics (#54139)
96bcf4fb12 fix forbid custom/duplicate decorator when option forbidOrphanComponents is set (#54139)
64fa5715c6 fix generating extra imports in local compilation mode when cycle is introduced (#53543)
6c8b09468a fix highlight the unresolved element in the @​Component.styles array for the error LOCAL_COMPILATION_UNRESOLVED_CONST (#54230)
0970129e20 fix show proper error for custom decorators in local compilation mode (#53983)
f39cb06418 fix show specific error for unresolved @​Directive.exportAs in local compilation mode (#54230)
f3851b5945 fix show specific error for unresolved @​HostBinding's argument in local compilation mode (#54230)
39ddd884e8 fix show specific error for unresolved @​HostListener's event name in local compilation mode (#54230)
5d633240fd fix show the correct message for the error LOCAL_COMPILATION_UNRESOLVED_CONST when an unresolved symbol used for @​Component.styles (#54230)
58b8a232d6 fix support jumping to definitions of signal-based inputs (#54053)

core

Commit Type Description
702ab28b4c feat add support for model inputs (#54252)
e95ef2cbc6 feat expose queries as signals (#54283)
656bc282e3 fix add toString implementation to signals (#54002)
62b87b4551 fix do not crash for signal query that does not have any matches (#54353)
4b96f370ee fix expose model signal subcribe for type checking purposes (#54357)
744cb1e561 fix return the same children query results if there are no changes (#54392)
6d00115bf4 fix show placeholder block on the server with immediate trigger (#54394)

http

... (truncated)

Commits
  • bbbe477 refactor: migrate animations to prettier formatting (#53977)
  • 5ae85e4 refactor(core): node removal notifies scheduler only when animations are enab...
  • 91f250d build: configure cross-pkg resolution for api extraction (#52499)
  • c4de4e1 refactor(docs-infra): build adev application using local generated assets (#5...
  • d7e7409 refactor(animations): drop convertToMap & copyStyles and use native funct...
  • d28ce0a refactor(animations): use a spread operator instead of custom copyObj (#52441)
  • 6a347d3 refactor(animations): use a spread operator to convert an iterable to an arra...
  • 635c3b4 refactor(animations): use existing helper methods. (#52441)
  • 5ee11a7 fix(animations): prevent the AsyncAnimationRenderer from calling the delegate...
  • a02a745 fix(animations): remove finish listener once player is destroyed (#51136)
  • Additional commits viewable in compare view

Updates @angular/common from 17.0.8 to 17.2.1

Release notes

Sourced from @​angular/common's releases.

v17.2.1

17.2.1 (2024-02-14)

compiler-cli

Commit Description
fix - 7234824228 fix broken version detection condition (#54443)

v17.2.0

17.2.0 (2024-02-14)

common

Commit Description
feat - 03c3b3eb79 add Netlify image loader (#54311)
feat - f5c520b836 add placeholder to NgOptimizedImage (#53783)

compiler

Commit Description
feat - 47e6e84101 Add a TSConfig option useTemplatePipeline (#54057)
feat - 66e940aebf scope selectors in @​starting-style (#53943)
fix - 7b4d275f49 Fix the template pipeline option (#54148)

compiler-cli

Commit Description
feat - 7e861c640e generate extra imports for component local dependencies in local mode (#53543)
feat - 3263df23f2 generate global imports in local compilation mode (#53543)
feat - b774e22d8e make it configurable to generate alias reexports (#53937)
feat - 3e1384048e support host directives for local compilation mode (#53877)
fix - a592904c69 allow custom/duplicate decorators for @Injectable classes in local compilation mode (#54139)
fix - 4b1d948b36 consider the case of duplicate Angular decorators in local compilation diagnostics (#54139)
fix - 96bcf4fb12 forbid custom/duplicate decorator when option forbidOrphanComponents is set (#54139)
fix - 64fa5715c6 generating extra imports in local compilation mode when cycle is introduced (#53543)
fix - 6c8b09468a highlight the unresolved element in the @​Component.styles array for the error LOCAL_COMPILATION_UNRESOLVED_CONST (#54230)
fix - 0970129e20 show proper error for custom decorators in local compilation mode (#53983)
fix - f39cb06418 show specific error for unresolved @​Directive.exportAs in local compilation mode (#54230)
fix - f3851b5945 show specific error for unresolved @​HostBinding's argument in local compilation mode (#54230)
fix - 39ddd884e8 show specific error for unresolved @​HostListener's event name in local compilation mode (#54230)
fix - 5d633240fd show the correct message for the error LOCAL_COMPILATION_UNRESOLVED_CONST when an unresolved symbol used for @​Component.styles (#54230)
fix - 58b8a232d6 support jumping to definitions of signal-based inputs (#54053)

core

Commit Description
feat - 702ab28b4c add support for model inputs (#54252)
feat - e95ef2cbc6 expose queries as signals (#54283)
fix - 656bc282e3 add toString implementation to signals (#54002)
fix - 62b87b4551 do not crash for signal query that does not have any matches (#54353)
fix - 4b96f370ee expose model signal subcribe for type checking purposes (#54357)
fix - 744cb1e561 return the same children query results if there are no changes (#54392)
fix - 6d00115bf4 show placeholder block on the server with immediate trigger (#54394)

... (truncated)

Changelog

Sourced from @​angular/common's changelog.

17.2.1 (2024-02-14)

compiler-cli

Commit Type Description
7234824228 fix fix broken version detection condition (#54443)

17.2.0 (2024-02-14)

common

Commit Type Description
03c3b3eb79 feat add Netlify image loader (#54311)
f5c520b836 feat add placeholder to NgOptimizedImage (#53783)

compiler

Commit Type Description
47e6e84101 feat Add a TSConfig option useTemplatePipeline (#54057)
66e940aebf feat scope selectors in @​starting-style (#53943)
7b4d275f49 fix Fix the template pipeline option (#54148)

compiler-cli

Commit Type Description
7e861c640e feat generate extra imports for component local dependencies in local mode (#53543)
3263df23f2 feat generate global imports in local compilation mode (#53543)
b774e22d8e feat make it configurable to generate alias reexports (#53937)
3e1384048e feat support host directives for local compilation mode (#53877)
a592904c69 fix allow custom/duplicate decorators for @Injectable classes in local compilation mode (#54139)
4b1d948b36 fix consider the case of duplicate Angular decorators in local compilation diagnostics (#54139)
96bcf4fb12 fix forbid custom/duplicate decorator when option forbidOrphanComponents is set (#54139)
64fa5715c6 fix generating extra imports in local compilation mode when cycle is introduced (#53543)
6c8b09468a fix highlight the unresolved element in the @​Component.styles array for the error LOCAL_COMPILATION_UNRESOLVED_CONST (#54230)
0970129e20 fix show proper error for custom decorators in local compilation mode (#53983)
f39cb06418 fix show specific error for unresolved @​Directive.exportAs in local compilation mode (#54230)
f3851b5945 fix show specific error for unresolved @​HostBinding's argument in local compilation mode (#54230)
39ddd884e8 fix show specific error for unresolved @​HostListener's event name in local compilation mode (#54230)
5d633240fd fix show the correct message for the error LOCAL_COMPILATION_UNRESOLVED_CONST when an unresolved symbol used for @​Component.styles (#54230)
58b8a232d6 fix support jumping to definitions of signal-based inputs (#54053)

core

Commit Type Description
702ab28b4c feat add support for model inputs (#54252)
e95ef2cbc6 feat expose queries as signals (#54283)
656bc282e3 fix add toString implementation to signals (#54002)
62b87b4551 fix do not crash for signal query that does not have any matches (#54353)
4b96f370ee fix expose model signal subcribe for type checking purposes (#54357)
744cb1e561 fix return the same children query results if there are no changes (#54392)
6d00115bf4 fix show placeholder block on the server with immediate trigger (#54394)

http

... (truncated)

Commits
  • 1c53625 fix(http): Use string body to generate transfer cache key. (#54379)
  • 03c3b3e feat(common): add Netlify image loader (#54311)
  • 122213d fix(common): The date pipe should return ISO format for week and week-year as...
  • 4a44f73 docs: Update docs about equality. (#54158)
  • 0460a9d refactor: migrate common to prettier formatting (#54150)
  • f3567bb refactor(common): simplify i18n plural and select pipe metadata (#53939)
  • 3c881ac refactor(common): simplify date pipe metadata (#53939)
  • 15c4811 refactor(router): Update integration tests to cover navigation and history AP...
  • f5c520b feat(common): add placeholder to NgOptimizedImage (#53783)
  • 7800a3c refactor(core): remove InjectionToken descriptions in optimized builds. (#5...
  • Additional commits viewable in compare view

Updates @angular/compiler from 17.0.8 to 17.2.1

Release notes

Sourced from @​angular/compiler's releases.

v17.2.1

17.2.1 (2024-02-14)

compiler-cli

Commit Description
fix - 7234824228 fix broken version detection condition (#54443)

v17.2.0

17.2.0 (2024-02-14)

common

Commit Description
feat - 03c3b3eb79 add Netlify image loader (#54311)
feat - f5c520b836 add placeholder to NgOptimizedImage (#53783)

compiler

Commit Description
feat - 47e6e84101 Add a TSConfig option useTemplatePipeline (#54057)
feat - 66e940aebf scope selectors in @​starting-style (#53943)
fix - 7b4d275f49 Fix the template pipeline option (#54148)

compiler-cli

Commit Description
feat - 7e861c640e generate extra imports for component local dependencies in local mode (#53543)
feat - 3263df23f2 generate global imports in local compilation mode (#53543)
feat - b774e22d8e make it configurable to generate alias reexports (#53937)
feat - 3e1384048e support host directives for local compilation mode (#53877)
fix - a592904c69 allow custom/duplicate decorators for @Injectable classes in local compilation mode (#54139)
fix - 4b1d948b36 consider the case of duplicate Angular decorators in local compilation diagnostics (#54139)
fix - 96bcf4fb12 forbid custom/duplicate decorator when option forbidOrphanComponents is set (#54139)
fix - 64fa5715c6 generating extra imports in local compilation mode when cycle is introduced (#53543)
fix - 6c8b09468a highlight the unresolved element in the @​Component.styles array for the error LOCAL_COMPILATION_UNRESOLVED_CONST (#54230)
fix - 0970129e20 show proper error for custom decorators in local compilation mode (#53983)
fix - f39cb06418 show specific error for unresolved @​Directive.exportAs in local compilation mode (#54230)
fix - f3851b5945 show specific error for unresolved @​HostBinding's argument in local compilation mode (#54230)
fix - 39ddd884e8 show specific error for unresolved @​HostListener's event name in local compilation mode (#54230)
fix - 5d633240fd show the correct message for the error LOCAL_COMPILATION_UNRESOLVED_CONST when an unresolved symbol used for @​Component.styles (#54230)
fix - 58b8a232d6 support jumping to definitions of signal-based inputs (#54053)

core

Commit Description
feat - 702ab28b4c add support for model inputs (#54252)
feat - e95ef2cbc6 expose queries as signals (#54283)
fix - 656bc282e3 add toString implementation to signals (#54002)
fix - 62b87b4551 do not crash for signal query that does not have any matches (#54353)
fix - 4b96f370ee expose model signal subcribe for type checking purposes (#54357)
fix - 744cb1e561 return the same children query results if there are no changes (#54392)
fix - 6d00115bf4 show placeholder block on the server with immediate trigger (#54394)

... (truncated)

Changelog

Sourced from @​angular/compiler's changelog.

17.2.1 (2024-02-14)

compiler-cli

Commit Type Description
7234824228 fix fix broken version detection condition (#54443)

17.2.0 (2024-02-14)

common

Commit Type Description
03c3b3eb79 feat add Netlify image loader (#54311)
f5c520b836 feat add placeholder to NgOptimizedImage (#53783)

compiler

Commit Type Description
47e6e84101 feat Add a TSConfig option useTemplatePipeline (#54057)
66e940aebf feat scope selectors in @​starting-style (#53943)
7b4d275f49 fix Fix the template pipeline option (#54148)

compiler-cli

Commit Type Description
7e861c640e feat generate extra imports for component local dependencies in local mode (#53543)
3263df23f2 feat generate global imports in local compilation mode (#53543)
b774e22d8e feat make it configurable to generate alias reexports (#53937)
3e1384048e feat support host directives for local...

Description has been truncated

Bumps the angular group in /examples/my-ngsw-app with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `17.0.8` | `17.2.1` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `17.0.8` | `17.2.1` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `17.0.8` | `17.2.1` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `17.0.8` | `17.2.1` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `17.0.8` | `17.2.1` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `17.0.8` | `17.2.1` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `17.0.8` | `17.2.1` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `17.0.8` | `17.2.1` |
| [@angular/service-worker](https://github.com/angular/angular/tree/HEAD/packages/service-worker) | `17.0.8` | `17.2.1` |
| [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | `17.0.9` | `17.2.0` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `17.0.8` | `17.2.1` |

Updates `@angular/animations` from 17.0.8 to 17.2.1
- [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.2.1/packages/animations)

Updates `@angular/common` from 17.0.8 to 17.2.1
- [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.2.1/packages/common)

Updates `@angular/compiler` from 17.0.8 to 17.2.1
- [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.2.1/packages/compiler)

Updates `@angular/core` from 17.0.8 to 17.2.1
- [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.2.1/packages/core)

Updates `@angular/forms` from 17.0.8 to 17.2.1
- [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.2.1/packages/forms)

Updates `@angular/platform-browser` from 17.0.8 to 17.2.1
- [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.2.1/packages/platform-browser)

Updates `@angular/platform-browser-dynamic` from 17.0.8 to 17.2.1
- [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.2.1/packages/platform-browser-dynamic)

Updates `@angular/router` from 17.0.8 to 17.2.1
- [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.2.1/packages/router)

Updates `@angular/service-worker` from 17.0.8 to 17.2.1
- [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.2.1/packages/service-worker)

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

Updates `@angular/compiler-cli` from 17.0.8 to 17.2.1
- [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.2.1/packages/compiler-cli)

---
updated-dependencies:
- dependency-name: "@angular/animations"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: angular
- dependency-name: "@angular/common"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: angular
- dependency-name: "@angular/compiler"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: angular
- dependency-name: "@angular/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: angular
- dependency-name: "@angular/forms"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: angular
- dependency-name: "@angular/platform-browser"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: angular
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: angular
- dependency-name: "@angular/router"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: angular
- dependency-name: "@angular/service-worker"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: angular
- dependency-name: "@angular-devkit/build-angular"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: angular
- dependency-name: "@angular/compiler-cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: angular
...

Signed-off-by: dependabot[bot] <[email protected]>
@vscaiceanu-1a vscaiceanu-1a force-pushed the dependabot/npm_and_yarn/examples/my-ngsw-app/angular-9fa68f1c13 branch from a612d26 to f8e884b Compare February 22, 2024 09:25
@vscaiceanu-1a vscaiceanu-1a merged commit 86a9c52 into master Feb 22, 2024
2 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/examples/my-ngsw-app/angular-9fa68f1c13 branch February 22, 2024 09:32
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant