Skip to content
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

Update dependency @lekoarts/gatsby-theme-minimal-blog to v3 - autoclosed #313

Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 7, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@lekoarts/gatsby-theme-minimal-blog (source) 2.4.0 -> 3.1.3 age adoption passing confidence

Release Notes

LekoArts/gatsby-themes

v3.1.3

Compare Source

Patch Changes

v3.1.2

Compare Source

Patch Changes

v3.1.1

Compare Source

Patch Changes

v3.1.0

Minor Changes
  • #​644 4fccc44 Thanks @​LekoArts! - feat(minimal-blog-core): Set backgroundColor in gatsby-remark-images to transparent

    By default the plugin has white as a backgroundColor. 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 the mdx option to false for the theme, copy/paste the existing gatsby-plugin-mdx config into your own site.

    For example, your gatsby-config.js then will look like this:

    module.exports = {
      // + Rest of your config
      plugins: [
        // + rest of your plugins
        {
          resolve: `@lekoarts/gatsby-theme-minimal-blog`,
          options: {
            mdx: false
            // + rest of the options you want to set
          }
        },
        {
          resolve: `gatsby-plugin-mdx`,
          options: {
            lessBabel: true,
            extensions: [`.mdx`, `.md`],
            gatsbyRemarkPlugins: [
              {
                resolve: `gatsby-remark-images`,
                options: {
                  maxWidth: 960,
                  quality: 90,
                  linkImagesToOriginal: false
                }
              }
            ],
            plugins: [
              {
                resolve: `gatsby-remark-images`,
                options: {
                  maxWidth: 960,
                  quality: 90,
                  linkImagesToOriginal: false
                }
              }
            ]
          }
        }
      ]
    };
Patch Changes

v3.0.3

Patch Changes

v3.0.2

Compare Source

Patch Changes

v3.0.1

Compare Source

Patch Changes
  • #​597 e1aec09 Thanks @​renovate! - fix(deps): update packages

    Renovate Bot updates:

    • @react-spring/parallax ^9.1.2 -> ^9.2.3
    • @react-spring/web ^9.1.2 -> ^9.2.3
    • gatsby-plugin-catch-links ^3.6.0 -> ^3.7.0
    • gatsby-plugin-image ^1.6.0 -> ^1.7.0
    • gatsby-plugin-mdx ^2.6.0 -> ^2.7.0
    • gatsby-plugin-react-helmet ^4.6.0 -> ^4.7.0
    • gatsby-plugin-sharp ^3.6.0 -> ^3.7.0
    • gatsby-remark-images ^5.3.0 -> ^5.4.0
    • gatsby-source-filesystem ^3.6.0 -> ^3.7.0
    • gatsby-transformer-sharp ^3.6.0 -> ^3.7.0

v3.0.0

Compare Source

Major Changes

#​599 1785dcf Thanks @​LekoArts!

Breaking Changes
  1. Using lessBabel option for gatsby-plugin-mdx
  2. Updating theme-ui from v0.3 to v0.9 and thus also emotion from v10 to v11
  3. Updating all Gatsby related packages to latest
  4. Removed gatsby-plugin-typescript
  5. Removed gatsby-plugin-feed
  6. Removed typeface-ibm-plex-sans npm package
Migrating
  1. The lessBabel option might break your setup in some edge cases. If it doesn't work, turn on the mdx option and choose your own config for gatsby-plugin-mdx
  2. The changelog/migration guide for theme-ui is here: https://theme-ui.com/migrating and for emotion here: https://emotion.sh/docs/emotion-11
  3. Gatsby v3 migration guide: https://www.gatsbyjs.com/docs/reference/release-notes/migrating-from-v2-to-v3/
  4. The TypeScript plugin isn't necessary anymore with Gatsby v3
  5. The plugin and its config was moved to the starter. You can copy the configuration from there into your own gatsby-config.js
  6. The starter now handles loading the font (via 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 own gatsby-config.js
Improvements
Updates 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.

  • Conditionally add gatsby-plugin-google-analytics
  • Add FAST_DEV flag
  • Update to all latest Gatsby (+ plugins) versions
  • Move gatsby-plugin-feed from theme to starter
  • Use gatsby-omni-font-loader to load the primary font ("IBM Plex Sans") instead of in the theme itself
Patch Changes

v2.7.6

Compare Source

Patch Changes

v2.7.5

Compare Source

Patch Changes

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
  • gatsby-theme-minimal-blog: Add postsPrefix option (bc172cd), closes #​512

2.6.5 (2020-10-25)

Bug Fixes
  • gatsby-theme-minimal-blog: Use correct h1 on all pages (#​519) (f6fdeb3)

2.6.4 (2020-10-25)

Bug Fixes
  • gatsby-theme-minimal-blog: Add additional language PHP & PY flags (#​520) (01f8e7f)

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
  • minimal-blog: Add 'word-break' to prose CSS (c74e28c), closes #​492

v2.6.5

Compare Source

Bug Fixes
  • gatsby-theme-minimal-blog: Use correct h1 on all pages (#​519) (f6fdeb3)

v2.6.4

Compare Source

Bug Fixes
  • gatsby-theme-minimal-blog: Add additional language PHP & PY flags (#​520) (01f8e7f)

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
  • minimal-blog: Add 'word-break' to prose CSS (c74e28c), closes #​492

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
  • Add variant to parts of minimal-blog content (7cd58a5)

2.4.1 (2020-08-27)

Bug Fixes

v2.4.2

Compare Source

Bug Fixes
  • Add variant to parts of minimal-blog content (7cd58a5)

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.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/lekoarts-gatsby-theme-minimal-blog-3.x branch from 09f44ca to 027a0ab Compare June 10, 2021 07:14
@renovate renovate bot force-pushed the renovate/lekoarts-gatsby-theme-minimal-blog-3.x branch 2 times, most recently from a935881 to 18c9258 Compare June 17, 2021 15:54
@renovate renovate bot force-pushed the renovate/lekoarts-gatsby-theme-minimal-blog-3.x branch from 18c9258 to 6f2e9bc Compare June 23, 2021 19:39
@renovate renovate bot force-pushed the renovate/lekoarts-gatsby-theme-minimal-blog-3.x branch 2 times, most recently from 40d5b3e to 489824e Compare July 6, 2021 09:56
@renovate renovate bot force-pushed the renovate/lekoarts-gatsby-theme-minimal-blog-3.x branch 2 times, most recently from 2a5daad to cd0be05 Compare August 2, 2021 07:29
@renovate renovate bot force-pushed the renovate/lekoarts-gatsby-theme-minimal-blog-3.x branch from cd0be05 to cbe6ce4 Compare August 5, 2021 08:35
@renovate renovate bot force-pushed the renovate/lekoarts-gatsby-theme-minimal-blog-3.x branch 3 times, most recently from 4c23e6c to 4076ece Compare September 1, 2021 17:19
@renovate renovate bot force-pushed the renovate/lekoarts-gatsby-theme-minimal-blog-3.x branch from 4076ece to d2b3511 Compare September 14, 2021 20:39
@renovate renovate bot force-pushed the renovate/lekoarts-gatsby-theme-minimal-blog-3.x branch from d2b3511 to 83e0fc4 Compare September 24, 2021 17:22
@renovate renovate bot force-pushed the renovate/lekoarts-gatsby-theme-minimal-blog-3.x branch 2 times, most recently from 36595e0 to 2fd973d Compare October 7, 2021 08:46
@renovate renovate bot force-pushed the renovate/lekoarts-gatsby-theme-minimal-blog-3.x branch from 2fd973d to 63e8e4c Compare October 11, 2021 03:52
@renovate renovate bot changed the title Update dependency @lekoarts/gatsby-theme-minimal-blog to v3 Update dependency @lekoarts/gatsby-theme-minimal-blog to v3 - autoclosed Oct 21, 2021
@renovate renovate bot closed this Oct 21, 2021
@renovate renovate bot deleted the renovate/lekoarts-gatsby-theme-minimal-blog-3.x branch October 21, 2021 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[gatsby-theme-minimal-blog]: Navigation Item active color doesn't work.
1 participant