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 #981

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 2, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@supabase/supabase-js 2.46.1 -> 2.48.1 age adoption passing confidence
mapbox-gl 3.8.0 -> 3.10.0 age adoption passing confidence
react-markdown 9.0.1 -> 9.0.3 age adoption passing confidence
react-share 5.1.1 -> 5.2.1 age adoption passing confidence
zustand 4.5.5 -> 4.5.6 age adoption passing confidence

Release Notes

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

v2.48.1

Compare Source

Bug Fixes

v2.48.0

Compare Source

Features
  • deps: bump postgrest-js to 1.18.0 (4397e57)

v2.47.16

Compare Source

Bug Fixes
  • 🐛 Fix nullish coalescing operator issue in hasCustomAuthorizationHeader (e8cffda), closes #​1338

v2.47.15

Compare Source

Bug Fixes
  • Make the return value of accessToken nullable (f8e48ff)

v2.47.14

Compare Source

Bug Fixes
  • bump postgrest-js to 1.17.11 (6822cdc)

v2.47.13

Compare Source

Bug Fixes
  • export PostgrestError as a class (7ba8408)

v2.47.12

Compare Source

Bug Fixes
  • Bump postgrest-js to 1.17.10 (80d3c76)

v2.47.11

Compare Source

NOTE: This release makes typings stricter which may break existing code.

Example code which was previously working:

await supabase
  .from('mytable')
  .select()
  .eq('myenumcolumn', 'not_a_valid_enum_variant')
Bug Fixes
  • stricter typings when filtering with .eq(), .neq(), and .in() (e50a86e)

v2.47.10

Compare Source

Bug Fixes
  • bump functions-js to 2.4.4 (0f7434a)

v2.47.9

Compare Source

Bug Fixes

v2.47.8

Compare Source

Bug Fixes

Fixes a number of typing issues. More details at https://github.com/orgs/supabase/discussions/30324

v2.47.7

Compare Source

Bug Fixes
  • update auth version to 2.67.1 (315a420)

v2.47.6

Compare Source

Bug Fixes

v2.47.5

Compare Source

Bug Fixes

v2.47.4

Compare Source

Bug Fixes

v2.47.3

Compare Source

Bug Fixes

v2.47.2

Compare Source

Bug Fixes

v2.47.1

Compare Source

Reverts

v2.47.0

Compare Source

Features

v2.46.2

Compare Source

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

v3.10.0

Compare Source

Features and improvements ✨
  • Add support for data-driven *-use-theme properties.
  • Improve rendering of complex SVG clip paths for vector icons.
Bug fixes 🐞
  • Fix some mouse gestures for Firefox 136 and later on Mac OS.
  • Fix issue where the close popup button was hidden from screen readers.
  • Fix updating of schema config values of imported styles.
  • Fix line placement symbol disappearing issue during transition from globe.
  • Fix queryRenderedFeatures not working on duplicated model layers.
  • Fix in-place update for SDF image.
  • Fix LUT not being applied to in-place updated image.
  • Fix various issues with using mouseenter and mouseleave with Interactions API.
  • Fix error with interactible map elements during interaction with a map that wasn't fully loaded.
  • Fix rendering of elevated and non-elevated lines on the same layer.
  • Fix pixel ratio handling for patterns with vector icons.
  • Fix positioning of vector icons with modified icon-size.
  • Fix a blank map issue after WebGL context loss.
  • Fix loss of precision for close to camera models.
  • Fix transparent models not being culled when terrain is enabled.

v3.9.4

Compare Source

  • Fix vector icons rendering with stretch areas on high DPI devices.

v3.9.3

Compare Source

  • Fix issues when updating feature state on symbol layers.
  • Fix canvas source not rendering correctly after a canvas resize.

v3.9.2

Compare Source

  • Fix display of user-rendered images.
  • Fix a broken build issue in specific bundling configurations using Vite or ESBuild.
  • Fix console error issue that sometimes occur during map initialization.

v3.9.1

Compare Source

  • Fix an error when using background patterns on styles with vector icons enabled.
  • Fix queryRenderedFeatures not working on styles with custom layers.
  • Fix small rendering artifacts on line corners when using patterns with line-join: none.
  • When using queryRenderedFeatures and querySourceFeatures with featureset, fix filter option to apply to featureset selectors rather than original properties, and add featureNamespace validation.
  • Fix queryRenderedFeatures missing source, sourceLayer and layer properties in resulting features where they should be present.

v3.9.0

Compare Source

Breaking changes ⚠️
  • Rename featureset property to target in addInteraction and queryRenderedFeatures options.
Features and improvements ✨
  • Add experimental vector icons support.
  • Add experimental precipitation support through snow and rain style properties.
  • Add experimental features for interactive indoor maps.
  • Add to-hsla expression.
  • Add *-use-theme property to override the color theme for specific layers.
  • Add support for color-theme overrides in imports.
  • Add per-feature mouseenter, mouseover, mouseleave, and mouseout events for addInteraction.
  • Enable mixing featuresets and layers in the Map#queryRenderedFeatures.
  • Improve landmark rendering performance.
  • The clip layer is now stable and no longer marked experimental.
Bug fixes 🐞
  • Fix crash on devices with PowerVR GPUs.
  • Fix dark shade of fill-extrusion buildings caused by specific light directions.
  • Fix double shadowing on lines at ground level.
  • Fix shadow acne from 3D structures close to the ground.
  • Fix update of state-dependent features during brightness changes.
  • Fix an edge case with fill extrusions around tile borders not being updated correctly on terrain load.
  • Fix a race condition where using line-z-offset would sometimes break layer rendering order.
remarkjs/react-markdown (react-markdown)

v9.0.3

Compare Source

(same as 9.0.2 but now with d.ts files)

Full Changelog: remarkjs/react-markdown@9.0.2...9.0.3

v9.0.2

Compare Source

Types
Miscellaneous

Full Changelog: remarkjs/react-markdown@9.0.1...9.0.2

nygardk/react-share (react-share)

v5.2.1

Compare Source

Patch Changes
  • 47c2906: Fix EmailShareButton: a bug slipped in that broke the sharing functionality.

v5.2.0

Compare Source

Minor Changes
  • 373add6: Added BlueskyShareButton and BlueskyIcon. This button will take a title and url parameter, and then use Bluesky Intent Links to share that content. There is also an overrideable seperator parameter (defaults as ' ') that seperates the title and url.
  • d45d811: Added ThreadsShareButton and ThreadsIcon.
Patch Changes
  • 8a5016a: Build tooling updates. May affect the distributed files.
  • 15e830f: The title prop is no longer passed to the button element, which may have caused e.g. warnings in the console before. Note that to set the native title attribute for the share buttons, you may use the htmlTitle prop.
  • d172111: Internal type fixes.

v5.1.2

Compare Source

Patch Changes
  • e5f3488: Support React 19 in peerDependencies
pmndrs/zustand (zustand)

v4.5.6

Compare Source

See: #​2943

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


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 Dec 2, 2024

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

Name Status Preview Comments Updated (UTC)
giessdenkiez-de ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 19, 2025 5:29am

@renovate renovate bot changed the title deps(deps): update dependency @supabase/supabase-js to v2.46.2 deps(deps): update dependency @supabase/supabase-js to v2.47.0 Dec 5, 2024
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch from a2ebe91 to 68a2647 Compare December 5, 2024 16:18
@renovate renovate bot changed the title deps(deps): update dependency @supabase/supabase-js to v2.47.0 deps(deps): update dependency @supabase/supabase-js to v2.47.1 Dec 5, 2024
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch from 68a2647 to ce4c256 Compare December 5, 2024 22:59
@renovate renovate bot changed the title deps(deps): update dependency @supabase/supabase-js to v2.47.1 deps(deps): update dependency @supabase/supabase-js to v2.47.2 Dec 6, 2024
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch from ce4c256 to a8d1b27 Compare December 6, 2024 13:37
@renovate renovate bot changed the title deps(deps): update dependency @supabase/supabase-js to v2.47.2 deps(deps): update dependency @supabase/supabase-js to v2.47.3 Dec 9, 2024
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch from a8d1b27 to 4faf85e Compare December 9, 2024 15:38
@renovate renovate bot changed the title deps(deps): update dependency @supabase/supabase-js to v2.47.3 deps(deps): update dependency @supabase/supabase-js to v2.47.5 Dec 11, 2024
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch from 4faf85e to dccb22e Compare December 11, 2024 19:24
@renovate renovate bot changed the title deps(deps): update dependency @supabase/supabase-js to v2.47.5 deps(deps): update dependency @supabase/supabase-js to v2.47.6 Dec 12, 2024
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch from dccb22e to 5ce7099 Compare December 12, 2024 16:12
@renovate renovate bot changed the title deps(deps): update dependency @supabase/supabase-js to v2.47.6 deps(deps): update dependency @supabase/supabase-js to v2.47.7 Dec 13, 2024
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch from 5ce7099 to 2846ab2 Compare December 13, 2024 23:03
@renovate renovate bot changed the title deps(deps): update dependency @supabase/supabase-js to v2.47.7 deps(deps): update dependency @supabase/supabase-js to v2.47.8 Dec 16, 2024
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch from 2846ab2 to 33fefeb Compare December 16, 2024 06:59
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch from 8b4dba8 to 55ca0a1 Compare January 7, 2025 17:36
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch from 55ca0a1 to afd1064 Compare January 8, 2025 09:05
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch from afd1064 to 4e3b5e6 Compare January 14, 2025 11:55
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch from 4e3b5e6 to 726d54e Compare January 15, 2025 11:41
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch from 726d54e to 0c7f948 Compare January 16, 2025 11:18
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch from 0c7f948 to 50d220d Compare January 17, 2025 06:34
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch from 50d220d to 5b368ba Compare January 20, 2025 06:17
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch from 5b368ba to 2289829 Compare January 21, 2025 16:13
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch from 2289829 to f603649 Compare January 22, 2025 08:21
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch from f603649 to 312f972 Compare January 24, 2025 11:10
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch from 312f972 to 777aed1 Compare January 27, 2025 10:41
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch from 777aed1 to 03d3b9e Compare February 2, 2025 18:17
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch from 03d3b9e to 2ce1a45 Compare February 13, 2025 17:32
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