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

fix(deps): update minor and patch dependencies for gatsby-theme-lucifero #21

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 1, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@chakra-ui/react (source) ^1.8.6 -> ^1.8.9 age adoption passing confidence
@chakra-ui/system (source) ^1.11.2 -> ^1.12.1 age adoption passing confidence
@changesets/cli (source) ^2.21.1 -> ^2.27.5 age adoption passing confidence
@emotion/react (source) ^11.8.2 -> ^11.11.4 age adoption passing confidence
@emotion/styled (source) ^11.8.1 -> ^11.11.5 age adoption passing confidence
@imgix/gatsby ^2.0.0 -> ^2.1.3 age adoption passing confidence
@svgr/webpack (source) ^6.2.1 -> ^6.5.1 age adoption passing confidence
@use-gesture/react (source) ^10.2.9 -> ^10.3.1 age adoption passing confidence
framer-motion ^6.2.8 -> ^6.5.1 age adoption passing confidence
gatsby-plugin-breadcrumb ^12.3.1 -> ^12.3.2 age adoption passing confidence
gatsby-plugin-emotion (source) ^7.9.0 -> ^7.25.0 age adoption passing confidence
gatsby-plugin-gdpr-cookies ^2.0.8 -> ^2.0.9 age adoption passing confidence
gatsby-plugin-image (source) ^2.9.1 -> ^2.25.0 age adoption passing confidence
gatsby-plugin-lodash (source) ^5.9.0 -> ^5.25.0 age adoption passing confidence
gatsby-plugin-mdx (source) ^3.9.1 -> ^3.20.0 age adoption passing confidence
gatsby-plugin-mdx-embed ^1.0.0 -> ^1.1.3 age adoption passing confidence
gatsby-plugin-nprogress (source) ^4.9.0 -> ^4.25.0 age adoption passing confidence
gatsby-plugin-react-helmet (source) ^5.9.0 -> ^5.25.0 age adoption passing confidence
gatsby-plugin-react-i18next ^1.2.2 -> ^1.2.3 age adoption passing confidence
gatsby-plugin-robots-txt ^1.7.0 -> ^1.8.0 age adoption passing confidence
gatsby-plugin-sharp (source) ^4.9.1 -> ^4.25.1 age adoption passing confidence
gatsby-plugin-sitemap (source) ^5.9.0 -> ^5.25.0 age adoption passing confidence
gatsby-plugin-typography (source) ^4.9.0 -> ^4.25.0 age adoption passing confidence
gatsby-remark-copy-linked-files (source) ^5.9.0 -> ^5.25.0 age adoption passing confidence
gatsby-remark-embed-video ^3.1.1 -> ^3.2.1 age adoption passing confidence
gatsby-remark-images (source) ^6.9.1 -> ^6.25.0 age adoption passing confidence
gatsby-remark-prismjs (source) ^6.9.0 -> ^6.25.0 age adoption passing confidence
gatsby-remark-relative-images ^2.0.2 -> ^2.0.5 age adoption passing confidence
gatsby-remark-responsive-iframe (source) ^5.9.0 -> ^5.25.0 age adoption passing confidence
gatsby-source-filesystem (source) ^4.9.1 -> ^4.25.0 age adoption passing confidence
gatsby-transformer-csv (source) ^4.9.0 -> ^4.25.0 age adoption passing confidence
gatsby-transformer-sharp (source) ^4.9.0 -> ^4.25.0 age adoption passing confidence
gatsby-transformer-yaml-full (source) ^4.0.4 -> ^4.0.5 age adoption passing confidence
gatsby-yaml-full-markdown (source) ^4.1.0 -> ^4.1.1 age adoption passing confidence
i18next (source) ^21.6.14 -> ^21.10.0 age adoption passing confidence
mdx-embed ^1.0.0 -> ^1.1.2 age adoption passing confidence
moment (source) ^2.29.1 -> ^2.30.1 age adoption passing confidence
prismjs ^1.27.0 -> ^1.29.0 age adoption passing confidence
react-country-flag ^3.0.2 -> ^3.1.0 age adoption passing confidence
react-i18next ^11.15.7 -> ^11.18.6 age adoption passing confidence
react-icons ^4.3.1 -> ^4.12.0 age adoption passing confidence
react-typography ^0.16.20 -> ^0.16.23 age adoption passing confidence
swiper (source) ^8.0.7 -> ^8.4.7 age adoption passing confidence
typography ^0.16.21 -> ^0.16.24 age adoption passing confidence

Release Notes

chakra-ui/chakra-ui (@​chakra-ui/react)

v1.8.8

Compare Source

Patch Changes

v1.8.7

Compare Source

chakra-ui/chakra-ui (@​chakra-ui/system)

v1.12.1

Compare Source

Patch Changes

v1.12.0

Compare Source

Minor Changes
  • #​5532
    cedec803f
    Thanks @​TimKolberger! - Added
    [data-theme] to the CSS variables root selector. This allows the semantic
    tokens to change according to data-theme="dark" and data-theme="light" DOM
    element attributes.
Patch Changes
changesets/changesets (@​changesets/cli)

v2.27.5

Compare Source

Patch Changes

v2.27.4

Compare Source

Patch Changes

v2.27.3

Compare Source

Patch Changes
  • #​1357 18c966a Thanks @​Andarist! - Fixed an issue with changeset status executed without since argument. It should now correctly use the configured base branch as the default value.

v2.27.2

Compare Source

Patch Changes

v2.27.1

Compare Source

Patch Changes
  • #​1267 86cfff1 Thanks @​Andarist! - Make ./bin.js available through package.json#exports to fix compatibility with changesets/action.

v2.27.0

Compare Source

Minor Changes
Patch Changes

v2.26.2

Compare Source

Patch Changes

v2.26.1

Compare Source

Patch Changes
  • #​1115 feddc88 Thanks @​Andarist! - Call pnpm publish directly from the directory of the published package. This allows pnpm to correctly handle configured publishConfig.directory.

v2.26.0

Compare Source

Minor Changes
  • #​1033 521205d Thanks @​Andarist! - A new config-level changedFilePatterns option has been added. You can configure it with an array of glob patterns like here:

    // .changeset/config.json
    {
      "changedFilePatterns": ["src/**"]
    }

    Files that do not match the configured pattern won't contribute to the "changed" status of the package to which they belong. This both affects changesets add and changeset status.

Patch Changes

v2.25.2

Compare Source

Patch Changes

[v2.25.1](https://togithub


Configuration

📅 Schedule: Branch creation - "before 10am on the first day of the month" in timezone GMT, 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@renovate renovate bot added the renovate label Mar 1, 2022
@changeset-bot
Copy link

changeset-bot bot commented Mar 1, 2022

⚠️ No Changeset found

Latest commit: b01019f

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot force-pushed the renovate/gatsby-theme-lucifero-prod-minor branch 9 times, most recently from 4754e33 to 5f76e7a Compare March 7, 2022 18:56
@renovate renovate bot force-pushed the renovate/gatsby-theme-lucifero-prod-minor branch 4 times, most recently from 6e2ae35 to 1bbb9e2 Compare March 10, 2022 13:11
@renovate renovate bot changed the title fix(deps): update minor and patch dependencies for gatsby-theme-lucifero fix(deps): update minor and patch dependencies for gatsby-theme-lucifero - autoclosed Mar 11, 2022
@renovate renovate bot closed this Mar 11, 2022
@renovate renovate bot deleted the renovate/gatsby-theme-lucifero-prod-minor branch March 11, 2022 16:20
@renovate renovate bot changed the title fix(deps): update minor and patch dependencies for gatsby-theme-lucifero - autoclosed fix(deps): update minor and patch dependencies for gatsby-theme-lucifero Mar 13, 2022
@renovate renovate bot reopened this Mar 13, 2022
@renovate renovate bot restored the renovate/gatsby-theme-lucifero-prod-minor branch March 13, 2022 09:40
@renovate renovate bot force-pushed the renovate/gatsby-theme-lucifero-prod-minor branch from 1bbb9e2 to bff1ec5 Compare March 13, 2022 09:59
@renovate renovate bot changed the title fix(deps): update minor and patch dependencies for gatsby-theme-lucifero fix(deps): update dependency react-i18next to ^11.15.7 for gatsby-theme-lucifero Mar 13, 2022
@renovate renovate bot changed the title fix(deps): update dependency react-i18next to ^11.15.7 for gatsby-theme-lucifero fix(deps): update dependency react-i18next to ^11.15.7 for gatsby-theme-lucifero - autoclosed Mar 13, 2022
@renovate renovate bot closed this Mar 13, 2022
@renovate renovate bot deleted the renovate/gatsby-theme-lucifero-prod-minor branch March 13, 2022 14:58
@renovate renovate bot changed the title fix(deps): update dependency react-i18next to ^11.15.7 for gatsby-theme-lucifero - autoclosed fix(deps): update dependency react-i18next to ^11.15.7 for gatsby-theme-lucifero Mar 14, 2022
@renovate renovate bot reopened this Mar 14, 2022
@renovate renovate bot restored the renovate/gatsby-theme-lucifero-prod-minor branch March 14, 2022 16:52
@renovate renovate bot force-pushed the renovate/gatsby-theme-lucifero-prod-minor branch from bff1ec5 to b1b7dc2 Compare March 14, 2022 19:25
@renovate renovate bot force-pushed the renovate/gatsby-theme-lucifero-prod-minor branch from f0b110c to 22fd481 Compare November 20, 2022 18:00
@renovate renovate bot force-pushed the renovate/gatsby-theme-lucifero-prod-minor branch 2 times, most recently from d7a8eba to 6decf48 Compare March 22, 2023 07:23
@renovate renovate bot force-pushed the renovate/gatsby-theme-lucifero-prod-minor branch 3 times, most recently from b0563c9 to 95677df Compare March 31, 2023 03:12
@renovate renovate bot force-pushed the renovate/gatsby-theme-lucifero-prod-minor branch from 95677df to f764bfe Compare April 17, 2023 13:48
@renovate renovate bot force-pushed the renovate/gatsby-theme-lucifero-prod-minor branch 2 times, most recently from 9f4a74a to 2cbb8c9 Compare May 28, 2023 14:54
@renovate renovate bot force-pushed the renovate/gatsby-theme-lucifero-prod-minor branch from 2cbb8c9 to e270b43 Compare June 7, 2023 12:17
@renovate renovate bot force-pushed the renovate/gatsby-theme-lucifero-prod-minor branch 3 times, most recently from e4dcf14 to ebe2630 Compare June 27, 2023 11:53
@renovate renovate bot force-pushed the renovate/gatsby-theme-lucifero-prod-minor branch from ebe2630 to 9217c87 Compare July 8, 2023 18:50
@renovate renovate bot force-pushed the renovate/gatsby-theme-lucifero-prod-minor branch from 9217c87 to 70a6087 Compare September 7, 2023 04:02
@renovate renovate bot force-pushed the renovate/gatsby-theme-lucifero-prod-minor branch from 70a6087 to f9a28a1 Compare September 16, 2023 13:20
@renovate renovate bot force-pushed the renovate/gatsby-theme-lucifero-prod-minor branch from f9a28a1 to 3629725 Compare November 14, 2023 10:44
@renovate renovate bot force-pushed the renovate/gatsby-theme-lucifero-prod-minor branch 2 times, most recently from 3d1c59a to b61b337 Compare November 28, 2023 12:12
@renovate renovate bot force-pushed the renovate/gatsby-theme-lucifero-prod-minor branch 3 times, most recently from 58fbd38 to fe42323 Compare December 27, 2023 13:59
@renovate renovate bot force-pushed the renovate/gatsby-theme-lucifero-prod-minor branch from fe42323 to f19b4f0 Compare February 27, 2024 15:33
@renovate renovate bot force-pushed the renovate/gatsby-theme-lucifero-prod-minor branch from f19b4f0 to 42daf2e Compare March 21, 2024 17:20
@renovate renovate bot force-pushed the renovate/gatsby-theme-lucifero-prod-minor branch from 42daf2e to b773bb4 Compare March 29, 2024 19:12
@renovate renovate bot force-pushed the renovate/gatsby-theme-lucifero-prod-minor branch 2 times, most recently from bc1a5bc to 1b3fcc9 Compare May 20, 2024 12:18
@renovate renovate bot force-pushed the renovate/gatsby-theme-lucifero-prod-minor branch from 1b3fcc9 to ae33400 Compare May 28, 2024 13:59
@renovate renovate bot force-pushed the renovate/gatsby-theme-lucifero-prod-minor branch from ae33400 to b01019f Compare May 28, 2024 17:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants