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 with 18 updates #36

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 15, 2024

Bumps the dependencies group with 18 updates:

Package From To
@mui/icons-material 5.15.2 5.15.4
@mui/material 5.15.2 5.15.4
@mui/system 5.15.2 5.15.4
@mui/x-date-pickers 6.18.6 6.19.0
@tanstack/react-query 5.17.0 5.17.12
@tanstack/react-query-devtools 5.17.0 5.17.12
axios 1.6.3 1.6.5
date-fns 3.0.6 3.2.0
firebase-tools 13.0.2 13.0.3
react-router-dom 6.21.1 6.21.2
@babel/preset-env 7.23.7 7.23.8
@types/node 20.10.6 20.11.2
@types/react 18.2.46 18.2.48
@typescript-eslint/eslint-plugin 6.16.0 6.18.1
@typescript-eslint/parser 6.16.0 6.18.1
prettier 3.1.1 3.2.2
sass 1.69.6 1.69.7
vite 5.0.10 5.0.11

Updates @mui/icons-material from 5.15.2 to 5.15.4

Release notes

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

5.15.4

A big thanks to the 22 contributors who made this release possible. Here are some highlights:

@mui/material@5.15.4

@mui/material-nextjs@5.15.4

@mui/icons-material@5.15.4

@mui/system@5.15.4

@mui/utils@5.15.4

@mui/base@5.0.0-beta.31

  • [base-ui][NumberInput] Remove inputId and inputRef types from NumberInput component (#40425) @​sai6855

@mui/joy@5.0.0-beta.22

Docs

... (truncated)

Changelog

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

5.15.4

Jan 10, 2024

A big thanks to the 22 contributors who made this release possible. Here are some highlights:

@mui/material@5.15.4

@mui/material-nextjs@5.15.4

@mui/icons-material@5.15.4

@mui/system@5.15.4

@mui/utils@5.15.4

@mui/base@5.0.0-beta.31

  • [base-ui][NumberInput] Remove inputId and inputRef types from NumberInput component (#40425) @​sai6855

@mui/joy@5.0.0-beta.22

Docs

... (truncated)

Commits

Updates @mui/material from 5.15.2 to 5.15.4

Release notes

Sourced from @​mui/material's releases.

5.15.4

A big thanks to the 22 contributors who made this release possible. Here are some highlights:

@mui/material@5.15.4

@mui/material-nextjs@5.15.4

@mui/icons-material@5.15.4

@mui/system@5.15.4

@mui/utils@5.15.4

@mui/base@5.0.0-beta.31

  • [base-ui][NumberInput] Remove inputId and inputRef types from NumberInput component (#40425) @​sai6855

@mui/joy@5.0.0-beta.22

Docs

... (truncated)

Changelog

Sourced from @​mui/material's changelog.

5.15.4

Jan 10, 2024

A big thanks to the 22 contributors who made this release possible. Here are some highlights:

@mui/material@5.15.4

@mui/material-nextjs@5.15.4

@mui/icons-material@5.15.4

@mui/system@5.15.4

@mui/utils@5.15.4

@mui/base@5.0.0-beta.31

  • [base-ui][NumberInput] Remove inputId and inputRef types from NumberInput component (#40425) @​sai6855

@mui/joy@5.0.0-beta.22

Docs

... (truncated)

Commits

Updates @mui/system from 5.15.2 to 5.15.4

Release notes

Sourced from @​mui/system's releases.

5.15.4

A big thanks to the 22 contributors who made this release possible. Here are some highlights:

@mui/material@5.15.4

@mui/material-nextjs@5.15.4

@mui/icons-material@5.15.4

@mui/system@5.15.4

@mui/utils@5.15.4

@mui/base@5.0.0-beta.31

  • [base-ui][NumberInput] Remove inputId and inputRef types from NumberInput component (#40425) @​sai6855

@mui/joy@5.0.0-beta.22

Docs

... (truncated)

Changelog

Sourced from @​mui/system's changelog.

5.15.4

Jan 10, 2024

A big thanks to the 22 contributors who made this release possible. Here are some highlights:

@mui/material@5.15.4

@mui/material-nextjs@5.15.4

@mui/icons-material@5.15.4

@mui/system@5.15.4

@mui/utils@5.15.4

@mui/base@5.0.0-beta.31

  • [base-ui][NumberInput] Remove inputId and inputRef types from NumberInput component (#40425) @​sai6855

@mui/joy@5.0.0-beta.22

Docs

... (truncated)

Commits

Updates @mui/x-date-pickers from 6.18.6 to 6.19.0

Release notes

Sourced from @​mui/x-date-pickers's releases.

v6.19.0

We'd like to offer a big thanks to the 3 contributors who made this release possible. Here are some highlights ✨:

  • ⏰ Support date-fns v3 (#11659) @​LukasTy Pickers support both v2 and v3 of date-fns. For v3 use AdapterDateFnsV3.
    // with date-fns v2.x
    import { AdapterDateFns } from '@mui/x-date-pickers/AdapterDateFns';
    import de from 'date-fns/locale/de';
    // with date-fns v3.x
    import { AdapterDateFns } from '@mui/x-date-pickers/AdapterDateFnsV3';
    import { de } from 'date-fns/locale/de';

Date Pickers

@mui/x-date-pickers@6.19.0

@mui/x-date-pickers-pro@6.19.0 pro

Same changes as in @mui/x-date-pickers@6.19.0.

Docs

v6.18.7

We'd like to offer a big thanks to the 4 contributors who made this release possible. Here are some highlights ✨:

Data Grid

@mui/x-data-grid@6.18.7

... (truncated)

Changelog

Sourced from @​mui/x-date-pickers's changelog.

6.19.0

Jan 11, 2024

We'd like to offer a big thanks to the 3 contributors who made this release possible. Here are some highlights ✨:

  • ⏰ Support date-fns v3 (#11659) @​LukasTy Pickers support both v2 and v3 of date-fns. For v3 use AdapterDateFnsV3.
    // with date-fns v2.x
    import { AdapterDateFns } from '@mui/x-date-pickers/AdapterDateFns';
    import de from 'date-fns/locale/de';
    // with date-fns v3.x
    import { AdapterDateFns } from '@mui/x-date-pickers/AdapterDateFnsV3';
    import { de } from 'date-fns/locale/de';

Date Pickers

@mui/x-date-pickers@6.19.0

@mui/x-date-pickers-pro@6.19.0 pro

Same changes as in @mui/x-date-pickers@6.19.0.

Docs

6.18.7

Jan 5, 2024

We'd like to offer a big thanks to the 4 contributors who made this release possible. Here are some highlights ✨:

... (truncated)

Commits

Updates @tanstack/react-query from 5.17.0 to 5.17.12

Release notes

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

v5.17.12

Version 5.17.12 - 1/15/2024, 9:27 AM

Changes

Fix

Chore

  • sherif: remove unnecessary option and ignore directory (#6701) (4a931464) by @​manudeli

Other

  • Revert "chore(sherif): remove unnecessary option and ignore directory" (#6703) (22caf2aa) by Dominik Dorfmeister

Packages

  • @​tanstack/react-query@​5.17.12
  • @​tanstack/vue-query@​5.17.12
  • @​tanstack/angular-query-experimental@​5.17.12
  • @​tanstack/react-query-devtools@​5.17.12
  • @​tanstack/react-query-persist-client@​5.17.12
  • @​tanstack/react-query-next-experimental@​5.17.12
  • @​tanstack/vue-query-devtools@​5.17.12

v5.17.11

Version 5.17.11 - 1/14/2024, 12:00 PM

Changes

Fix

  • types: Fix typo in PersistQueryClientRootOptions (#6698) (dfa4dc94) by René Klomp

Chore

  • include field of tsconfig correctly to be affected by eslint with typescript (#6688) (3a127bfc) by @​manudeli
  • vue-query-devtools: Use tanstackBuildConfig from @tanstack/config (#6638) (58fe2eb1) by Lachlan Collins

Docs

  • react-prefetching: fix spelling (#6602) (4973f326) by Brian West
  • svelte: Fix SvelteKit v2 migration (#6694) (c697605e) by Lachlan Collins

Other

  • perf(vue-query): use shallowRef instead of ref in useQueries (#6657) (61142a07) by @​manniL

... (truncated)

Commits

Updates @tanstack/react-query-devtools from 5.17.0 to 5.17.12

Release notes

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

v5.17.12

Version 5.17.12 - 1/15/2024, 9:27 AM

Changes

Fix

Chore

  • sherif: remove unnecessary option and ignore directory (#6701) (4a931464) by @​manudeli

Other

  • Revert "chore(sherif): remove unnecessary option and ignore directory" (#6703) (22caf2aa) by Dominik Dorfmeister

Packages

  • @​tanstack/react-query@​5.17.12
  • @​tanstack/vue-query@​5.17.12
  • @​tanstack/angular-query-experimental@​5.17.12
  • @​tanstack/react-query-devtools@​5.17.12
  • @​tanstack/react-query-persist-client@​5.17.12
  • @​tanstack/react-query-next-experimental@​5.17.12
  • @​tanstack/vue-query-devtools@​5.17.12

v5.17.11

Version 5.17.11 - 1/14/2024, 12:00 PM

Changes

Fix

  • types: Fix typo in PersistQueryClientRootOptions (#6698) (dfa4dc94) by René Klomp

Chore

  • include field of tsconfig correctly to be affected by eslint with typescript (#6688) (3a127bfc) by @​manudeli
  • vue-query-devtools: Use tanstackBuildConfig from @tanstack/config (#6638) (58fe2eb1) by Lachlan Collins

Docs

  • react-prefetching: fix spelling (#6602) (4973f326) by Brian West
  • svelte: Fix SvelteKit v2 migration (#6694) (c697605e) by Lachlan Collins

Other

  • perf(vue-query): use shallowRef instead of ref in useQueries (#6657) (61142a07) by @​manniL

... (truncated)

Commits

Bumps the dependencies group with 18 updates:

| Package | From | To |
| --- | --- | --- |
| [@mui/icons-material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material) | `5.15.2` | `5.15.4` |
| [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) | `5.15.2` | `5.15.4` |
| [@mui/system](https://github.com/mui/material-ui/tree/HEAD/packages/mui-system) | `5.15.2` | `5.15.4` |
| [@mui/x-date-pickers](https://github.com/mui/mui-x/tree/HEAD/packages/x-date-pickers) | `6.18.6` | `6.19.0` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.17.0` | `5.17.12` |
| [@tanstack/react-query-devtools](https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools) | `5.17.0` | `5.17.12` |
| [axios](https://github.com/axios/axios) | `1.6.3` | `1.6.5` |
| [date-fns](https://github.com/date-fns/date-fns) | `3.0.6` | `3.2.0` |
| [firebase-tools](https://github.com/firebase/firebase-tools) | `13.0.2` | `13.0.3` |
| [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `6.21.1` | `6.21.2` |
| [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.23.7` | `7.23.8` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.10.6` | `20.11.2` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.46` | `18.2.48` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `6.16.0` | `6.18.1` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.16.0` | `6.18.1` |
| [prettier](https://github.com/prettier/prettier) | `3.1.1` | `3.2.2` |
| [sass](https://github.com/sass/dart-sass) | `1.69.6` | `1.69.7` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.0.10` | `5.0.11` |


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

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

Updates `@mui/system` from 5.15.2 to 5.15.4
- [Release notes](https://github.com/mui/material-ui/releases)
- [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mui/material-ui/commits/v5.15.4/packages/mui-system)

Updates `@mui/x-date-pickers` from 6.18.6 to 6.19.0
- [Release notes](https://github.com/mui/mui-x/releases)
- [Changelog](https://github.com/mui/mui-x/blob/next/CHANGELOG.md)
- [Commits](https://github.com/mui/mui-x/commits/v6.19.0/packages/x-date-pickers)

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

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

Updates `axios` from 1.6.3 to 1.6.5
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.6.3...v1.6.5)

Updates `date-fns` from 3.0.6 to 3.2.0
- [Release notes](https://github.com/date-fns/date-fns/releases)
- [Changelog](https://github.com/date-fns/date-fns/blob/main/CHANGELOG.md)
- [Commits](date-fns/date-fns@v3.0.6...v3.2.0)

Updates `firebase-tools` from 13.0.2 to 13.0.3
- [Release notes](https://github.com/firebase/firebase-tools/releases)
- [Commits](firebase/firebase-tools@v13.0.2...v13.0.3)

Updates `react-router-dom` from 6.21.1 to 6.21.2
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@6.21.2/packages/react-router-dom)

Updates `@babel/preset-env` from 7.23.7 to 7.23.8
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.8/packages/babel-preset-env)

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

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

Updates `@typescript-eslint/eslint-plugin` from 6.16.0 to 6.18.1
- [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/v6.18.1/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 6.16.0 to 6.18.1
- [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/v6.18.1/packages/parser)

Updates `prettier` from 3.1.1 to 3.2.2
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.1.1...3.2.2)

Updates `sass` from 1.69.6 to 1.69.7
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.69.6...1.69.7)

Updates `vite` from 5.0.10 to 5.0.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.0.11/packages/vite)

---
updated-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: "@mui/system"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@mui/x-date-pickers"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@tanstack/react-query"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@tanstack/react-query-devtools"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: date-fns
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: firebase-tools
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: react-router-dom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@types/node"
  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-patch
  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: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: sass
  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] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 15, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 22, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jan 22, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dependencies-5dad6a8dbe branch January 22, 2024 12:31
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