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 minor-production-deps group with 9 updates #263

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 9, 2024

Bumps the minor-production-deps group with 9 updates:

Package From To
@emotion/react 11.13.5 11.14.0
@emotion/styled 11.13.5 11.14.0
@mui/material 6.1.9 6.1.10
@tanstack/react-query 5.62.1 5.62.3
deck.gl 9.0.36 9.0.37
i18next-browser-languagedetector 8.0.0 8.0.2
next 15.0.3 15.0.4
react-i18next 15.1.3 15.1.4
zustand 5.0.1 5.0.2

Updates @emotion/react from 11.13.5 to 11.14.0

Release notes

Sourced from @​emotion/react's releases.

@​emotion/react@​11.14.0

Minor Changes

  • #3281 fc4d7bd Thanks @​Andarist! - Source code has been migrated to TypeScript. From now on type declarations will be emitted based on that, instead of being hand-written.

Patch Changes

  • Updated dependencies [8dc1a6d, e1bf17e]:
    • @​emotion/cache@​11.14.0
    • @​emotion/use-insertion-effect-with-fallbacks@​1.2.0
Commits

Updates @emotion/styled from 11.13.5 to 11.14.0

Release notes

Sourced from @​emotion/styled's releases.

@​emotion/styled@​11.14.0

Minor Changes

  • #3284 a19d019 Thanks @​Andarist! - Source code has been migrated to TypeScript. From now on type declarations will be emitted based on that, instead of being hand-written.

Patch Changes

  • Updated dependencies [e1bf17e]:
    • @​emotion/use-insertion-effect-with-fallbacks@​1.2.0
Commits

Updates @mui/material from 6.1.9 to 6.1.10

Release notes

Sourced from @​mui/material's releases.

v6.1.10

A big thanks to the 11 contributors who made this release possible.

@mui/[email protected]

@mui/[email protected]

Docs

Core

All contributors of this release in alphabetical order: @​albarv340, @​arishoham, @​DiegoAndai, @​joserodolfofreitas, @​MBilalShafi, @​mnajdova, @​oliviertassinari, @​sai6855, @​samuelsycamore, @​siriwatknp, @​ZeeshanTamboli

Changelog

Sourced from @​mui/material's changelog.

6.1.10

Dec 3, 2024

A big thanks to the 11 contributors who made this release possible.

@mui/[email protected]

@mui/[email protected]

Docs

Core

All contributors of this release in alphabetical order: @​albarv340, @​arishoham, @​DiegoAndai, @​joserodolfofreitas, @​MBilalShafi, @​mnajdova, @​oliviertassinari, @​sai6855, @​samuelsycamore, @​siriwatknp, @​ZeeshanTamboli

