Skip to content

fix(deps): update font awesome (major)#30

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

fix(deps): update font awesome (major)#30
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/major-font-awesome

Conversation

@renovate
Copy link

@renovate renovate bot commented Feb 14, 2022

This PR contains the following updates:

Package Change Age Confidence
@fortawesome/fontawesome-svg-core (source) 1.2.367.2.0 age confidence
@fortawesome/free-brands-svg-icons (source) 5.15.47.2.0 age confidence
@fortawesome/free-regular-svg-icons (source) 5.15.47.2.0 age confidence
@fortawesome/free-solid-svg-icons (source) 5.15.47.2.0 age confidence
@fortawesome/react-fontawesome 0.1.163.2.0 age confidence

Release Notes

FortAwesome/Font-Awesome (@​fortawesome/fontawesome-svg-core)

v7.2.0

Compare Source

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/

v6.5.2

Compare Source

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

v6.5.1

Compare Source

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

v6.5.0

Compare Source

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

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/

v6.1.2

Compare Source

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

v6.1.1

Compare Source

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

v6.1.0

Compare Source

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

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

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

v0.2.6

Compare Source

Fixed

  • check for existence of process before reading process.env (#​585)

Full Changelog: FortAwesome/react-fontawesome@0.2.5...0.2.6

v0.2.5

Compare Source

What's Changed

New Contributors

Full Changelog: FortAwesome/react-fontawesome@0.2.4...0.2.5

v0.2.3

Compare Source

Changed
  • Font Awesome Pro+ icons are now available with an active Pro+ subscription.

  • Removed example directory and files

  • Deprecated fa-fw prop

Added
  • Added widthAuto prop

  • Added rotateBy prop

v0.2.2

Compare Source

Fixed
  • Props with nullable/undefined values no longer throw an error #​562 #​560

v0.2.1

Compare Source

Changed
  • Remove defaultProps to be compatible with React 19

v0.2.0

Compare Source

Added
  • Support for React forwardRef if using React >= 16.3

v0.1.19

Compare Source

Fixed
  • Added missing beatFade, spinPulse, and spinReverse animations

v0.1.18

Compare Source

Added
  • Animations bounce, shake, fade, and beat-fade
  • Property maskId and titleId to allow consistent rendering on client and server
Changed
  • Peer dependencies now include major version 6

v0.1.17

Compare Source

Added
  • New v6 sizes and animations

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) in timezone America/New_York, 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 from ef21fb1 to 094b397 Compare March 26, 2022 15:43
@renovate renovate bot force-pushed the renovate/major-font-awesome branch from 094b397 to bf3b4bc Compare September 25, 2022 11:32
@renovate renovate bot force-pushed the renovate/major-font-awesome branch from bf3b4bc to 41cb599 Compare November 20, 2022 18:16
@renovate renovate bot force-pushed the renovate/major-font-awesome branch 2 times, most recently from d141f41 to 97fae2f Compare March 27, 2023 18:30
@renovate renovate bot changed the title fix(deps): update font awesome to v6 (major) fix(deps): update font awesome to v6 (major) - autoclosed Apr 4, 2023
@renovate renovate bot closed this Apr 4, 2023
@renovate renovate bot deleted the renovate/major-font-awesome branch April 4, 2023 01:35
@renovate renovate bot changed the title fix(deps): update font awesome to v6 (major) - autoclosed fix(deps): update font awesome to v6 (major) Apr 4, 2023
@renovate renovate bot reopened this Apr 4, 2023
@renovate renovate bot restored the renovate/major-font-awesome branch April 4, 2023 10:53
@renovate renovate bot force-pushed the renovate/major-font-awesome branch from 97fae2f to 866ca58 Compare August 2, 2023 21:56
@renovate renovate bot force-pushed the renovate/major-font-awesome branch 2 times, most recently from 2dc7a53 to 6f5f1d1 Compare December 1, 2023 00:42
@renovate renovate bot force-pushed the renovate/major-font-awesome branch from 6f5f1d1 to 97995e9 Compare April 2, 2024 18:33
@renovate renovate bot force-pushed the renovate/major-font-awesome branch from 97995e9 to b65e143 Compare July 16, 2024 17:58
@renovate renovate bot force-pushed the renovate/major-font-awesome branch 2 times, most recently from 597c7d4 to bcb8951 Compare November 20, 2024 20:05
@renovate renovate bot force-pushed the renovate/major-font-awesome branch from bcb8951 to dea625f Compare December 16, 2024 22:45
@renovate renovate bot force-pushed the renovate/major-font-awesome branch from dea625f to b59a9cd Compare July 22, 2025 16:51
@renovate renovate bot changed the title fix(deps): update font awesome to v6 (major) fix(deps): update font awesome (major) Jul 22, 2025
@renovate renovate bot force-pushed the renovate/major-font-awesome branch from b59a9cd to 9b9a788 Compare July 22, 2025 22:41
@renovate renovate bot changed the title fix(deps): update font awesome (major) fix(deps): update font awesome to v7 (major) Jul 22, 2025
@renovate renovate bot force-pushed the renovate/major-font-awesome branch from 9b9a788 to 5b185c5 Compare August 22, 2025 10:43
@renovate renovate bot changed the title fix(deps): update font awesome to v7 (major) fix(deps): update font awesome (major) Aug 22, 2025
@renovate renovate bot force-pushed the renovate/major-font-awesome branch from 5b185c5 to a429969 Compare August 27, 2025 05:14
@renovate renovate bot force-pushed the renovate/major-font-awesome branch from a429969 to c67c964 Compare September 19, 2025 15:55
@renovate renovate bot force-pushed the renovate/major-font-awesome branch 2 times, most recently from cc93c51 to 3babc93 Compare October 3, 2025 02:25
@renovate renovate bot force-pushed the renovate/major-font-awesome branch from 3babc93 to 11a6f4e Compare November 11, 2025 00:06
@renovate renovate bot force-pushed the renovate/major-font-awesome branch from 11a6f4e to d0f238d Compare November 18, 2025 22:14
@renovate renovate bot force-pushed the renovate/major-font-awesome branch from d0f238d to 399df67 Compare November 28, 2025 09:48
@renovate renovate bot force-pushed the renovate/major-font-awesome branch from 399df67 to bf12304 Compare February 6, 2026 04:52
@renovate renovate bot force-pushed the renovate/major-font-awesome branch from bf12304 to 6f6bb46 Compare February 10, 2026 22:10
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