-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update dependency @lekoarts/gatsby-theme-minimal-blog-core to v6 #255
base: main
Are you sure you want to change the base?
fix(deps): update dependency @lekoarts/gatsby-theme-minimal-blog-core to v6 #255
Conversation
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: package-lock.json
|
❌ Deploy Preview for operate-first-cloud failed.
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
… to v6 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
7f983d9
to
8fa5f38
Compare
|
This PR contains the following updates:
4.1.8
->6.2.3
Release Notes
LekoArts/gatsby-themes (@lekoarts/gatsby-theme-minimal-blog-core)
v6.2.3
Compare Source
Patch Changes
7ab8014
Thanks @renovate! - update minor and patch dependenciesv6.2.2
Compare Source
Patch Changes
397a2b7
Thanks @renovate! - update minor and patch dependenciesv6.2.1
Compare Source
Patch Changes
409bba45
Thanks @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.3
Compare Source
Patch Changes
#1219
7a703e77
Thanks @renovate! - fix(deps): update minor and patch dependencies for gatsby-theme-minimal-blog-coreUpdated dependencies [
5393b80b
]:v6.1.2
Compare Source
Patch Changes
07e3c8a3
Thanks @renovate! - fix(deps): update minor and patch dependencies for gatsby-theme-minimal-blog-corev6.1.1
Compare Source
Patch Changes
6985b62e
Thanks @renovate! - fix(deps): update minor and patch dependencies for gatsby-theme-minimal-blog-corev6.1.0
Compare Source
Minor Changes
#1119
02844608
Thanks @LekoArts! - Starting with Gatsby 5.3 ESM in Gatsby files is supported now! So you can writegatsby-config.mjs
orgatsby-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
02844608
Thanks @LekoArts! - Because this theme now uses a Gatsby Head API feature that was introduced in Gatsby 5.5 thepeerDependencies
range was updated from^5.0.0
to^5.5.0
.Please also update your
gatsby
package when updating this theme.Patch Changes
02844608
,02844608
]:v6.0.5
Compare Source
Patch Changes
#1117
04980e78
Thanks @LekoArts! - fix: Add support for footnotesFixes https://github.com/LekoArts/gatsby-themes/issues/1107
#1116
cf7d5122
Thanks @LekoArts! - chore(deps): Various dependency updatesv6.0.3
Compare Source
Patch Changes
8007bb38
Thanks @renovate! - fix(deps): update minor and patch dependencies for gatsby-theme-minimal-blog-corev6.0.0
Compare Source
Major Changes
#1045
02872400
Thanks @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.3
Compare Source
Patch Changes
be91f14a
Thanks @renovate[bot]! - fix(deps): update minor and patch dependencies for gatsby-theme-minimal-blog-corev5.0.1
Compare Source
Patch Changes
fa281b1a
Thanks @LekoArts! - Update README information and change somepackage.json
details.Updated dependencies [
fa281b1a
,fa281b1a
]:v5.0.0
Compare Source
Major Changes
#967
ee969f3
In preparation for the upcoming Gatsby 5 release this release will focus on some breaking changes unrelated to the
gatsby
core package. Another new major version will follow once Gatsby 5 is out so that you can upgrade in steps.Features:
gatsby-plugin-mdx
4 (Breaking Change)react-helmet
with Gatsby Head API (Breaking Change)Breaking Changes:
theme-ui
between v0.11 and v0.15react
&react-dom
peerDependency to>=18.0.0
siteLanguage
fromsiteMetadata
gatsby-plugin-theme-ui/components
anymore but defined in a<MDXProvider>
insrc/components/layout
useColorSchemeMediaQuery
in Theme UI config is set tosystem
body
from thePost
andPage
type. The fieldcontentFilePath
was added.gatsby-omni-font-loader
body
font style is changed from"IBM Plex Sans"
to a system font stackreact-live
showLineNumbers
option isfalse
by default nowMigration:
Internally the necessary changes of the gatsby-plugin-mdx migration guide were made, but if you set the
mdx
option tofalse
and/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 anyremarkPlugins
orrehypePlugins
that 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-helmet
in 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-helmet
as internally everything was migrated to Gatsby Head API. To have thelang
tag work correctly on the<html>
element you'll need to set it by using thesetHtmlAttributes
API. 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-loader
in 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.