badaix / snapweb

Web interface for Snapcast
GNU General Public License v3.0
86 stars 31 forks source link

Bump the all group with 12 updates #69

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

Bumps the all group with 12 updates:

Package From To
@emotion/react 11.11.1 11.11.3
@mui/icons-material 5.14.14 5.15.11
@mui/material 5.14.14 5.15.11
@testing-library/jest-dom 6.1.4 6.4.2
@testing-library/react 14.0.0 14.2.1
@testing-library/user-event 14.5.1 14.5.2
@types/jest 29.5.6 29.5.12
@types/node 20.8.7 20.11.20
@types/react 18.2.31 18.2.58
@types/react-dom 18.2.14 18.2.19
standardized-audio-context 25.3.58 25.3.64
web-vitals 3.5.0 3.5.2

Updates @emotion/react from 11.11.1 to 11.11.3

Release notes

Sourced from @​emotion/react's releases.

@​emotion/react@​11.11.3

Patch Changes

Commits


Updates @mui/icons-material from 5.14.14 to 5.15.11

Release notes

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

v5.15.11

A big thanks to the 26 contributors who made this release possible. This release was mostly about 🐛 bug fixes and 📚 documentation improvements.

@mui/material@5.15.11

@mui/material-nextjs@5.15.11

@mui/system@5.15.11

@mui/codemod@5.15.11

@mui/utils@5.15.11

@mui/base@5.0.0-beta.37

@mui/lab@5.0.0-alpha.164

Docs

... (truncated)

Changelog

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

v5.15.11

Feb 21, 2024

A big thanks to the 26 contributors who made this release possible. This release was mostly about 🐛 bug fixes and 📚 documentation improvements.

@mui/material@5.15.11

@mui/material-nextjs@5.15.11

@mui/system@5.15.11

@mui/codemod@5.15.11

@mui/utils@5.15.11

@mui/base@5.0.0-beta.37

@mui/lab@5.0.0-alpha.164

Docs

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by oliviertassinari, a new releaser for @​mui/icons-material since your current version.


Updates @mui/material from 5.14.14 to 5.15.11

Release notes

Sourced from @​mui/material's releases.

v5.15.11

A big thanks to the 26 contributors who made this release possible. This release was mostly about 🐛 bug fixes and 📚 documentation improvements.

@mui/material@5.15.11

@mui/material-nextjs@5.15.11

@mui/system@5.15.11

@mui/codemod@5.15.11

@mui/utils@5.15.11

@mui/base@5.0.0-beta.37

@mui/lab@5.0.0-alpha.164

Docs

... (truncated)

Changelog

Sourced from @​mui/material's changelog.

v5.15.11

Feb 21, 2024

A big thanks to the 26 contributors who made this release possible. This release was mostly about 🐛 bug fixes and 📚 documentation improvements.

@mui/material@5.15.11

@mui/material-nextjs@5.15.11

@mui/system@5.15.11

@mui/codemod@5.15.11

@mui/utils@5.15.11

@mui/base@5.0.0-beta.37

@mui/lab@5.0.0-alpha.164

Docs

... (truncated)

Commits
  • e3257a4 v5.15.11 (#41213)
  • d16c76e [code-infra] Prepare babel macros package for publishing to npm (#41178)
  • 274f1e6 [docs-infra] Fix broken anchor links (#40908)
  • fdb8cdf [docs-infra] Share vale-config (#41176)
  • fac2137 [material-ui][joy-ui][Tooltip] Rename mouse event handlers (#41202)
  • ba52e0d [system][material-ui] Move useMediaQuery to system (#39463)
  • b6bec6c [docs] Link to react-transition group with https
  • 28dfd5b [material-ui][PaginationItem] Add codemod for deprecated classes (#41145)
  • 633682d [material-ui][Transitions] External ownerState is incorrectly forwarded to in...
  • a367c25 [material-ui][TablePagination] Fix type error in Select props (#39137)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by oliviertassinari, a new releaser for @​mui/material since your current version.


Updates @testing-library/jest-dom from 6.1.4 to 6.4.2

Release notes

Sourced from @​testing-library/jest-dom's releases.

v6.4.2

6.4.2 (2024-02-05)

Bug Fixes

  • Remove errant export of GetByRoleMatcher, fixing type checking in some TS configurations (#575) (a93c0c4)

v6.4.1

6.4.1 (2024-02-01)

Bug Fixes

  • Export type TestingLibraryMatchers from "./matchers" (#576) (dd1c4dd)

v6.4.0

6.4.0 (2024-01-30)

Features

v6.3.0

6.3.0 (2024-01-24)

Features

  • Support for regular expressions in toHaveClass (#563) (9787ed5)

v6.2.1

6.2.1 (2024-01-22)

Bug Fixes

  • Standalone types for "./matchers" export and add Bun support (#566) (5675b86)

v6.2.0

6.2.0 (2024-01-03)

Features

  • toHaveAccessibleDescription supports aria-description (#565) (1fb156c)

v6.1.6

6.1.6 (2023-12-27)

... (truncated)

Commits
  • a93c0c4 fix: Remove errant export of GetByRoleMatcher, fixing type checking in some T...
  • c5c4e8d docs: add Dennis273 as a contributor for code (#581)
  • 978e3d4 docs: add kryops as a contributor for bug, code, and test (#580)
  • 73ad847 docs: add SteKoe as a contributor for bug, and code (#579)
  • d829ed9 docs: add jakeboone02 as a contributor for code, and test (#578)
  • 16499cf docs: add fpapado as a contributor for code, doc, and test (#573)
  • dd1c4dd fix: Export type TestingLibraryMatchers from "./matchers" (#576)
  • f7dc673 feat: Add toHaveRole matcher (#572)
  • 9787ed5 feat: Support for regular expressions in toHaveClass (#563)
  • 5675b86 fix: Standalone types for "./matchers" export and add Bun support (#566)
  • Additional commits viewable in compare view


Updates @testing-library/react from 14.0.0 to 14.2.1

Release notes

Sourced from @​testing-library/react's releases.

v14.2.1

14.2.1 (2024-02-01)

Bug Fixes

  • Update types to support all possible react component return values (#1272) (55e79c2)

v14.2.0

14.2.0 (2024-01-30)

Features

  • add reactStrictMode option to enable strict mode render (#1241) (0880eba)

v14.1.2

14.1.2 (2023-11-17)

Bug Fixes

v14.1.1

14.1.1 (2023-11-17)

Bug Fixes

v14.1.0

14.1.0 (2023-11-08)

Features

Commits


Updates @testing-library/user-event from 14.5.1 to 14.5.2

Release notes

Sourced from @​testing-library/user-event's releases.

v14.5.2

14.5.2 (2023-12-29)

Bug Fixes

  • remove interop and deep DTL imports (6a3c896)
Commits
  • d036279 chore: upgrade node in codesandbox
  • 910fee5 chore: set tsconfig baseUrl
  • fa8d867 revert: swap release script
  • c4b4629 chore: upgrade testing environment
  • 6a3c896 fix: remove interop and deep DTL imports
  • See full diff in compare view


Updates @types/jest from 29.5.6 to 29.5.12

Commits


Updates @types/node from 20.8.7 to 20.11.20

Commits


Updates @types/react from 18.2.31 to 18.2.58

Commits


Updates @types/react-dom from 18.2.14 to 18.2.19

Commits


Updates standardized-audio-context from 25.3.58 to 25.3.64

Release notes

Sourced from standardized-audio-context's releases.

v25.3.64

all commits

v25.3.63

all commits

v25.3.62

all commits

v25.3.61

all commits

v25.3.60

all commits

v25.3.59

all commits

Commits
  • 52bfb15 25.3.64
  • c2ce5c6 build(config): update babel config
  • e667259 build(config): update GitHub workflows
  • eb02fa7 fix(package): update lockfile
  • e3828af fix(package): update webpack to version 5.90.1
  • 5804d46 fix(package): update tslint-config-holy-grail to version 56.0.0
  • 0cdae83 fix(package): update tsconfig-holy-grail to version 15.0.0
  • bbc8b3f fix(package): update rollup to version 4.9.6
  • b3b2c0c fix(package): update puppeteer to version 22.0.0
  • bf5b610 fix(package): update prettier to version 3.2.5
  • Additional commits viewable in compare view


Updates web-vitals from 3.5.0 to 3.5.2

Changelog

Sourced from web-vitals's changelog.

v3.5.2 (2024-01-25)

  • Pick the first non-null target for INP attribution (#421)

v3.5.1 (2023-12-27)

  • Add extra guard for PerformanceEventTiming not existing (#403)
Commits
  • 6cd88fa Release v3.5.2
  • e21424b Fix typo
  • 5175129 Update CHANGELOG for 3.5.2
  • 92ea1e5 Pick the first non-null target for INP attribution (#421)
  • 2301de5 Add clarification to README for reportAllChanges (#413)
  • a0df134 Bump follow-redirects from 1.15.3 to 1.15.4 (#412)
  • bf32741 Fix flaky tests after upgrading dependencies
  • 73c9f0d Fix formating issues after eslint update
  • 4f08663 Fix formating issues after prettier update
  • a9a9015 Release v3.5.1
  • 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions