Skip to content

Update Font Awesome (major) - #110

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/major-font-awesome
Open

Update Font Awesome (major)#110
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/major-font-awesome

Conversation

@renovate

@renovate renovate Bot commented Nov 21, 2024

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@fortawesome/angular-fontawesome ^0.14.1^5.0.0 age confidence
@fortawesome/fontawesome-svg-core (source) ^6.4.0^7.0.0 age confidence
@fortawesome/free-brands-svg-icons (source) ^6.4.0^7.0.0 age confidence
@fortawesome/free-regular-svg-icons (source) ^6.4.0^7.0.0 age confidence
@fortawesome/free-solid-svg-icons (source) ^6.4.0^7.0.0 age confidence

Release Notes

FortAwesome/angular-fontawesome (@​fortawesome/angular-fontawesome)

v5.1.0

Compare Source

Added

v5.0.0

Compare Source

Added
  • Support for Angular 22.
Fixed
  • undefined values appearing in CSS class names.
Removed
  • Angular 21.x is no longer supported. If you are using this version, please, stick with version 4.0.0.

v4.0.0

Compare Source

Added
  • Support for Angular 21.
Removed
  • Angular 20.x is no longer supported. If you are using this version, please, stick with version 3.0.0.

v3.0.0

Compare Source

The release should be backwards compatible with 2.x, but since we bump the major dependency on @fortawesome/fontawesome-svg-core to 7.0.0, it is a major release. Please open an issue if you find any incompatibilities.

Added
  • Support for Font Awesome 7.
Changed
  • Reverted the change from 2.0.0 making the icon property in fa-icon and fa-duotone-icon components required at compile-time.
  • Update documentation to use self-closing tags for fa-icon and fa-duotone-icon components.

v2.0.1

Compare Source

Fixed
  • Restored possibility to set inputs to undefined.

v2.0.0

Compare Source

Converted all library internal component implementation to use reactive Signal APIs.

Make sure to check upgrade instructions.

Added
  • Support for Angular 20.
  • Documentation on changes in Programmatic API.
  • Documentation for upgrading 1.0.0 to 2.0.0
  • Updated code to use signal APIs like signal, computed, effect, input, model.
  • Updated changeDetection: ChangeDetectionStrategy.OnPush 🚀 for all components.
Removed

v1.0.0

Compare Source

There are no major changes in this release. The version bump is to signal that the library is stable now and no major breaking changes are expected in the future.

Added
  • Support for Angular 19.
  • All available icon packages to the ng-add schematic.
  • Possibility to specify custom rotate value for fa-icon and fa-duotone-icon components.
Removed
  • Angular 18.x is no longer supported. If you are using this version, please, stick with version 0.15.0.

v0.15.0

Compare Source

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.
FortAwesome/Font-Awesome (@​fortawesome/fontawesome-svg-core)

v7.3.1

Compare Source

Change log available at https://fontawesome.com/docs/changelog/

v7.3.0

Compare Source

v7.2.0

Compare Source

Change log available at https://fontawesome.com/changelog

v7.1.0

Compare Source

Change log available at https://fontawesome.com/docs/changelog/

v7.0.1

Compare Source

Change log available at https://fontawesome.com/docs/changelog/

v7.0.0

Compare Source

Change log available at https://fontawesome.com/docs/changelog/

v6.7.2

Compare Source

Change log available at https://fontawesome.com/docs/changelog/

v6.7.1

Compare Source

Change log available at https://fontawesome.com/docs/changelog/

v6.7.0

Compare Source

Change log available at https://fontawesome.com/docs/changelog/

v6.6.0

Compare Source

Change log available at https://fontawesome.com/docs/changelog/


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate

renovate Bot commented Nov 21, 2024

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options.
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: MAGD-O-MAT@2.0.0
npm error Found: @angular/core@17.3.12
npm error node_modules/@angular/core
npm error   @angular/core@"^17.3.6" from the root project
npm error
npm error Could not resolve dependency:
npm error peer @angular/core@"^22.0.0" from @fortawesome/angular-fontawesome@5.1.0
npm error node_modules/@fortawesome/angular-fontawesome
npm error   @fortawesome/angular-fontawesome@"^5.0.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry this command with --force or --legacy-peer-deps to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2026-08-14T19_05_02_195Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-08-14T19_05_02_195Z-debug-0.log

@renovate
renovate Bot force-pushed the renovate/major-font-awesome branch from c887941 to 630817e Compare May 31, 2025 21:51
@renovate renovate Bot changed the title Update dependency @fortawesome/angular-fontawesome to v1 Update dependency @fortawesome/angular-fontawesome to v2 May 31, 2025
@renovate
renovate Bot force-pushed the renovate/major-font-awesome branch from 630817e to 037b636 Compare July 22, 2025 19:52
@renovate renovate Bot changed the title Update dependency @fortawesome/angular-fontawesome to v2 Update Font Awesome (major) Jul 22, 2025
@renovate
renovate Bot force-pushed the renovate/major-font-awesome branch from 037b636 to 2ef8864 Compare August 7, 2025 11:15
@renovate
renovate Bot force-pushed the renovate/major-font-awesome branch from 2ef8864 to c561e4b Compare November 25, 2025 01:57
@renovate
renovate Bot force-pushed the renovate/major-font-awesome branch from c561e4b to 52071a2 Compare June 5, 2026 21:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants