Skip to content

[TASK]: Bump @fortawesome/fontawesome-free from 6.7.2 to 7.2.0 in /packages/typo3-docs-theme#1171

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/packages/typo3-docs-theme/fortawesome/fontawesome-free-7.2.0
Open

[TASK]: Bump @fortawesome/fontawesome-free from 6.7.2 to 7.2.0 in /packages/typo3-docs-theme#1171
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/packages/typo3-docs-theme/fortawesome/fontawesome-free-7.2.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Feb 11, 2026

Bumps @fortawesome/fontawesome-free from 6.7.2 to 7.2.0.

Release notes

Sourced from @​fortawesome/fontawesome-free's releases.

Release 7.2.0

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

Release 7.1.0

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

Release 7.0.1

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

Release 7.0.0

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

Commits
  • 337dd20 Release 7.2.0 (#21465)
  • 16ac6af Simplifying icon request titles (#21360)
  • ce49420 Simplifying icon request template name (to avoid redundancy)
  • 3dba69f Modify bug report template for versioning and labels (#21264)
  • f40da32 Update web bug report template
  • 89f17b4 Modify bug report template for version and labels
  • 14b8429 Adding feature requests to discussions
  • eceb155 Updating links to the new icon request templates
  • b544f79 Update contribution guidelines for icon requests
  • f811bcf Revise icon wizard request template
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [@fortawesome/fontawesome-free](https://github.com/FortAwesome/Font-Awesome) from 6.7.2 to 7.2.0.
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/7.x/CHANGELOG.md)
- [Commits](FortAwesome/Font-Awesome@6.7.2...7.2.0)

---
updated-dependencies:
- dependency-name: "@fortawesome/fontawesome-free"
  dependency-version: 7.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
linawolf added a commit that referenced this pull request Apr 7, 2026
Solves #1209, #1200

Compared visually between local output with current prod render-guides
docs.
https://docs.typo3.org/other/t3docs/render-guides/main/en-us/Index.html

I will look at Fontawesome separately (#1171).

---------

Co-authored-by: Lina Wolf <48202465+linawolf@users.noreply.github.com>
@linawolf
Copy link
Copy Markdown
Member

@richardkrikler could you look into this?

@richardkrikler
Copy link
Copy Markdown
Contributor

@richardkrikler could you look into this?

Hi, I'll look into it this weekend.
I got a bit sidetracked with other things 😅

richardkrikler added a commit to richardkrikler/TYPO3-render-guides that referenced this pull request May 26, 2026
Solves TYPO3-Documentation#1171

* shorthand classes (v5) classes got transformed:
  from just `fas`/ `far`/ `fab`
  to: fa-classic/ fa-duotone/ fa-sharp +
    fa-solid (fas)
    fa-regular (far)
    fa-brands (fab)
  [1]
* some icons got renamed - used ones here:
  fa-home => fa-house
  fa-search => fa-magnifying-glass
  fa-search-plus => fa-magnifying-glass-plus
  fa-info-circle => fa-circle-info
  fa-cog => fa-gear
  fa-file-alt => fa-file-lines
* FontAwesome now ships woff2 instead of ttf font-files [2]
* Support for `@import` got removed - migrated to `@use` [3][4]
  For icons referenced within other scss stylesheets,
    `_fontawesome.scss` defines variables & mixins.
  These mixins are then available through
    the import of `_fontawesome.scss` in `theme.scss`
* All FA icons now ship with fixed widht by default. [5]
  In order to remain current styling `--fa-width`
    is overwritten in `_fontawesome.scss`.

[1] https://docs.fontawesome.com/upgrade/upgrade-from-older-versions
[2] https://docs.fontawesome.com/upgrade/whats-changed#webfont-format-modernization
[3] https://docs.fontawesome.com/upgrade/whats-changed#sassscss-improvements
[4] https://sass-lang.com/documentation/at-rules/import/
[5] https://docs.fontawesome.com/upgrade/whats-changed#fixed-width-icons-by-default
richardkrikler added a commit to richardkrikler/TYPO3-render-guides that referenced this pull request May 26, 2026
Solves TYPO3-Documentation#1171

* shorthand classes (v5) classes got transformed:
  from just `fas`/ `far`/ `fab`
  to: fa-classic/ fa-duotone/ fa-sharp +
    fa-solid (fas)
    fa-regular (far)
    fa-brands (fab)
  [1]
* some icons got renamed - used ones here:
  fa-home => fa-house
  fa-search => fa-magnifying-glass
  fa-search-plus => fa-magnifying-glass-plus
  fa-info-circle => fa-circle-info
  fa-cog => fa-gear
  fa-file-alt => fa-file-lines
* FontAwesome now ships woff2 instead of ttf font-files [2]
* Support for `@import` got removed - migrated to `@use` [3][4]
  For icons referenced within other scss stylesheets,
    `_fontawesome.scss` defines variables & mixins.
  These mixins are then available through
    the import of `_fontawesome.scss` in `theme.scss`
* All FA icons now ship with fixed widht by default. [5]
  In order to remain current styling `--fa-width`
    is overwritten in `_fontawesome.scss`.

[1] https://docs.fontawesome.com/upgrade/upgrade-from-older-versions
[2] https://docs.fontawesome.com/upgrade/whats-changed#webfont-format-modernization
[3] https://docs.fontawesome.com/upgrade/whats-changed#sassscss-improvements
[4] https://sass-lang.com/documentation/at-rules/import/
[5] https://docs.fontawesome.com/upgrade/whats-changed#fixed-width-icons-by-default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependencies update npm npm-related

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants