Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Update Font Awesome (minor) #101

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 25, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@fortawesome/angular-fontawesome 0.3.0 -> 0.14.0 age adoption passing confidence
@fortawesome/fontawesome-svg-core (source) 6.1.2 -> 6.5.1 age adoption passing confidence
@fortawesome/free-solid-svg-icons (source) 6.1.2 -> 6.5.1 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

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.

v0.13.0

Compare Source

Added
  • Support for Angular 16.
Removed
  • Angular 15.x is no longer supported. If you are using this version, please, stick with version 0.12.1.

v0.12.1

Compare Source

Added

v0.12.0

Compare Source

Make sure to check upgrade instructions.

Added
  • Support for Angular 15.
  • Documentation and option in ng-add schematic to use new Sharp Solid icons style.
Changed
  • Documentation on how to create fa-icon programmatically updated to not use deprecated ComponentFactoryResolver.
Deprecated
  • classes and styles inputs on all components are deprecated for removal as confusing and generally not useful. See upgrade instructions for the suggested migration path.
Removed
  • Angular 14.x is no longer supported. If you are using this version, please, stick with version 0.11.1.

v0.11.1

Compare Source

Fixed
  • Added a missing peer dependency on @angular/core.

v0.11.0

Compare Source

Added
  • Support for Angular 14.
Removed
  • Angular 13.x is no longer supported. If you are using this version, please, stick with version 0.10.2.

v0.10.2

Compare Source

Added
  • position input for fa-layers-counter component.
  • @fortawesome/fontawesome-svg-core@^6.1.0 as a valid peer dependency.
  • Possible to pick v5 or v6 to the ng-add schematic.

v0.10.1

Compare Source

Added
  • Official support for Font Awesome 6 Beta.
  • Support for icon aliases introduced in Font Awesome 6 Beta.

v0.10.0

Compare Source

Make sure to check upgrade instructions.

Added
  • Support for Angular 13.
  • Guides on more advanced use cases.
Changed
  • Approaches documentation has been improved.
Removed
  • Deprecated support for the global icon library.
  • Angular 12.x is no longer supported. If you are using this version, please, stick with version 0.9.0.

v0.9.0

Compare Source

Added
  • Support for Angular 12.
Removed
  • Angular 11.x is no longer supported. If you are using this version, please, stick with version 0.8.2.

v0.8.2

Compare Source

