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

Closed dependabot[bot] closed 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.4
@angular/animations 17.3.9 18.0.3
@angular/cli 17.3.7 18.0.4
@angular/common 17.3.9 18.0.3
@angular/compiler 17.3.9 18.0.3
@angular/compiler-cli 17.3.9 18.0.3
@angular/core 17.3.9 18.0.3
@angular/forms 17.3.9 18.0.3
@angular/platform-browser 17.3.9 18.0.3
@angular/platform-browser-dynamic 17.3.9 18.0.3
@angular/router 17.3.9 18.0.3

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

Release notes

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

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
fix - 9967c04b8 check both application builder packages in SSR schematic
fix - 92b48ab14 set builders assets option correctly for new applications

@​angular/build

Commit Description
fix - 3bb06c37d disable Worker wait loop for Sass compilations in web containers
fix - c4cf35923 print Sass @warn location
fix - 352879804 support valid self-closing MathML tags in HTML index file
fix - 476f3084a support valid self-closing SVG tags in HTML index file

@​angular/pwa

Commit Description
fix - acbffd236 set manifest icons location to match assets builder option

v18.0.1

18.0.1 (2024-05-23)

@​schematics/angular

... (truncated)

Changelog

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

18.0.4 (2024-06-13)

@​angular/build

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

18.1.0-next.1 (2024-06-05)

@​angular/cli

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

@​schematics/angular

Commit Type Description
22e05dcb4 fix generate new projects with ECMAScript standard class field behavior

@​angular/build

Commit Type Description
687a6c7ec feat add --inspect option to the dev-server
86a07237e fix disable JS transformer persistent cache on web containers
a5fc020e6 fix watch all related files during a Sass error
dd94a831b perf enable dependency prebundling for server dependencies
3acb77683 perf use direct transpilation with isolated modules

18.0.3 (2024-06-05)

@​angular/cli

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

... (truncated)

Commits
  • 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
  • 9320b65 refactor: replace custom promise-based setTimeout with native Node.js setTimeout
  • 3a1bf5c fix(@​angular/build): Initiate PostCSS only once
  • 20fc6ca fix(@​angular/build): generate module preloads next to script elements in inde...
  • 78c6117 fix(@​angular/build): issue warning when auto adding @angular/localize/init
  • a21b582 refactor: address lint issues
  • 27cb531 refactor: format bazel build files
  • 5b78ff0 refactor(@​angular/cli): update aio links -> adev links
  • Additional commits viewable in compare view


Updates @angular/animations from 17.3.9 to 18.0.3

Release notes

Sourced from @​angular/animations's releases.

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
fix - b70b80ba55 do not generate aliased variables with the same name (#56154)

v18.0.1

18.0.1 (2024-05-29)

compiler

Commit Description
fix - 419ffa2026 optimize track function that only passes $index (#55872)

compiler-cli

Commit Description
fix - 4c7efc005a interpolatedSignalNotInvoked diagnostic for class, style, attribute and animation bindings (#55969)

core

Commit Description

... (truncated)

Changelog

Sourced from @​angular/animations's changelog.

18.0.3 (2024-06-12)

benchpress

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

core

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

localize

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

migrations

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

18.1.0-next.1 (2024-06-05)

compiler-cli

Commit Type Description
9e21582456 fix Show template syntax errors in local compilation modified (#55855)

core

Commit Type Description
8d75627ddd fix Do not migrate HttpClientModule imports on components. (#56067)
1081c8d623 fix don't coerce all producers to consumers on liveness change (#56140)
b6fb53cdc7 fix Fix shouldPreventDefaultBeforeDispatching bug (#56188)
31f3975e4b fix handle missing withI18nSupport() call for components that use i18n blocks (#56175)

migrations

Commit Type Description
75e811c18b fix do not generate aliased variables with the same name (#56154)

18.0.2 (2024-06-05)

core

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

... (truncated)

Commits
  • 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...
  • 457d02c docs: Use new Urls to drop the docs url mapper (#55043)
  • See full diff in compare view


Updates @angular/cli from 17.3.7 to 18.0.4

Release notes

Sourced from @​angular/cli's releases.

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
fix - 9967c04b8 check both application builder packages in SSR schematic
fix - 92b48ab14 set builders assets option correctly for new applications

@​angular/build

Commit Description
fix - 3bb06c37d disable Worker wait loop for Sass compilations in web containers
fix - c4cf35923 print Sass @warn location
fix - 352879804 support valid self-closing MathML tags in HTML index file
fix - 476f3084a support valid self-closing SVG tags in HTML index file

@​angular/pwa

Commit Description
fix - acbffd236 set manifest icons location to match assets builder option

v18.0.1

18.0.1 (2024-05-23)

@​schematics/angular

... (truncated)

Changelog

Sourced from @​angular/cli's changelog.

18.0.4 (2024-06-13)

@​angular/build

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

18.1.0-next.1 (2024-06-05)

@​angular/cli

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

@​schematics/angular

Commit Type Description
22e05dcb4 fix generate new projects with ECMAScript standard class field behavior

@​angular/build

Commit Type Description
687a6c7ec feat add --inspect option to the dev-server
86a07237e fix disable JS transformer persistent cache on web containers
a5fc020e6 fix watch all related files during a Sass error
dd94a831b perf enable dependency prebundling for server dependencies
3acb77683 perf use direct transpilation with isolated modules

18.0.3 (2024-06-05)

@​angular/cli

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

... (truncated)

Commits
  • 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
  • 9320b65 refactor: replace custom promise-based setTimeout with native Node.js setTimeout
  • 3a1bf5c fix(@​angular/build): Initiate PostCSS only once
  • 20fc6ca fix(@​angular/build): generate module preloads next to script elements in inde...
  • 78c6117 fix(@​angular/build): issue warning when auto adding @angular/localize/init
  • a21b582 refactor: address lint issues
  • 27cb531 refactor: format bazel build files
  • 5b78ff0 refactor(@​angular/cli): update aio links -> adev links
  • Additional commits viewable in compare view


Updates @angular/common from 17.3.9 to 18.0.3

Release notes

Sourced from @​angular/common's releases.

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
fix - b70b80ba55 do not generate aliased variables with the same name (#56154)

v18.0.1

18.0.1 (2024-05-29)

compiler

Commit Description
fix - 419ffa2026 optimize track function that only passes $index (#55872)

compiler-cli

Commit Description
fix - 4c7efc005a interpolatedSignalNotInvoked diagnostic for class, style, attribute and animation bindings (#55969)

core

Commit Description

... (truncated)

Changelog

Sourced from @​angular/common's changelog.

18.0.3 (2024-06-12)

benchpress

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

core

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

localize

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

migrations

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

18.1.0-next.1 (2024-06-05)

compiler-cli

Commit Type Description
9e21582456 fix Show template syntax errors in local compilation modified (#55855)

core

Commit Type Description
8d75627ddd fix Do not migrate HttpClientModule imports on components. (#56067)
1081c8d623 fix don't coerce all producers to consumers on liveness change (#56140)
b6fb53cdc7 fix Fix shouldPreventDefaultBeforeDispatching bug (#56188)
31f3975e4b fix handle missing withI18nSupport() call for components that use i18n blocks (#56175)

migrations

Commit Type Description
75e811c18b fix do not generate aliased variables with the same name (#56154)

18.0.2 (2024-06-05)

core

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

... (truncated)

Commits
  • 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)
  • ef665a4 refactor(http): Deprecate HttpClientModule & related modules (#54020)
  • Additional commits viewable in compare view


Updates @angular/compiler from 17.3.9 to 18.0.3

Release notes

Sourced from @​angular/compiler's releases.

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
fix - b70b80ba55 do not generate aliased variables with the same name (#56154)

v18.0.1

18.0.1 (2024-05-29)

compiler

Commit Description
fix - 419ffa2026 optimize track function that only passes $index (#55872)

compiler-cli

Commit Description
fix - 4c7efc005a interpolatedSignalNotInvoked diagnostic for class, style, attribute and animation bindings (#55969)

core

Commit Description

... (truncated)

Changelog

Sourced from @​angular/compiler's changelog.

18.0.3 (2024-06-12)

benchpress

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

core

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

localize

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

migrations

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

18.1.0-next.1 (2024-06-05)

compiler-cli

Commit Type Description
9e21582456 fix Show template syntax errors in local compilation modified (#55855)

core

Commit Type Description
8d75627ddd fix Do not migrate HttpClientModule imports on components. (#56067)
1081c8d623 fix don't coerce all producers to consumers on liveness change (#56140)
b6fb53cdc7 fix Fix shouldPreventDefaultBeforeDispatching bug (#56188)
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 17, 2024 3:52am
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: e8fb77cd4b1a2bc2ffe2e4439645d172d7a847a6

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.63%. Comparing base (4a2fb1f) to head (e8fb77c).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #687 +/- ## ======================================= Coverage 71.63% 71.63% ======================================= Files 76 76 Lines 7897 7897 Branches 696 696 ======================================= Hits 5657 5657 Misses 2237 2237 Partials 3 3 ``` | [Flag](https://app.codecov.io/gh/hey-api/openapi-ts/pull/687/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/687/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=hey-api) | `71.63% <ø> (ø)` | | 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.

dependabot[bot] commented 1 week ago

Dependabot can't parse your pnpm-lock.yaml. Because of this, Dependabot cannot update this pull request.

dependabot[bot] commented 1 week ago

Superseded by #704.