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 12 updates #177

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 24, 2024

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

Package From To
@mui/material 5.15.19 5.15.20
@tanstack/react-query 5.40.0 5.45.1
@types/lodash 4.17.4 4.17.5
@types/node 20.14.0 20.14.8
deck.gl 9.0.17 9.0.20
graphql 16.8.1 16.9.0
graphql-request 7.0.1 7.1.0
maplibre-gl 4.3.2 4.4.1
mqtt 5.7.0 5.7.2
next 14.2.3 14.2.4
typescript 5.4.5 5.5.2
use-local-storage-state 19.2.0 19.3.1

Updates @mui/material from 5.15.19 to 5.15.20

Release notes

Sourced from @​mui/material's releases.

v5.15.20

Jun 12, 2024

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

@mui/material@5.15.20

@mui/utils@5.15.15

Docs

Core

All contributors of this release in alphabetical order: @​aarongarciah, @​anle9650, @​DanailH, @​danilo-leal, @​erezstmn-doit, @​iammminzzy, @​oliviertassinari, @​sai6855, @​ZeeshanTamboli

Changelog

Sourced from @​mui/material's changelog.

v5.15.20

Jun 12, 2024

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

@mui/material@5.15.20

@mui/utils@5.15.15

Docs

Core

All contributors of this release in alphabetical order: @​aarongarciah, @​anle9650, @​DanailH, @​danilo-leal, @​erezstmn-doit, @​iammminzzy, @​oliviertassinari, @​sai6855, @​ZeeshanTamboli

Commits

Updates @tanstack/react-query from 5.40.0 to 5.45.1

Release notes

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

v5.45.1

Version 5.45.1 - 6/16/2024, 8:16 PM

Changes

Refactor

  • react-query: improve type inference for useSuspenseQueries with skipToken (#7564) (77a7b286) by GwanSik Kim

Docs

  • fix grammar mistake on migrating-to-v5.md (#7556) (8d69ef49) by Paul Ashioya

Packages

  • @​tanstack/react-query@​5.45.1
  • @​tanstack/react-query-devtools@​5.45.1
  • @​tanstack/react-query-persist-client@​5.45.1
  • @​tanstack/react-query-next-experimental@​5.45.1

v5.45.0

Version 5.45.0 - 6/12/2024, 12:35 PM

Changes

Feat

  • hydrate.transformPromise (#7538) (9a030b64) by Julius Marminge

Docs

Packages

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

... (truncated)

Commits
  • 80a0322 release: v5.45.1
  • 77a7b28 refactor(react-query): improve type inference for useSuspenseQueries with ski...
  • ac8f48a release: v5.45.0
  • b157fe4 release: v5.44.0
  • a300d48 release: v5.40.1
  • 6f08200 refactor(*): improved type inference for useQueries with skipToken (#7484)
  • See full diff in compare view

Updates @types/lodash from 4.17.4 to 4.17.5

Commits

Updates @types/node from 20.14.0 to 20.14.8

Commits

Updates deck.gl from 9.0.17 to 9.0.20

Release notes

Sourced from deck.gl's releases.

v9.0.20

  • fix(extensions): DataFilterExtension not setting category uniforms (#8940)
  • chore(carto): Remove dependency on @​luma.gl/constants (#8959)

v9.0.19

  • fix(carto): Use tile.content in HeatmapTileLayer (#8947)
  • docs: Fix broken link after file rename (#8946)

v9.0.18

  • feat(carto): HeatmapTileLayer implement autoscaling (#8944)
  • fix(widgets): use assigned viewport to change viewState (#8903)
  • feat(geo-layers): Allow layers extending MVTLayer to override isWGS84 (#8932)
  • fix(carto): Support picking with MVT tile-relative coordinates (#8926)
Changelog

Sourced from deck.gl's changelog.

deck.gl [9.0.20] - Jun 20 2024

  • fix(extensions): DataFilterExtension not setting category uniforms (#8940)
  • chore(carto): Remove dependency on @​luma.gl/constants (#8959)

deck.gl [9.0.19] - Jun 13 2024

  • fix(carto): Use tile.content in HeatmapTileLayer (#8947)
  • docs: Fix broken link after file rename (#8946)

deck.gl [9.0.18] - Jun 12 2024

  • feat(carto): HeatmapTileLayer implement autoscaling (#8944)
  • fix(widgets): use assigned viewport to change viewState (#8903)
  • feat(geo-layers): Allow layers extending MVTLayer to override isWGS84 (#8932)
  • fix(carto): Support picking with MVT tile-relative coordinates (#8926)
Commits

Updates graphql from 16.8.1 to 16.9.0

Release notes

Sourced from graphql's releases.

v16.9.0 (2024-06-21)

New Feature 🚀

  • #4119 backport[v16]: Introduce "recommended" validation rules (@​benjie)
  • #4122 backport[v16]: Enable passing values configuration to GraphQLEnumType as a thunk (@​benjie)
  • #4124 backport[v16]: Implement OneOf Input Objects via @oneOf directive (@​benjie)

Committers: 1

v16.8.2 (2024-06-12)

Bug Fix 🐞

Internal 🏠

Committers: 2

Commits
  • 556a01e 16.9.0
  • 6a1614c backport[v16]: Enable passing values configuration to GraphQLEnumType as a th...
  • 29144f7 backport[v16]: Implement OneOf Input Objects via @oneOf directive (#4124)
  • c35130e Revert error extension symbol (#4123)
  • 29c1bff feat: allow defining symbol error extensions (#3730)
  • c985c27 backport[v16]: Introduce "recommended" validation rules (#4119)
  • 08779a0 16.8.2
  • c82609e Fix publish scripts (#4104)
  • 0d12b06 fix: remove globalThis check and align with what bundlers can accept (#4022)
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by benjie, a new releaser for graphql since your current version.


Updates graphql-request from 7.0.1 to 7.1.0

Release notes

Sourced from graphql-request's releases.

7.1.0

Fixes

  • 829028d make dprint optional dep (#920)
  • 3ba32a3 client sends accept header

Improvements

  • 30b39bf improve: update all deps to latest (#936)
  • 92ea1b2 docs: mention additional requirement for TS
  • 39dfb37 refactor: no mock server
  • db4db92 docs: TS moduleResolution requirements

Graffle

Features

  • c91bbc3 anyware hook retries (#904)
  • 6eebe6f extension system (#871)
  • 543ffdf static exec and req funcs (#851)
  • eecf7b9 incremental typed client (#848)

Chores

  • f1fd315 add publint (#865)
Commits
  • 30b39bf improve: update all deps to latest (#936)
  • 4ce0d02 chore(deps): update pnpm to v9.4.0 (#932)
  • ba3756f improve: update all deps to latest
  • 927e14e chore(deps): update dependency tsx to v4.15.6 (#929)
  • 3505ced chore(deps): update dependency graphql to v16.8.2 (#923)
  • 969578b chore(deps): update dependency eslint to v9.5.0 (#926)
  • 0a6f43c chore(deps): update dependency tsx to v4.15.5 (#927)
  • 57611ec chore(deps): update dependency type-fest to v4.20.1 (#928)
  • 6270e86 chore(deps): update dependency tsx to v4.15.4 (#925)
  • dfc579e chore(deps): update dependency tsx to v4.15.4 (#915)
  • Additional commits viewable in compare view

Updates maplibre-gl from 4.3.2 to 4.4.1

Release notes

Sourced from maplibre-gl's releases.

v4.4.1

https://github.com/maplibre/maplibre-gl-js Changes since MapLibre GL JS v4.4.0:

🐞 Bug fixes

  • Fix terrain listener memory leak when adding and removing Marker (#4284)

v4.4.0

https://github.com/maplibre/maplibre-gl-js Changes since MapLibre GL JS v4.3.2:

✨ Features and improvements

  • Improve animation curve when easeTo and flyTo with constraints (#3793)
  • For filled extrusions, calculate the elevation per polygon (#3313)
  • Add events to GeolocateControl to allow a more granular interaction (#3847)
  • Make MapOptions.style optional to be consistent with Map.setStyle(null) (#4151)
  • Use Autoprefixer to handle vendor prefixes in CSS (#4165)
  • Make aria-label configurable for Map, Marker and Popup (#4147)
  • Map <canvas> is focusable only when interactive (#4147)
  • "Accept" headers set in Request Transformers are not overwritten (#4210)
  • ⚠️ Rename projMatrix to modelViewProjectionMatrix. Also rename invProjMatrix, alignedProjMatrix accordingly (#4215)
  • Publish an unminified prod build (#4265)

🐞 Bug fixes

  • ⚠️ Allow breaking lines in labels before a left parenthesis (#4138)
  • ⚠️ Fix ignoring embedded line breaks when symbol-placement is line or line-center (#4124)
  • Ensure loseContext exists before calling it (#4245)
  • Update deprecated -ms-high-contrast vendor prefix to (forced-colors: active) and (prefers-color-scheme: light) as appropriate (#4250)
Changelog

Sourced from maplibre-gl's changelog.

4.4.1

🐞 Bug fixes

  • Fix terrain listener memory leak when adding and removing Marker (#4284)

4.4.0

✨ Features and improvements

  • Improve animation curve when easeTo and flyTo with constraints (#3793)
  • For filled extrusions, calculate the elevation per polygon (#3313)
  • Add events to GeolocateControl to allow a more granular interaction (#3847)
  • Make MapOptions.style optional to be consistent with Map.setStyle(null) (#4151)
  • Use Autoprefixer to handle vendor prefixes in CSS (#4165)
  • Make aria-label configurable for Map, Marker and Popup (#4147)
  • Map <canvas> is focusable only when interactive (#4147)
  • "Accept" headers set in Request Transformers are not overwritten (#4210)
  • ⚠️ Rename projMatrix to modelViewProjectionMatrix. Also rename invProjMatrix, alignedProjMatrix accordingly (#4215)
  • Publish an unminified prod build (#4265)

🐞 Bug fixes

  • ⚠️ Allow breaking lines in labels before a left parenthesis (#4138)
  • ⚠️ Fix ignoring embedded line breaks when symbol-placement is line or line-center (#4124)
  • Ensure loseContext exists before calling it (#4245)
  • Update deprecated -ms-high-contrast vendor prefix to (forced-colors: active) and (prefers-color-scheme: light) as appropriate (#4250)
Commits

Updates mqtt from 5.7.0 to 5.7.2

Release notes

Sourced from mqtt's releases.

Release 5.7.2

5.7.2 (2024-06-19)

Bug Fixes

  • security: bump ws@8.17.1 and other audit issues (#1891) (096baaa)

Release 5.7.1

5.7.1 (2024-06-18)

Bug Fixes

Changelog

Sourced from mqtt's changelog.

5.7.2 (2024-06-19)

Bug Fixes

  • security: bump ws@8.17.1 and other audit issues (#1891) (096baaa)

5.7.1 (2024-06-18)

Bug Fixes

Commits

Updates next from 14.2.3 to 14.2.4

Release notes

Sourced from next's releases.

v14.2.4

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

Core Changes

  • fix: ensure route handlers properly track dynamic access (#66446)
  • fix NextRequest proxy in edge runtime (#66551)
  • Fix next/dynamic with babel and src dir (#65177)
  • Use vercel deployment url for metadataBase fallbacks (#65089)
  • fix(next/image): detect react@19 for fetchPriority prop (#65235)
  • Fix loading navigation with metadata and prefetch (#66447)
  • prevent duplicate RSC fetch when action redirects (#66620)
  • ensure router cache updates reference the latest cache values (#66681)
  • Prevent append of trailing slash in cases where path ends with a file extension (#66636)
  • Fix inconsistency with 404 getStaticProps cache-control (#66674)
  • Use addDependency to track metadata route file changes (#66714)
  • Add timeout/retry handling for fetch cache (#66652)
  • fix: app-router prefetch crash when an invalid URL is passed to Link (#66755)

Credits

Huge thanks to @​ztanner, @​ijjk, @​wbinnssmith, @​huozhi, and @​lubieowoce for helping!

Commits
  • 3078441 v14.2.4
  • 0538a0d [not a backport] fix lint errors
  • 2807fb4 fix: app-router prefetch crash when an invalid URL is passed to Link (#66755)
  • efb476e Add timeout/retry handling for fetch cache (#66652)
  • c16a3f9 Use addDependency to track metadata route file changes (#66714)
  • 942e45a Fix inconsistency with 404 getStaticProps cache-control (#66674)
  • 9728a35 Prevent append of trailing slash in cases where path ends with a file extensi...
  • 44661c2 ensure router cache updates reference the latest cache values (#66681)
  • f7ec039 prevent duplicate RSC fetch when action redirects (#66620)
  • dd6ab93 Fix loading navigation with metadata and prefetch (#66447)
  • Additional commits viewable in compare view

Updates typescript from 5.4.5 to 5.5.2

Release notes

Sourced from typescript's releases.

TypeScript 5.5

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.5 RC

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.5 Beta

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

Commits
  • ce2e60e Update LKG
  • f3b21a2 🤖 Pick PR #58931 (Defer creation of barebonesLibSourc...) into release-5.5 (#...
  • 7b1620b 🤖 Pick PR #58811 (fix(58801): "Move to file" on globa...) into release-5.5 (#...
  • 5367ae1 Bump version to 5.5.2 and LKG
  • 02132e5 🤖 Pick PR #58895 (Fix global when typescript.js loade...) into release-5.5 (#...
  • 45b1e3c 🤖 Pick PR #58872 (Fix declaration emit crash) into release-5.5 (#58874)
  • 17933ee 🤖 Pick PR #58810 (Fixed declaration emit issue relate...) into release-5.5 (#...
  • 552b07e 🤖 Pick PR #58786 (Fixed declaration emit crash relate...) into release-5.5 (#...
  • 39c9eeb Pick #58857 to release-5.5 (#58858)
  • 2b0009c 🤖 Pick PR #58846 (Ensure the updates with crashes rev...) into release-5.5 (#...
  • Additional commits viewable in compare view

Updates use-local-storage-state from 19.2.0 to 19.3.1

Release notes

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

v19.3.1

  • 🐜 minor improvements that don't affect end users

astoilkov/use-local-storage-state@v19.3.0...v19.3.1

v19.3.0

  • ✨ 🐎 better performance — don&#39;t re-render when localStorage is holding the defaultValue 010a16e
  • ✨ 🐎 smaller bundle size 81d2603 5b2cf891e890168935e10b559486a6973a0abd49 b2d9e0caba1f9bea619b149fea64f01bd54ff04d
  • ✅ new tests 96369f8952ad43df0bcf880e2897100fefa88c7a 010a16e3e0adef0ea07d02365c3d82bbaa3780e9 81d26038964611c90e5622b7329019c94887cafc

Here's a visual of how bundle size for use-local-storage-state has changed over time:

astoilkov/use-local-storage-state@v19.2.0...v19.3.0

Commits

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

| Package | From | To |
| --- | --- | --- |
| [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) | `5.15.19` | `5.15.20` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.40.0` | `5.45.1` |
| [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) | `4.17.4` | `4.17.5` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.14.0` | `20.14.8` |
| [deck.gl](https://github.com/visgl/deck.gl) | `9.0.17` | `9.0.20` |
| [graphql](https://github.com/graphql/graphql-js) | `16.8.1` | `16.9.0` |
| [graphql-request](https://github.com/jasonkuhrt/graphql-request) | `7.0.1` | `7.1.0` |
| [maplibre-gl](https://github.com/maplibre/maplibre-gl-js) | `4.3.2` | `4.4.1` |
| [mqtt](https://github.com/mqttjs/MQTT.js) | `5.7.0` | `5.7.2` |
| [next](https://github.com/vercel/next.js) | `14.2.3` | `14.2.4` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.4.5` | `5.5.2` |
| [use-local-storage-state](https://github.com/astoilkov/use-local-storage-state) | `19.2.0` | `19.3.1` |



Updates `@mui/material` from 5.15.19 to 5.15.20
- [Release notes](https://github.com/mui/material-ui/releases)
- [Changelog](https://github.com/mui/material-ui/blob/v5.15.20/CHANGELOG.md)
- [Commits](https://github.com/mui/material-ui/commits/v5.15.20/packages/mui-material)

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

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

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

Updates `deck.gl` from 9.0.17 to 9.0.20
- [Release notes](https://github.com/visgl/deck.gl/releases)
- [Changelog](https://github.com/visgl/deck.gl/blob/v9.0.20/CHANGELOG.md)
- [Commits](visgl/deck.gl@v9.0.17...v9.0.20)

Updates `graphql` from 16.8.1 to 16.9.0
- [Release notes](https://github.com/graphql/graphql-js/releases)
- [Commits](graphql/graphql-js@v16.8.1...v16.9.0)

Updates `graphql-request` from 7.0.1 to 7.1.0
- [Release notes](https://github.com/jasonkuhrt/graphql-request/releases)
- [Commits](jasonkuhrt/graphql-request@7.0.1...7.1.0)

Updates `maplibre-gl` from 4.3.2 to 4.4.1
- [Release notes](https://github.com/maplibre/maplibre-gl-js/releases)
- [Changelog](https://github.com/maplibre/maplibre-gl-js/blob/main/CHANGELOG.md)
- [Commits](maplibre/maplibre-gl-js@v4.3.2...v4.4.1)

Updates `mqtt` from 5.7.0 to 5.7.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.7.0...v5.7.2)

Updates `next` from 14.2.3 to 14.2.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@v14.2.3...v14.2.4)

Updates `typescript` from 5.4.5 to 5.5.2
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.4.5...v5.5.2)

Updates `use-local-storage-state` from 19.2.0 to 19.3.1
- [Release notes](https://github.com/astoilkov/use-local-storage-state/releases)
- [Commits](astoilkov/use-local-storage-state@v19.2.0...v19.3.1)

---
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/lodash"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-production-deps
- dependency-name: "@types/node"
  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: graphql
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-production-deps
- dependency-name: graphql-request
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-production-deps
- dependency-name: maplibre-gl
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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: typescript
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 24, 2024
Copy link

cloudflare-pages bot commented Jun 24, 2024

Deploying live-trains-finland with  Cloudflare Pages  Cloudflare Pages

Latest commit: 3cdb908
Status: ✅  Deploy successful!
Preview URL: https://089d4a03.live-trains-finland.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-mino-j80a.live-trains-finland.pages.dev

View logs

Copy link

netlify bot commented Jun 24, 2024

Deploy Preview for junaan ready!

Name Link
🔨 Latest commit 3cdb908
🔍 Latest deploy log https://app.netlify.com/sites/junaan/deploys/6679be97e43002000897d121
😎 Deploy Preview https://deploy-preview-177--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.

Copy link

sonarcloud bot commented Jun 24, 2024

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.

None yet

0 participants