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 major dependencies for gatsby-theme-lucifero (major) #13

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Dec 1, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@chakra-ui/gatsby-plugin (source) ^2.0.4 -> ^3.1.3 age adoption passing confidence
@chakra-ui/icons (source) ^1.1.7 -> ^2.1.1 age adoption passing confidence
@chakra-ui/react (source) ^1.8.6 -> ^2.8.2 age adoption passing confidence
@chakra-ui/system (source) ^1.11.2 -> ^2.6.2 age adoption passing confidence
@​fec/remark-a11y-emoji ^3.1.0 -> ^4.0.2 age adoption passing confidence
@mdx-js/mdx (source) ^1.6.22 -> ^3.0.1 age adoption passing confidence
@mdx-js/react (source) ^1.6.22 -> ^3.0.1 age adoption passing confidence
@svgr/webpack (source) ^6.2.1 -> ^8.1.0 age adoption passing confidence
@ungap/structured-clone ^0.3.4 -> ^1.2.0 age adoption passing confidence
framer-motion ^6.2.8 -> ^11.2.10 age adoption passing confidence
gatsby-plugin-emotion (source) ^7.9.0 -> ^8.13.1 age adoption passing confidence
gatsby-plugin-image (source) ^2.9.1 -> ^3.13.1 age adoption passing confidence
gatsby-plugin-lodash (source) ^5.9.0 -> ^6.13.1 age adoption passing confidence
gatsby-plugin-mdx (source) ^3.9.1 -> ^5.13.1 age adoption passing confidence
gatsby-plugin-nprogress (source) ^4.9.0 -> ^5.13.1 age adoption passing confidence
gatsby-plugin-react-helmet (source) ^5.9.0 -> ^6.13.1 age adoption passing confidence
gatsby-plugin-react-i18next ^1.2.2 -> ^3.0.1 age adoption passing confidence
gatsby-plugin-sharp (source) ^4.9.1 -> ^5.13.1 age adoption passing confidence
gatsby-plugin-sitemap (source) ^5.9.0 -> ^6.13.1 age adoption passing confidence
gatsby-plugin-typography (source) ^4.9.0 -> ^5.13.1 age adoption passing confidence
gatsby-remark-copy-linked-files (source) ^5.9.0 -> ^6.13.1 age adoption passing confidence
gatsby-remark-images (source) ^6.9.1 -> ^7.13.1 age adoption passing confidence
gatsby-remark-prismjs (source) ^6.9.0 -> ^7.13.1 age adoption passing confidence
gatsby-remark-responsive-iframe (source) ^5.9.0 -> ^6.13.1 age adoption passing confidence
gatsby-source-filesystem (source) ^4.9.1 -> ^5.13.1 age adoption passing confidence
gatsby-transformer-csv (source) ^4.9.0 -> ^5.13.1 age adoption passing confidence
gatsby-transformer-sharp (source) ^4.9.0 -> ^5.13.1 age adoption passing confidence
gatsby-transformer-yaml-full (source) ^4.0.4 -> ^5.0.0 age adoption passing confidence
gatsby-yaml-full-markdown (source) ^4.1.0 -> ^5.0.1 age adoption passing confidence
i18next (source) ^21.6.14 -> ^23.11.5 age adoption passing confidence
mkdirp ^1.0.4 -> ^3.0.1 age adoption passing confidence
react-error-boundary ^3.1.4 -> ^4.0.13 age adoption passing confidence
react-i18next ^11.15.7 -> ^14.1.2 age adoption passing confidence
react-icons ^4.3.1 -> ^5.2.1 age adoption passing confidence
rehype-sanitize ^4.0.0 -> ^6.0.0 age adoption passing confidence
rehype-slug ^4.0.1 -> ^6.0.0 age adoption passing confidence
remark-unwrap-images ^3.0.1 -> ^4.0.0 age adoption passing confidence
svgo (source) ^2.8.0 -> ^3.3.2 age adoption passing confidence
swiper (source) ^8.0.7 -> ^11.1.4 age adoption passing confidence
url-join ^4.0.1 -> ^5.0.0 age adoption passing confidence

Release Notes

chakra-ui/chakra-ui (@​chakra-ui/gatsby-plugin)

v3.1.3

Patch Changes
  • #​7525
    d14458b5a
    Thanks @​TylerAPfledderer! - Reverts the
    use of the baseTheme in the plugin

    With the added features of extendBaseTheme and ChakraBaseProvider, it was
    determined that the provider is considered unnecessary.

    Custom theming is to be expected for components when there are no defaults
    rendered.

    For Gatsby, this means that the plugin can be reverted back to it's original
    setup, and still be able to accept extendBaseTheme to reduce the payload of
    the component themes when customizing them.

v3.1.1

Compare Source

Patch Changes

v3.1.0

Compare Source

Minor Changes
  • #​7096
    3547207e5
    Thanks @​TylerAPfledderer! - Add option
    to use ChakraBaseProvider instead of ChakraProvider. This will only apply
    theme tokens initially and not default theming for components.

v3.0.7

Compare Source

Patch Changes

v3.0.6

Compare Source

Patch Changes

v3.0.5

Patch Changes
  • #​6508
    445661955
    Thanks @​anubra266! - - Initial release of
    react hooks
    • Refactor all packages to reduce bundle size
    • Refactor code for proper prop doc generatation

v3.0.1

Compare Source

Patch Changes

v3.0.0

Compare Source

Major Changes
chakra-ui/chakra-ui (@​chakra-ui/icons)

v2.1.1

Compare Source

Patch Changes

v2.1.0

Compare Source

Minor Changes
  • 754d9d4f4
    Thanks @​segunadebayo! - To improve support
    for the App Router, all components and hooks are exported with the
    "use client" directive.
Patch Changes

v2.0.19

Compare Source

Patch Changes

v2.0.18

Patch Changes

v2.0.17

Patch Changes

v2.0.16

Compare Source

Patch Changes

v2.0.15

Compare Source

Patch Changes
  • #​7154
    2d7398a01
    Thanks @​segunadebayo! - ## All components

    Improved the bundling setup for all components.

    • Switched to the .mjs file extension for correct ESM behavior
    • Switched to the latest tsup will uses automatic JSX runtime detection
      removing the need for manually inject classic React import
    • Moved tsup config to package.json since it's very minimal
    • Removed clean-package.config.json in favor of the package.json property
    • Fixed issue where Storybook addon (dark mode and RTL) was not working
  • Updated dependencies
    [2d7398a01]:

v2.0.14

Compare Source

Patch Changes

v2.0.13

Compare Source

Patch Changes

v2.0.12

Compare Source

Patch Changes

v2.0.11

Compare Source

Patch Changes

v2.0.10

Compare Source

Patch Changes

v2.0.9

Patch Changes

v2.0.7

Patch Changes

v2.0.6

Patch Changes

v2.0.5

Patch Changes

v2.0.4

Compare Source

Patch Changes

v2.0.3

Compare Source

Patch Changes

v2.0.2

Compare Source

Patch Changes

v2.0.1

Compare Source

Patch Changes

v2.0.0

Compare Source

Major Changes
Patch Changes
chakra-ui/chakra-ui (@​chakra-ui/react)

v2.8.2

Compare Source

Patch Changes

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.

@changeset-bot
Copy link

changeset-bot bot commented Dec 1, 2021

⚠️ No Changeset found

Latest commit: 38aada0

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 added the renovate label Dec 1, 2021
@renovate renovate bot force-pushed the renovate/major-gatsby-theme-lucifero-prod-major branch 8 times, most recently from 887c2d9 to 9c2d4db Compare December 8, 2021 13:26
@renovate renovate bot force-pushed the renovate/major-gatsby-theme-lucifero-prod-major branch 10 times, most recently from a895cf4 to 9e83d6b Compare December 15, 2021 16:38
@renovate renovate bot force-pushed the renovate/major-gatsby-theme-lucifero-prod-major branch 4 times, most recently from 440f174 to 041bb63 Compare December 21, 2021 11:10
@renovate renovate bot force-pushed the renovate/major-gatsby-theme-lucifero-prod-major branch from 041bb63 to 83bb537 Compare December 30, 2021 13:02
@renovate renovate bot force-pushed the renovate/major-gatsby-theme-lucifero-prod-major branch 5 times, most recently from 75b9a09 to efd2ac4 Compare January 12, 2022 13:12
@renovate renovate bot force-pushed the renovate/major-gatsby-theme-lucifero-prod-major branch 6 times, most recently from 9ccab91 to 0bbeca8 Compare April 23, 2024 08:40
@renovate renovate bot force-pushed the renovate/major-gatsby-theme-lucifero-prod-major branch 2 times, most recently from 2899493 to 446756b Compare May 2, 2024 20:48
@renovate renovate bot force-pushed the renovate/major-gatsby-theme-lucifero-prod-major branch 7 times, most recently from cb7fb63 to 817613d Compare May 10, 2024 08:49
@renovate renovate bot force-pushed the renovate/major-gatsby-theme-lucifero-prod-major branch 6 times, most recently from cb7e976 to c24fd23 Compare May 16, 2024 22:56
@renovate renovate bot force-pushed the renovate/major-gatsby-theme-lucifero-prod-major branch 4 times, most recently from 4396fc6 to 807bc04 Compare May 22, 2024 19:02
@renovate renovate bot force-pushed the renovate/major-gatsby-theme-lucifero-prod-major branch 3 times, most recently from c9c165e to 457a430 Compare May 30, 2024 14:22
@renovate renovate bot force-pushed the renovate/major-gatsby-theme-lucifero-prod-major branch from 457a430 to 38aada0 Compare May 31, 2024 12:34
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