cesko-digital / app

Komunitní aplikace Česko.Digital
https://app.cesko.digital
BSD 3-Clause "New" or "Revised" License
23 stars 40 forks source link

Bump the dev-dependencies group with 12 updates #1005

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

Bumps the dev-dependencies group with 12 updates:

Package From To
@mui/material 5.15.11 5.15.12
@mui/system 5.15.11 5.15.12
next 14.1.1 14.1.3
next-auth 4.24.6 4.24.7
@types/node 20.11.24 20.11.25
@types/react 18.2.61 18.2.64
@types/react-dom 18.2.19 18.2.21
@typescript-eslint/eslint-plugin 7.1.0 7.1.1
@typescript-eslint/parser 7.1.0 7.1.1
eslint-config-next 14.1.1 14.1.3
prettier-plugin-tailwindcss 0.5.11 0.5.12
typescript 5.3.3 5.4.2

Updates @mui/material from 5.15.11 to 5.15.12

Release notes

Sourced from @​mui/material's releases.

v5.15.12

Mar 5, 2024

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

@mui/material@5.15.12

@mui/system@5.15.12

@mui/joy@5.0.0-beta.30

Docs

Core

... (truncated)

Changelog

Sourced from @​mui/material's changelog.

v5.15.12

Mar 5, 2024

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

@pigment-css/react@0.0.1, @pigment-css/nextjs-plugin@0.0.1, @pigment-css/vite-plugin@0.0.1, & @pigment-css/unplugin@0.0.1

  • This is the first public release of our new zero-runtime CSS-in-JS library, Pigment CSS.

@mui/material@5.15.12

@mui/system@5.15.12

@mui/joy@5.0.0-beta.30

Docs

... (truncated)

Commits


Updates @mui/system from 5.15.11 to 5.15.12

Release notes

Sourced from @​mui/system's releases.

v5.15.12

Mar 5, 2024

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

@mui/material@5.15.12

@mui/system@5.15.12

@mui/joy@5.0.0-beta.30

Docs

Core

... (truncated)

Changelog

Sourced from @​mui/system's changelog.

v5.15.12

Mar 5, 2024

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

@pigment-css/react@0.0.1, @pigment-css/nextjs-plugin@0.0.1, @pigment-css/vite-plugin@0.0.1, & @pigment-css/unplugin@0.0.1

  • This is the first public release of our new zero-runtime CSS-in-JS library, Pigment CSS.

@mui/material@5.15.12

@mui/system@5.15.12

@mui/joy@5.0.0-beta.30

Docs

... (truncated)

Commits


Updates next from 14.1.1 to 14.1.3

Release notes

Sourced from next's releases.

v14.1.2

Note: this is a backport release for critical bug fixes -- this does not include all pending features/changes on canary

Core Changes

  • Fix sitemap generateSitemaps support for string id (#61088)
  • Fix: generateSitemaps in production giving 404 (#62212)
  • Fix redirect under suspense boundary with basePath (#62597)
  • Fix: Add stricter check for "use server" exports (#62821)
  • ensure server action errors notify rejection handlers (#61588)
  • make router restore action resilient to a missing tree (#62098)
  • build: remove sentry from the externals list #61194
  • Reduce memory/cache overhead from over loader processing #62005

Credits

Huge thanks to @​huozhi, @​shuding, @​Ethan-Arrowood, @​styfle, @​ijjk, @​ztanner, @​balazsorban44, @​kdy1, and @​williamli for helping!

v14.1.2-canary.7

Core Changes

  • remove reducer unit tests: #62766

Documentation Changes

Credits

Huge thanks to @​ztanner and @​devr77 for helping!

v14.1.2-canary.6

Core Changes

  • fix: Add stricter check for "use server" exports: #62821
  • fix(next-core): throw on invalid metadata handler: #62829
  • Revert "Add experimental config for navigation raf test (#62668)": #62834
  • Revert "refactor(analysis): rust based page-static-info, deprecate js parse interface in next-swc": #62838

Example Changes

  • Fix with-supertokens example: #62817

Credits

Huge thanks to @​shuding, @​kwonoj, @​ijjk, and @​timneutkens for helping!

v14.1.2-canary.5

Core Changes

... (truncated)

Commits


Updates next-auth from 4.24.6 to 4.24.7

Release notes

Sourced from next-auth's releases.

next-auth@4.24.7

Others

Commits


Updates @types/node from 20.11.24 to 20.11.25

Commits


Updates @types/react from 18.2.61 to 18.2.64

Commits


Updates @types/react-dom from 18.2.19 to 18.2.21

Commits


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

Release notes

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

v7.1.1

7.1.1 (2024-03-04)

🩹 Fixes

  • typescript-eslint: apply ignores to all extended configs passed to config helper function (#8567)

❤️ Thank You

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

Changelog

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

7.1.1 (2024-03-04)

This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.

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

Commits
  • 88b7463 chore(release): publish 7.1.1
  • 6954a4a test(eslint-plugin): [no-unused-vars] add export import namespace testcase (#...
  • See full diff in compare view


Updates @typescript-eslint/parser from 7.1.0 to 7.1.1

Release notes

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

v7.1.1

7.1.1 (2024-03-04)

🩹 Fixes

  • typescript-eslint: apply ignores to all extended configs passed to config helper function (#8567)

❤️ Thank You

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

Changelog

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

7.1.1 (2024-03-04)

This was a version bump only for parser to align it with other projects, there were no code changes.

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

Commits


Updates eslint-config-next from 14.1.1 to 14.1.3

Release notes

Sourced from eslint-config-next's releases.

v14.1.2

Note: this is a backport release for critical bug fixes -- this does not include all pending features/changes on canary

Core Changes

  • Fix sitemap generateSitemaps support for string id (#61088)
  • Fix: generateSitemaps in production giving 404 (#62212)
  • Fix redirect under suspense boundary with basePath (#62597)
  • Fix: Add stricter check for "use server" exports (#62821)
  • ensure server action errors notify rejection handlers (#61588)
  • make router restore action resilient to a missing tree (#62098)
  • build: remove sentry from the externals list #61194
  • Reduce memory/cache overhead from over loader processing #62005

Credits

Huge thanks to @​huozhi, @​shuding, @​Ethan-Arrowood, @​styfle, @​ijjk, @​ztanner, @​balazsorban44, @​kdy1, and @​williamli for helping!

v14.1.2-canary.7

Core Changes

  • remove reducer unit tests: #62766

Documentation Changes

Credits

Huge thanks to @​ztanner and @​devr77 for helping!

v14.1.2-canary.6

Core Changes

  • fix: Add stricter check for "use server" exports: #62821
  • fix(next-core): throw on invalid metadata handler: #62829
  • Revert "Add experimental config for navigation raf test (#62668)": #62834
  • Revert "refactor(analysis): rust based page-static-info, deprecate js parse interfac... _Description has been truncated_