Bump fontaine from 0.3.1 to 0.4.0 #83

Closed
dependabot[bot] wants to merge 1 commits from dependabot/npm_and_yarn/fontaine-0.4.0 into main
dependabot[bot] commented 2023-06-09 01:09:00 +00:00 (Migrated from github.com)

Bumps fontaine from 0.3.1 to 0.4.0.

Release notes

Sourced from fontaine's releases.

v0.4.0

   🚨 Breaking Changes

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • bf61850 chore: release v0.4.0
  • e38a9a2 fix: use more descriptive parameter for skipFontFaceGeneration
  • 18b71e6 fix: expose FontaineTransformOptions
  • c70859e fix: metrics can be omitted
  • 4913379 feat!: size-adjust metric calculation (#181)
  • 7114a0e feat: allow skipping generation of @font-face override declarations
  • 01288ea chore: update vitest + move to v8 coverage provider
  • 8aabf7d chore(deps): update devdependency bumpp to v9.1.1 (#208)
  • d3eae84 chore(deps): update devdependency eslint to v8.42.0 (#207)
  • 3f521cb chore(deps): update devdependency typescript to v5.1.3 (#206)
  • Additional commits viewable 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)
Bumps [fontaine](https://github.com/unjs/fontaine) from 0.3.1 to 0.4.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/unjs/fontaine/releases">fontaine's releases</a>.</em></p> <blockquote> <h2>v0.4.0</h2> <h3>   🚨 Breaking Changes</h3> <ul> <li><code>size-adjust</code> metric calculation  -  by <a href="https://github.com/GitRowin"><code>@​GitRowin</code></a> in <a href="https://redirect.github.com/danielroe/fontaine/issues/181">danielroe/fontaine#181</a> <a href="https://github.com/danielroe/fontaine/commit/4913379"><!-- raw HTML omitted -->(49133)<!-- raw HTML omitted --></a></li> </ul> <h3>   🚀 Features</h3> <ul> <li>Allow skipping generation of <code>@font-face</code> override declarations  -  by <a href="https://github.com/danielroe"><code>@​danielroe</code></a> <a href="https://github.com/danielroe/fontaine/commit/7114a0e"><!-- raw HTML omitted -->(7114a)<!-- raw HTML omitted --></a></li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li>Metrics can be omitted  -  by <a href="https://github.com/danielroe"><code>@​danielroe</code></a> <a href="https://github.com/danielroe/fontaine/commit/c70859e"><!-- raw HTML omitted -->(c7085)<!-- raw HTML omitted --></a></li> <li>Expose <code>FontaineTransformOptions</code>  -  by <a href="https://github.com/danielroe"><code>@​danielroe</code></a> <a href="https://github.com/danielroe/fontaine/commit/18b71e6"><!-- raw HTML omitted -->(18b71)<!-- raw HTML omitted --></a></li> <li>Use more descriptive parameter for <code>skipFontFaceGeneration</code>  -  by <a href="https://github.com/danielroe"><code>@​danielroe</code></a> <a href="https://github.com/danielroe/fontaine/commit/e38a9a2"><!-- raw HTML omitted -->(e38a9)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/danielroe/fontaine/compare/v0.3.1...v0.4.0">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/danielroe/fontaine/commit/bf61850cc0c9a88dc1721445635c6df0cf0dac9a"><code>bf61850</code></a> chore: release v0.4.0</li> <li><a href="https://github.com/danielroe/fontaine/commit/e38a9a2055af8fbf12f8e543798a68d8be28f83e"><code>e38a9a2</code></a> fix: use more descriptive parameter for <code>skipFontFaceGeneration</code></li> <li><a href="https://github.com/danielroe/fontaine/commit/18b71e671e758bb56a19b2c03220f4f3b469dd38"><code>18b71e6</code></a> fix: expose <code>FontaineTransformOptions</code></li> <li><a href="https://github.com/danielroe/fontaine/commit/c70859eef23aa036fc5f53b01c3ebd108a03750e"><code>c70859e</code></a> fix: metrics can be omitted</li> <li><a href="https://github.com/danielroe/fontaine/commit/49133794832fe8fecf6f99ffa166150fc4b21a11"><code>4913379</code></a> feat!: <code>size-adjust</code> metric calculation (<a href="https://redirect.github.com/unjs/fontaine/issues/181">#181</a>)</li> <li><a href="https://github.com/danielroe/fontaine/commit/7114a0e3d49f3ef732808cd5547c37dc010e4b57"><code>7114a0e</code></a> feat: allow skipping generation of <code>@font-face</code> override declarations</li> <li><a href="https://github.com/danielroe/fontaine/commit/01288ea5a86cabd1facd8b54c54f9bc2e5eb3eb5"><code>01288ea</code></a> chore: update vitest + move to v8 coverage provider</li> <li><a href="https://github.com/danielroe/fontaine/commit/8aabf7ddc9d3b97e5a62dc478bd5f8df5817b04e"><code>8aabf7d</code></a> chore(deps): update devdependency bumpp to v9.1.1 (<a href="https://redirect.github.com/unjs/fontaine/issues/208">#208</a>)</li> <li><a href="https://github.com/danielroe/fontaine/commit/d3eae84a0608808ce967dd2873bae5561df5b264"><code>d3eae84</code></a> chore(deps): update devdependency eslint to v8.42.0 (<a href="https://redirect.github.com/unjs/fontaine/issues/207">#207</a>)</li> <li><a href="https://github.com/danielroe/fontaine/commit/3f521cb7617a037a9da570a0f337ffbff0f5eeb7"><code>3f521cb</code></a> chore(deps): update devdependency typescript to v5.1.3 (<a href="https://redirect.github.com/unjs/fontaine/issues/206">#206</a>)</li> <li>Additional commits viewable in <a href="https://github.com/unjs/fontaine/compare/v0.3.1...v0.4.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=fontaine&package-manager=npm_and_yarn&previous-version=0.3.1&new-version=0.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details>
dependabot[bot] commented 2023-06-22 07:16:55 +00:00 (Migrated from github.com)

Looks like fontaine is no longer a dependency, so this is no longer needed.

Looks like fontaine is no longer a dependency, so this is no longer needed.

Pull request closed

Sign in to join this conversation.