Bump @fortawesome/react-fontawesome from 0.2.6 to 3.0.2
Open
Number: #23
Type: Pull Request
State: Open
Type: Pull Request
State: Open
Author:
dependabot[bot]
Association: None
Comments: 2
Association: None
Comments: 2
Created:
September 30, 2025 at 09:27 AM UTC
(9 months ago)
(9 months ago)
Updated:
September 30, 2025 at 09:29 AM UTC
(9 months ago)
(9 months ago)
Description:
Bumps @fortawesome/react-fontawesome from 0.2.6 to 3.0.2.
Release notes
Sourced from @fortawesome/react-fontawesome's releases.
Release 3.0.2
3.0.2 (2025-09-01)
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)
Release 3.0.1
Bug Fixes
- Added additional module resolution configs in
package.json(b078d99)- Refactored SVGCore version checks to use dynamic import to fix #589 (bc7cad0)
Full Changelog: https://github.com/FortAwesome/react-fontawesome/compare/3.0.0...3.0.1
Release 3.0.0
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
rollupwithtsupfor providing both ESM and CJS exports from one TypeScript source- Removed
prop-typesin favour of colocated typings for React component props- Added better type definitions to each prop including examples of usage
- Upgraded
eslintfrom v6 to v9, rewrote config as Flat Config, modernised ESLint config, plugins and rules- Refactored all unit tests from the deprecated
react-test-rendererto the industry standard@testing-library/react- Upgraded all other development dependencies to latest versions as of release date
... (truncated)
Changelog
Sourced from @fortawesome/react-fontawesome's changelog.
3.0.2 (2025-09-01)
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)
3.0.1 - 2025-08-27
Bug Fixes
- Added additional module resolution configs in
package.json(b078d99)- Refactored SVGCore version checks to use dynamic import to fix #589 (bc7cad0)
3.0.0 - 2025-08-22
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
rollupwithtsupfor providing both ESM and CJS exports from one TypeScript source- Removed
prop-typesin favour of colocated typings for React component props
... (truncated)
Commits
97fdfaachore(release): 3.0.2 [skip ci]78ce3f8chore: don't include release notes in release commit46ab61dMerge pull request #597 from FortAwesome/chore/semantic-release-config-update7d2c242chore: update release config for better changelogs233db73Merge pull request #596 from FortAwesome/chore/remove-semver-dependency066019bchore: remove dependency on semvere476957Merge pull request #594 from FortAwesome/chore/integrate-semantic-releasef9605abtest: remove flaky test69ea57bci: use public npm registry for npm cid0d1fb6ci(actions): refactor CI workflow to split some jobs out of matrix- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
Commits:
0
0
Files Changed:
0
0
Additions:
+0
+0
Deletions:
-0
-0
Package Dependencies
Package:
@fortawesome/react-fontawesome
Ecosystem:
npm
npm
Version Change:
0.2.6 → 3.0.2
Update Type:
Major
Major
Technical Details
| ID: | 8842309 |
| UUID: | 3468416084 |
| Node ID: | PR_kwDOPveXi86rSH4T |
| Host: | GitHub |
| Repository: | codeharborhub/tutorial |