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

Update Font Awesome #106

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update Font Awesome #106

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 12, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@fortawesome/angular-fontawesome ^0.13.0 -> ^0.15.0 age adoption passing confidence
@fortawesome/fontawesome-svg-core (source) 6.5.1 -> 6.7.2 age adoption passing confidence
@fortawesome/free-brands-svg-icons (source) 6.5.1 -> 6.7.2 age adoption passing confidence
@fortawesome/free-regular-svg-icons (source) 6.5.1 -> 6.7.2 age adoption passing confidence
@fortawesome/free-solid-svg-icons (source) 6.5.1 -> 6.7.2 age adoption passing confidence

Release Notes

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

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.

v0.14.1

Compare Source

Fixed
  • Removed import from @fortawesome/fontawesome-common-types, which was an undeclared dependency.

v0.14.0

Compare Source

Added
  • Support for Angular 17.
  • Possibility to use all components as standalone.
Changed
  • Examples to use standalone components instead of modules.
Removed
  • Angular 16.x is no longer supported. If you are using this version, please, stick with version 0.13.0.
FortAwesome/Font-Awesome (@​fortawesome/fontawesome-svg-core)

v6.7.2: Releast 6.7.1

Compare Source

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

v6.7.1

Compare Source

v6.7.0

Compare Source

v6.6.0

Compare Source

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

v6.5.2

Compare Source

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


Configuration

📅 Schedule: 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
Copy link
Contributor Author

renovate bot commented Jul 12, 2023

⚠ 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 ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: [email protected]
npm ERR! Found: @angular/[email protected]
npm ERR! node_modules/@angular/core
npm ERR!   @angular/core@"^16.2.12" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer @angular/core@"^17.0.0" from @fortawesome/[email protected]
npm ERR! node_modules/@fortawesome/angular-fontawesome
npm ERR!   @fortawesome/angular-fontawesome@"^0.14.0" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! 
npm ERR! For a full report see:
npm ERR! /tmp/renovate/cache/others/npm/_logs/2024-04-25T11_45_00_906Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-04-25T11_45_00_906Z-debug-0.log

@renovate renovate bot changed the title Update dependency @fortawesome/angular-fontawesome to ^0.13.0 Update Font Awesome Aug 2, 2023
@renovate renovate bot force-pushed the renovate/font-awesome branch from 7870793 to b5b2386 Compare August 2, 2023 21:46
@renovate renovate bot changed the title Update Font Awesome Update dependency @fortawesome/angular-fontawesome to ^0.13.0 Aug 6, 2023
@renovate renovate bot force-pushed the renovate/font-awesome branch from b5b2386 to c552fd4 Compare November 8, 2023 22:00
@renovate renovate bot changed the title Update dependency @fortawesome/angular-fontawesome to ^0.13.0 Update dependency @fortawesome/angular-fontawesome to ^0.14.0 Nov 8, 2023
@renovate renovate bot force-pushed the renovate/font-awesome branch from c552fd4 to 9874360 Compare November 28, 2023 18:16
@renovate renovate bot changed the title Update dependency @fortawesome/angular-fontawesome to ^0.14.0 Update Font Awesome Nov 28, 2023
@renovate renovate bot force-pushed the renovate/font-awesome branch from 9874360 to de1b6a0 Compare January 2, 2024 13:34
@renovate renovate bot changed the title Update Font Awesome Update dependency @fortawesome/angular-fontawesome to ^0.14.0 Jan 2, 2024
@renovate renovate bot force-pushed the renovate/font-awesome branch from de1b6a0 to 380d305 Compare April 2, 2024 18:39
@renovate renovate bot changed the title Update dependency @fortawesome/angular-fontawesome to ^0.14.0 Update Font Awesome Apr 2, 2024
@renovate renovate bot force-pushed the renovate/font-awesome branch from 380d305 to f9735b1 Compare May 23, 2024 19:19
Copy link
Contributor Author

renovate bot commented May 23, 2024

⚠️ 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 cli npm v11.0.0 does not support Node.js v20.10.0. This version of npm supports the following node versions: `^20.17.0 || >=22.9.0`. You can find the latest version at https://nodejs.org/.
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: [email protected]
npm error Found: @angular/[email protected]
npm error node_modules/@angular/core
npm error   @angular/core@"^16.2.12" from the root project
npm error
npm error Could not resolve dependency:
npm error peer @angular/core@"^18.0.0" from @fortawesome/[email protected]
npm error node_modules/@fortawesome/angular-fontawesome
npm error   @fortawesome/angular-fontawesome@"^0.15.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /tmp/renovate/cache/others/npm/_logs/2024-12-16T23_17_00_219Z-eresolve-report.txt
npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-12-16T23_17_00_219Z-debug-0.log

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