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 all non-major dependencies #386

Merged
merged 1 commit into from
Jun 1, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 1, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) 7.21.5 -> 7.22.1 age adoption passing confidence
@chakra-ui/react (source) ^2.6.0 -> ^2.7.0 age adoption passing confidence
@chakra-ui/theme-tools ^2.0.16 -> ^2.0.18 age adoption passing confidence
@emotion/react (source) ^11.10.8 -> ^11.11.0 age adoption passing confidence
@emotion/styled (source) ^11.10.8 -> ^11.11.0 age adoption passing confidence
@sindresorhus/slugify ^2.2.0 -> ^2.2.1 age adoption passing confidence
framer-motion ^10.12.5 -> ^10.12.16 age adoption passing confidence
gatsby (source, changelog) ^5.9.0 -> ^5.10.0 age adoption passing confidence
gatsby-plugin-image (source) ^3.9.0 -> ^3.10.0 age adoption passing confidence
gatsby-plugin-mdx (source) ^5.9.0 -> ^5.10.0 age adoption passing confidence
gatsby-plugin-sharp (source) ^5.9.0 -> ^5.10.0 age adoption passing confidence
gatsby-plugin-sitemap (source) ^6.9.0 -> ^6.10.0 age adoption passing confidence
gatsby-remark-autolink-headers (source) ^6.9.0 -> ^6.10.0 age adoption passing confidence
gatsby-remark-images (source) ^7.9.0 -> ^7.10.0 age adoption passing confidence
gatsby-source-filesystem (source) ^5.9.0 -> ^5.10.0 age adoption passing confidence
gatsby-transformer-sharp (source) ^5.9.0 -> ^5.10.0 age adoption passing confidence
gatsby-transformer-toml (source) ^5.9.0 -> ^5.10.0 age adoption passing confidence
react-icons ^4.8.0 -> ^4.9.0 age adoption passing confidence

Release Notes

babel/babel

v7.22.1

Compare Source

🐛 Bug Fix

v7.22.0

Compare Source

🚀 New Feature
  • babel-parser, babel-plugin-transform-typescript
  • babel-compat-data, babel-core, babel-plugin-proposal-unicode-sets-regex, babel-plugin-transform-unicode-sets-regex, babel-preset-env, babel-standalone
  • babel-helpers, babel-plugin-proposal-explicit-resource-management, babel-plugin-transform-runtime, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime, babel-standalone
  • babel-plugin-proposal-import-attributes-to-assertions
  • babel-core, babel-generator, babel-parser, babel-plugin-syntax-import-attributes, babel-preset-env, babel-standalone, babel-types
  • babel-generator, babel-parser, babel-traverse, babel-types
  • babel-core, babel-helper-create-regexp-features-plugin, babel-parser
  • babel-helpers, babel-plugin-proposal-decorators, babel-plugin-syntax-decorators, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
💅 Polish
  • babel-plugin-transform-react-constant-elements, babel-plugin-transform-react-jsx, babel-traverse, babel-types
🏠 Internal
  • babel-parser
  • babel-compat-data, babel-helper-transform-fixture-test-runner, babel-node, babel-plugin-proposal-decorators, babel-plugin-proposal-duplicate-named-capturing-groups-regex, babel-plugin-transform-async-generator-functions, babel-plugin-transform-named-capturing-groups-regex, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs3
  • babel-core, babel-plugin-proposal-async-generator-functions, babel-plugin-proposal-class-properties, babel-plugin-proposal-class-static-block, babel-plugin-proposal-decorators, babel-plugin-proposal-dynamic-import, babel-plugin-proposal-export-namespace-from, babel-plugin-proposal-function-sent, babel-plugin-proposal-json-strings, babel-plugin-proposal-logical-assignment-operators, babel-plugin-proposal-nullish-coalescing-operator, babel-plugin-proposal-numeric-separator, babel-plugin-proposal-object-rest-spread, babel-plugin-proposal-optional-catch-binding, babel-plugin-proposal-optional-chaining, babel-plugin-proposal-pipeline-operator, babel-plugin-proposal-private-methods, babel-plugin-proposal-private-property-in-object, babel-plugin-proposal-unicode-property-regex, babel-preset-env, babel-standalone

v7.21.8

Compare Source

👓 Spec Compliance
🐛 Bug Fix
  • babel-helper-create-class-features-plugin, babel-helper-create-regexp-features-plugin
chakra-ui/chakra-ui (@​chakra-ui/react)

v2.7.0

Compare Source

Minor Changes
  • c31df5a4b
    Thanks @​segunadebayo! - - Add new
    Indicator layout component. Useful for positioning an element in the corners
    of another element.

    For example, let's say you want to position a notification badge in the top
    end corner of a box. You can use the Indicator component to achieve this.

    <Box position="relative" width="80px" height="80px" bg="gray.50">
      <Indicator placement="top-end">
        <Circle size="5" bg="red.100">
          3
        </Circle>
      </Indicator>
    </Box>
    • Refactored the Stack and Wrap components to use the flex gap instead of
      the owl selector & > * ~ * for spacing.

      This fixes an issue where you can't use raw text nodes as a child of the
      Stack or Wrap component.

Patch Changes

v2.6.1

Compare Source

Patch Changes
chakra-ui/chakra-ui (@​chakra-ui/theme-tools)

v2.0.18

Patch Changes
emotion-js/emotion

v11.11.0

Compare Source

Minor Changes
Patch Changes
sindresorhus/slugify

v2.2.1

Compare Source

  • Improve compatibility with partial strings
framer/motion

v10.12.16

Compare Source

Fixed
  • Fixing unit conversion when animating translateX/translateY.

v10.12.15

Compare Source

Fixed
  • Fixed timing bug when mixing layout prop and animate().
  • Removing errant log from resolveConstraints.

v10.12.14

Compare Source

Fixed
  • Ensure new layout components animate correctly on the first re-render.

v10.12.13

Compare Source

Fixed
  • Fixed scale correction in elements that have finished layout animations.

v10.12.12

Compare Source

Fixed
  • Ensuring zero units like "0px" can be used as keyframe templates.

v10.12.11

Compare Source

Fixed
  • Fixing ending layout animations immediately on resize.

v10.12.10

Compare Source

Fixed
  • Fixing persisting AnimatePresence child when exit animation is interrupted.

v10.12.9

Compare Source

Fixed
  • Fixing jumpy layer when a layout changes after a pending animation has been scheduled.

v10.12.8

Compare Source

Fixed
  • Moving layout animations to queueMicrotasks(), ensuring layout animations don't fire until all synchronous effects have executed.

v10.12.7

Compare Source

Fixed
  • Improve handling of "none" keyframes.

v10.12.6

Compare Source

Fixed
  • Fixing relative layout animations when mixing type: false and type: "tween", duration: 0.
gatsbyjs/gatsby (gatsby)

v5.10.0: v5.10.0

Compare Source

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

Compare Source

gatsbyjs/gatsby (gatsby-plugin-image)

v3.10.0

Compare Source

🧾 Release notes

Bug Fixes
gatsbyjs/gatsby (gatsby-plugin-mdx)

v5.10.0

Compare Source

🧾 Release notes

Bug Fixes
Chores
gatsbyjs/gatsby (gatsby-plugin-sharp)

v5.10.0

Compare Source

🧾 Release notes

Bug Fixes
gatsbyjs/gatsby (gatsby-plugin-sitemap)

v6.10.0

Compare Source

🧾 Release notes

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

gatsbyjs/gatsby (gatsby-remark-autolink-headers)

v6.10.0

Compare Source

🧾 Release notes

Note: Version bump only for package gatsby-remark-autolink-headers

gatsbyjs/gatsby (gatsby-remark-images)

v7.10.0

Compare Source

🧾 Release notes

Note: Version bump only for package gatsby-remark-images

gatsbyjs/gatsby (gatsby-source-filesystem)

v5.10.0

Compare Source

🧾 Release notes

Bug Fixes
  • update dependency xstate to ^4.37.2 for gatsby-source-filesystem #​38004 (f192268)
gatsbyjs/gatsby (gatsby-transformer-sharp)

v5.10.0

Compare Source

🧾 Release notes

Bug Fixes
gatsbyjs/gatsby (gatsby-transformer-toml)

v5.10.0

Compare Source

🧾 Release notes

Note: Version bump only for package gatsby-transformer-toml

react-icons/react-icons

v4.9.0

Compare Source

What's Changed

New Contributors

Full Changelog: react-icons/react-icons@v4.8.0...v4.9.0


Configuration

📅 Schedule: Branch creation - "after 11am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 dependencies Pull requests that update a dependency file label Jun 1, 2023
@netlify
Copy link

netlify bot commented Jun 1, 2023

Deploy Preview for bojanstipic ready!

Name Link
🔨 Latest commit 5f9f948
🔍 Latest deploy log https://app.netlify.com/sites/bojanstipic/deploys/647898cbd359110008d8f784
😎 Deploy Preview https://deploy-preview-386--bojanstipic.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@renovate renovate bot merged commit d31913a into master Jun 1, 2023
7 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch June 1, 2023 15:14
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.

None yet

0 participants