Commits
  • 5c5e9f6 [release] v6.1.10 (#44645)
  • 6c6cb7e [Select][TextField] Fix screen reader from saying &ZeroWidthSpace (#44631)
  • 9b49147 [Grid2] Fix theme scoping error (#44599)
  • 7bdfd2a [core] Remove getSlotOwnerState from useSlot util (#44403)
  • 1f3d69a [docs] Bump React Router to ^7.0.1 (#44531)
  • ac1f902 [core] Extract useRippleHandler outside of ButtonBase (#44591)
  • 452d971 [Grid2] Add container styles from styleOverrides (#44598)
  • d0a5989 [ThemeProvider] Optimize theme changes when enabling CSS theme variables (#...
  • 7c0b7e8 [material-ui] Skip tonalOffset from setting color channel (#44585)
  • 28ac35c [core-infra] Remove useless fragments (#44516)
  • Additional commits viewable in compare view

Updates @tanstack/react-query from 5.62.1 to 5.62.3

Release notes

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

v5.62.3

Version 5.62.3 - 12/6/24, 3:33 PM

Changes

Fix

  • allow passing enabled:true when skipToken is present (#8407) (32d7189) by Dominik Dorfmeister

Docs

  • angular-query: add auto-refetching example (#8371) (d6621a8) by @​MatanShushan
  • useQuery to object syntax (#8387) (8ccc36c) by Max

Packages

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

v5.62.2

Version 5.62.2 - 12/3/24, 7:29 AM

Changes

Fix

  • types: Fix type errors when using fully-typed inputs like QueryFilters, and test all QueryClient methods to detect similar issues (#8375) (175757a) by Nick Lucas

Packages

  • @​tanstack/query-core@​5.62.2
  • @​tanstack/query-broadcast-client-experimental@​5.62.2
  • @​tanstack/query-persist-client-core@​5.62.2

... (truncated)

Commits

Updates deck.gl from 9.0.36 to 9.0.37

Release notes

Sourced from deck.gl's releases.

v9.0.37

  • fix(mapbox) Remove type dependency on mapbox-gl (#9279)
Changelog

Sourced from deck.gl's changelog.

deck.gl [9.0.37] - Dec 6 2024

  • fix(mapbox) Remove type dependency on mapbox-gl (#9279)
Commits

Updates i18next-browser-languagedetector from 8.0.0 to 8.0.2

Changelog

Sourced from i18next-browser-languagedetector's changelog.

8.0.2

  • fix for when passed services are null, should address 296

8.0.1

  • some environments, throws when accessing document.cookie
Commits

Updates next from 15.0.3 to 15.0.4

Release notes

Sourced from next's releases.

v15.0.4

[!NOTE]
This release is backporting changes. It does not include all pending features/changes on canary.

Core Changes

Credits

Huge thanks to @​eps1lon

v15.0.4-canary.48

Misc Changes

  • refactor(turbopack): Use ResolvedVc<T> for struct fields in extra crates: #73451
  • refactor(turbopack): Use ResolvedVc<T> for struct fields in next-api, final part: #73367
  • docs: Fix image component API reference parsing: #73658
  • docs: fix code block language in images-and-fonts docs: #73492

Credits

Huge thanks to @​kdy1, @​eps1lon, and @​JamBalaya56562 for helping!

v15.0.4-canary.47

Misc Changes

  • test: fix next-sass test: #73633

Credits

Huge thanks to @​samcx for helping!

v15.0.4-canary.46

Core Changes

  • Use consistent error formatting in terminal: #71909
  • [Segment Cache] Interception routes: #73434
  • Upgrade to typescript 5.7: #73594
  • [Segment Cache] Use LRU to manage cache data : #73486
  • [Segment Cache] Add isPartial to segment prefetch : #73528
  • Fix missing client reference manifest error when using route groups: #73606
  • feat(after): stabilize unstable_after: #73605
  • [Segment Cache] Add isHeadPartial: #73530
  • fix: do not add suffix for sitemap under group routes: #73570
  • Dynamic IO: Improve error handling: #73607

Example Changes

  • Bump examples/** Eslint to v9: #73560

... (truncated)

Commits

Updates react-i18next from 15.1.3 to 15.1.4

Changelog

Sourced from react-i18next's changelog.

15.1.4

  • Fix: warning each child should have a unique key 1820
Commits

Updates zustand from 5.0.1 to 5.0.2

Release notes

Sourced from zustand's releases.

v5.0.2

This fixes some issues in middleware.

What's Changed

New Contributors

Full Changelog: pmndrs/zustand@v5.0.1...v5.0.2

Commits

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the minor-production-deps group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [@emotion/react](https://github.com/emotion-js/emotion) | `11.13.5` | `11.14.0` |
| [@emotion/styled](https://github.com/emotion-js/emotion) | `11.13.5` | `11.14.0` |
| [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) | `6.1.9` | `6.1.10` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.62.1` | `5.62.3` |
| [deck.gl](https://github.com/visgl/deck.gl) | `9.0.36` | `9.0.37` |
| [i18next-browser-languagedetector](https://github.com/i18next/i18next-browser-languageDetector) | `8.0.0` | `8.0.2` |
| [next](https://github.com/vercel/next.js) | `15.0.3` | `15.0.4` |
| [react-i18next](https://github.com/i18next/react-i18next) | `15.1.3` | `15.1.4` |
| [zustand](https://github.com/pmndrs/zustand) | `5.0.1` | `5.0.2` |


Updates `@emotion/react` from 11.13.5 to 11.14.0
- [Release notes](https://github.com/emotion-js/emotion/releases)
- [Changelog](https://github.com/emotion-js/emotion/blob/main/CHANGELOG.md)
- [Commits](https://github.com/emotion-js/emotion/compare/@emotion/[email protected]...@emotion/[email protected])

Updates `@emotion/styled` from 11.13.5 to 11.14.0
- [Release notes](https://github.com/emotion-js/emotion/releases)
- [Changelog](https://github.com/emotion-js/emotion/blob/main/CHANGELOG.md)
- [Commits](https://github.com/emotion-js/emotion/compare/@emotion/[email protected]...@emotion/[email protected])

Updates `@mui/material` from 6.1.9 to 6.1.10
- [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/v6.1.10/packages/mui-material)

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

Updates `deck.gl` from 9.0.36 to 9.0.37
- [Release notes](https://github.com/visgl/deck.gl/releases)
- [Changelog](https://github.com/visgl/deck.gl/blob/v9.0.37/CHANGELOG.md)
- [Commits](visgl/deck.gl@v9.0.36...v9.0.37)

Updates `i18next-browser-languagedetector` from 8.0.0 to 8.0.2
- [Changelog](https://github.com/i18next/i18next-browser-languageDetector/blob/master/CHANGELOG.md)
- [Commits](i18next/i18next-browser-languageDetector@v8.0.0...v8.0.2)

Updates `next` from 15.0.3 to 15.0.4
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v15.0.3...v15.0.4)

Updates `react-i18next` from 15.1.3 to 15.1.4
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/react-i18next@v15.1.3...v15.1.4)

Updates `zustand` from 5.0.1 to 5.0.2
- [Release notes](https://github.com/pmndrs/zustand/releases)
- [Commits](pmndrs/zustand@v5.0.1...v5.0.2)

---
updated-dependencies:
- dependency-name: "@emotion/react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-production-deps
- dependency-name: "@emotion/styled"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-production-deps
- dependency-name: "@mui/material"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-production-deps
- dependency-name: "@tanstack/react-query"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-production-deps
- dependency-name: deck.gl
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-production-deps
- dependency-name: i18next-browser-languagedetector
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-production-deps
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-production-deps
- dependency-name: react-i18next
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-production-deps
- dependency-name: zustand
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-production-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 9, 2024
Copy link

cloudflare-workers-and-pages bot commented Dec 9, 2024

Deploying live-trains-finland with  Cloudflare Pages  Cloudflare Pages

Latest commit: ab9d866
Status:🚫  Build failed.

View logs

Copy link

sonarcloud bot commented Dec 9, 2024

Copy link

netlify bot commented Dec 9, 2024

Deploy Preview for junaan failed.

Name Link
🔨 Latest commit ab9d866
🔍 Latest deploy log https://app.netlify.com/sites/junaan/deploys/67573bfac77b2b00080db5ca

Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 16, 2024

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

@dependabot dependabot bot closed this Dec 16, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/minor-production-deps-04f5da6ed2 branch December 16, 2024 18: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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants