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 across 1 directory with 10 updates #249

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 18, 2024

Bumps the minor-production-deps group with 10 updates in the / directory:

Package From To
@mui/material 6.1.6 6.1.7
@tanstack/react-query 5.59.19 5.60.5
@types/node 22.8.7 22.9.0
deck.gl 9.0.34 9.0.35
i18next 23.16.4 23.16.5
mqtt 5.10.1 5.10.2
next 15.0.2 15.0.3
nuqs 2.1.1 2.2.1
react-i18next 15.1.0 15.1.1
use-local-storage-state 19.4.1 19.5.0

Updates @mui/material from 6.1.6 to 6.1.7

Release notes

Sourced from @​mui/material's releases.

v6.1.7

Nov 13, 2024

A big thanks to the 13 contributors who made this release possible. This release includes fixes as well as documentation improvements.

@mui/[email protected]

@mui/[email protected]

  • Fix missing @types/hoist-non-react-statics causing styled returns any (#44397) @​megos

Docs

Core

... (truncated)

Changelog

Sourced from @​mui/material's changelog.

v6.1.7

Nov 13, 2024

A big thanks to the 13 contributors who made this release possible. This release includes fixes as well as documentation improvements.

@mui/[email protected]

@mui/[email protected]

  • Fix missing @types/hoist-non-react-statics causing styled returns any (#44397) @​megos

Docs

Core

... (truncated)

Commits

Updates @tanstack/react-query from 5.59.19 to 5.60.5

Release notes

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

v5.60.5

Version 5.60.5 - 11/15/24, 6:06 PM

Changes

Fix

  • useQueries: make sure we don"t lose property tracking (#8295) (4a2e838) by Dominik Dorfmeister

Docs

  • angular-query: type narrowing (#8297) (0df2883) by Arnoud
  • angular-query: add TypeScript documentation (#8296) (118b152) by Arnoud

Packages

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

v5.60.4

Version 5.60.4 - 11/15/24, 3:43 PM

Changes

Refactor

Packages

  • @​tanstack/query-async-storage-persister@​5.60.4
  • @​tanstack/query-sync-storage-persister@​5.60.4
  • @​tanstack/react-query@​5.60.4

... (truncated)

Commits
  • 3fc2fce release: v5.60.5
  • 4a2e838 fix(useQueries): make sure we don't lose property tracking (#8295)
  • 8786495 release: v5.60.4
  • 6c2a055 refactor(*): unify & use noop (#8294)
  • 7615661 release: v5.60.2
  • c9fcd2f test(react-query): useInfinitePrefetchQuery -> usePrefetchInfiniteQuery (#8265)
  • 8d1f542 test(react-query): add test case for useSuspenseQueries accept skipToken as q...
  • ebd4c2b test(react-query): add test case for useSuspenseInfiniteQuery accept skipToke...
  • e802711 test(react-query): add test case for useSuspenseQuery accept skipToken as que...
  • c2b435d test(react-query): add test case for infiniteQueryOptions (#8268)
  • Additional commits viewable in compare view

Updates @types/node from 22.8.7 to 22.9.0

Commits

Updates deck.gl from 9.0.34 to 9.0.35

Release notes

Sourced from deck.gl's releases.

v9.0.35

  • CARTO: Add Layer exports to ease subclassing (#9235)
  • CARTO: Fix off-by-one raster vertex shader error (#9236)
  • Avoid polluting function prototype in createPropsPrototypeAndTypes (#9207)
  • CARTO: HeatmapTileLayer full colorRange (#9068)
Changelog

Sourced from deck.gl's changelog.

deck.gl [9.0.35] - Nov 8 2024

  • CARTO: Add Layer exports to ease subclassing (#9235)
  • CARTO: Fix off-by-one raster vertex shader error (#9236)
  • Avoid polluting function prototype in createPropsPrototypeAndTypes (#9207)
  • CARTO: HeatmapTileLayer full colorRange (#9068)
Commits

Updates i18next from 23.16.4 to 23.16.5

Release notes

Sourced from i18next's releases.

v23.16.5

  • fix extractFromKey for use cases like this
Changelog

Sourced from i18next's changelog.

23.16.5

  • fix extractFromKey for use cases like this
Commits

Updates mqtt from 5.10.1 to 5.10.2

Release notes

Sourced from mqtt's releases.

Release 5.10.2

5.10.2 (2024-11-13)

Features

  • electron-test: move third hosted broker to self hosted broker (#1926) (1ca3f9e)
Changelog

Sourced from mqtt's changelog.

5.10.2 (2024-11-13)

Features

  • electron-test: move third hosted broker to self hosted broker (#1926) (1ca3f9e)
Commits

Updates next from 15.0.2 to 15.0.3

Release notes

Sourced from next's releases.

v15.0.3

Core Changes

  • Read page name from work store in server module map proxy: #71669
  • codemod: should not transform when param is not used: #71664
  • [dynamicIO] complete refactor to prerender: #71687
  • fix: metadata image route normalize path posix for windows: #71673
  • next-codemod(upgrade): optional catch when missing dev script: #71598
  • Avoid server action function indirection in Turbopack: #71628
  • fix: exclude basePath in findSourceMapURL: #71719
  • fix: stack frame text color in dark mode: #71656
  • Fix: revert the bad node binary handling: #71723
  • next-codemod: add empty pnpm-workspace.yaml to test fixtures to bypass PNPM workspace checks: #71726
  • warn on sync access if dynamicIO is not enabled: #71696
  • Update React from 69d4b800-20241021 to 45804af1-20241021: #71718
  • next-upgrade: do not add --turbopack flag when --turbo exists in next dev: #71730
  • feat: stitch errors with react owner stack: #70393
  • [dynamicIO] update data access error and documentation: #71738
  • Test cached form action with revalidate: #71591
  • Upgrade React from 45804af1-20241021 to 28668d39-20241023: #71745
  • Fix race condition when setting client reference manifests: #71741
  • Fix fetch with no-store inside of use cache: #71754
  • Remove the bottom collapse button in dev overlay: #71658
  • [dynamicIO] unify cache filling and lazy-module warming: #71749
  • Don't filter out source location frames through RSC: #71752
  • fix undefined default export error msg: #71762
  • Upgrade React from 28668d39-20241023 to 1631855f-20241023: #71769
  • Enable owner stack in experimental build: #71716
  • feat: add experiment for sharpjs cpu flags: #71733
  • fix: handle server component replay error in error overlay: #71772
  • Don't error asking for prebuilt bundles: #71778
  • Replace turbopack://[project]/... sourcemap uris with file://... in development: #71489
  • misc: update source map paths for bundled Next.js runtime: #71779
  • [dynamicIO] refine error message and docs: #71781
  • next-upgrade: change --turbo to --turbopack if applicable: #71737
  • Show all diff when uncollapse: #71792
  • Sourcemap errors in terminal by default : #71444
  • Fully enable custom error callbacks for app router: #71794
  • Simplify Server Action Webpack plugin: #71721
  • ensure DIO development segment errors are cleared after correcting: #71811
  • Include sourceframe in errors logged in the terminal during development: #71803
  • [dynamicIO] update prerender cache scoping and cache warming for validation: #71822
  • only force stack frame color in tty: #71860
  • Add test for fetch with auth in use cache: #71768
  • Fix race with hot-reloader-client clearing overlay errors: #71771
  • Fix dynamic tracking in dev: #71867
  • Revert "Sourcemap errors in terminal by default (#71444)": #71868
  • Fix fetch caching inside of "use cache": #71793
  • Trace upload: only send traces for current session: #71838
  • Reland "Sourcemap errors in terminal by default": #71877

... (truncated)

Commits
  • 7dc7be2 v15.0.3
  • 74b4d2d v15.0.3-canary.9
  • be40adb Add missing closing \</AppOnly> (#72453)
  • 224447c Getting Started Docs: Improve "Project Structure" page (#72399)
  • 5f0adad chore(turbopack): Update dashmap from 5.x to 6.x (#72433)
  • f668af2 [ppr] Fixed deployment tests (#72428)
  • 856521b docs(parallel-routes): update 11-parallel-routes.mdx example for modal closin...
  • 9d31638 docs(route-handlers): add TS/JS switcher to Route Resolution section in `...
  • 200fdc1 [Turbopack] remove unneeded type annotation (#72390)
  • 74a19b7 docs: unify the header deps by removing # (#72391)
  • Additional commits viewable in compare view

Updates nuqs from 2.1.1 to 2.2.1

Release notes

Sourced from nuqs's releases.

v2.2.1

2.2.1 (2024-11-15)

Bug Fixes

v2.2.0

2.2.0 (2024-11-14)

Features

  • Add testing HOC to reduce test setup verbosity (#765) (777627e)

Bug Fixes

v2.1.2

2.1.2 (2024-11-12)

Bug Fixes

Commits
  • 84c5189 fix(serializer/types): Allow null value in serializer for parsers with defa...
  • 941189d doc: Update to Fumadocs 14 / Next 15 (#749)
  • 6ee72ee fix: Support for dynamic default values in useQueryStates (#762)
  • 777627e feat: Add testing HOC to reduce test setup verbosity (#765)
  • 8200add fix: Make the testing adapter clear the URL queue (#764)
  • 06d6e39 fix: Add React 19 RC in peer dep semver range (#756)
  • 3017660 fix: Log an error in development if URI size of 2000 characters is exceeded. ...
  • 6bc229a fix: Use correct keys for state sync (#759)
  • 72a5b2b doc: Update socials: bye X, RIP Twitter, hello Bluesky (#746)
  • 7215e94 doc: Add Jest guidelines & ESM-only error page (#743)
  • See full diff in compare view

Updates react-i18next from 15.1.0 to 15.1.1

Changelog

Sourced from react-i18next's changelog.

15.1.1

  • fix: Not all namespaces are loaded when passing the lng option to useTranslate 1809
Commits
  • 20b820e 15.1.1
  • 0d8153e fix: Not all namespaces are loaded when passing the lng option to useTranslat...
  • See full diff in compare view

Updates use-local-storage-state from 19.4.1 to 19.5.0

Release notes

Sourced from use-local-storage-state's releases.

v19.5.0

  • ✨ new defaultServerValue option — setting this will provide a different value while server-rendering and hydrating bfc68fa

astoilkov/use-local-storage-state@v19.4.1...v19.5.0

Commits
  • 8d4e9c5 v19.5.0
  • e990b4e ✏️ improve wording in defaultServerValue option
  • ce1cbcc ✏️ paraphrase defaultServerValue option description
  • 97b0461 ✏️ remove usage section for defaultServerValue
  • 85c42fc Merge pull request #74 from BatuhanTopcu/main
  • bfc68fa add defaultServerValue property
  • 52ad3e0 ✏️ add use-db
  • 536a2c2 ✏️ remove CodeSandbox link (it's broken)
  • See full diff 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 <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 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) | `6.1.6` | `6.1.7` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.59.19` | `5.60.5` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.8.7` | `22.9.0` |
| [deck.gl](https://github.com/visgl/deck.gl) | `9.0.34` | `9.0.35` |
| [i18next](https://github.com/i18next/i18next) | `23.16.4` | `23.16.5` |
| [mqtt](https://github.com/mqttjs/MQTT.js) | `5.10.1` | `5.10.2` |
| [next](https://github.com/vercel/next.js) | `15.0.2` | `15.0.3` |
| [nuqs](https://github.com/47ng/nuqs/tree/HEAD/packages/nuqs) | `2.1.1` | `2.2.1` |
| [react-i18next](https://github.com/i18next/react-i18next) | `15.1.0` | `15.1.1` |
| [use-local-storage-state](https://github.com/astoilkov/use-local-storage-state) | `19.4.1` | `19.5.0` |



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

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

Updates `@types/node` from 22.8.7 to 22.9.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `deck.gl` from 9.0.34 to 9.0.35
- [Release notes](https://github.com/visgl/deck.gl/releases)
- [Changelog](https://github.com/visgl/deck.gl/blob/v9.0.35/CHANGELOG.md)
- [Commits](visgl/deck.gl@v9.0.34...v9.0.35)

Updates `i18next` from 23.16.4 to 23.16.5
- [Release notes](https://github.com/i18next/i18next/releases)
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/i18next@v23.16.4...v23.16.5)

Updates `mqtt` from 5.10.1 to 5.10.2
- [Release notes](https://github.com/mqttjs/MQTT.js/releases)
- [Changelog](https://github.com/mqttjs/MQTT.js/blob/main/CHANGELOG.md)
- [Commits](mqttjs/MQTT.js@v5.10.1...v5.10.2)

Updates `next` from 15.0.2 to 15.0.3
- [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.2...v15.0.3)

Updates `nuqs` from 2.1.1 to 2.2.1
- [Release notes](https://github.com/47ng/nuqs/releases)
- [Commits](https://github.com/47ng/nuqs/commits/v2.2.1/packages/nuqs)

Updates `react-i18next` from 15.1.0 to 15.1.1
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/react-i18next@v15.1.0...v15.1.1)

Updates `use-local-storage-state` from 19.4.1 to 19.5.0
- [Release notes](https://github.com/astoilkov/use-local-storage-state/releases)
- [Commits](astoilkov/use-local-storage-state@v19.4.1...v19.5.0)

---
updated-dependencies:
- 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-minor
  dependency-group: minor-production-deps
- dependency-name: "@types/node"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-production-deps
- dependency-name: mqtt
  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: nuqs
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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: use-local-storage-state
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 Nov 18, 2024
Copy link

cloudflare-workers-and-pages bot commented Nov 18, 2024

Deploying live-trains-finland with  Cloudflare Pages  Cloudflare Pages

Latest commit: b87e67c
Status: ✅  Deploy successful!
Preview URL: https://008b1736.live-trains-finland.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-mino-gqyo.live-trains-finland.pages.dev

View logs

Copy link

sonarcloud bot commented Nov 18, 2024

Copy link

netlify bot commented Nov 18, 2024

Deploy Preview for junaan ready!

Name Link
🔨 Latest commit b87e67c
🔍 Latest deploy log https://app.netlify.com/sites/junaan/deploys/673b93838d4e4e0008587c6f
😎 Deploy Preview https://deploy-preview-249--junaan.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@viliket
Copy link
Owner

viliket commented Nov 23, 2024

@dependabot squash and merge

@dependabot dependabot bot merged commit 38f3ef6 into main Nov 23, 2024
8 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/minor-production-deps-019a599b55 branch November 23, 2024 08:38
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.

1 participant