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 12 updates #10

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the dependencies group with 12 updates:

Package From To
@mui/icons-material 5.15.12 5.15.13
@mui/material 5.15.12 5.15.13
@tanstack/react-query 5.25.0 5.28.4
framer-motion 11.0.8 11.0.14
@tanstack/eslint-plugin-query 5.20.1 5.27.7
@tanstack/react-query-devtools 5.25.0 5.28.4
@types/react 18.2.64 18.2.66
@types/react-dom 18.2.21 18.2.22
@typescript-eslint/eslint-plugin 7.1.1 7.2.0
@typescript-eslint/parser 7.1.1 7.2.0
eslint-plugin-react-refresh 0.4.5 0.4.6
vite 5.1.5 5.1.6

Updates @mui/icons-material from 5.15.12 to 5.15.13

Release notes

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

v5.15.13

Mar 13, 2024

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

@mui/[email protected]

@mui/[email protected]

@mui/[email protected]

@mui/[email protected]

@mui/[email protected]

@pigment-css/[email protected]

Docs

... (truncated)

Changelog

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

v5.15.13

Mar 13, 2024

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

@mui/[email protected]

@mui/[email protected]

@mui/[email protected]

@mui/[email protected]

@mui/[email protected]

@pigment-css/[email protected]

Docs

... (truncated)

Commits

Updates @mui/material from 5.15.12 to 5.15.13

Release notes

Sourced from @​mui/material's releases.

v5.15.13

Mar 13, 2024

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

@mui/[email protected]

@mui/[email protected]

@mui/[email protected]

@mui/[email protected]

@mui/[email protected]

@pigment-css/[email protected]

Docs

... (truncated)

Changelog

Sourced from @​mui/material's changelog.

v5.15.13

Mar 13, 2024

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

@mui/[email protected]

@mui/[email protected]

@mui/[email protected]

@mui/[email protected]

@mui/[email protected]

@pigment-css/[email protected]

Docs

... (truncated)

Commits
  • dbcb678 [release] v5.15.13 (#41462)
  • 9e97e73 [material-ui][Tooltip] Support event handlers with extra parameters (#41320)
  • 9aec566 [material-ui] Add paperChannel token (#41447)
  • 1aa3764 [material-ui][joy-ui][base-ui][Autocomplete] Keep in sync highlighted index w...
  • 1e80616 [RtlProvider] Add component & hook (#41241)
  • 16e8ef7 [code-infra] Add alias for icon types (#41248)
  • 5fb8e19 [material-ui][Autocomplete] Fix the options list being added to the DOM in `f...
  • 1249a37 [material-ui][Switch] Convert to support CSS extraction (#41367)
  • fe5e34b [material-ui][Alert] Add slots and slotProps type to theme (#41324)
  • See full diff in compare view

Updates @tanstack/react-query from 5.25.0 to 5.28.4

Release notes

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

v5.28.4

Version 5.28.4 - 3/15/2024, 11:54 AM

Changes

Fix

  • core: optimistic results reflect correct state (#7114) (4d5cc667) by Dominik Dorfmeister

Packages

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

v5.28.3

Version 5.28.3 - 3/15/2024, 3:41 AM

Changes

Fix

  • query-devtools: Fix PiP mode styles with shadow dom (#7112) (d7c36dc3) by @​ardeora

Packages

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

v5.28.2

... (truncated)

Commits

Updates framer-motion from 11.0.8 to 11.0.14

Changelog

Sourced from framer-motion's changelog.

[11.0.14] 2024-03-15

Fixed

  • Fixed animation controls in instances where keyframes resolve to be unanimatable.

[11.0.13] 2024-03-13

Added

  • Added default value types for backgroundPositionX and backgroundPositionY.

Fixed

  • Fixed height: auto animations.

[11.0.12] 2024-03-12

Fixed

  • Updated @emotion/is-valid-prop as peer dependency.

[11.0.11] 2024-03-12

Changed

  • Keyframes now resolved asynchronously.
  • External event handlers now fired synchronously.
  • CSS variables and unit conversion now supported with >2 keyframe animations.
  • Removed WAAPI animation of background-color.

[11.0.10] 2024-03-12

Fixed

  • Improved speed and stability of regexes.

[11.0.9] 2024-03-12

Added

  • Added support for Content Security Policy (CSP) nonces via MotionConfig.
Commits

Updates @tanstack/eslint-plugin-query from 5.20.1 to 5.27.7

Release notes

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

v5.27.7

Version 5.27.7 - 3/12/2024, 2:57 PM

Changes

Fix

  • eslint-plugin-query: query key with nullish coalescing operator (#7092) (da3c4de1) by Eliya Cohen

Packages

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

v5.27.6

Version 5.27.6 - 3/12/2024, 2:18 PM

Changes

Fix

  • query-devtools: Apply styles to explorer component in Shadow DOM (#7090) (74fbe643) by Michelle Johnson

Docs

  • Update docs/config.json (#7087) (bf92176c) by Lachlan Collins

Packages

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

v5.27.5

Version 5.27.5 - 3/12/2024, 9:27 AM

Changes

Fix

  • core: resumed mutations should not be interrupted by refetches (#7085) (61f5507c) by Dominik Dorfmeister

Packages

  • @​tanstack/query-core@​5.27.5
  • @​tanstack/query-broadcast-client-experimental@​5.27.5
  • @​tanstack/query-persist-client-core@​5.27.5
  • @​tanstack/query-sync-storage-persister@​5.27.5

... (truncated)

Commits

Updates @tanstack/react-query-devtools from 5.25.0 to 5.28.4

Release notes

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

v5.28.4

Version 5.28.4 - 3/15/2024, 11:54 AM

Changes

Fix

  • core: optimistic results reflect correct state (#7114) (4d5cc667) by Dominik Dorfmeister

Packages

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

v5.28.3

Version 5.28.3 - 3/15/2024, 3:41 AM

Changes

Fix

  • query-devtools: Fix PiP mode styles with shadow dom (#7112) (d7c36dc3) by @​ardeora

Packages

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

v5.28.2

... (truncated)

Commits

Updates @types/react from 18.2.64 to 18.2.66

Commits

Updates @types/react-dom from 18.2.21 to 18.2.22

Commits

Updates @typescript-eslint/eslint-plugin from 7.1.1 to 7.2.0

Release notes

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

v7.2.0

7.2.0 (2024-03-11)

🚀 Features

  • support TS 5.4 (#8630)
  • eslint-plugin: [prefer-string-starts-ends-with] add allowSingleElementEquality option (#8374)

🩹 Fixes

  • eslint-plugin: expose *-type-checked-only configs for extension (#8600)
  • eslint-plugin: [member-ordering] report alphabetical sorting for all groups instead of just the first failing group (#8263)
  • eslint-plugin: [no-var-requires, no-require-imports] support template literal (#8408)
  • eslint-plugin: [no-useless-template-literals] detect TemplateLiteral (#8575)
  • eslint-plugin: [no-unnecessary-condition] handle union array and tuple type (#8592)
  • eslint-plugin: [prefer-find] support ternary branches in prefer-find (#8421)
  • typescript-eslint: set sourceType: "module" in base shared config (#8622)
  • typescript-eslint: export ConfigWithExtends type (#8621)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

7.2.0 (2024-03-11)

🚀 Features

  • support TS 5.4

  • eslint-plugin: [prefer-string-starts-ends-with] add allowSingleElementEquality option

🩹 Fixes

  • eslint-plugin: expose *-type-checked-only configs for extension

  • eslint-plugin: [member-ordering] report alphabetical sorting for all groups instead of just the first failing group

  • eslint-plugin: [no-var-requires, no-require-imports] support template literal

  • eslint-plugin: [no-useless-template-literals] detect TemplateLiteral

  • eslint-plugin: [no-unnecessary-condition] handle union array and tuple type

  • eslint-plugin: [prefer-find] support ternary branches in prefer-find

❤️ Thank You

  • Arka Pratim Chaudhuri
  • auvred
  • Chris Plummer
  • Fotis Papadogeorgopoulos
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • Wayne Zhang
  • YeonJuan

You can read about our versioning strategy and releases on our website.

Commits
  • 95cf139 chore(release): publish 7.2.0
  • c0e3267 fix(eslint-plugin): [prefer-find] support ternary branches in prefer-find (#8...
  • 25e6518 fix(eslint-plugin): [no-unnecessary-condition] handle union array and tuple t...
  • ef0e5cc fix(eslint-plugin): [no-useless-template-literals] detect TemplateLiteral (#8...
  • 5292399 fix(eslint-plugin): [no-var-requires, no-require-imports] support template li...
  • c06ce1a fix(eslint-plugin): [member-ordering] report alphabetical sorting for all gro...
  • 32d8a8f feat(eslint-plugin): [prefer-string-starts-ends-with] add allowSingleElementE...
  • 4c8b06d fix(eslint-plugin): expose *-type-checked-only configs for extension (#8600)
  • 49d79a6 docs: alphabetize consistent-type-imports options for consistent type imports...
  • 21375f6 chore: enable no-non-null-assertion internally, excluding tests (#8019)
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 7.1.1 to 7.2.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v7.2.0

7.2.0 (2024-03-11)

🚀 Features

  • support TS 5.4 (#8630)
  • eslint-plugin: [prefer-string-starts-ends-with] add allowSingleElementEquality option (#8374)

🩹 Fixes

  • eslint-plugin: expose *-type-checked-only configs for extension (#8600)
  • eslint-plugin: [member-ordering] report alphabetical sorting for all groups instead of just the first failing group (#8263)
  • eslint-plugin: [no-var-requires, no-require-imports] support template literal (#8408)
  • eslint-plugin: [no-useless-template-literals] detect TemplateLiteral (#8575)
  • eslint-plugin: [no-unnecessary-condition] handle union array and tuple type (#8592)
  • eslint-plugin: [prefer-find] support ternary branches in prefer-find (#8421)
  • typescript-eslint: set sourceType: "module" in base shared config (#8622)
  • typescript-eslint: export ConfigWithExtends type (#8621)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/parser's changelog.

7.2.0 (2024-03-11)

🚀 Features

  • support TS 5.4

❤️ Thank You

  • Arka Pratim Chaudhuri
  • auvred
  • Chris Plummer
  • Fotis Papadogeorgopoulos
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • Wayne Zhang
  • YeonJuan

You can read about our versioning strategy and releases on our website.

Commits

Updates eslint-plugin-react-refresh from 0.4.5 to 0.4.6

Release notes

Sourced from eslint-plugin-react-refresh's releases.

v0.4.6

  • Ignore cypress test files (#39)
Changelog

Sourced from eslint-plugin-react-refresh's changelog.

0.4.6

  • Ignore cypress test files (#39)
Commits

Updates vite from 5.1.5 to 5.1.6

Changelog

Sourced from vite's changelog.

5.1.6 (2024-03-11)

  • chore(deps): update all non-major dependencies (#16131) (a862ecb), closes #16131
  • fix: check for publicDir before checking if it is a parent directory (#16046) (b6fb323), closes #16046
  • fix: escape single quote when relative base is used (#16060) (8f74ce4), closes #16060
  • fix: handle function property extension in namespace import (#16113) (f699194), closes #16113
  • fix: server middleware mode resolve (#16122) (8403546), closes #16122
  • fix(esbuild): update tsconfck to fix bug that could cause a deadlock (#16124) (fd9de04), closes #16124
  • fix(worker): hide "The emitted file overwrites" warning if the content is same (#16094) (60dfa9e), closes #16094
  • fix(worker): throw error when circular worker import is detected and support self referencing worker (eef9da1), closes #16103
  • style(utils): remove null check (#16112) (0d2df52), closes #16112
  • refactor(runtime): share more code between runtime and main bundle (#16063) (93be84e), closes #16063
Commits

Bumps the dependencies group with 12 updates:

| Package | From | To |
| --- | --- | --- |
| [@mui/icons-material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material) | `5.15.12` | `5.15.13` |
| [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) | `5.15.12` | `5.15.13` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.25.0` | `5.28.4` |
| [framer-motion](https://github.com/framer/motion) | `11.0.8` | `11.0.14` |
| [@tanstack/eslint-plugin-query](https://github.com/TanStack/query/tree/HEAD/packages/eslint-plugin-query) | `5.20.1` | `5.27.7` |
| [@tanstack/react-query-devtools](https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools) | `5.25.0` | `5.28.4` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.64` | `18.2.66` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.2.21` | `18.2.22` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.1.1` | `7.2.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.1.1` | `7.2.0` |
| [eslint-plugin-react-refresh](https://github.com/ArnaudBarre/eslint-plugin-react-refresh) | `0.4.5` | `0.4.6` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.1.5` | `5.1.6` |


Updates `@mui/icons-material` from 5.15.12 to 5.15.13
- [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.13/packages/mui-icons-material)

Updates `@mui/material` from 5.15.12 to 5.15.13
- [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.13/packages/mui-material)

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

Updates `framer-motion` from 11.0.8 to 11.0.14
- [Changelog](https://github.com/framer/motion/blob/main/CHANGELOG.md)
- [Commits](motiondivision/motion@v11.0.8...v11.0.14)

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

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

Updates `@types/react` from 18.2.64 to 18.2.66
- [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.21 to 18.2.22
- [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.1.1 to 7.2.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.2.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 7.1.1 to 7.2.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.2.0/packages/parser)

Updates `eslint-plugin-react-refresh` from 0.4.5 to 0.4.6
- [Release notes](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/releases)
- [Changelog](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/blob/main/CHANGELOG.md)
- [Commits](ArnaudBarre/eslint-plugin-react-refresh@v0.4.5...v0.4.6)

Updates `vite` from 5.1.5 to 5.1.6
- [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.1.6/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: "@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-patch
  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-patch
  dependency-group: dependencies
- dependency-name: "@types/react-dom"
  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: eslint-plugin-react-refresh
  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 Mar 15, 2024
@tristanhollman tristanhollman merged commit 48964ae into master Mar 16, 2024
1 check passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dependencies-098367693c branch March 16, 2024 10:42
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