chore(deps): update font awesome (major) - #2394
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/major-font-awesome
branch
3 times, most recently
from
July 24, 2025 22:38
716b0e2 to
8c367e5
Compare
renovate
Bot
force-pushed
the
renovate/major-font-awesome
branch
2 times, most recently
from
August 13, 2025 17:13
13d06f4 to
b92bcf5
Compare
renovate
Bot
force-pushed
the
renovate/major-font-awesome
branch
2 times, most recently
from
September 2, 2025 20:24
2788667 to
fead3fe
Compare
renovate
Bot
force-pushed
the
renovate/major-font-awesome
branch
from
September 9, 2025 16:26
fead3fe to
a32e148
Compare
renovate
Bot
force-pushed
the
renovate/major-font-awesome
branch
2 times, most recently
from
October 2, 2025 02:53
15a571f to
d87733d
Compare
renovate
Bot
force-pushed
the
renovate/major-font-awesome
branch
from
October 21, 2025 23:14
d87733d to
8ee87a1
Compare
renovate
Bot
force-pushed
the
renovate/major-font-awesome
branch
from
November 10, 2025 20:52
8ee87a1 to
092ed30
Compare
renovate
Bot
force-pushed
the
renovate/major-font-awesome
branch
from
December 31, 2025 14:06
092ed30 to
cb4aa43
Compare
renovate
Bot
force-pushed
the
renovate/major-font-awesome
branch
from
January 7, 2026 22:04
cb4aa43 to
7159a82
Compare
renovate
Bot
force-pushed
the
renovate/major-font-awesome
branch
from
February 11, 2026 12:12
7159a82 to
4854b5a
Compare
renovate
Bot
force-pushed
the
renovate/major-font-awesome
branch
from
March 5, 2026 15:42
4854b5a to
e0bcaae
Compare
renovate
Bot
force-pushed
the
renovate/major-font-awesome
branch
from
April 9, 2026 04:43
e0bcaae to
6adf888
Compare
renovate
Bot
force-pushed
the
renovate/major-font-awesome
branch
from
April 30, 2026 02:39
6adf888 to
c52f615
Compare
renovate
Bot
force-pushed
the
renovate/major-font-awesome
branch
from
May 23, 2026 04:08
c52f615 to
2461b7e
Compare
renovate
Bot
force-pushed
the
renovate/major-font-awesome
branch
from
June 12, 2026 14:33
2461b7e to
3446813
Compare
renovate
Bot
force-pushed
the
renovate/major-font-awesome
branch
from
July 6, 2026 01:50
3446813 to
0f217a5
Compare
renovate
Bot
force-pushed
the
renovate/major-font-awesome
branch
from
July 15, 2026 08:18
0f217a5 to
1db7f27
Compare
renovate
Bot
force-pushed
the
renovate/major-font-awesome
branch
from
July 24, 2026 16:21
1db7f27 to
bf5a257
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^6.2.0→^7.0.0^6.2.0→^7.0.0^6.2.0→^7.0.0^2.0.9→^3.0.0Release Notes
FortAwesome/Font-Awesome (@fortawesome/fontawesome-svg-core)
v7.3.1Compare Source
Change log available at https://fontawesome.com/docs/changelog/
v7.3.0Compare Source
Change log available at https://fontawesome.com/docs/changelog/
v7.2.0Compare Source
Change log available at https://fontawesome.com/changelog
v7.1.0Compare Source
Change log available at https://fontawesome.com/docs/changelog/
v7.0.1Compare Source
Change log available at https://fontawesome.com/docs/changelog/
v7.0.0Compare Source
Change log available at https://fontawesome.com/docs/changelog/
FortAwesome/vue-fontawesome (@fortawesome/vue-fontawesome)
v3.3.3Compare Source
Fixed
classandstylefailing to type-check on<FontAwesomeIcon>in JSX/TSX, a regression from#576.
FontAwesomeIconis declared as aFunctionalComponent, whose JSX attribute surface resolvesfrom the component's own props only; the declaration now also intersects
AllowedComponentPropsandVNodeProps, restoringclass,style,key, andref. Types-only and non-breaking.Changed
so type-only regressions that depend on a helper only newer Vue versions export are caught
npmandinstalldevDependencies. Development-only; the published package isunchanged.
v3.3.2Compare Source
Added
canvasSquareandcanvasRoomyprops for the canvas sizing options introduced in Font Awesome 7.3.0v3.3.1Compare Source
Fixed
TS2590: Expression produces a union type that is too complex to representwhen usingFontAwesomeIconin a Vue render function (h(FontAwesomeIcon, { icon })), a regression from #559.Types-only and non-breaking.
Changed
npm ERESOLVEwhen installing older Vue versions in the testmatrix (a regression surfaced by #576 adding
typescriptto the lockfile), and added a strictpeer-dependency check job
test:typescommand inDEVELOPMENT.mdand added test-first and explicitdiststepsto the release checklist
v3.3.0Compare Source
Added
flip360,buzz,float,jello,spinSnap,spinSnap4,spinSnap8,swing, andwagChanged
iconandmaskpropsDEVELOPMENT.mdv3.2.0Compare Source
Added
v3.1.3Compare Source
Changed
package.jsonv3.1.2Compare Source
Changed
Replaced Jest with Vitest as the test runner for unit tests. This will help improve test performance and better aligns
with the Vue 3 + Vite ecosystem.
Updated
FontAwesomeIconProps:flipnow accepts thebooleantype in addition to'horizontal' | 'vertical' | 'both'maskIdis now correctly typed asstringUpdated
DEVELOPMENT.mdwith revised release instructionsv3.1.1Compare Source
Changed
Removed version checks related to
props.fixedWidth,iconProps.title, andiconProps.title.The use of
requireto retrieve the version from@fortawesome/fontawesome-svg-corefor version checks has beenremoved to help ensure compatibility with ESM builds.
v3.1.0Compare Source
Changed
Font Awesome Pro+ icons are now available with an active Pro+ subscription.
Added
widthAutopropAdded
rotateBypropDeprecated
fa-fwpropv3.0.8Compare Source
Changed
package-lock.jsonto help fix faililng testsv3.0.7Compare Source
Changed
.tool-versionsFontAwesomeLayers.test.jsnode-versionsinci.ymlindex.d.tsREADME.mdfor new Font Awesome Doc linkv3.0.6Compare Source
Changed
index.d.tsv3.0.5Compare Source
Changed
v3.0.4Compare Source
Added
v3.0.3Compare Source
Changed
@fortawesome/vue-fontawesome-latestis now set to Vue 3; to download the Vue 2 package you will have to use@fortawesome/vue-fontawesome-latest-2, which is described in our Vue setup docsAdded
v3.0.2Compare Source
Changed
fixed-widthrather thanfull-widthAdded
v3.0.1Compare Source
Changed
v3.0.0Compare Source
Added
Fixed
Configuration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 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.
This PR was generated by Mend Renovate. View the repository job log.