Fixed
  • Crash when running ng add in Angular CLI 11.1 project. (#​291)

v0.8.1

Compare Source

Fixed
  • Support fa-layers with content wrapped into ng-container. (#​283)
  • Warn about missing stackItemSize on fa-icon inside fa-stack instead of silently dropping elements. (#​177)

v0.8.0

Compare Source

Fixed
  • Fixed ng add crash if tslint is not installed.
Added
  • Support for Angular 11.
  • Documentation on how to use angular-fontawesome with Storybook.
Removed
  • Angular 10.x is no longer supported. If you are using this version, please, stick with version 0.7.0.

v0.7.0

Compare Source

Fixed
  • Make it possible to use fa-duotone-icon with custom duotone icons.
Added
  • Support for Angular 10.
Removed
  • Angular 9.x is no longer supported. If you are using this version, please, stick with version 0.6.1.

v0.6.1

Compare Source

Fixed
  • Fixed crash when running ng add schematic on a project using Angular 9.1 and TypeScript 3.7.

v0.6.0

Compare Source

Make sure to check upgrade instructions.

Added
Removed
  • Angular 8.x is no longer supported. If you are using this version, please, stick with version 0.5.0.

v0.5.0

Compare Source

Make sure to check upgrade instructions.

Added
  • Added fa-stack component to stack two icons together:

    <fa-stack>
      <fa-icon [icon]="faCircle" stackItemSize="2x"></fa-icon>
      <fa-icon [icon]="faFlag" [inverse]="true" stackItemSize="1x"></fa-icon>
    </fa-stack>
  • Added fa-duotone-icon component to work with duotone icons:

    <fa-duotone-icon [icon]="['fad', 'coffee']" primaryColor="red" secondaryColor="blue"></fa-duotone-icon>
  • Added an official method to update FaIconComponent and FaDuotoneIconComponent programmatically.

  • Added FaIconLibray class to replace deprecated global icon library from @fortawesome/fontawesome-svg-core package.

  • Added a11yRole input for fa-icon and fa-duotone-icon components to support customizing role attribute of the rendered SVG icon.

  • Added FaConfig class to globally configure angular-fontawesome.

  • Added a table in README.md to document compatibility with major Angular versions.

  • Added instructions on how to install library with NPM.

Changed
  • Restructured documentation to make it easier to navigate and extend.
  • Changed semantics of the FaIconComponent.icon property. It used to have type Icon - rendered icon object and is now changed into component input to specify icon definition with type IconProp.
Deprecated
  • FaIconComponent.iconProp is deprecated. Use FaIconComponent.icon instead.
  • Warning when FaIconComponent.icon is not set or specified icon definition is missing in the icon library is deprecated. It will throw a hard error in the next version.
  • FaIconComponent.listItem is deprecated. Use FaIconComponent.fixedWidth + custom CSS to render icons as list markers.
  • FaIconService is deprecated in favour of FaConfig.
Fixed
  • Fixed title-tooltip not being displayed in IE 11 in some cases.

v0.4.0

Compare Source

Added
  • Angular 8.x is added as a valid peer dependency.
  • Minor documentation updates and fixes.
  • LICENSE.md file to the repository.
Removed
  • Angular 6.x and Angular 7.x are no longer supported. If you are using these versions, please, stick with version 0.3.0.
FortAwesome/Font-Awesome (@​fortawesome/fontawesome-svg-core)

v6.5.1

Compare Source

v6.5.0

Compare Source

v6.4.2

Compare Source

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

v6.4.0

Compare Source

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

v6.3.0

Compare Source

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

v6.2.1

Compare Source

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

v6.2.0

Compare Source

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


Configuration

📅 Schedule: Branch creation - "before 8am on Saturday" in timezone Europe/Warsaw, 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title Update Font Awesome (minor) Update dependency @fortawesome/angular-fontawesome to v0.11.1 Jul 5, 2022
@sonarcloud
Copy link

sonarcloud bot commented Jul 5, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@renovate renovate bot changed the title Update dependency @fortawesome/angular-fontawesome to v0.11.1 Update Font Awesome (minor) Aug 30, 2022
@sonarcloud
Copy link

sonarcloud bot commented Aug 30, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@sonarcloud
Copy link

sonarcloud bot commented Nov 20, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@sonarcloud
Copy link

sonarcloud bot commented Feb 3, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@github-advanced-security
Copy link

You have successfully added a new SonarCloud configuration ``. As part of the setup process, we have scanned this repository and found no existing alerts. In the future, you will see all code scanning alerts on the repository Security tab.

@sonarcloud
Copy link

sonarcloud bot commented May 28, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@renovate
Copy link
Contributor Author

renovate bot commented Aug 2, 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 WARN old lockfile 
npm WARN old lockfile The package-lock.json file was created with an old version of npm,
npm WARN old lockfile so supplemental metadata must be fetched from the registry.
npm WARN old lockfile 
npm WARN old lockfile This is a one-time fix-up, please be patient...
npm WARN old lockfile 
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: nitro-carriers@0.0.0
npm ERR! Found: @angular/core@8.2.14
npm ERR! node_modules/@angular/core
npm ERR!   @angular/core@"8.2.14" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer @angular/core@"^17.0.0" from @fortawesome/angular-fontawesome@0.14.0
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/worker/1707e4/3feff3/cache/others/npm/_logs/2023-11-30T23_17_00_888Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /tmp/worker/1707e4/3feff3/cache/others/npm/_logs/2023-11-30T23_17_00_888Z-debug-0.log

@sonarcloud
Copy link

sonarcloud bot commented Aug 2, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

Copy link

sonarcloud bot commented Nov 30, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants