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

Bump the dependencies group across 1 directory with 17 updates #17

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 3, 2024

Bumps the dependencies group with 17 updates in the / directory:

Package From To
@fontsource/roboto 5.0.12 5.0.13
@mui/icons-material 5.15.15 5.15.16
@mui/material 5.15.15 5.15.16
@tanstack/react-query 5.28.14 5.32.1
framer-motion 11.0.25 11.1.7
react 18.2.0 18.3.1
@types/react 18.2.74 18.3.1
react-dom 18.2.0 18.3.1
@types/react-dom 18.2.24 18.3.0
@tanstack/eslint-plugin-query 5.28.11 5.32.1
@tanstack/react-query-devtools 5.28.14 5.32.1
@typescript-eslint/eslint-plugin 7.5.0 7.8.0
@typescript-eslint/parser 7.5.0 7.8.0
eslint 8.57.0 9.1.1
eslint-plugin-react-hooks 4.6.0 4.6.2
typescript 5.4.4 5.4.5
vite 5.2.8 5.2.11

Updates @fontsource/roboto from 5.0.12 to 5.0.13

Commits

Updates @mui/icons-material from 5.15.15 to 5.15.16

Release notes

Sourced from @​mui/icons-material's releases.

v5.15.16

A big thanks to the 8 contributors who made this release possible. Here are some highlights ✨: This release was mostly about 🐛 bug fixes and 📚 documentation improvements.

@mui/[email protected]

Docs

Core

All contributors of this release in alphabetical order: @​aarongarciah, @​alexfauquette, @​DanailH, @​DiegoAndai, @​github-actions[bot], @​JCQuintas, @​mnajdova, @​oliviertassinari

Changelog

Sourced from @​mui/icons-material's changelog.

v5.15.16

May 1, 2024

A big thanks to the 8 contributors who made this release possible. Here are some highlights ✨: This release was mostly about 🐛 bug fixes and 📚 documentation improvements.

@mui/[email protected]

Docs

Core

... (truncated)

Commits

Updates @mui/material from 5.15.15 to 5.15.16

Release notes

Sourced from @​mui/material's releases.

v5.15.16

A big thanks to the 8 contributors who made this release possible. Here are some highlights ✨: This release was mostly about 🐛 bug fixes and 📚 documentation improvements.

@mui/[email protected]

Docs

Core

All contributors of this release in alphabetical order: @​aarongarciah, @​alexfauquette, @​DanailH, @​DiegoAndai, @​github-actions[bot], @​JCQuintas, @​mnajdova, @​oliviertassinari

Changelog

Sourced from @​mui/material's changelog.

v5.15.16

May 1, 2024

A big thanks to the 8 contributors who made this release possible. Here are some highlights ✨: This release was mostly about 🐛 bug fixes and 📚 documentation improvements.

@mui/[email protected]

Docs

Core

... (truncated)

Commits

Updates @tanstack/react-query from 5.28.14 to 5.32.1

Release notes

Sourced from @​tanstack/react-query's releases.

v5.32.1

Version 5.32.1 - 4/30/2024, 1:38 PM

Changes

Fix

  • trigger release (684ffbfe) by Dominik Dorfmeister
  • codemods: Use .cjs extension for CommonJS files (#7333) (2aca521a) by Anton Jeppsson

Docs

  • createSyncStoragePersister: fix typo (#7348) (6768a9c7) by Mackie Underdown

Packages

  • @​tanstack/eslint-plugin-query@​5.32.1
  • @​tanstack/query-async-storage-persister@​5.32.1
  • @​tanstack/query-broadcast-client-experimental@​5.32.1
  • @​tanstack/query-core@​5.32.1
  • @​tanstack/query-devtools@​5.32.1
  • @​tanstack/query-persist-client-core@​5.32.1
  • @​tanstack/query-sync-storage-persister@​5.32.1
  • @​tanstack/react-query@​5.32.1
  • @​tanstack/react-query-devtools@​5.32.1
  • @​tanstack/react-query-persist-client@​5.32.1
  • @​tanstack/react-query-next-experimental@​5.32.1
  • @​tanstack/solid-query@​5.32.1
  • @​tanstack/solid-query-devtools@​5.32.1
  • @​tanstack/solid-query-persist-client@​5.32.1
  • @​tanstack/svelte-query@​5.32.1
  • @​tanstack/svelte-query-devtools@​5.32.1
  • @​tanstack/svelte-query-persist-client@​5.32.1
  • @​tanstack/vue-query@​5.32.1
  • @​tanstack/vue-query-devtools@​5.32.1
  • @​tanstack/angular-query-devtools-experimental@​5.32.1
  • @​tanstack/angular-query-experimental@​5.32.1

v5.32.0

Version 5.32.0 - 4/23/2024, 7:31 AM

Changes

Feat

  • core: make observers on Query a public property (#7326) (e3240f02) by Dominik Dorfmeister

Chore

  • docs: fix prettier (f025a7c2) by Dominik Dorfmeister

... (truncated)

Commits

Updates framer-motion from 11.0.25 to 11.1.7

Changelog

Sourced from framer-motion's changelog.

[11.1.7] 2024-04-19

Changed

  • Updating types for motion.div.

[11.1.6] 2024-04-19

Changed

  • Binding stop to MainThreadAnimation

[11.1.5] 2024-04-18

Changed

  • Exporting DOMMotionComponents.

[11.1.4] 2024-04-18

Fixed

  • Fixing types of motion.div in certain TS5 environment configurations.

Changed

  • Skip removal of existing motion value when undefined.

[11.1.3] 2024-04-17

Fixed

  • ESM compat with CJS bundle.

[11.1.2] 2024-04-16

Fixed

  • Ensuring transforms unset during unit conversion are restored.

[11.1.1] 2024-04-16

Changed

  • Updating JSX transform.

[11.1.0] 2024-04-16

Changed

... (truncated)

Commits

Updates react from 18.2.0 to 18.3.1

Release notes

Sourced from react's releases.

18.3.1 (April 26, 2024)

  • Export act from react f1338f

18.3.0 (April 25, 2024)

This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.

Read the React 19 Upgrade Guide for more info.

React

  • Allow writing to this.refs to support string ref codemod 909071
  • Warn for deprecated findDOMNode outside StrictMode c3b283
  • Warn for deprecated test-utils methods d4ea75
  • Warn for deprecated Legacy Context outside StrictMode 415ee0
  • Warn for deprecated string refs outside StrictMode #25383
  • Warn for deprecated defaultProps for function components #25699
  • Warn when spreading key #25697
  • Warn when using act from test-utils d4ea75

React DOM

  • Warn for deprecated unmountComponentAtNode 8a015b
  • Warn for deprecated renderToStaticNodeStream #28874
Changelog

Sourced from react's changelog.

18.3.1 (April 26, 2024)

  • Export act from react f1338f

18.3.0 (April 25, 2024)

This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.

Read the React 19 Upgrade Guide for more info.

React

  • Allow writing to this.refs to support string ref codemod 909071
  • Warn for deprecated findDOMNode outside StrictMode c3b283
  • Warn for deprecated test-utils methods d4ea75
  • Warn for deprecated Legacy Context outside StrictMode 415ee0
  • Warn for deprecated string refs outside StrictMode #25383
  • Warn for deprecated defaultProps for function components #25699
  • Warn when spreading key #25697
  • Warn when using act from test-utils d4ea75

React DOM

  • Warn for deprecated unmountComponentAtNode 8a015b
  • Warn for deprecated renderToStaticNodeStream #28874
Commits
Maintainer changes

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


Updates @types/react from 18.2.74 to 18.3.1

Commits

Updates react-dom from 18.2.0 to 18.3.1

Release notes

Sourced from react-dom's releases.

18.3.1 (April 26, 2024)

  • Export act from react f1338f

18.3.0 (April 25, 2024)

This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.

Read the React 19 Upgrade Guide for more info.

React

  • Allow writing to this.refs to support string ref codemod 909071
  • Warn for deprecated findDOMNode outside StrictMode c3b283
  • Warn for deprecated test-utils methods d4ea75
  • Warn for deprecated Legacy Context outside StrictMode 415ee0
  • Warn for deprecated string refs outside StrictMode #25383
  • Warn for deprecated defaultProps for function components #25699
  • Warn when spreading key #25697
  • Warn when using act from test-utils d4ea75

React DOM

  • Warn for deprecated unmountComponentAtNode 8a015b
  • Warn for deprecated renderToStaticNodeStream #28874
Changelog

Sourced from react-dom's changelog.

18.3.1 (April 26, 2024)

  • Export act from react f1338f

18.3.0 (April 25, 2024)

This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.

Read the React 19 Upgrade Guide for more info.

React

  • Allow writing to this.refs to support string ref codemod 909071
  • Warn for deprecated findDOMNode outside StrictMode c3b283
  • Warn for deprecated test-utils methods d4ea75
  • Warn for deprecated Legacy Context outside StrictMode 415ee0
  • Warn for deprecated string refs outside StrictMode #25383
  • Warn for deprecated defaultProps for function components #25699
  • Warn when spreading key #25697
  • Warn when using act from test-utils d4ea75

React DOM

  • Warn for deprecated unmountComponentAtNode 8a015b
  • Warn for deprecated renderToStaticNodeStream #28874
Commits
  • d6c42f7 Bump to 18.3.1
  • 8a015b6 Add deprecation warning for unmountComponentAtNode
  • c3b2839 Add deprecation warning for findDOMNode
  • d4ea75d ReactDOMTestUtils deprecation warnings
  • 7548c01 Deprecate renderToStaticNodeStream (#28872) (#28874)
  • 5894232 Enable warning for defaultProps on function components for everyone (#25699)
  • c2a246e Turn on string ref deprecation warning for everybody (not codemoddable) (#25383)
  • 2cfb474 Bump version from 18.2 to 18.3
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by react-bot, a new releaser for react-dom since your current version.


Updates @types/react-dom from 18.2.24 to 18.3.0

Commits

Updates @tanstack/eslint-plugin-query from 5.28.11 to 5.32.1

Release notes

Sourced from @​tanstack/eslint-plugin-query's releases.

v5.32.1

Version 5.32.1 - 4/30/2024, 1:38 PM

Changes

Fix

  • trigger release (684ffbfe) by Dominik Dorfmeister
  • codemods: Use .cjs extension for CommonJS files (#7333) (2aca521a) by Anton Jeppsson

Docs

  • createSyncStoragePersister: fix typo (#7348) (6768a9c7) by Mackie Underdown

Packages

  • @​tanstack/eslint-plugin-query@​5.32.1
  • @​tanstack/query-async-storage-persister@​5.32.1
  • @​tanstack/query-broadcast-client-experimental@​5.32.1
  • @​tanstack/query-core@​5.32.1
  • @​tanstack/query-devtools@​5.32.1
  • @​tanstack/query-persist-client-core@​5.32.1
  • @​tanstack/query-sync-storage-persister@​5.32.1
  • @​tanstack/react-query@​5.32.1
  • @​tanstack/react-query-devtools@​5.32.1
  • @​tanstack/react-query-persist-client@​5.32.1
  • @​tanstack/react-query-next-experimental@​5.32.1
  • @​tanstack/solid-query@​5.32.1
  • @​tanstack/solid-query-devtools@​5.32.1
  • @​tanstack/solid-query-persist-client@​5.32.1
  • @​tanstack/svelte-query@​5.32.1
  • @​tanstack/svelte-query-devtools@​5.32.1
  • @​tanstack/svelte-query-persist-client@​5.32.1
  • @​tanstack/vue-query@​5.32.1
  • @​tanstack/vue-query-devtools@​5.32.1<...

    Description has been truncated

Bumps the dependencies group with 17 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@fontsource/roboto](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/roboto) | `5.0.12` | `5.0.13` |
| [@mui/icons-material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material) | `5.15.15` | `5.15.16` |
| [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) | `5.15.15` | `5.15.16` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.28.14` | `5.32.1` |
| [framer-motion](https://github.com/framer/motion) | `11.0.25` | `11.1.7` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `18.2.0` | `18.3.1` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.74` | `18.3.1` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `18.2.0` | `18.3.1` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.2.24` | `18.3.0` |
| [@tanstack/eslint-plugin-query](https://github.com/TanStack/query/tree/HEAD/packages/eslint-plugin-query) | `5.28.11` | `5.32.1` |
| [@tanstack/react-query-devtools](https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools) | `5.28.14` | `5.32.1` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.5.0` | `7.8.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.5.0` | `7.8.0` |
| [eslint](https://github.com/eslint/eslint) | `8.57.0` | `9.1.1` |
| [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) | `4.6.0` | `4.6.2` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.4.4` | `5.4.5` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.2.8` | `5.2.11` |



Updates `@fontsource/roboto` from 5.0.12 to 5.0.13
- [Changelog](https://github.com/fontsource/font-files/blob/main/fonts/google/roboto/CHANGELOG.md)
- [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/google/roboto)

Updates `@mui/icons-material` from 5.15.15 to 5.15.16
- [Release notes](https://github.com/mui/material-ui/releases)
- [Changelog](https://github.com/mui/material-ui/blob/v5.15.16/CHANGELOG.md)
- [Commits](https://github.com/mui/material-ui/commits/v5.15.16/packages/mui-icons-material)

Updates `@mui/material` from 5.15.15 to 5.15.16
- [Release notes](https://github.com/mui/material-ui/releases)
- [Changelog](https://github.com/mui/material-ui/blob/v5.15.16/CHANGELOG.md)
- [Commits](https://github.com/mui/material-ui/commits/v5.15.16/packages/mui-material)

Updates `@tanstack/react-query` from 5.28.14 to 5.32.1
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.32.1/packages/react-query)

Updates `framer-motion` from 11.0.25 to 11.1.7
- [Changelog](https://github.com/framer/motion/blob/main/CHANGELOG.md)
- [Commits](motiondivision/motion@v11.0.25...v11.1.7)

Updates `react` from 18.2.0 to 18.3.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react)

Updates `@types/react` from 18.2.74 to 18.3.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `react-dom` from 18.2.0 to 18.3.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react-dom)

Updates `@types/react-dom` from 18.2.24 to 18.3.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Updates `@tanstack/eslint-plugin-query` from 5.28.11 to 5.32.1
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.32.1/packages/eslint-plugin-query)

Updates `@tanstack/react-query-devtools` from 5.28.14 to 5.32.1
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.32.1/packages/react-query-devtools)

Updates `@types/react` from 18.2.74 to 18.3.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `@types/react-dom` from 18.2.24 to 18.3.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Updates `@typescript-eslint/eslint-plugin` from 7.5.0 to 7.8.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.8.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 7.5.0 to 7.8.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.8.0/packages/parser)

Updates `eslint` from 8.57.0 to 9.1.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.57.0...v9.1.1)

Updates `eslint-plugin-react-hooks` from 4.6.0 to 4.6.2
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks)

Updates `typescript` from 5.4.4 to 5.4.5
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.4.4...v5.4.5)

Updates `vite` from 5.2.8 to 5.2.11
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.2.11/packages/vite)

---
updated-dependencies:
- dependency-name: "@fontsource/roboto"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@mui/icons-material"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@mui/material"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@tanstack/react-query"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: framer-motion
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: react
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: react-dom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@tanstack/eslint-plugin-query"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@tanstack/react-query-devtools"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: eslint-plugin-react-hooks
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 3, 2024
@tristanhollman tristanhollman merged commit cf951b4 into master May 8, 2024
1 check passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dependencies-5bc0b60581 branch May 8, 2024 13:08
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.

1 participant