soup-bowl / whatsth.is

🌐 The Swiss Army Knife for IT Engineers.
https://app.whatsth.is
MIT License
5 stars 0 forks source link

Bump the dev-dependencies group with 16 updates #99

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 8 months ago

Bumps the dev-dependencies group with 16 updates:

Package From To
@emotion/react 11.11.1 11.11.3
@icons-pack/react-simple-icons 9.1.0 9.2.0
@mui/icons-material 5.14.19 5.15.3
@mui/material 5.14.19 5.15.3
@mui/x-data-grid 6.18.2 6.18.7
@types/node 20.10.1 20.10.7
@types/react 18.2.39 18.2.47
@types/react-dom 18.2.17 18.2.18
@typescript-eslint/eslint-plugin 6.13.1 6.18.1
@typescript-eslint/parser 6.13.1 6.18.1
eslint 8.54.0 8.56.0
eslint-plugin-react-refresh 0.4.4 0.4.5
react-router-dom 6.20.0 6.21.1
typescript 5.3.2 5.3.3
vite 5.0.5 5.0.11
vite-plugin-pwa 0.17.2 0.17.4

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 @icons-pack/react-simple-icons from 9.1.0 to 9.2.0

Commits


Updates @mui/icons-material from 5.14.19 to 5.15.3

Release notes

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

v5.15.3

Jan 3, 2024

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

@mui/material-nextjs@5.15.3

@mui/base@5.0.0-beta.30

@mui/lab@5.0.0-alpha.159

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

Docs

Core

... (truncated)

Changelog

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

5.15.3

Jan 3, 2024

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

@mui/material-nextjs@5.15.3

@mui/base@5.0.0-beta.30

@mui/lab@5.0.0-alpha.159

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

Docs

Core

... (truncated)

Commits


Updates @mui/material from 5.14.19 to 5.15.3

Release notes

Sourced from @​mui/material's releases.

v5.15.3

Jan 3, 2024

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

@mui/material-nextjs@5.15.3

@mui/base@5.0.0-beta.30

@mui/lab@5.0.0-alpha.159

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

Docs

Core

... (truncated)

Changelog

Sourced from @​mui/material's changelog.

5.15.3

Jan 3, 2024

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

@mui/material-nextjs@5.15.3

@mui/base@5.0.0-beta.30

@mui/lab@5.0.0-alpha.159

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

Docs

Core

... (truncated)

Commits


Updates @mui/x-data-grid from 6.18.2 to 6.18.7

Release notes

Sourced from @​mui/x-data-grid's releases.

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

@mui/x-data-grid-pro@6.18.7 pro

Same changes as in @mui/x-data-grid@6.18.7.

@mui/x-data-grid-premium@6.18.7 premium

Same changes as in @mui/x-data-grid-pro@6.18.7.

Date Pickers

@mui/x-date-pickers@6.18.7

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

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

Charts / @mui/x-charts@6.18.7

Docs

v6.18.6

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

Data Grid

@mui/x-data-grid@6.18.6

... (truncated)

Changelog

Sourced from @​mui/x-data-grid's changelog.

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 ✨:

Data Grid

@mui/x-data-grid@6.18.7

@mui/x-data-grid-pro@6.18.7 pro

Same changes as in @mui/x-data-grid@6.18.7.

@mui/x-data-grid-premium@6.18.7 premium

Same changes as in @mui/x-data-grid-pro@6.18.7.

Date Pickers

@mui/x-date-pickers@6.18.7

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

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

Charts / @mui/x-charts@6.18.7

Docs

6.18.6

Dec 22, 2023

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

... (truncated)

Commits


Updates @types/node from 20.10.1 to 20.10.7

Commits


Updates @types/react from 18.2.39 to 18.2.47

Commits


Updates @types/react-dom from 18.2.17 to 18.2.18

Commits


Updates @typescript-eslint/eslint-plugin from 6.13.1 to 6.18.1

Release notes

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

v6.18.1

6.18.1 (2024-01-08)

🩹 Fixes

  • eslint-plugin: [no-non-null-assertion] provide valid fix when member access is on next line (#8185)
  • eslint-plugin: [no-unnecessary-condition] improve checking optional callee (#8178)
  • eslint-plugin: [prefer-readonly] support modifiers of unions and intersections (#8169)
  • eslint-plugin: [switch-exhaustiveness-check] fix new allowDefaultCaseForExhaustiveSwitch option (#8176)
  • typescript-estree: fix invalid parsing error when use update expression on non-null assertion (#8202)
  • typescript-estree: only create project service from env setting if project is enabled (#8136)
  • utils: improve error message on typed rule with invalid parser (#8146)

❤️ Thank You

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

v6.18.0

6.18.0 (2024-01-06)

🚀 Features

  • eslint-plugin: [no-var-requires, no-require-imports] allow option (#7710)
  • typescript-estree: throw on invalid update expressions (#7202)
  • typescript-estree: throw error when CatchClause param contains initializer (#8183)

❤️ Thank You

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

v6.17.0

6.17.0 (2024-01-01)

Bug Fixes

  • eslint-plugin: [no-restricted-imports] prevent crash when patterns or paths in options are empty (#8108) (675e987)

Features

... (truncated)

Changelog

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

6.18.1 (2024-01-08)

🩹 Fixes

  • eslint-plugin: [no-non-null-assertion] provide valid fix when member access is on next line

  • eslint-plugin: [no-unnecessary-condition] improve checking optional callee

  • eslint-p... _Description has been truncated_

soup-bowl commented 8 months ago

@dependabot rebase

dependabot[bot] commented 8 months ago

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