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 angular group across 1 directory with 5 updates #26321

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 31, 2024

Bumps the angular group with 5 updates in the /generators/angular/resources directory:

Package From To
@angular/common 17.3.9 18.0.1
@fortawesome/angular-fontawesome 0.14.1 0.15.0
ngx-cookie-service 17.1.0 18.0.0
ngx-infinite-scroll 17.0.0 18.0.0
@angular/cli 17.3.7 18.0.2

Updates @angular/common from 17.3.9 to 18.0.1

Release notes

Sourced from @​angular/common's releases.

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
fix - 4e6ea0e19c handle elements with local refs in event replay serialization logic (#56076)
fix - d73a0175cb link errors to ADEV (#55554)
fix - 985a215b10 typo in zoneless warning (#55974)

migrations

Commit Description
fix - ba85d08158 handle empty ngSwitchCase (#56105)

v18.0.0

18.0.0 (2024-05-22)

animations

Commit Description
refactor - bcce85af72 remove deprecated matchesElement from AnimationDriver (#55479)

common

Commit Description
refactor - d34c033902 Deprecate Local Data API functions (#54483)
refactor - 3b0de30b37 remove deprecated isPlatformWorkerApp and isPlatformWorkerUi API (#55302)

compiler

Commit Description
fix - 91b007e58f add math elements to schema (#55631)
fix - 33d0102304 allow comments between connected blocks (#55966)
fix - 7fc7f3f05f capture all control flow branches for content projection in if blocks (#54921)
fix - a369f43fbd capture switch block cases for content projection (#54921)
fix - eb625d3783 declare for loop aliases in addition to new name (#54942)
fix - f824911510 For FatalDiagnosticError, hide the message field without affecting the emit (#55160)
fix - a040fb720a maintain multiline CSS selectors during CSS scoping (#55509)
fix - 39624c6b12 output input flags as a literal (#55215)
fix - eba92cfa55 prevent usage of reserved control flow symbol in custom interpolation context. (#55809)
fix - 7d5bc1c628 remove container index from conditional instruction (#55190)
fix - 4eb0165750 remove support for unassignable expressions in two-way bindings (#55342)
fix - e1650e3b13 throw error if item name and context variables conflict (#55045)

compiler-cli

... (truncated)

Changelog

Sourced from @​angular/common's changelog.

18.0.1 (2024-05-29)

compiler

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

compiler-cli

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

core

Commit Type Description
4e6ea0e19c fix handle elements with local refs in event replay serialization logic (#56076)
d73a0175cb fix link errors to ADEV (#55554)
985a215b10 fix typo in zoneless warning (#55974)

migrations

Commit Type Description
ba85d08158 fix handle empty ngSwitchCase (#56105)

17.3.10 (2024-05-22)

18.0.0 (2024-05-22)

Blog post "Angular v18 is now available".

Breaking Changes

animations

  • Deprecated matchesElement method has been removed from AnimationDriver as it is unused.

common

  • The deprecated isPlatformWorkerUi and isPlatformWorkerApp have been removed without replacement, as they serve no purpose since the removal of the WebWorker platform.

compiler

  • Angular only supports writable expressions inside of two-way bindings.

compiler-cli

    • Angular no longer supports TypeScript versions older than 5.4.

core

  • OnPush views at the root of the application need to be marked dirty for their host bindings to refresh. Previously, the host bindings were refreshed for all root views without respecting the OnPush change detection strategy.
  • OnPush views at the root of the application need to be marked dirty for their host bindings to refresh. Previously, the host bindings were refreshed for all root views without respecting the OnPush change detection strategy.

... (truncated)

Commits
  • 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)
  • bac5ba3 refactor(http): remove direct usage of HttpStatusCode (#55434)
  • Additional commits viewable in compare view

Updates @fortawesome/angular-fontawesome from 0.14.1 to 0.15.0

Release notes

Sourced from @​fortawesome/angular-fontawesome's releases.

0.15.0

Make sure to check upgrade instructions.

Added

  • Support for Angular 18.
  • Documentation on how to use NPM Kit packages.
  • Documentation on how to correctly use fa-stack in standalone components.
  • Documentation on how to use custom icons.
  • FAQ page with considerations on whether to use this library.
  • Configuration option for the FontAwesomeTestingModule to not throw errors when adding icons.
  • Documentation on how to add global styles to the page.

Fixed

  • Documentation for the rotate input.
  • Global styles are now correctly added to the page in SSR context.

Changed

  • icon input type is now more permissive.
  • @fortawesome/fontawesome-svg-core became a regular dependency.

Removed

  • Angular 17.x is no longer supported. If you are using this version, please, stick with version 0.14.1.
  • Deprecated inputs spin and pulse. Use animation input instead.
  • Deprecated inputs styles and classes.
Changelog

Sourced from @​fortawesome/angular-fontawesome's changelog.

0.15.0 - 2024-05-23

Make sure to check upgrade instructions.

Added

  • Support for Angular 18.
  • Documentation on how to use NPM Kit packages.
  • Documentation on how to correctly use fa-stack in standalone components.
  • Documentation on how to use custom icons.
  • FAQ page with considerations on whether to use this library.
  • Configuration option for the FontAwesomeTestingModule to not throw errors when adding icons.
  • Documentation on how to add global styles to the page.

Fixed

  • Documentation for the rotate input.
  • Global styles are now correctly added to the page in SSR context.

Changed

  • icon input type is now more permissive.
  • @fortawesome/fontawesome-svg-core became a regular dependency.

Removed

  • Angular 17.x is no longer supported. If you are using this version, please, stick with version 0.14.1.
  • Deprecated inputs spin and pulse. Use animation input instead.
  • Deprecated inputs styles and classes.
Commits
  • 6e462b5 Release 0.15.0
  • 2a3a9e7 Update to Angular 18
  • 9342b5b Make @​fortawesome/fontawesome-svg-core a regular dependency
  • 5d26d6d Add global styles properly in the SSR context
  • 551ccb2 Remove unused property
  • 629da3f Add SSR to the demo project
  • 31ba979 Simplify testing configuration implementation
  • 14c4812 Feat: Allow Configuring the testing module to not throw errors when adding icons
  • dc9dcca Fix: Expose MockFaIconLibrary on the testing API
  • 6b8238a Test: Fix project setup to include tests in testing/ subdirectory
  • Additional commits viewable in compare view

Updates ngx-cookie-service from 17.1.0 to 18.0.0

Release notes

Sourced from ngx-cookie-service's releases.

18.0.0

What's Changed

Full Changelog: stevermeister/ngx-cookie-service@v17.1.0...v18.0.0

Commits

Updates ngx-infinite-scroll from 17.0.0 to 18.0.0

Commits

Updates @angular/cli from 17.3.7 to 18.0.2

Release notes

Sourced from @​angular/cli's releases.

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

Commit Description
fix - 01842f515 use angular.dev in readme

@​angular/build

Commit Description
fix - 7d253e9cd avoid rebasing URLs with function calls
fix - 6b6a76a99 disable persistent disk caching inside webcontainers by default
fix - ba70a50b6 handle esbuild-browser polyfills option as string during ng serve
fix - 706423aca only import persistent cache store with active caching

v18.0.0

18.0.0 (2024-05-22)

@​schematics/angular

Commit Description
feat - b2ac5fac7 allow application migration to use new build package in projects where possible
feat - 6530aa11b replace assets with public directory
feat - 725883713 use eventCoalescing option by default (standalone bootstrap)
feat - 508d97da7 use ngZoneEventCoalescing option by default (module bootstrap)
feat - f452589e2 use TypeScript bundler module resolution for new projects
fix - 95a4d6ee5 add less dependency in application migration if needed
fix - c46aa084f add postcss dependency in application migration if needed
fix - 157329384 add spaces around eventCoalescing option
fix - 23cc337aa keep deployUrl option when migrating to application builder

... (truncated)

Changelog

Sourced from @​angular/cli's changelog.

18.0.2 (2024-05-29)

@​schematics/angular

Commit Type Description
9967c04b8 fix check both application builder packages in SSR schematic
92b48ab14 fix set builders assets option correctly for new applications

@​angular/build

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

@​angular/pwa

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

18.0.1 (2024-05-23)

@​schematics/angular

Commit Type Description
01842f515 fix use angular.dev in readme

@​angular/build

Commit Type Description
7d253e9cd fix avoid rebasing URLs with function calls
6b6a76a99 fix disable persistent disk caching inside webcontainers by default
ba70a50b6 fix handle esbuild-browser polyfills option as string during ng serve
706423aca fix only import persistent cache store with active caching

18.0.0 (2024-05-22)

... (truncated)

Commits
  • a6a3c6e release: cut the v18.0.2 release
  • c4cf359 fix(@​angular/build): print Sass @warn location
  • acbffd2 fix(@​angular/pwa): set manifest icons location to match assets builder op...
  • 92b48ab fix(@​schematics/angular): set builders assets option correctly for new appl...
  • 3bb06c3 fix(@​angular/build): disable Worker wait loop for Sass compilations in web co...
  • de8d703 docs: update blog, analytics, hydration links aio->adev
  • e506a75 docs: update build guide links aio->adev
  • fcdb75c docs: update i18n, deploy links aio->dev
  • 422f032 docs: update browser support links aio->adev
  • f006a80 docs: update workspace config links aio->adev
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added skip-changelog Exclude pull requests from the release notes theme: angular theme: dependencies Pull requests that update a dependency file labels May 31, 2024
@mraible mraible mentioned this pull request May 31, 2024
6 tasks
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/generators/angular/resources/angular-9a19f4e828 branch 3 times, most recently from 3fe6595 to abed0b2 Compare June 5, 2024 03:47
Bumps the angular group with 5 updates in the /generators/angular/resources directory:

| Package | From | To |
| --- | --- | --- |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `17.3.9` | `18.0.1` |
| [@fortawesome/angular-fontawesome](https://github.com/FortAwesome/angular-fontawesome) | `0.14.1` | `0.15.0` |
| [ngx-cookie-service](https://github.com/stevermeister/ngx-cookie-service) | `17.1.0` | `18.0.0` |
| [ngx-infinite-scroll](https://github.com/orizens/ngx-infinite-scroll) | `17.0.0` | `18.0.0` |
| [@angular/cli](https://github.com/angular/angular-cli) | `17.3.7` | `18.0.2` |



Updates `@angular/common` from 17.3.9 to 18.0.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/18.0.1/packages/common)

Updates `@fortawesome/angular-fontawesome` from 0.14.1 to 0.15.0
- [Release notes](https://github.com/FortAwesome/angular-fontawesome/releases)
- [Changelog](https://github.com/FortAwesome/angular-fontawesome/blob/main/CHANGELOG.md)
- [Commits](FortAwesome/angular-fontawesome@0.14.1...0.15.0)

Updates `ngx-cookie-service` from 17.1.0 to 18.0.0
- [Release notes](https://github.com/stevermeister/ngx-cookie-service/releases)
- [Changelog](https://github.com/stevermeister/ngx-cookie-service/blob/master/CHANGELOG.md)
- [Commits](stevermeister/ngx-cookie-service@v17.1.0...v18.0.0)

Updates `ngx-infinite-scroll` from 17.0.0 to 18.0.0
- [Release notes](https://github.com/orizens/ngx-infinite-scroll/releases)
- [Commits](https://github.com/orizens/ngx-infinite-scroll/commits)

Updates `@angular/cli` from 17.3.7 to 18.0.2
- [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.3.7...18.0.2)

---
updated-dependencies:
- dependency-name: "@angular/common"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@fortawesome/angular-fontawesome"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: angular
- dependency-name: ngx-cookie-service
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: ngx-infinite-scroll
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/cli"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/generators/angular/resources/angular-9a19f4e828 branch from abed0b2 to 4b61ebd Compare June 5, 2024 04:13
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 6, 2024

Superseded by #26372.

@dependabot dependabot bot closed this Jun 6, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/generators/angular/resources/angular-9a19f4e828 branch June 6, 2024 03:17
@mraible mraible added this to the 8.6.0 milestone Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip-changelog Exclude pull requests from the release notes theme: angular theme: dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant