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 19 updates #38

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the dependencies group with 19 updates:

Package From To
@mui/icons-material 5.15.2 5.15.5
@mui/material 5.15.2 5.15.5
@mui/system 5.15.2 5.15.5
@mui/x-date-pickers 6.18.6 6.19.0
@tanstack/react-query 5.17.0 5.17.19
@tanstack/react-query-devtools 5.17.0 5.17.21
axios 1.6.3 1.6.5
date-fns 3.0.6 3.3.1
firebase 10.7.1 10.7.2
firebase-tools 13.0.2 13.0.3
react-router-dom 6.21.1 6.21.3
@babel/preset-env 7.23.7 7.23.8
@types/node 20.10.6 20.11.5
@types/react 18.2.46 18.2.48
@typescript-eslint/eslint-plugin 6.16.0 6.19.0
@typescript-eslint/parser 6.16.0 6.19.0
prettier 3.1.1 3.2.4
sass 1.69.6 1.70.0
vite 5.0.10 5.0.12

Updates @mui/icons-material from 5.15.2 to 5.15.5

Release notes

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

v5.15.5

Jan 17, 2024

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

  • Base UI's CSS class prefix is now base- (#40205) @​michaldudak
  • Bug fixes, and a lot of improvements to code and docs infra

@mui/material@5.15.5

@mui/material-next@6.0.0-alpha.118

@mui/base@5.0.0-beta.32

Breaking changes

The class prefix of Base UI components have been changed from Mui- to base-. This only affects codebases that uses class names verbatim, i.e. not exposed by JS objects such as buttonClasses, but as plain strings or in CSS stylesheets (.MuiButton.root)

To adapt your code to the new pattern:

  • replace all occurrences of the regex .Mui([A-Z][A-Za-z]*)- with .base-$1- (so MuiButton-root becomes base-Button-root, etc.),
  • replace all occurrences of the regex .Mui-([a-z]*) with .base--$1 (so Mui-disabled becomes base--disabled, etc.).

Changes

@mui/joy@5.0.0-beta.23

@mui/codemod@5.15.5

@mui/lab@5.0.0-alpha.161

... (truncated)

Changelog

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

v5.15.5

Jan 17, 2024

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

  • Base UI's CSS class prefix is now base- (#40205) @​michaldudak
  • Bug fixes, and a lot of improvements to code and docs infra

@mui/material@5.15.5

@mui/material-next@6.0.0-alpha.118

@mui/base@5.0.0-beta.32

Breaking changes

The class prefix of Base UI components have been changed from Mui- to base-. This only affects codebases that uses class names verbatim, i.e. not exposed by JS objects such as buttonClasses, but as plain strings or in CSS stylesheets (.MuiButton.root)

To adapt your code to the new pattern:

  • replace all occurrences of the regex .Mui([A-Z][A-Za-z]*)- with .base-$1- (so MuiButton-root becomes base-Button-root, etc.),
  • replace all occurrences of the regex .Mui-([a-z]*) with .base--$1 (so Mui-disabled becomes base--disabled, etc.).

Changes

@mui/joy@5.0.0-beta.23

@mui/codemod@5.15.5

@mui/lab@5.0.0-alpha.161

... (truncated)

Commits

Updates @mui/material from 5.15.2 to 5.15.5

Release notes

Sourced from @​mui/material's releases.

v5.15.5

Jan 17, 2024

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

  • Base UI's CSS class prefix is now base- (#40205) @​michaldudak
  • Bug fixes, and a lot of improvements to code and docs infra

@mui/material@5.15.5

@mui/material-next@6.0.0-alpha.118

@mui/base@5.0.0-beta.32

Breaking changes

The class prefix of Base UI components have been changed from Mui- to base-. This only affects codebases that uses class names verbatim, i.e. not exposed by JS objects such as buttonClasses, but as plain strings or in CSS stylesheets (.MuiButton.root)

To adapt your code to the new pattern:

  • replace all occurrences of the regex .Mui([A-Z][A-Za-z]*)- with .base-$1- (so MuiButton-root becomes base-Button-root, etc.),
  • replace all occurrences of the regex .Mui-([a-z]*) with .base--$1 (so Mui-disabled becomes base--disabled, etc.).

Changes

@mui/joy@5.0.0-beta.23

@mui/codemod@5.15.5

@mui/lab@5.0.0-alpha.161

... (truncated)

Changelog

Sourced from @​mui/material's changelog.

v5.15.5

Jan 17, 2024

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

  • Base UI's CSS class prefix is now base- (#40205) @​michaldudak
  • Bug fixes, and a lot of improvements to code and docs infra

@mui/material@5.15.5

@mui/material-next@6.0.0-alpha.118

@mui/base@5.0.0-beta.32

Breaking changes

The class prefix of Base UI components have been changed from Mui- to base-. This only affects codebases that uses class names verbatim, i.e. not exposed by JS objects such as buttonClasses, but as plain strings or in CSS stylesheets (.MuiButton.root)

To adapt your code to the new pattern:

  • replace all occurrences of the regex .Mui([A-Z][A-Za-z]*)- with .base-$1- (so MuiButton-root becomes base-Button-root, etc.),
  • replace all occurrences of the regex .Mui-([a-z]*) with .base--$1 (so Mui-disabled becomes base--disabled, etc.).

Changes

@mui/joy@5.0.0-beta.23

@mui/codemod@5.15.5

@mui/lab@5.0.0-alpha.161

... (truncated)

Commits

Updates @mui/system from 5.15.2 to 5.15.5

Release notes

Sourced from @​mui/system's releases.

v5.15.5

Jan 17, 2024

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

  • Base UI's CSS class prefix is now base- (#40205) @​michaldudak
  • Bug fixes, and a lot of improvements to code and docs infra

@mui/material@5.15.5

@mui/material-next@6.0.0-alpha.118

@mui/base@5.0.0-beta.32

Breaking changes

The class prefix of Base UI components have been changed from Mui- to base-. This only affects codebases that uses class names verbatim, i.e. not exposed by JS objects such as buttonClasses, but as plain strings or in CSS stylesheets (.MuiButton.root)

To adapt your code to the new pattern:

  • replace all occurrences of the regex .Mui([A-Z][A-Za-z]*)- with .base-$1- (so MuiButton-root becomes base-Button-root, etc.),
  • replace all occurrences of the regex .Mui-([a-z]*) with .base--$1 (so Mui-disabled becomes base--disabled, etc.).

Changes

@mui/joy@5.0.0-beta.23

@mui/codemod@5.15.5

@mui/lab@5.0.0-alpha.161

... (truncated)

Changelog

Sourced from @​mui/system's changelog.

v5.15.5

Jan 17, 2024

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

  • Base UI's CSS class prefix is now base- (#40205) @​michaldudak
  • Bug fixes, and a lot of improvements to code and docs infra

@mui/material@5.15.5

@mui/material-next@6.0.0-alpha.118

@mui/base@5.0.0-beta.32

Breaking changes

The class prefix of Base UI components have been changed from Mui- to base-. This only affects codebases that uses class names verbatim, i.e. not exposed by JS objects such as buttonClasses, but as plain strings or in CSS stylesheets (.MuiButton.root)

To adapt your code to the new pattern:

  • replace all occurrences of the regex .Mui([A-Z][A-Za-z]*)- with .base-$1- (so MuiButton-root becomes base-Button-root, etc.),
  • replace all occurrences of the regex .Mui-([a-z]*) with .base--$1 (so Mui-disabled becomes base--disabled, etc.).

Changes

@mui/joy@5.0.0-beta.23

@mui/codemod@5.15.5

@mui/lab@5.0.0-alpha.161

... (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.19

Release notes

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

v5.17.19

Version 5.17.19 - 1/20/2024, 2:40 PM

Changes

Fix

  • query-core: mutation meta typing (#6680) (a7891b9c) by Nicolas J

Packages

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

v5.17.18

Version 5.17.18 - 1/17/2024, 10:01 PM

Changes

Fix

  • query-devtools: Update default devtools button position to bottom-right 🌱 (#6720) (21dc7293) by @​agustints

Packages

  • @​tanstack/react-query-devtools@​5.17.18
  • @​tanstack/solid-query-devtools@​5.17.18
  • @​tanstack/svelte-query-devtools@​5.17.18
  • @​tanstack/vue-query-devtools@​5.17.18

v5.17.17

Version 5.17.17 - 1/17/2024, 4:51 PM

... (truncated)

Commits

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

Release notes

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

v5.17.21

Version 5.17.21 - 1/22/2024, 7:30 AM

Changes

Fix

Chore

  • Use the new docs config format (#6740) (63b83bd5) by fuko

Packages

  • @​tanstack/query-devtools@​5.17.21
  • @​tanstack/react-query-devtools@​5.17.21
  • @​tanstack/solid-query-devtools@​5.17.21
  • @​tanstack/svelte-query-devtools@​5.17.21
  • @​tanstack/vue-query-devtools@​5.17.21
  • @​tanstack/angular-query-devtools-experimental@​5.17.21

v5.17.20

Version 5.17.20 - 1/20/2024, 9:30 PM

Changes

Refactor

  • eslint-plugin-query: Use @tanstack/config build (#6739) (669cce93) by Lachlan Collins

Docs

  • nextjs-suspense-streaming: remove unnecessary curly braces (#6738) (f6845b0d) by @​manudeli

Packages

  • @​tanstack/eslint-plugin-query@​5.17.20

v5.17.19

Version 5.17.19 - 1/20/2024, 2:40 PM

Changes

Fix

  • query-core: mutation meta typing (#6680) (a7891b9c) by Nicolas J

Packages

... (truncated)

Commits

Bumps the dependencies group with 19 updates:

| Package | From | To |
| --- | --- | --- |
| [@mui/icons-material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material) | `5.15.2` | `5.15.5` |
| [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) | `5.15.2` | `5.15.5` |
| [@mui/system](https://github.com/mui/material-ui/tree/HEAD/packages/mui-system) | `5.15.2` | `5.15.5` |
| [@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.19` |
| [@tanstack/react-query-devtools](https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools) | `5.17.0` | `5.17.21` |
| [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.3.1` |
| [firebase](https://github.com/firebase/firebase-js-sdk) | `10.7.1` | `10.7.2` |
| [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.3` |
| [@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.5` |
| [@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.19.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.16.0` | `6.19.0` |
| [prettier](https://github.com/prettier/prettier) | `3.1.1` | `3.2.4` |
| [sass](https://github.com/sass/dart-sass) | `1.69.6` | `1.70.0` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.0.10` | `5.0.12` |


Updates `@mui/icons-material` from 5.15.2 to 5.15.5
- [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.5/packages/mui-icons-material)

Updates `@mui/material` from 5.15.2 to 5.15.5
- [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.5/packages/mui-material)

Updates `@mui/system` from 5.15.2 to 5.15.5
- [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.5/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.19
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.17.19/packages/react-query)

Updates `@tanstack/react-query-devtools` from 5.17.0 to 5.17.21
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.17.21/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.3.1
- [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.3.1)

Updates `firebase` from 10.7.1 to 10.7.2
- [Release notes](https://github.com/firebase/firebase-js-sdk/releases)
- [Changelog](https://github.com/firebase/firebase-js-sdk/blob/master/CHANGELOG.md)
- [Commits](https://github.com/firebase/firebase-js-sdk/compare/firebase@10.7.1...firebase@10.7.2)

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

Updates `react-router-dom` from 6.21.1 to 6.21.3
- [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.3/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.5
- [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.19.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/v6.19.0/packages/eslint-plugin)

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

Updates `prettier` from 3.1.1 to 3.2.4
- [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.4)

Updates `sass` from 1.69.6 to 1.70.0
- [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.70.0)

Updates `vite` from 5.0.10 to 5.0.12
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.0.12/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.0.12/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
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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-minor
  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 22, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 28, 2024

Looks like these dependencies are up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Jan 28, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dependencies-7411d5331b branch January 28, 2024 12:13
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