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 #36

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.7.6 -> 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

Configuration

📅 Schedule: 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.


  • If you want to rebase/retry this PR, check this box.

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 2 times, most recently from d26d8b6 to 50904e0 Compare June 11, 2021 15:48
@renovate renovate bot force-pushed the renovate/lekoarts-gatsby-theme-minimal-blog-3.x branch from 50904e0 to 0c85804 Compare July 6, 2021 09:51
@renovate renovate bot force-pushed the renovate/lekoarts-gatsby-theme-minimal-blog-3.x branch from 0c85804 to 78ffe6a Compare August 2, 2021 07:34
@renovate renovate bot force-pushed the renovate/lekoarts-gatsby-theme-minimal-blog-3.x branch 2 times, most recently from 92dec9a to 64939b6 Compare September 1, 2021 12:12
@renovate renovate bot force-pushed the renovate/lekoarts-gatsby-theme-minimal-blog-3.x branch from 64939b6 to 2c958cb Compare October 4, 2021 17:43
@renovate renovate bot force-pushed the renovate/lekoarts-gatsby-theme-minimal-blog-3.x branch from 2c958cb to fbf6216 Compare October 7, 2021 09:24
@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 Mar 7, 2022
@renovate renovate bot closed this Mar 7, 2022
@renovate renovate bot deleted the renovate/lekoarts-gatsby-theme-minimal-blog-3.x branch March 7, 2022 10:28
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