Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 27, 2022

Bumps minimatch to 3.1.2 and updates ancestor dependency @chakra-ui/gatsby-plugin. These dependencies need to be updated together.

Updates minimatch from 3.0.4 to 3.1.2

Commits

Updates @chakra-ui/gatsby-plugin from 2.0.1 to 2.0.4

Release notes

Sourced from @​chakra-ui/gatsby-plugin's releases.

@​chakra-ui/dom-utils@​2.0.4

Patch Changes

  • #6945 75eaba929 Thanks @​anddoutoi! - Fix issue where using @chakra-ui/react in a TypeScript project with "type": "module" in package.json and "moduleResolution": "Node16" in tsconfig.json cannot find the types.

@​chakra-ui/react-children-utils@​2.0.4

Patch Changes

  • #6945 75eaba929 Thanks @​anddoutoi! - Fix issue where using @chakra-ui/react in a TypeScript project with "type": "module" in package.json and "moduleResolution": "Node16" in tsconfig.json cannot find the types.

@​chakra-ui/react-types@​2.0.4

Patch Changes

  • #6945 75eaba929 Thanks @​anddoutoi! - Fix issue where using @chakra-ui/react in a TypeScript project with "type": "module" in package.json and "moduleResolution": "Node16" in tsconfig.json cannot find the types.

@​chakra-ui/react-use-focus-on-pointer-down@​2.0.4

Patch Changes

  • #6945 75eaba929 Thanks @​anddoutoi! - Fix issue where using @chakra-ui/react in a TypeScript project with "type": "module" in package.json and "moduleResolution": "Node16" in tsconfig.json cannot find the types.
  • Updated dependencies [75eaba929]:
    • @​chakra-ui/react-use-event-listener@​2.0.5

@​chakra-ui/theme-utils@​2.0.4

Patch Changes

... (truncated)

Changelog

Sourced from @​chakra-ui/gatsby-plugin's changelog.


title: Changelog description: The changelog for Chakra UI React slug: "/changelog"

The Changelog gives an overview of the meaningful changes we've made to Chakra UI as we keep driving for better performance and best-in-class developer experience.

20-02-2022

Switch v1.3.6

  • Fixed a UI issue where the Switch component rendered a few pixels off the baseline.

Media Query v2.0.2

  • Added props descriptions to Show / Hide components
  • Fixed an issue where the hook useBreakpoint did not update after the first page load.
  • Fixed an issue where the useBreakpointValue hook did not work as expected with custom breakpoints

Checkbox v1.6.6

  • Add FormControl support for useCheckbox

Styled System v1.18.0

  • Modify theme types to make it possible to customize token types via TypeScript module augmentation and declaration merging in addition to allowing customization via the Chakra CLI.

This makes it possible to do the following:

  • Distribute custom types with a component library based on Chakra
  • Customize theme types by hand
  • Version control your theme types

To customize themes using the new mechanism, augment the CustomThemeTypings type in a definitions file such as types/chakra.d.ts:

⚠️ NOTE: your CustomThemeTypings must implement/extend BaseThemeTypings, otherwise the types will fall back to the default Chakra types (or custom output from @​chakra-ui/cli)

... (truncated)

Commits
  • ba2fe6c ci(changesets): version packages (#5627)
  • 54a13cd docs: update .changelogrc (#5626)
  • e1fe48c chore: add changeset for all packages
  • 1fceab6 docs: add changelog
  • 3022724 ci(changesets): version packages (#5539)
  • 13efce9 docs(changelog): 651bec5b1999ec3edbcbbee297fc5b6ecef53f34 (#5535)
  • 651bec5 chore: remove version bump for all packages
  • b0da6e6 feat(styled-system): allow theme types to be defined using module augmentatio...
  • 5aa79f8 fix: fix useAriaHidden deps (#5422)
  • 99c92df fix: use sorted breakpoints in useBreakpointValue (#5625)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [minimatch](https://github.com/isaacs/minimatch) to 3.1.2 and updates ancestor dependency [@chakra-ui/gatsby-plugin](https://github.com/chakra-ui/chakra-ui). These dependencies need to be updated together.


Updates `minimatch` from 3.0.4 to 3.1.2
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Commits](isaacs/minimatch@v3.0.4...v3.1.2)

Updates `@chakra-ui/gatsby-plugin` from 2.0.1 to 2.0.4
- [Release notes](https://github.com/chakra-ui/chakra-ui/releases)
- [Changelog](https://github.com/chakra-ui/chakra-ui/blob/@chakra-ui/[email protected]/CHANGELOG.md)
- [Commits](https://github.com/chakra-ui/chakra-ui/compare/@chakra-ui/[email protected]...@chakra-ui/[email protected])

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
- dependency-name: "@chakra-ui/gatsby-plugin"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 27, 2022
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