hey-api / openapi-ts

✨ Turn your OpenAPI specification into a beautiful TypeScript client
https://heyapi.vercel.app
MIT License
635 stars 44 forks source link

chore(deps-dev): bump the angular-deps group across 1 directory with 11 updates #704

Open dependabot[bot] opened 1 week ago

dependabot[bot] commented 1 week ago

Bumps the angular-deps group with 11 updates in the / directory:

Package From To
@angular-devkit/build-angular 17.3.7 18.0.5
@angular/animations 17.3.9 18.0.4
@angular/cli 17.3.7 18.0.5
@angular/common 17.3.9 18.0.4
@angular/compiler 17.3.9 18.0.4
@angular/compiler-cli 17.3.9 18.0.4
@angular/core 17.3.9 18.0.4
@angular/forms 17.3.9 18.0.4
@angular/platform-browser 17.3.9 18.0.4
@angular/platform-browser-dynamic 17.3.9 18.0.4
@angular/router 17.3.9 18.0.4

Updates @angular-devkit/build-angular from 17.3.7 to 18.0.5

Release notes

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

v18.0.5

18.0.5 (2024-06-20)

@​schematics/angular

Commit Description
fix - 5c705e800 update schematics to use RouterModule when --routing flag is present

@​angular-devkit/build-angular

Commit Description
fix - 86e031dc7 use istanbul-lib-instrument directly for karma code coverage

@​angular/build

Commit Description
fix - bdd168f37 add CSP nonce to script with src tags
fix - 405c14809 automatically resolve .mjs files when using Vite
fix - 7360a346e use Node.js available parallelism for default worker count

v18.0.4

18.0.4 (2024-06-13)

@​angular/build

Commit Description
fix - 791ef809d do not reference sourcemaps in web workers and global stylesheet bundles when hidden setting is enabled
fix - 20fc6ca05 generate module preloads next to script elements in index HTML
fix - 3a1bf5c8a Initiate PostCSS only once
fix - 78c611754 issue warning when auto adding @angular/localize/init

v18.0.3

18.0.3 (2024-06-05)

@​angular/cli

Commit Description
fix - b709d2a24 add schema.json options to parsed command, also when a version is passed to ng add <package>@<version>

@​angular/build

Commit Description
fix - 43a2a7d13 avoid escaping rebased Sass URL values
fix - 9acb5c7ca disable JS transformer persistent cache on web containers
fix - 346df4909 improve Sass rebaser ident token detection
fix - 6526a5f59 watch all related files during a Sass error

v18.0.2

18.0.2 (2024-05-29)

@​schematics/angular

Commit Description

... (truncated)

Changelog

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

18.0.5 (2024-06-20)

@​schematics/angular

Commit Type Description
5c705e800 fix update schematics to use RouterModule when --routing flag is present

@​angular-devkit/build-angular

Commit Type Description
86e031dc7 fix use istanbul-lib-instrument directly for karma code coverage

@​angular/build

Commit Type Description
bdd168f37 fix add CSP nonce to script with src tags
405c14809 fix automatically resolve .mjs files when using Vite
7360a346e fix use Node.js available parallelism for default worker count

18.1.0-next.2 (2024-06-13)

@​angular/cli

Commit Type Description
6d266c146 fix add fallbacks for migration package resolution

@​angular/build

Commit Type Description
4ff914a16 fix allow additional module preloads up to limit
8c379269e fix do not reference sourcemaps in web workers and global stylesheet bundles when hidden setting is enabled
461e78f3e fix generate module preloads next to script elements in index HTML
f102f815e fix Initiate PostCSS only once
fbc6eb322 fix issue warning when auto adding @angular/localize/init

18.0.4 (2024-06-13)

... (truncated)

Commits
  • e6ec5a4 release: cut the v18.0.5 release
  • 7360a34 fix(@​angular/build): use Node.js available parallelism for default worker count
  • 86e031d fix(@​angular-devkit/build-angular): use istanbul-lib-instrument directly for ...
  • bdd168f fix(@​angular/build): add CSP nonce to script with src tags
  • a0f7d15 ci: remove ci testing push trigger
  • 5c705e8 fix(@​schematics/angular): update schematics to use RouterModule when --routin...
  • 405c148 fix(@​angular/build): automatically resolve .mjs files when using Vite
  • df783bb release: cut the v18.0.4 release
  • 791ef80 fix(@​angular/build): do not reference sourcemaps in web workers and global st...
  • f1414a1 test: re-enable WTR test
  • Additional commits viewable in compare view


Updates @angular/animations from 17.3.9 to 18.0.4

Release notes

Sourced from @​angular/animations's releases.

v18.0.4

18.0.4 (2024-06-20)

compiler-cli

Commit Description
fix - ec0d1bf6f3 insert constant statements after the first group of imports (#56431)

core

Commit Description
fix - 83ffa94783 do not activate event replay when no events are registered (#56509)

router

Commit Description
fix - 5578681da2 Delay the view transition to ensure renders in microtasks complete (#56494)

v18.0.3

18.0.3 (2024-06-12)

benchpress

Commit Description
fix - ebf00aa0659 adjust supported browser names for headless chrome (#56360)

core

Commit Description
fix - dbd0fa00f8c async EventEmitter should contribute to app stability (#56308)
fix - 625ca3e2b3f signals should be tracked when embeddedViewRef.detectChanges is called (#55719)

localize

Commit Description
fix - d6dd3dbdb09 add @angular/localize/init as polyfill in angular.json (#56300)

migrations

Commit Description
fix - c07e1b33569 resolve error in standalone migration (#56302)

v18.0.2

18.0.2 (2024-06-05)

core

Commit Description
fix - 78cf9bfc0e Do not migrate HttpClientModule imports on components. (#56067)
fix - 616cdef474 don't coerce all producers to consumers on liveness change (#56140)
fix - 2a440e1064 Fix shouldPreventDefaultBeforeDispatching bug (#56188)
fix - 290a47d842 handle missing withI18nSupport() call for components that use i18n blocks (#56175)

migrations

Commit Description

... (truncated)

Changelog

Sourced from @​angular/animations's changelog.

18.0.4 (2024-06-20)

compiler-cli

Commit Type Description
ec0d1bf6f3 fix insert constant statements after the first group of imports (#56431)

core

Commit Type Description
83ffa94783 fix do not activate event replay when no events are registered (#56509)

router

Commit Type Description
5578681da2 fix Delay the view transition to ensure renders in microtasks complete (#56494)

18.1.0-next.2 (2024-06-12)

benchpress

Commit Type Description
31d9fa40bdb fix adjust supported browser names for headless chrome (#56360)

core

Commit Type Description
ea3c8020565 feat Add a schematic to migrate afterRender phase flag (#55648)
a655e464479 feat Redesign the afterRender & afterNextRender phases API (#55648)
38effcc63ee fix Add back phase flag option as a deprecated API (#55648)
d5c6ee432fc fix async EventEmitter should contribute to app stability (#56308)
4c7d5d8acd8 fix signals should be tracked when embeddedViewRef.detectChanges is called (#55719)

language-service

Commit Type Description
b400e2e4d4c feat autocompletion for the component not imported (#55595)

localize

Commit Type Description
81486c2f477 fix add @angular/localize/init as polyfill in angular.json (#56300)

migrations

Commit Type Description
96aa5c8a2c9 fix resolve error in standalone migration (#56302)

router

Commit Type Description
a13f5da7730 feat Allow UrlTree as an input to routerLink (#56265)

... (truncated)

Commits
  • cc6cd08 refactor(docs-infra): complete removal of aio directory (#56496)
  • a33d85d build: update Node.js to match Angular CLI engines (#56187)
  • 0b6018b build: update to latest dev infra code (#56128)
  • 122478c refactor(core): Ensure animations are flushed before running render hooks (#5...
  • a80fa8d refactor(core): Omit listeners from out-of-zone scheduling when using ZoneJS ...
  • e3d5607 Revert "refactor(core): Ensure DOM removal happens when no app views need ref...
  • 28905ab Revert "refactor(animations): Ensure async animations applies changes when lo...
  • 9ab36cf refactor(animations): Ensure async animations applies changes when loaded in ...
  • a07ea06 refactor(core): Ensure DOM removal happens when no app views need refresh (#5...
  • bcce85a refactor(animations): remove deprecated matchesElement from `AnimationDrive...
  • Additional commits viewable in compare view


Updates @angular/cli from 17.3.7 to 18.0.5

Release notes

Sourced from @​angular/cli's releases.

v18.0.5

18.0.5 (2024-06-20)

@​schematics/angular

Commit Description
fix - 5c705e800 update schematics to use RouterModule when --routing flag is present

@​angular-devkit/build-angular

Commit Description
fix - 86e031dc7 use istanbul-lib-instrument directly for karma code coverage

@​angular/build

Commit Description
fix - bdd168f37 add CSP nonce to script with src tags
fix - 405c14809 automatically resolve .mjs files when using Vite
fix - 7360a346e use Node.js available parallelism for default worker count

v18.0.4

18.0.4 (2024-06-13)

@​angular/build

Commit Description
fix - 791ef809d do not reference sourcemaps in web workers and global stylesheet bundles when hidden setting is enabled
fix - 20fc6ca05 generate module preloads next to script elements in index HTML
fix - 3a1bf5c8a Initiate PostCSS only once
fix - 78c611754 issue warning when auto adding @angular/localize/init

v18.0.3

18.0.3 (2024-06-05)

@​angular/cli

Commit Description
fix - b709d2a24 add schema.json options to parsed command, also when a version is passed to ng add <package>@<version>

@​angular/build

Commit Description
fix - 43a2a7d13 avoid escaping rebased Sass URL values
fix - 9acb5c7ca disable JS transformer persistent cache on web containers
fix - 346df4909 improve Sass rebaser ident token detection
fix - 6526a5f59 watch all related files during a Sass error

v18.0.2

18.0.2 (2024-05-29)

@​schematics/angular

Commit Description

... (truncated)

Changelog

Sourced from @​angular/cli's changelog.

18.0.5 (2024-06-20)

@​schematics/angular

Commit Type Description
5c705e800 fix update schematics to use RouterModule when --routing flag is present

@​angular-devkit/build-angular

Commit Type Description
86e031dc7 fix use istanbul-lib-instrument directly for karma code coverage

@​angular/build

Commit Type Description
bdd168f37 fix add CSP nonce to script with src tags
405c14809 fix automatically resolve .mjs files when using Vite
7360a346e fix use Node.js available parallelism for default worker count

18.1.0-next.2 (2024-06-13)

@​angular/cli

Commit Type Description
6d266c146 fix add fallbacks for migration package resolution

@​angular/build

Commit Type Description
4ff914a16 fix allow additional module preloads up to limit
8c379269e fix do not reference sourcemaps in web workers and global stylesheet bundles when hidden setting is enabled
461e78f3e fix generate module preloads next to script elements in index HTML
f102f815e fix Initiate PostCSS only once
fbc6eb322 fix issue warning when auto adding @angular/localize/init

18.0.4 (2024-06-13)

... (truncated)

Commits
  • e6ec5a4 release: cut the v18.0.5 release
  • 7360a34 fix(@​angular/build): use Node.js available parallelism for default worker count
  • 86e031d fix(@​angular-devkit/build-angular): use istanbul-lib-instrument directly for ...
  • bdd168f fix(@​angular/build): add CSP nonce to script with src tags
  • a0f7d15 ci: remove ci testing push trigger
  • 5c705e8 fix(@​schematics/angular): update schematics to use RouterModule when --routin...
  • 405c148 fix(@​angular/build): automatically resolve .mjs files when using Vite
  • df783bb release: cut the v18.0.4 release
  • 791ef80 fix(@​angular/build): do not reference sourcemaps in web workers and global st...
  • f1414a1 test: re-enable WTR test
  • Additional commits viewable in compare view


Updates @angular/common from 17.3.9 to 18.0.4

Release notes

Sourced from @​angular/common's releases.

v18.0.4

18.0.4 (2024-06-20)

compiler-cli

Commit Description
fix - ec0d1bf6f3 insert constant statements after the first group of imports (#56431)

core

Commit Description
fix - 83ffa94783 do not activate event replay when no events are registered (#56509)

router

Commit Description
fix - 5578681da2 Delay the view transition to ensure renders in microtasks complete (#56494)

v18.0.3

18.0.3 (2024-06-12)

benchpress

Commit Description
fix - ebf00aa0659 adjust supported browser names for headless chrome (#56360)

core

Commit Description
fix - dbd0fa00f8c async EventEmitter should contribute to app stability (#56308)
fix - 625ca3e2b3f signals should be tracked when embeddedViewRef.detectChanges is called (#55719)

localize

Commit Description
fix - d6dd3dbdb09 add @angular/localize/init as polyfill in angular.json (#56300)

migrations

Commit Description
fix - c07e1b33569 resolve error in standalone migration (#56302)

v18.0.2

18.0.2 (2024-06-05)

core

Commit Description
fix - 78cf9bfc0e Do not migrate HttpClientModule imports on components. (#56067)
fix - 616cdef474 don't coerce all producers to consumers on liveness change (#56140)
fix - 2a440e1064 Fix shouldPreventDefaultBeforeDispatching bug (#56188)
fix - 290a47d842 handle missing withI18nSupport() call for components that use i18n blocks (#56175)

migrations

Commit Description

... (truncated)

Changelog

Sourced from @​angular/common's changelog.

18.0.4 (2024-06-20)

compiler-cli

Commit Type Description
ec0d1bf6f3 fix insert constant statements after the first group of imports (#56431)

core

Commit Type Description
83ffa94783 fix do not activate event replay when no events are registered (#56509)

router

Commit Type Description
5578681da2 fix Delay the view transition to ensure renders in microtasks complete (#56494)

18.1.0-next.2 (2024-06-12)

benchpress

Commit Type Description
31d9fa40bdb fix adjust supported browser names for headless chrome (#56360)

core

Commit Type Description
ea3c8020565 feat Add a schematic to migrate afterRender phase flag (#55648)
a655e464479 feat Redesign the afterRender & afterNextRender phases API (#55648)
38effcc63ee fix Add back phase flag option as a deprecated API (#55648)
d5c6ee432fc fix async EventEmitter should contribute to app stability (#56308)
4c7d5d8acd8 fix signals should be tracked when embeddedViewRef.detectChanges is called (#55719)

language-service

Commit Type Description
b400e2e4d4c feat autocompletion for the component not imported (#55595)

localize

Commit Type Description
81486c2f477 fix add @angular/localize/init as polyfill in angular.json (#56300)

migrations

Commit Type Description
96aa5c8a2c9 fix resolve error in standalone migration (#56302)

router

Commit Type Description
a13f5da7730 feat Allow UrlTree as an input to routerLink (#56265)

... (truncated)

Commits
  • cc6cd08 refactor(docs-infra): complete removal of aio directory (#56496)
  • a33d85d build: update Node.js to match Angular CLI engines (#56187)
  • 0b6018b build: update to latest dev infra code (#56128)
  • d73a017 fix(core): link errors to ADEV (#55554)
  • 5052d4c docs(common): fix FormatWidth.Short description (#55821)
  • 6906ff0 refactor(core): clean up clang comments and workarounds (#55750)
  • d9b339f fix(http): resolve withRequestsMadeViaParent behavior with withFetch (#55...
  • 516e5b5 refactor(common): increment test coverage (#55532)
  • d34c033 refactor(common): Deprecate Local Data API functions (#54483)
  • f914f6a feat(migrations): Migration schematics for HttpClientModule (#54020)
  • Additional commits viewable in compare view


Updates @angular/compiler from 17.3.9 to 18.0.4

Release notes

Sourced from @​angular/compiler's releases.

v18.0.4

18.0.4 (2024-06-20)

compiler-cli

Commit Description
fix - ec0d1bf6f3 insert constant statements after the first group of imports (#56431)

core

Commit Description
fix - 83ffa94783 do not activate event replay when no events are registered (#56509)

router

Commit Description
fix - 5578681da2 Delay the view transition to ensure renders in microtasks complete (#56494)

v18.0.3

18.0.3 (2024-06-12)

benchpress

Commit Description
fix - ebf00aa0659 adjust supported browser names for headless chrome (#56360)

core

Commit Description
fix - dbd0fa00f8c async EventEmitter should contribute to app stability (#56308)
fix - 625ca3e2b3f signals should be tracked when embeddedViewRef.detectChanges is called (#55719)

localize

Commit Description
fix - d6dd3dbdb09 add @angular/localize/init as polyfill in angular.json (#56300)

migrations

Commit Description
fix - c07e1b33569 resolve error in standalone migration (#56302)

v18.0.2

18.0.2 (2024-06-05)

core

Commit Description
fix - 78cf9bfc0e Do not migrate HttpClientModule imports on components. (#56067)
fix - 616cdef474 don't coerce all producers to consumers on liveness change (#56140)
fix - 2a440e1064 Fix shouldPreventDefaultBeforeDispatching bug (#56188)
fix - 290a47d842 handle missing withI18nSupport() call for components that use i18n blocks (#56175)

migrations

Commit Description

... (truncated)

Changelog

Sourced from @​angular/compiler's changelog.

18.0.4 (2024-06-20)

compiler-cli

Commit Type Description
ec0d1bf6f3 fix insert constant statements after the first group of imports (#56431)

core

Commit Type Description
83ffa94783 fix do not activate event replay when no events are registered (#56509)

router

Commit Type Description
5578681da2 fix Delay the view transition to ensure renders in microtasks complete (#56494)

18.1.0-next.2 (2024-06-12)

benchpress

Commit Type Description
31d9fa40bdb fix adjust supported browser names for headless chrome (#56360)

core

Commit Type Description
ea3c8020565 feat Add a schematic to migrate afterRender phase flag (#55648)
a655e464479 feat Redesign the afterRender & afterNextRender phases API (#55648)
38effcc63ee fix Add back phase flag option as a deprecated API (#55648)
d5c6ee432fc fix async EventEmitter should contribute to app stability (#56308)
4c7d5d8acd8 fix signals should be tracked when embeddedViewRef.detectChanges is called (#55719)

language-service

Commit Type Description
b400e2e4d4c feat autocompletion for the component not imported (#55595)

localize

Commit Type Description
81486c2f477 fix add @angular/localize/init as polyfill in angular.json (#56300)

migrations

Commit Type Description
96aa5c8a2c9 fix resolve error in standalone migration (#56302)

router

Commit Type Description
a13f5da7730 feat Allow UrlTree as an input to routerLink (#56265)

... (truncated)

Commits
  • bc655bf refactor(compiler): integrate let declarations into the template pipeline (#5...
  • cc6cd08 refactor(docs-infra): complete removal of aio directory (#56496)
  • ef660d1 refactor(compiler): expose shorthand object metadata in expression AST (#56405)
vercel[bot] commented 1 week ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
hey-api-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 21, 2024 1:25am
stackblitz[bot] commented 1 week ago

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

changeset-bot[bot] commented 1 week ago

⚠️ No Changeset found

Latest commit: 9425be34f4b1badb38f827d1551bc59acbf9c52c

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

codecov[bot] commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 71.06%. Comparing base (c8e4902) to head (9425be3). Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #704 +/- ## ======================================= Coverage 71.06% 71.06% ======================================= Files 76 76 Lines 8034 8034 Branches 710 710 ======================================= Hits 5709 5709 Misses 2321 2321 Partials 4 4 ``` | [Flag](https://app.codecov.io/gh/hey-api/openapi-ts/pull/704/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=hey-api) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/hey-api/openapi-ts/pull/704/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=hey-api) | `71.06% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=hey-api#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.