Update dependency @lekoarts/gatsby-theme-minimal-blog to v3 - autoclosed #313
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:
2.4.0
->3.1.3
Release Notes
LekoArts/gatsby-themes
v3.1.3
Compare Source
Patch Changes
#696
d0b7944
Thanks @LekoArts! - chore: Improve READMEs with more instructionsLinks to changelogs and places to ask questions were added.
Updated dependencies [
d0b7944
]:v3.1.2
Compare Source
Patch Changes
#692
4d01e21
Thanks @renovate! - fix(deps): update minor and patch dependencies for gatsby-theme-minimal-blogUpdated dependencies [
afba2ff
]:v3.1.1
Compare Source
Patch Changes
#664
2ca7855
Thanks @renovate! - fix(deps): update minor and patch dependencies for gatsby-theme-minimal-blog-core^2.10.1
->^2.13.0
^3.10.2
->^3.13.0
^5.7.0
->^5.10.0
^3.10.0
->^3.13.0
^3.10.0
->^3.13.0
#663
f0ba317
Thanks @renovate! - fix(deps): update minor and patch dependencies for gatsby-theme-minimal-blog^3.10.0
->^3.13.0
^4.10.0
->^4.13.0
^2.2.3
->^2.3.0
Updated dependencies [
2ca7855
]:v3.1.0
Minor Changes
#644
4fccc44
Thanks @LekoArts! - feat(minimal-blog-core): SetbackgroundColor
in gatsby-remark-images totransparent
By default the plugin has
white
as abackgroundColor
. This is a problem for transparent images (PNG) that are viewed in the dark theme version of the site.So as a sensible default I'll set this to
transparent
now. If you relied on this being white and want to restore the old behavior, set themdx
option tofalse
for the theme, copy/paste the existinggatsby-plugin-mdx
config into your own site.For example, your
gatsby-config.js
then will look like this:Patch Changes
4fccc44
]:v3.0.3
Patch Changes
#632
a159f35
Thanks @renovate! - fix(deps): update packagesAll dependencies were updated to their latest version. The asssociated commit includes these updates:
^9.2.3
->^9.2.4
^9.2.3
->^9.2.4
^3.8.0
->^3.10.0
^1.8.0
->^1.10.1
^2.8.0
->^2.10.1
^4.8.0
->^4.10.0
^3.8.0
->^3.10.2
^5.5.0
->^5.7.0
^3.8.0
->^3.10.0
^3.8.0
->^3.10.0
^9.2.3
->^9.2.4
Depending on the theme a subset of these packages was updated. Future updates will be more granular so that the changelog is individual for each package!
Updated dependencies [
a159f35
]:v3.0.2
Compare Source
Patch Changes
#619
6d104cf
Thanks @renovate! - chore(deps): update packages^3.7.0
->^3.8.0
^1.7.0
->^1.8.0
^2.7.0
->^2.8.0
^4.7.0
->^4.8.0
^3.7.0
->^3.8.0
^5.4.0
->^5.5.0
^3.7.0
->^3.8.0
^3.7.0
->^3.8.0
Updated dependencies [
6d104cf
]:v3.0.1
Compare Source
Patch Changes
#597
e1aec09
Thanks @renovate! - fix(deps): update packagesRenovate Bot updates:
@react-spring/parallax
^9.1.2 -> ^9.2.3@react-spring/web
^9.1.2 -> ^9.2.3gatsby-plugin-catch-links
^3.6.0 -> ^3.7.0gatsby-plugin-image
^1.6.0 -> ^1.7.0gatsby-plugin-mdx
^2.6.0 -> ^2.7.0gatsby-plugin-react-helmet
^4.6.0 -> ^4.7.0gatsby-plugin-sharp
^3.6.0 -> ^3.7.0gatsby-remark-images
^5.3.0 -> ^5.4.0gatsby-source-filesystem
^3.6.0 -> ^3.7.0gatsby-transformer-sharp
^3.6.0 -> ^3.7.0#605
b2822c0
Thanks @LekoArts! - fix: Don't use nullish coalescingSupport for Node versions older than 14+
Updated dependencies [
e1aec09
,b2822c0
]:v3.0.0
Compare Source
Major Changes
#599
1785dcf
Thanks @LekoArts!Breaking Changes
lessBabel
option forgatsby-plugin-mdx
theme-ui
from v0.3 to v0.9 and thus alsoemotion
from v10 to v11gatsby-plugin-typescript
gatsby-plugin-feed
typeface-ibm-plex-sans
npm packageMigrating
lessBabel
option might break your setup in some edge cases. If it doesn't work, turn on themdx
option and choose your own config forgatsby-plugin-mdx
theme-ui
is here: https://theme-ui.com/migrating and foremotion
here: https://emotion.sh/docs/emotion-11gatsby-config.js
gatsby-omni-font-loader
). This enables you to switch the primary font more easily (once you updated the Theme UI config). You can copy the configuration from there into your owngatsby-config.js
Improvements
theme-ui
upgradeactive
color doesn't work. LekoArts/gatsby-themes#415Updates to Starter
If you only cloned the starter (https://github.com/LekoArts/gatsby-starter-minimal-blog) and didn't change anything else this section will be more relevant to you.
gatsby-plugin-google-analytics
FAST_DEV
flaggatsby-plugin-feed
from theme to startergatsby-omni-font-loader
to load the primary font ("IBM Plex Sans") instead of in the theme itselfPatch Changes
1785dcf
]:v2.7.6
Compare Source
Patch Changes
47f747e
#559 Thanks @renovate! - Dependency updates for various packages, including theme-ui and gatsby related packages (includes improvements forgatsby-plugin-image
)Updated dependencies [
47f747e
]:v2.7.5
Compare Source
Patch Changes
9d25527
#551 Thanks @renovate! - chore(deps): update packagesYou can see the details of the update here: chore(deps): update packages LekoArts/gatsby-themes#551
Updated dependencies [
9d25527
]:v2.7.4
Compare Source
Patch Changes
99de145
#541 Thanks @LekoArts! - Adding two variants called "section_hero" and "section_bottom" to the homepage component so that both sections can be styled via Theme UI config directly, e.g. when the hero.mdx file is empty the surrounding section can be hidden via CSS.All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.
v2.7.3
Compare Source
Note: Version bump only for package @lekoarts/gatsby-theme-minimal-blog
v2.7.2
Compare Source
Note: Version bump only for package @lekoarts/gatsby-theme-minimal-blog
v2.7.1
Compare Source
Note: Version bump only for package @lekoarts/gatsby-theme-minimal-blog
v2.7.0
Compare Source
Features
2.6.5 (2020-10-25)
Bug Fixes
2.6.4 (2020-10-25)
Bug Fixes
2.6.3 (2020-10-25)
Bug Fixes
2.6.2 (2020-10-10)
Note: Version bump only for package @lekoarts/gatsby-theme-minimal-blog
2.6.1 (2020-09-25)
Bug Fixes
v2.6.5
Compare Source
Bug Fixes
v2.6.4
Compare Source
Bug Fixes
v2.6.3
Compare Source
Bug Fixes
v2.6.2
Compare Source
Note: Version bump only for package @lekoarts/gatsby-theme-minimal-blog
v2.6.1
Compare Source
Bug Fixes
v2.6.0
Compare Source
Features
2.5.4 (2020-09-25)
Note: Version bump only for package @lekoarts/gatsby-theme-minimal-blog
2.5.3 (2020-09-16)
Bug Fixes
2.5.2 (2020-09-10)
Bug Fixes
2.5.1 (2020-08-28)
Bug Fixes
v2.5.4
Compare Source
Note: Version bump only for package @lekoarts/gatsby-theme-minimal-blog
v2.5.3
Compare Source
Bug Fixes
v2.5.2
Compare Source
Bug Fixes
v2.5.1
Compare Source
Bug Fixes
v2.5.0
Compare Source
Features
2.4.2 (2020-08-27)
Bug Fixes
2.4.1 (2020-08-27)
Bug Fixes
v2.4.2
Compare Source
Bug Fixes
v2.4.1
Compare Source
Bug Fixes
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled due to failing status checks.
♻ 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 has been generated by WhiteSource Renovate. View repository job log here.