fix(deps): update dependency @lekoarts/gatsby-theme-minimal-blog-core to v6 #260
  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:
4.1.8->6.2.6Release Notes
LekoArts/gatsby-themes (@lekoarts/gatsby-theme-minimal-blog-core)
v6.2.6Compare Source
Patch Changes
5b15df4Thanks @LekoArts! - Update internal dependenciesUpdated dependencies [
5b15df4]:v6.2.5Compare Source
Patch Changes
22f7a9bThanks @LekoArts! - Update gatsby and gatsby-plugin-mdx dependenciesv6.2.4Compare Source
Patch Changes
#1369
af17a18Thanks @LekoArts! - Replace Twitter with Bluesky#1367
4c3abc7Thanks @LekoArts! - Update Gatsby related dependenciesUpdated dependencies [
9e5be42]:v6.2.3Compare Source
Patch Changes
7ab8014Thanks @renovate! - update minor and patch dependenciesv6.2.2Compare Source
Patch Changes
397a2b7Thanks @renovate! - update minor and patch dependenciesv6.2.1Compare Source
Patch Changes
409bba45Thanks @LekoArts! - Remove link to my Patreon page. To simplify things I disabled my Patreon. If you want to support my OSS work, please consider using GitHub sponsors or Ko-fi. Thanks!v6.1.3Compare Source
Patch Changes
#1219
7a703e77Thanks @renovate! - fix(deps): update minor and patch dependencies for gatsby-theme-minimal-blog-coreUpdated dependencies [
5393b80b]:v6.1.2Compare Source
Patch Changes
07e3c8a3Thanks @renovate! - fix(deps): update minor and patch dependencies for gatsby-theme-minimal-blog-corev6.1.1Compare Source
Patch Changes
6985b62eThanks @renovate! - fix(deps): update minor and patch dependencies for gatsby-theme-minimal-blog-corev6.1.0Compare Source
Minor Changes
#1119
02844608Thanks @LekoArts! - Starting with Gatsby 5.3 ESM in Gatsby files is supported now! So you can writegatsby-config.mjsorgatsby-node.mjs.Therefore this theme was updated to use ESM for its source code. This shouldn't make a difference for actually using the theme as behavior stays the same. If this is not the case, please open an issue!
One benefit of now using ESM behind the scenes is that e.g. the
remark-*packages could be updated to their latest versions (they are ESM-only). Yey for using up-to-date software.#1119
02844608Thanks @LekoArts! - Because this theme now uses a Gatsby Head API feature that was introduced in Gatsby 5.5 thepeerDependenciesrange was updated from^5.0.0to^5.5.0.Please also update your
gatsbypackage when updating this theme.Patch Changes
02844608,02844608]:v6.0.5Compare Source
Patch Changes
#1117
04980e78Thanks @LekoArts! - fix: Add support for footnotesFixes #1107
#1116
cf7d5122Thanks @LekoArts! - chore(deps): Various dependency updatesv6.0.3Compare Source
Patch Changes
8007bb38Thanks @renovate! - fix(deps): update minor and patch dependencies for gatsby-theme-minimal-blog-corev6.0.0Compare Source
Major Changes
#1045
02872400Thanks @LekoArts! - Update to Gatsby 5. Gatsby 5 Migration Guide.Breaking Changes:
For all other breaking changes, refer to the Gatsby 5 Migration Guide.
Patch Changes
02872400]:v5.0.3Compare Source
Patch Changes
be91f14aThanks @renovate[bot]! - fix(deps): update minor and patch dependencies for gatsby-theme-minimal-blog-corev5.0.1Compare Source
Patch Changes
fa281b1aThanks @LekoArts! - Update README information and change somepackage.jsondetails.Updated dependencies [
fa281b1a,fa281b1a]:v5.0.0Compare Source
Major Changes
#967
ee969f3In preparation for the upcoming Gatsby 5 release this release will focus on some breaking changes unrelated to the
gatsbycore package. Another new major version will follow once Gatsby 5 is out so that you can upgrade in steps.Features:
gatsby-plugin-mdx4 (Breaking Change)react-helmetwith Gatsby Head API (Breaking Change)Breaking Changes:
theme-uibetween v0.11 and v0.15react&react-dompeerDependency to>=18.0.0siteLanguagefromsiteMetadatagatsby-plugin-theme-ui/componentsanymore but defined in a<MDXProvider>insrc/components/layoutuseColorSchemeMediaQueryin Theme UI config is set tosystembodyfrom thePostandPagetype. The fieldcontentFilePathwas added.gatsby-omni-font-loaderbodyfont style is changed from"IBM Plex Sans"to a system font stackreact-liveshowLineNumbersoption isfalseby default nowMigration:
Internally the necessary changes of the gatsby-plugin-mdx migration guide were made, but if you set the
mdxoption tofalseand/or shadowed the theme in any way, you'll need to read the migration guide to e.g. change yourgatsby-config. You'll also need to add anyremarkPluginsorrehypePluginsthat the theme is adding by default.MDX 2 is more strict about the allowed syntax, so you'll need to update your MDX content to be compliant.
See Theme UI's migration guide
If you shadowed a file or used
react-helmetin any form in your site, you'll either need to migrate to the Gatsby Head API or re-install the necessary dependencies. By default, the theme no longer ships withreact-helmetas internally everything was migrated to Gatsby Head API. To have thelangtag work correctly on the<html>element you'll need to set it by using thesetHtmlAttributesAPI. The current starter already has this included (you can copy it from there). Thus the<Seo>component should only be used together with Gatsby Head API.With the removal of
gatsby-omni-font-loaderin the example you'll now need to self-host your fonts and change the Theme UI config. The theme switched to a system font stack in its Theme UI config and the example doesn't provide any custom font anymore.If you want to continue using
react-live, you have to add the dependency and shadow the<Code>component.The syntax for adding code titles changed.
Before:
After:
The syntax for adding line highlighting changed.
Before:
After:
The syntax for adding line numbers changed. You no longer negate line numbers (previously
noLineNumbers) but opt-in.Before:
After:
All syntax changes together.
Before:
After:
Patch Changes
ee969f3,ee969f3]:Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.