Skip to content

Bump fontsource-roboto from 3.0.3 to 3.1.5 in /frontend

Created by: dependabot-preview[bot]

Bumps fontsource-roboto from 3.0.3 to 3.1.5.

Changelog

Sourced from fontsource-roboto's changelog.

Changelog

Fontsource will log all notable changes within this file.

Patch (0.0.x)

These occur when an automatic update is pushed from a source, such as Google, or Fontsource may apply patches. Due to version mismatching and lack of accurate tracking, a specific version for a Fontsource patch cannot be logged into the changelog. Note that Google may push breaking changes on their end to individual fonts which Fontsource cannot predict for.

Minor (0.x.x)

These will always contain changes from Fontsource's end.

3.x Release

3.1.x

Features

  • Initial variable font support for Google Fonts. Supported fonts can be found here with their package README's explaining installation instructions. #103

3.0.x

BREAKING CHANGES

  • import fontsource-<font name> or index.css no longer defaults to contain ALL weights and styles for a font. It now only contains weight 400 with all styles included. This was changed to prevent fonts, such as Noto Sans JP, to counter-intuitively generate 1MB+ CSS files with the new unicode-range feature. Simply choose the necessary weights and styles from now on with import fontsource-<font name>/<weight>.css or import fontsource-<font name>/<weight>-<style>.css. #37 #42

  • TTF/OTF support has been removed due to NPM package size limitations. Browser compatability goes as low as: caniuse #44

Features

  • Added unicode-range CSS selector to all fonts. It is no longer necessary for individual subsets to be defined when importing CSS files but backwards compatability remains. Use import fontsource-<font name>/<weight>.css or import fontsource-<font name>/<weight>-<style>.css to leverage the new feature from now on. #37
  • Added package.json rebuilder. #43
  • Added force rebuild to Google packages. #37
  • Added force rebuild to non-Google packages. #42
  • Autogenerate FONTLIST.md and added FONTLIST.json. #58
  • Copy CHANGELOG.md to every individual package. #41

Fixes

  • Adjusted templates.js to add more relevant fields to package.json #37
  • Resolved subsets not correctly being identified when packaging files through the generic packager. #45

2.x Release

2.2.x

Features

  • Added TTF/OTF support for every package for older browser compatability. #33
Commits
  • 336b04a chore: release new versions
  • 1cc5217 chore: release new versions
  • 3f2954b chore: release new versions
  • 394b64a chore: release new versions
  • 4309c89 chore: release new versions
  • 50c2710 chore(build): update fontsources [Force Rebuild 3]
  • See full diff in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Merge request reports