Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 19, 2023

Bumps the npm_and_yarn at /. security update group with 9 updates:

Package From To
@lekoarts/gatsby-theme-minimal-blog 4.1.7 6.2.1
gatsby 4.25.7 5.12.7
gatsby-plugin-image 2.25.0 3.12.1
gatsby-plugin-google-analytics 4.25.0 5.12.0
gatsby-plugin-manifest 4.25.0 5.12.1
gatsby-plugin-netlify 4.4.0 5.1.1
gatsby-plugin-sharp 4.25.1 5.12.1
gatsby-plugin-sitemap 5.25.0 6.12.1
gatsby-transformer-sharp 4.25.0 5.12.1

Updates @lekoarts/gatsby-theme-minimal-blog from 4.1.7 to 6.2.1

Release notes

Sourced from @​lekoarts/gatsby-theme-minimal-blog's releases.

@​lekoarts/gatsby-theme-minimal-blog-core@​6.2.1

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!

@​lekoarts/gatsby-theme-minimal-blog@​6.2.1

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!

  • Updated dependencies [409bba45]:

    • @​lekoarts/gatsby-theme-minimal-blog-core@​6.2.1

@​lekoarts/gatsby-theme-minimal-blog@​6.2.0

Minor Changes

  • #1232 d1a23dc5 Thanks @​renovate! - This theme uses prism-react-renderer for its code blocks. The version was updated from 1.3.5 to 2.0.6 and it contains some breaking changes in regards to the API surface.

    If you modified the theme in any way (e.g. by shadowing or adding additional Prism languages) you need to apply those changes, too.

    Change of module imports

    - import Highlight, { defaultProps } from "prism-react-renderer";
    + import { Highlight } from "prism-react-renderer"
    const Content = (
    
    <Highlight {...defaultProps} code={exampleCode} language="jsx">
    
    
    <Highlight code={exampleCode} language="jsx">

Custom languages

import { Highlight, Prism } from "prism-react-renderer";
(typeof global !== "undefined" ? global : window).Prism = Prism;
await import("prismjs/components/prism-applescript");
/** or **/
require("prismjs/components/prism-applescript");

Theme imports

- import vsDark from "prism-react-renderer/themes/vsDark"
+ import { themes } from "prism-react-renderer"
+ const { vsDark } = themes

const theme = require('prism-react-renderer/themes/vsDark')

... (truncated)

Changelog

Sourced from @​lekoarts/gatsby-theme-minimal-blog's changelog.

6.2.1

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!

  • Updated dependencies [409bba45]:

    • @​lekoarts/gatsby-theme-minimal-blog-core@​6.2.1

6.2.0

Minor Changes

  • #1232 d1a23dc5 Thanks @​renovate! - This theme uses prism-react-renderer for its code blocks. The version was updated from 1.3.5 to 2.0.6 and it contains some breaking changes in regards to the API surface.

    If you modified the theme in any way (e.g. by shadowing or adding additional Prism languages) you need to apply those changes, too.

    Change of module imports

    - import Highlight, { defaultProps } from "prism-react-renderer";
    + import { Highlight } from "prism-react-renderer"
    const Content = (
    
    <Highlight {...defaultProps} code={exampleCode} language="jsx">
    
    
    <Highlight code={exampleCode} language="jsx">

Custom languages

import { Highlight, Prism } from "prism-react-renderer";
(typeof global !== "undefined" ? global : window).Prism = Prism;
await import("prismjs/components/prism-applescript");
/** or **/
require("prismjs/components/prism-applescript");

Theme imports

- import vsDark from "prism-react-renderer/themes/vsDark"
+ import { themes } from "prism-react-renderer"
+ const { vsDark } = themes

const theme = require('prism-react-renderer/themes/vsDark')


const theme = require('prism-react-renderer').themes.vsDark

... (truncated)

Commits
  • c92b1bb Changesets: Version Packages (#1236)
  • 409bba4 chore: Remove link to my Patreon
  • 7a392d1 Changesets: Version Packages (#1234)
  • d1a23dc fix(deps): update prism-react-renderer (#1232)
  • 7737180 Changesets: Version Packages (#1223)
  • a7507b1 fix(deps): update dependency gatsby-plugin-catch-links to ^5.12.0 for gatsby-...
  • 6e7497e fix(deps): update emotion to ^11.11.1 (#1211)
  • 83fc90d Changesets: Version Packages (#1205)
  • 5c2713a fix(deps): update dependency gatsby-plugin-catch-links to ^5.10.0 for gatsby-...
  • 7f708a6 fix(deps): update emotion to ^11.11.0 (#1197)
  • Additional commits viewable in compare view

Updates gatsby from 4.25.7 to 5.12.7

Release notes

Sourced from gatsby's releases.

v5.12.0

Welcome to gatsby@5.12.0 release (August 2023 #1)

Key highlight of this release:

Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next and let us know if you have any issues.

Previous release notes

v5.11.0

Welcome to gatsby@5.11.0 release (June 2023 #1)

Key highlights of this release:

Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next and let us know if you have any issues.

Previous release notes

Full changelog

v5.10.0

Welcome to gatsby@5.10.0 release (May 2023 #1)

This release focused on bug fixes and perf improvements. Check out notable bugfixes and improvements.

Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next and let us know if you have any issues.

Previous release notes

Full changelog

v5.9.0

Welcome to gatsby@5.9.0 release (April 2023 #1)

Key highlights of this release:

Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next and let us know if you have any issues.

Previous release notes

Full changelog

... (truncated)

Commits
  • 39d2fd8 chore(release): Publish
  • acb8799 fix(gatsby): open lmdb instances in writeable locations in generated ssr/dsg ...
  • 1e8748c chore(release): Publish
  • f1a4107 chore(deps): upgrade sharp to latest v0.32.6 (#38374) (#38617)
  • 4dc464b chore(source-npm-package-search): bespoke treatment for plugin-gatsby-cloud...
  • aff105b chore(release): Publish
  • 8061500 Update gatsby-contentful-plugin README (#38480) (#38607)
  • aefefa9 chore(release): Publish
  • 9ffed29 feat(gatsby-graphiql-explorer): lower minimum node version (#38577) (#38579)
  • d055a99 chore(release): Publish
  • Additional commits viewable in compare view

Updates gatsby-plugin-image from 2.25.0 to 3.12.1

Release notes

Sourced from gatsby-plugin-image's releases.

v3.12 (August 2021 #2)

Welcome to gatsby@3.12.0 release (August 2021 #2)

Key highlights of this release:

Also check out notable bugfixes.

Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next and let us know if you have any issues.

Previous release notes

Full changelog

v3.11 (August 2021 #1)

Welcome to gatsby@3.11.0 release (August 2021 #1)

Key highlights of this release:

Also check out notable bugfixes.

Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next and let us know if you have any issues.

Previous release notes

Full changelog

v3.10 (July 2021 #2)

Welcome to gatsby@3.10.0 release (July 2021 #2)

Key highlights of this release:

Also check out notable bugfixes.

Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next and let us know if you have any issues.

Previous release notes

Full changelog

... (truncated)

Changelog

Sourced from gatsby-plugin-image's changelog.

3.12.1 (2023-10-09)

Note: Version bump only for package gatsby-plugin-image

3.12.0 (2023-08-24)

🧾 Release notes

Features

Bug Fixes

3.11.0 (2023-06-15)

🧾 Release notes

Bug Fixes

Chores

3.10.0 (2023-05-16)

🧾 Release notes

Bug Fixes

3.9.0 (2023-04-18)

🧾 Release notes

Bug Fixes

Chores

... (truncated)

Commits

Updates gatsby-plugin-google-analytics from 4.25.0 to 5.12.0

Release notes

Sourced from gatsby-plugin-google-analytics's releases.

v5.12.0

Welcome to gatsby@5.12.0 release (August 2023 #1)

Key highlight of this release:

Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next and let us know if you have any issues.

Previous release notes

v5.11.0

Welcome to gatsby@5.11.0 release (June 2023 #1)

Key highlights of this release:

Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next and let us know if you have any issues.

Previous release notes

Full changelog

v5.10.0

Welcome to gatsby@5.10.0 release (May 2023 #1)

This release focused on bug fixes and perf improvements. Check out notable bugfixes and improvements.

Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next and let us know if you have any issues.

Previous release notes

Full changelog

v5.9.0

Welcome to gatsby@5.9.0 release (April 2023 #1)

Key highlights of this release:

Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next and let us know if you have any issues.

Previous release notes

Full changelog

... (truncated)

Changelog

Sourced from gatsby-plugin-google-analytics's changelog.

5.12.0 (2023-08-24)

🧾 Release notes

Note: Version bump only for package gatsby-plugin-google-analytics

5.11.0 (2023-06-15)

🧾 Release notes

Note: Version bump only for package gatsby-plugin-google-analytics

5.10.0 (2023-05-16)

🧾 Release notes

Note: Version bump only for package gatsby-plugin-google-analytics

5.9.0 (2023-04-18)

🧾 Release notes

Note: Version bump only for package gatsby-plugin-google-analytics

5.8.0 (2023-03-21)

🧾 Release notes

Note: Version bump only for package gatsby-plugin-google-analytics

5.7.0 (2023-02-21)

🧾 Release notes

Note: Version bump only for package gatsby-plugin-google-analytics

5.6.0 (2023-02-07)

🧾 Release notes

Bug Fixes

5.5.0 (2023-01-24)

🧾 Release notes

Chores

... (truncated)

Commits

Updates gatsby-plugin-manifest from 4.25.0 to 5.12.1

Release notes

Sourced from gatsby-plugin-manifest's releases.

v5.12.0

Welcome to gatsby@5.12.0 release (August 2023 #1)

Key highlight of this release:

Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next and let us know if you have any issues.

Previous release notes

v5.11.0

Welcome to gatsby@5.11.0 release (June 2023 #1)

Key highlights of this release:

Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next and let us know if you have any issues.

Previous release notes

Full changelog

v5.10.0

Welcome to gatsby@5.10.0 release (May 2023 #1)

This release focused on bug fixes and perf improvements. Check out notable bugfixes and improvements.

Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next and let us know if you have any issues.

Previous release notes

Full changelog

v5.9.0

Welcome to gatsby@5.9.0 release (April 2023 #1)

Key highlights of this release:

Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next and let us know if you have any issues.

Previous release notes

Full changelog

... (truncated)

Changelog

Sourced from gatsby-plugin-manifest's changelog.

5.12.1 (2023-10-09)

Chores

5.12.0 (2023-08-24)

🧾 Release notes

Bug Fixes

5.11.0 (2023-06-15)

🧾 Release notes

Chores

5.10.0 (2023-05-16)

🧾 Release notes

Bug Fixes

5.9.0 (2023-04-18)

🧾 Release notes

Note: Version bump only for package gatsby-plugin-manifest

5.8.0 (2023-03-21)

🧾 Release notes

Note: Version bump only for package gatsby-plugin-manifest

5.7.0 (2023-02-21)

🧾 Release notes

Note: Version bump only for package gatsby-plugin-manifest

5.6.0 (2023-02-07)

... (truncated)

Commits

Updates gatsby-plugin-netlify from 4.4.0 to 5.1.1

Release notes

Sourced from gatsby-plugin-netlify's releases.

v5.1.1

5.1.1 (2023-09-25)

Bug Fixes

  • apply caching headers to all produced assets (#217) (31e9249)
  • deps: update dependency fs-extra to v11 (#256) (aa3184c)
  • add path to transformHeaders (#276)

gatsby-plugin-netlify v5.1.0

Features

Bug Fixes

  • deps: update dependency @​babel/runtime to v7.19.4 (#186) (0f51e02)
  • deps: update dependency @​babel/runtime to v7.20.0 (#192) (214e991)

gatsby-plugin-netlify v5.0.1

Bug Fixes

  • deps: update dependency fs-extra to v10.1.0 (#145) (1e4cdf5)

gatsby-plugin-netlify v5.0.0

⚠ BREAKING CHANGES

  • Remove script preloading (#134)

Features

Changelog

Sourced from gatsby-plugin-netlify's changelog.

5.1.1 (2023-09-25)

Bug Fixes

  • apply caching headers to all produced assets (#217) (31e9249)
  • deps: update dependency fs-extra to v11 (#256) (aa3184c)
  • add path to transformHeaders (#276)

5.1.0 (2022-11-30)

Features

Bug Fixes

  • deps: update dependency @​babel/runtime to v7.19.4 (#186) (0f51e02)
  • deps: update dependency @​babel/runtime to v7.20.0 (#192) (214e991)

5.0.1 (2022-07-25)

Bug Fixes

  • deps: update dependency fs-extra to v10.1.0 (#145) (1e4cdf5)

5.0.0 (2022-05-24)

⚠ BREAKING CHANGES

  • Remove script preloading (#134)

Features

Commits
  • 4b8eef4 chore(main): release 5.1.1 (#279)
  • ca15fcd add path to transformHeaders - resolves #275 (#276)
  • 2dc646e chore(deps): update tibdex/github-app-token action to v1.9.0
  • f17ba67 chore(deps): update jest monorepo to v29.5.5
  • d194b97 chore(deps): update dependency @​babel/core to v7.22.20
  • 2c59f20 chore(deps): update dependency typescript to v5 (#251)
  • 8f6c0ae chore(deps): update googlecloudplatform/release-please-action action to v3 (#...
  • c626aab chore(deps): update dependency prettier to v3 (#263)
  • aa3184c fix(deps): update dependency fs-extra to v11 (#256)
  • 2caa46e chore(deps): update dependency gatsby to v5.12.4
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by netlify-bot, a new releaser for gatsby-plugin-netlify since your current version.


Updates gatsby-plugin-sharp from 4.25.1 to 5.12.1

Release notes

Sourced from gatsby-plugin-sharp's releases.

v5.12.0

Welcome to gatsby@5.12.0 release (August 2023 #1)

Key highlight of this release:

Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next and let us know if you have any issues.

Previous release notes

v5.11.0

Welcome to gatsby@5.11.0 release (June 2023 #1)

Key highlights of this release:

Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next and let us know if you have any issues.

Previous release notes

Full changelog

v5.10.0

Welcome to gatsby@5.10.0 release (May 2023 #1)

This release focused on bug fixes and perf improvements. Check out notable bugfixes and improvements.

Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next and let us know if you have any issues.

Previous release notes

Full changelog

v5.9.0

Welcome to gatsby@5.9.0 release (April 2023 #1)

Key highlights of this release:

Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next and let us know if you have any issues.

Previous release notes

Full changelog

... (truncated)

Changelog

Sourced from gatsby-plugin-sharp's changelog.

5.12.1 (2023-10-09)

Chores

5.12.0 (2023-08-24)

🧾 Release notes

Bug Fixes

5.11.0 (2023-06-15)

🧾 Release notes

Chores

5.10.0 (2023-05-16)

🧾 Release notes

Bug Fixes

5.9.0 (2023-04-18)

🧾 Release notes

Bug Fixes

  • update dependency fs-extra to ^11.1.1 #37827 (3e9a590)
  • don't serve static assets that are not result of currently triggered deferred job #37796 (6539860)

5.8.1 (2023-03-29)

Bug Fixes

  • don't serve static assets that are not result of currently triggered deferred job #37796 #37799 (5f44208)

5.8.0 (2023-03-21)

🧾 Release notes

... (truncated)

Commits

Updates gatsby-plugin-sitemap from 5.25.0 to 6.12.1

Changelog

Sourced from gatsby-plugin-sitemap's changelog.

6.12.1 (2023-10-09)

Note: Version bump only for package gatsby-plugin-sitemap

Bumps the npm_and_yarn at /. security update group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [@lekoarts/gatsby-theme-minimal-blog](https://github.com/LekoArts/gatsby-themes/tree/HEAD/themes/gatsby-theme-minimal-blog) | `4.1.7` | `6.2.1` |
| [gatsby](https://github.com/gatsbyjs/gatsby) | `4.25.7` | `5.12.7` |
| [gatsby-plugin-image](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-image) | `2.25.0` | `3.12.1` |
| [gatsby-plugin-google-analytics](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-google-analytics) | `4.25.0` | `5.12.0` |
| [gatsby-plugin-manifest](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-manifest) | `4.25.0` | `5.12.1` |
| [gatsby-plugin-netlify](https://github.com/netlify/gatsby-plugin-netlify) | `4.4.0` | `5.1.1` |
| [gatsby-plugin-sharp](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sharp) | `4.25.1` | `5.12.1` |
| [gatsby-plugin-sitemap](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sitemap) | `5.25.0` | `6.12.1` |
| [gatsby-transformer-sharp](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-transformer-sharp) | `4.25.0` | `5.12.1` |


Updates `@lekoarts/gatsby-theme-minimal-blog` from 4.1.7 to 6.2.1
- [Release notes](https://github.com/LekoArts/gatsby-themes/releases)
- [Changelog](https://github.com/LekoArts/gatsby-themes/blob/main/themes/gatsby-theme-minimal-blog/CHANGELOG.md)
- [Commits](https://github.com/LekoArts/gatsby-themes/commits/@lekoarts/gatsby-theme-minimal-blog@6.2.1/themes/gatsby-theme-minimal-blog)

Updates `gatsby` from 4.25.7 to 5.12.7
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/compare/gatsby@4.25.7...gatsby@5.12.7)

Updates `gatsby-plugin-image` from 2.25.0 to 3.12.1
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-image/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-image@3.12.1/packages/gatsby-plugin-image)

Updates `gatsby-plugin-google-analytics` from 4.25.0 to 5.12.0
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-google-analytics/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-analytics@5.12.0/packages/gatsby-plugin-google-analytics)

Updates `gatsby-plugin-manifest` from 4.25.0 to 5.12.1
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-manifest/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-manifest@5.12.1/packages/gatsby-plugin-manifest)

Updates `gatsby-plugin-netlify` from 4.4.0 to 5.1.1
- [Release notes](https://github.com/netlify/gatsby-plugin-netlify/releases)
- [Changelog](https://github.com/netlify/gatsby-plugin-netlify/blob/main/CHANGELOG.md)
- [Commits](netlify/gatsby-plugin-netlify@v4.4.0...v5.1.1)

Updates `gatsby-plugin-sharp` from 4.25.1 to 5.12.1
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-sharp/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sharp@5.12.1/packages/gatsby-plugin-sharp)

Updates `gatsby-plugin-sitemap` from 5.25.0 to 6.12.1
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-sitemap/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sitemap@6.12.1/packages/gatsby-plugin-sitemap)

Updates `gatsby-transformer-sharp` from 4.25.0 to 5.12.1
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-transformer-sharp/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sharp@5.12.1/packages/gatsby-transformer-sharp)

---
updated-dependencies:
- dependency-name: "@lekoarts/gatsby-theme-minimal-blog"
  dependency-type: direct:production
- dependency-name: gatsby
  dependency-type: direct:production
- dependency-name: gatsby-plugin-image
  dependency-type: direct:production
- dependency-name: gatsby-plugin-google-analytics
  dependency-type: direct:production
- dependency-name: gatsby-plugin-manifest
  dependency-type: direct:production
- dependency-name: gatsby-plugin-netlify
  dependency-type: direct:production
- dependency-name: gatsby-plugin-sharp
  dependency-type: direct:production
- dependency-name: gatsby-plugin-sitemap
  dependency-type: direct:production
- dependency-name: gatsby-transformer-sharp
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants