Skip to content

fix(deps): update font awesome (major) - #1380

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

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

Conversation

@renovate

@renovate renovate Bot commented Nov 17, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@fortawesome/fontawesome-svg-core (source) ^6.6.0^7.0.0 age confidence
@fortawesome/free-brands-svg-icons (source) ^6.6.0^7.0.0 age confidence
@fortawesome/free-regular-svg-icons (source) ^6.6.0^7.0.0 age confidence
@fortawesome/free-solid-svg-icons (source) ^6.6.0^7.0.0 age confidence
@fortawesome/react-fontawesome 0.2.63.5.0 age confidence

Release Notes

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/

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

v3.5.0

Compare Source

Features
Chores
  • deps: roll back commitlint to fix release notes generation (d5f3376)
  • fix missing changelog for 3.4.0 (e33cff5)

v3.4.0

Compare Source

Features
  • Support for new animations introduced in FontAwesome v7.3.0 (#​651)
Chores
  • deps: bump fast-uri from 3.1.0 to 3.1.2 (a193c11)
  • deps-dev: bump dev dependencies to use FA 7.3.0 (cc540d8)

v3.3.1

Compare Source

Chores
  • deps-dev: bump handlebars from 4.7.8 to 4.7.9 (f1d6d94)
  • deps-dev: bump lodash-es from 4.17.23 to 4.18.1 (212496a)
  • deps-dev: bump picomatch from 2.3.1 to 2.3.2 (557ceaf)
  • deps: bump lodash from 4.17.23 to 4.18.1 (2d06890)
  • deps: node 22.22.2, bump all dev dependencies (99ba500)

v3.3.0

Compare Source

Features
  • style: add support for custom gradient fills (d14cdc5)
  • style: use single prop for gradient fills, add unit tests (2282d16)
Chores
  • docs: add typedoc-generated API reference docs (5894156)
  • docs: clean up API docs output structure, rewrite html links (a7782b8)
  • docs: update README with FontAwesome documentation links (c540f90)
CI/CD
  • actions: fix publish action env setting (eb4b40a)
  • actions: only run full test matrix on PRs and main (3434d60)
  • actions: update deprecated actions (6382b20)
  • publish: enable publishing releases from CI (5d46150)
  • publish: ensure private publish uses hard main ref (f54a9c2)

v3.2.0

Compare Source

Features
  • types: export CSSVariables type for user consumption (0e68290)
Bug Fixes
  • env: support for defined process but undefined process.env (243a273)
  • remove some stray spaces (77f64d8)
  • switch order of spread to allow given props to override (1f0690a)
  • undo local package-lock change (7242428)
Chores
  • add a deprecation notice to the title and titleId props (1953e29)
  • deps: upgrade all dev deps (018fa1f)
  • format: fix format issue in changelog (64b449d)
  • format: ignore changelog from prettier as it is autogen'd (ec1c118)

v3.1.1

Compare Source

Bug Fixes
  • WCAG: allow custom role attribute on svgs like previous versions (ef4986b)
Documentation
  • remove irrelevant upgrade guide from 0.1-0.2x (7d41077)
Chores

v3.1.0

Compare Source

Features
  • custom cssPrefix support (ad42835)
  • layers: add support for layers with FontAwesomeLayers component (2c84902)
Bug Fixes
  • better export path for CustomPrefixProvider (663cd25)
  • browser-support: don't use string.replaceAll to fix safari 12 support (1776e3a)
Testing
  • layers: add unit tests for FontAwesomeLayers (d31480b)
  • utils: unit tests for withPrefix utility (982f649)
Documentation
  • add inline documentation for CustomPrefixProvider (46f69d4)
  • remove .env requirement (c942c6a)
Chores

v3.0.2

Compare Source

Bug Fixes
  • constants: resolve JSON import errors for vite/remix users (850a804)
  • test: flaky converter performance test in CI (8f43f0e)
  • WCAG: correctly read aria-label and ensure aria-hidden is false when label present (19ddeb3)
Testing
  • converter: fix unit test for aria-label handling (8c49cdc)
  • remove flaky test (f9605ab)
  • remove unnecessary test conditionals for v5 (fd5bf9b)
Chores
  • don't include release notes in release commit (78ce3f8)
  • dx: integrate semantic-release and commitlint (de5b958)
  • remove dependency on semver (066019b)
  • update release config for better changelogs (7d2c242)
CI/CD
  • actions: refactor CI workflow to split some jobs out of matrix (d0d1fb6)
  • actions: use commitlint github action (4ab8726)
  • use public npm registry for npm ci (69ea57b)

v3.0.1

Compare Source

Bug Fixes
  • Added additional module resolution configs in package.json (b078d99)
  • Refactored SVGCore version checks to use dynamic import to fix #​589 (bc7cad0)

v3.0.0

Compare Source

BREAKING
  • Dropped support for end-of-life FontAwesome versions (below v6), Node versions (below 20.x) and React versions (below 18.x)
  • Dropped support for browser versions that don't support the ES2020 standard, namely JavaScript built-in: globalThis
Changes
  • Rewrote the entire library from plain JavaScript to TypeScript
  • Replaced rollup with tsup for providing both ESM and CJS exports from one TypeScript source
  • Removed prop-types in favour of colocated typings for React component props
  • Added better type definitions to each prop including examples of usage
  • Upgraded eslint from v6 to v9, rewrote config as Flat Config, modernised ESLint config, plugins and rules
  • Refactored all unit tests from the deprecated react-test-renderer to the industry standard @testing-library/react
  • Upgraded all other development dependencies to latest versions as of release date
  • Optimised FontAwesomeIcon by reducing per-render function calls and memory allocations
  • Optimised classList function by removing runtime semver checks and array operations
  • Optimised converter with a full rewrite for significant performance increases (~70%)
  • Moved inline class strings from getClassListFromProps to pre-computed maps
Bug Fixes
  • Fixed accessibility ID generation (titleId, maskId) for SSR ensuring a consistent ID across server and client renders (#​93, #​550, #​573)
  • Fixed TypeScript errors when styling duotone icons with CSS variables (#​509)
  • Fixed aria-hidden so it is false if there is a non-empty aria-label attribute (#​126)
  • Resolved large number of npm audit issues by removing and updating dependencies


Configuration

📅 Schedule: (in timezone America/New_York)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • Automerge
    • At any time (no schedule defined)

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

Rebasing: Whenever PR is behind base branch, 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 force-pushed the renovate/major-font-awesome branch 3 times, most recently from 101aeca to 877ad3f Compare November 24, 2025 08:48
@renovate
renovate Bot force-pushed the renovate/major-font-awesome branch 3 times, most recently from 85a0658 to 09607be Compare December 1, 2025 00:45
@renovate
renovate Bot force-pushed the renovate/major-font-awesome branch 2 times, most recently from 535983c to dca86fc Compare December 2, 2025 16:48
@renovate
renovate Bot force-pushed the renovate/major-font-awesome branch from dca86fc to d06d233 Compare December 31, 2025 15:26
@renovate
renovate Bot force-pushed the renovate/major-font-awesome branch 6 times, most recently from 79bbccb to f3f26d4 Compare January 19, 2026 10:01
@renovate
renovate Bot force-pushed the renovate/major-font-awesome branch 3 times, most recently from 5322480 to 28fced4 Compare January 27, 2026 12:58
@renovate
renovate Bot force-pushed the renovate/major-font-awesome branch 4 times, most recently from c719345 to 8bb9beb Compare February 12, 2026 14:43
@renovate
renovate Bot force-pushed the renovate/major-font-awesome branch 3 times, most recently from bdc58d3 to c2eac03 Compare February 16, 2026 09:44
@renovate
renovate Bot force-pushed the renovate/major-font-awesome branch 3 times, most recently from 016f5d1 to f143d99 Compare March 2, 2026 00:54
@renovate
renovate Bot force-pushed the renovate/major-font-awesome branch 2 times, most recently from edff225 to 64640dc Compare March 9, 2026 00:49
@renovate
renovate Bot force-pushed the renovate/major-font-awesome branch 4 times, most recently from 4e5edba to 68168b1 Compare April 23, 2026 10:20
@renovate
renovate Bot force-pushed the renovate/major-font-awesome branch 2 times, most recently from 8a86d5d to ab314fa Compare May 4, 2026 01:14
@renovate
renovate Bot force-pushed the renovate/major-font-awesome branch 2 times, most recently from 143dd81 to 478bce3 Compare May 15, 2026 15:01
@renovate
renovate Bot force-pushed the renovate/major-font-awesome branch from 478bce3 to 8f180f3 Compare May 18, 2026 01:11
@renovate
renovate Bot force-pushed the renovate/major-font-awesome branch from 8f180f3 to d3d9467 Compare June 8, 2026 01:20
@renovate
renovate Bot force-pushed the renovate/major-font-awesome branch from d3d9467 to ad34729 Compare June 15, 2026 01:25
@renovate
renovate Bot force-pushed the renovate/major-font-awesome branch from ad34729 to eab0b1c Compare June 26, 2026 02:46
@renovate
renovate Bot force-pushed the renovate/major-font-awesome branch 5 times, most recently from 6041eb7 to ddecc43 Compare July 13, 2026 00:55
@renovate
renovate Bot force-pushed the renovate/major-font-awesome branch 2 times, most recently from 365456e to 30ff10f Compare July 20, 2026 09:16
@renovate
renovate Bot force-pushed the renovate/major-font-awesome branch from 30ff10f to fc974b9 Compare July 27, 2026 00:56
@renovate
renovate Bot force-pushed the renovate/major-font-awesome branch 2 times, most recently from 92d1ed2 to caa92d6 Compare August 10, 2026 17:39
@renovate
renovate Bot force-pushed the renovate/major-font-awesome branch 2 times, most recently from 44032a1 to a6256b2 Compare September 3, 2026 22:08
@renovate
renovate Bot force-pushed the renovate/major-font-awesome branch 4 times, most recently from 0f650c1 to 6525a90 Compare September 17, 2026 21:30
@renovate
renovate Bot force-pushed the renovate/major-font-awesome branch from 6525a90 to adbacc5 Compare September 17, 2026 21:31
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