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

deps(deps): update dependencies-non-major #921

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 20, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@supabase/supabase-js 2.43.1 -> 2.45.4 age adoption passing confidence
mapbox-gl 3.3.0 -> 3.6.0 age adoption passing confidence
zustand 4.5.2 -> 4.5.5 age adoption passing confidence

Release Notes

supabase/supabase-js (@​supabase/supabase-js)

v2.45.4

Compare Source

Bug Fixes
  • bump postgrest-js to v1.16.1 (96caa1d)

v2.45.3

Compare Source

Bug Fixes

v2.45.2

Compare Source

Bug Fixes

v2.45.1

Compare Source

Bug Fixes
  • Allow passing a custom lock function to supabase client (5f37e69)

v2.45.0

Compare Source

Features

v2.44.4

Compare Source

Bug Fixes

v2.44.3

Compare Source

Bug Fixes
  • imports not working w/ Metro bundler (564df44)

v2.44.2

Compare Source

Bug Fixes

v2.44.1

Compare Source

Bug Fixes
  • postgrest-js esm typings (5d92d48)

v2.44.0

Compare Source

Features

v2.43.6

Compare Source

Bug Fixes

v2.43.5

Compare Source

Bug Fixes

v2.43.4

Compare Source

Reverts
  • Revert "fix: use proper dual-packaging" (4ad906d)
  • Revert "fix: bump postgrest-js" (24de3b7)

v2.43.3

Compare Source

Bug Fixes

v2.43.2

Compare Source

Bug Fixes
mapbox/mapbox-gl-js (mapbox-gl)

v3.6.0

Compare Source

Features and improvements ✨
  • Add wall rendering mode to the fill-exturion layer by introducing fill-extrusion-line-width and fill-extrusion-line-alignment properties. Set fill-extrusion-line-width to a non-zero value to render walls instead of a solid extrusion.
  • Improve initial load performance.
  • Add inner glow effect for negative circle-blur values.
  • Add support for inlining TileJSON in style source definitions using data field.
  • Improve 3D models' shadow appearance.
  • Improve performance of updating config values of a style.
  • Add more descriptive expression evaluation error messages.
  • Improve TypeScript typings.
  • Improve performance of symbol occlusion (visibility checks against terrain and 3D objects).
  • Add clip-layer-scope property to limit clip layer to a specific style fragment.
  • Add Map idle method to check whether a map is idle.
Bug fixes 🐞
  • Fix isSourceLoaded flag on sourcedata event for already loaded sources.
  • Fix firing load event when all tiles fail to load.
  • Fix performance issues when GeoJSON in dynamic mode is updated too frequently.
  • Fix GeoJSON line rendering in dynamic mode.
  • Fix rasterarray layer flickering from stale tiles cache.
  • Fix spikes when viewing terrain-enabled maps in certain environments.
  • Fix Map getLayer not working properly with custom layers.
  • Fix custom layer rendering issues on globe with high pitch.
  • Fix an issue with line-trim-offset on very long lines.
  • Fix rendering issues when ground effects overlap with line layers.
  • Fix landmark visibility issues near tile borders.
  • Fix accessibility issues with compact attribution button and logo.

v3.5.2

Compare Source

  • Improve 3D models rendering performance.
  • Slightly improve terrain rendering performance.
  • Fix raster particle data decoding and improve rendering quality.
  • Fix 3D lighting rendering when lookup tables (LUT) image is applied.
  • Fix shadows rendering artifacts on fill-extrusion-cutoff-fade-range.
  • Improve TypeScript API, including strongly typed Map event listeners, improved type narrowing, and more.

v3.5.1

Compare Source

  • Revert default behavior of symbol occlusion behind terrain to maintain compatibility. Set icon-occlusion-opacity/text-occlusion-opacity properties to opt-in to new occlusion behavior.

v3.5.0

Compare Source

Breaking changes ⚠️
  • This release marks a significant transition for GL JS, moving from Flow to TypeScript. While we have maintained backward compatibility where possible, the community typings @types/mapbox-gl are not fully compatible with the new first-class typings. Users relying on the community typings may experience breaking changes. Please remove the @types/mapbox-gl dependency and refer to the v3.5.0 migration guide for instructions on upgrading, resolving common issues, and asking questions regarding the migration to the first-class typings. We welcome your feedback and contributions to make Mapbox GL JS better.
Features and improvements ✨
  • Add color-theme property and Map setColorTheme method to enable colorization with a lookup table (LUT) images.
  • Significantly improve performance of updateData for GeoJSON sources in dynamic mode.
  • Add icon-occlusion-opacity and text-occlusion-opacity properties to fade symbols behind models and landmarks.
  • Add line-occlusion-opacity property to fade lines behind 3D objects.
  • Add experimental clip layer to filter out rendering data.
  • Add experimental line-z-offset property for a non-globe view.
  • Add model-cutoff-fade-range property to control fade out of faraway 3D buildings.
  • Improve precision of line-pattern on long lines and higher zooms.
  • Add experimental line-trim-color and line-trim-fade-range properties to customize rendering of lines trimmed with line-trim-offset.
  • Add Map getSlots method for listing available slots of a style.
Bug fixes 🐞
  • Fix a performance regression in Standard style introduced in v3.4.0.
  • Fix icon rotation during globe transition.
  • Fix GeoJSON data loss due to frequent updateData calls.
  • Improve raster-particle layer animation.
  • Fix model-front-cutoff property for Meshopt-encoded models.
  • Fix errors in the console on empty 3D tiles.
  • Fix not properly detecting fingerprinting protection when adding terrain through setTerrain.
  • Fix style.load event missing style property.
  • Fix errors when using queryRenderedFeatures on areas with missing DEM tiles when terrain is enabled.

v3.4.0

Compare Source

Features and improvements ✨
  • Add dynamic: true option for GeoJSON sources that enables partial update API with source.updateData method. Further optimizations for this mode are expected in future releases.
  • Add Map setConfig, getConfig, setSchema and getSchema methods for batch setting of style configuration options.
  • Add config option for the Map constructor and setStyle methods for conveniently setting style configuration options on map initialization.
  • Add icon-color-saturation, icon-color-contrast, icon-color-brightness-min and icon-color-brightness-max to control symbol layer appearance.
  • Introduce a new line-join mode: none to improve line pattern distortions around joins.
  • Extend model-id property to support URIs (in addition to style-defined model references).
  • Expose more parameters in map devtools UI.
Bug fixes 🐞
  • Fix an issue with flyTo ignoring padding in its options.
  • Respect padding in cameraForBounds on globe view. (h/t @​jonasnoki) #​13126
  • Fix preloadOnly not preloading tiles from style imports.
  • Fix queryRenderedFeatures for non-integer ID in non-tiled model sources
  • Fix model-scale property for large number of 3D models.
  • Fix flickering of raster-particle layer on globe view.
  • Improve rendering of low-resolution raster-array data.
  • Fix an issue with GL JS bundle not building locally on Windows.
  • Fix multiple edge cases when using symbol-z-elevate.
  • Fix rendering issues with raster-particle layer on certain Android devices.
  • Fix shadow and lighting rendering issues in certain areas when using Mapbox Standard.
pmndrs/zustand (zustand)

v4.5.5

Compare Source

This improves the persist middleware behavior for an edge case.

What's Changed

New Contributors

Full Changelog: pmndrs/zustand@v4.5.4...v4.5.5

v4.5.4

Compare Source

There was an issue in v4.5.3 with some bundlers.

What's Changed

Full Changelog: pmndrs/zustand@v4.5.3...v4.5.4

v4.5.3

Compare Source


Configuration

📅 Schedule: Branch creation - "every 2 weeks on Monday before 7am" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

vercel bot commented May 20, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
giessdenkiez-de ❌ Failed (Inspect) Sep 23, 2024 3:22am

@renovate renovate bot force-pushed the renovate/dependencies-non-major branch from b5232c0 to 8194876 Compare May 21, 2024 13:58
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch from 8194876 to 0d6d419 Compare May 22, 2024 19:48
@renovate renovate bot changed the title deps(deps): update dependency @supabase/supabase-js to v2.43.2 deps(deps): update dependency @supabase/supabase-js to v2.43.3 May 22, 2024
@renovate renovate bot changed the title deps(deps): update dependency @supabase/supabase-js to v2.43.3 deps(deps): update dependency @supabase/supabase-js to v2.43.4 May 23, 2024
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch from 0d6d419 to bb2fff1 Compare May 23, 2024 06:34
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch from bb2fff1 to 4a9e66a Compare May 24, 2024 09:16
@renovate renovate bot changed the title deps(deps): update dependency @supabase/supabase-js to v2.43.4 deps(deps): update dependencies-non-major May 24, 2024
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch from 4a9e66a to f17bae5 Compare May 28, 2024 12:33
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch from f17bae5 to 4235040 Compare May 30, 2024 13:37
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch from 4235040 to d8ae651 Compare June 3, 2024 03:24
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch from d8ae651 to f029393 Compare June 3, 2024 14:01
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch from f029393 to b555688 Compare June 4, 2024 13:00
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch from b555688 to 0557c2f Compare June 5, 2024 11:30
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch from 5d48c39 to acf84f0 Compare July 29, 2024 06:47
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch from acf84f0 to d069e41 Compare August 6, 2024 17:58
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch from d069e41 to 619a624 Compare August 12, 2024 04:47
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch from 619a624 to 483ffd3 Compare August 14, 2024 16:37
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch from 483ffd3 to 9715443 Compare August 15, 2024 03:30
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch from 9715443 to afa1163 Compare August 19, 2024 09:36
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch from afa1163 to e8cc179 Compare August 19, 2024 09:57
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch from e8cc179 to a610599 Compare August 23, 2024 13:52
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch from a610599 to 97faa58 Compare August 26, 2024 00:26
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch from 97faa58 to 6223601 Compare August 30, 2024 18:27
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch from 6223601 to f8427eb Compare September 9, 2024 01:23
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch from f8427eb to 024e407 Compare September 10, 2024 19:41
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch from 024e407 to e951860 Compare September 18, 2024 01:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants