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

chore: bump the dependencies group with 41 updates #155

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 3, 2024

Bumps the dependencies group with 41 updates:

Package From To
@datadog/browser-rum 5.10.0 5.23.3
@prisma/client 5.9.1 5.17.0
@radix-ui/react-avatar 1.0.4 1.1.0
@radix-ui/react-dialog 1.0.5 1.1.1
@radix-ui/react-dropdown-menu 2.0.6 2.1.1
@radix-ui/react-popover 1.0.7 1.1.1
@radix-ui/react-progress 1.0.3 1.1.0
@radix-ui/react-separator 1.0.3 1.1.0
@radix-ui/react-slot 1.0.2 1.1.0
@radix-ui/react-tabs 1.0.4 1.1.0
@tanstack/react-query 5.18.1 5.51.21
@tanstack/react-query-devtools 5.18.1 5.51.21
@tanstack/react-table 8.11.8 8.19.3
@vercel/analytics 1.1.2 1.3.1
@vercel/speed-insights 1.0.9 1.0.12
clsx 2.1.0 2.1.1
lucide-react 0.321.0 0.424.0
mapbox-gl 3.1.2 3.5.2
@types/mapbox-gl 2.7.20 3.4.0
next 14.1.1 14.2.5
next-auth 4.24.5 4.24.7
nodemailer 6.9.9 6.9.14
playwright 1.41.2 1.45.3
react 18.2.0 18.3.1
@types/react 18.2.51 18.3.3
react-dom 18.2.0 18.3.1
@types/react-dom 18.2.18 18.3.0
tailwind-merge 2.2.1 2.4.0
tailwindcss 3.4.1 3.4.7
zod 3.22.4 3.23.8
@datadog/datadog-ci 2.38.1 2.41.0
@playwright/test 1.41.2 1.45.3
@testing-library/jest-dom 6.4.1 6.4.8
autoprefixer 10.4.17 10.4.20
dotenv 16.4.1 16.4.5
eslint-config-next 14.1.0 14.2.5
eslint-formatter-gha 1.4.3 1.5.0
postcss 8.4.33 8.4.40
prettier 3.2.4 3.3.3
prisma 5.9.1 5.17.0
typescript 5.3.3 5.5.4

Updates @datadog/browser-rum from 5.10.0 to 5.23.3

Changelog

Sourced from @​datadog/browser-rum's changelog.

v5.23.3

Internal Changes:

  • 👷 disable test-performance job (#2904)

v5.23.2

Public Changes:

  • 🐛 fix unexpected exception when no entry type is supported in PerformanceObserver (#2899) [RUM] [RUM-SLIM]

v5.23.1

Public Changes:

  • 🐛 Fix replay visual viewport resize support (#2891) [RUM] [RUM-SLIM]
  • 🐛 Handle non-object response and error (#2860) [LOGS] [RUM] [RUM-SLIM] [WORKER]
  • ⚡️ Remove classes in favour of functions (#2885) [LOGS] [RUM] [RUM-SLIM] [WORKER] [RUM-REACT]
  • ⚡ Performance Friday Reduce Bundle Size (#2875) [LOGS] [RUM] [RUM-SLIM] [WORKER]
  • ⚡️Reduce bundle size: simplify config, use const enum, remove str redundancies (#2877) [LOGS] [RUM] [RUM-SLIM] [WORKER]
  • 📝 [RUM-152] Add packages name modified next to commit in CHANGELOG (#2889)
  • 📝 [RUM-5172] add react integration documentation (#2873) [RUM-REACT]

Internal Changes:

  • 👷 Bump chrome to 127.0.6533.72-1 (#2890)
  • 👷 retry gitlab jobs on runner_system_failure (#2886)
  • 👷 Update all non-major dependencies (#2881) [RUM-REACT]
  • 👷 Bump staging to staging-30
  • 👷 Update dependency minimatch to v10 (#2863)
  • 👷 Update dependency glob to v11 (#2862)
  • ♻️ [RUM-5294] Use performanceObserver for navigation entries (#2855) [RUM] [RUM-SLIM]
  • ⚗️ enable plugins as a beta feature (#2872) [LOGS] [RUM] [RUM-SLIM] [WORKER]

v5.23.0

Public Changes:

  • ✨ [RUM-4781] Update Custom Web Vitals API (#2801)
  • ✨ [RUM-4819] Add an experimental 'updateViewName' API (#2808)
  • 🐛 Update path for contributing and changelog file (#2867)
  • 🐛 Fix update view name api in context history (#2853)
  • 🐛 [RUM-958] Fix performance observable compatibility with old browser version (#2850)
  • 🐛 [RUM-5209] provide a span id for the initial document trace (#2844)

Internal Changes:

  • 👷 Update all non-major dependencies (#2861)
  • 👷 Bump staging to staging-29

... (truncated)

Commits

Updates @prisma/client from 5.9.1 to 5.17.0

Release notes

Sourced from @​prisma/client's releases.

5.17.0

🌟 Help us spread the word about Prisma by starring the repo or tweeting about the release. 🌟

Highlights

VSCode extension improvements

We’re happy to introduce some cool new features that will make your experience with the Prisma VSCode extension even better!

Find references across schema files

The ability to hop between references of a given symbol is really useful in application code and now with the introduction of multi-file schema, we think it’s the perfect time to bring this feature to the VSCode extension!

With the 5.17.0 release, you’ll now have the ability to use the native “find references” feature to find any usage of a given symbol

references

Added context on hover

When hovering over a symbol that references a view, type, enum, or any other block with multiple values, you’ll now see a handy pop out that shows what is in that block at a glance.

image

Additional quick fixes

We’ve taken some fixes made by the prisma format cli command and made them quick fixes available to the VSCode Extension. Now, when you have forget a back relation or relation scalar field, you’ll now see in real time what is wrong and have the option to fix it via the extension.

image (1)

QueryRaw performance improvements

We’ve changed the response format of queryRaw to decrease its average size which reduces serialization CPU overhead.

When querying large data sets, we expect you to see improved memory usage and up to 2x performance improvements.

Fixes and improvements

Prisma Client

Prisma

Language tools (e.g. VS Code)

... (truncated)

Commits
  • 8144267 chore(deps): update engines to 5.17.0-31.393aa359c9ad4a4bb28630fb5613f9c281cd...
  • 2045892 chore(deps): update engines to 5.17.0-30.9721e9ba461e8bae3b4bb2acac96d8d80ef0...
  • 3c27a5d chore(deps): update engines to 5.17.0-29.d0037d055708c381097816f5847147d55bc3...
  • 7da6f03 feat: support new queryRaw result format (#24783)
  • f739ec2 fix(client): Fix globalOmit with methods that do not return the model (#24765)
  • 6cabc4e feat(generator-helper): add typings for indexes in DMMF (#24762)
  • cbd23a2 chore(deps): update engines to 5.17.0-8.5954db1fa6f2b12aeb1d5cf503b870c3bb6f8...
  • 536f22c chore(deps): update engines to 5.17.0-7.4b84e51743fad4e1b5bcbf8779aa03568f755...
  • 1cc5cb0 fix(cli): restored prisma generate --allow-no-models after regression (#24741)
  • 1867b68 chore(deps): update devdependencies patch (non-major) (#24639)
  • Additional commits viewable in compare view

Updates @radix-ui/react-avatar from 1.0.4 to 1.1.0

Commits
Maintainer changes

This version was pushed to npm by vladmoroz, a new releaser for @​radix-ui/react-avatar since your current version.


Updates @radix-ui/react-dialog from 1.0.5 to 1.1.1

Commits
Maintainer changes

This version was pushed to npm by vladmoroz, a new releaser for @​radix-ui/react-dialog since your current version.


Updates @radix-ui/react-dropdown-menu from 2.0.6 to 2.1.1

Commits
Maintainer changes

This version was pushed to npm by vladmoroz, a new releaser for @​radix-ui/react-dropdown-menu since your current version.


Updates @radix-ui/react-popover from 1.0.7 to 1.1.1

Commits
Maintainer changes

This version was pushed to npm by vladmoroz, a new releaser for @​radix-ui/react-popover since your current version.


Updates @radix-ui/react-progress from 1.0.3 to 1.1.0

Commits
Maintainer changes

This version was pushed to npm by vladmoroz, a new releaser for @​radix-ui/react-progress since your current version.


Updates @radix-ui/react-separator from 1.0.3 to 1.1.0

Commits
Maintainer changes

This version was pushed to npm by vladmoroz, a new releaser for @​radix-ui/react-separator since your current version.


Updates @radix-ui/react-slot from 1.0.2 to 1.1.0

Commits
Maintainer changes

This version was pushed to npm by vladmoroz, a new releaser for @​radix-ui/react-slot since your current version.


Updates @radix-ui/react-tabs from 1.0.4 to 1.1.0

Commits
Maintainer changes

This version was pushed to npm by vladmoroz, a new releaser for @​radix-ui/react-tabs since your current version.


Updates @tanstack/react-query from 5.18.1 to 5.51.21

Release notes

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

v5.51.21

Version 5.51.21 - 8/2/24, 6:43 PM

Changes

Fix

  • query-core: make CancelledError extend Error (#7843) (35c086f) by Dominik Dorfmeister

Packages

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

v5.51.20

Version 5.51.20 - 8/2/24, 2:17 AM

Changes

Fix

  • svelte-query: allow returning undefined in initialData function (#7838) (e092f06) by Lachlan Collins

Packages

  • @​tanstack/svelte-query@​5.51.20
  • @​tanstack/svelte-query-devtools@​5.51.20
  • @​tanstack/svelte-query-persist-client@​5.51.20

v5.51.19

Version 5.51.19 - 8/1/24, 3:39 PM

Changes

... (truncated)

Commits
  • 0696b51 release: v5.51.21
  • 35c086f fix(query-core): make CancelledError extend Error (#7843)
  • 23c3da2 release: v5.51.18
  • fdb8ce1 fix(query-options): allow returning undefined in initialData function (#7351)
  • 5ab13b9 release: v5.51.17
  • de931d0 release: v5.51.16
  • 74f10b7 chore(deps): lock file maintenance (#7819)
  • ec8e800 release: v5.51.15
  • fec324f release: v5.51.14
  • 34a5672 refactor(react-query): add error message for skipToken in useSuspenseQueries...
  • Additional commits viewable in compare view

Updates @tanstack/react-query-devtools from 5.18.1 to 5.51.21

Release notes

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

v5.51.21

Version 5.51.21 - 8/2/24, 6:43 PM

Changes

Fix

  • query-core: make CancelledError extend Error (#7843) (35c086f) by Dominik Dorfmeister

Packages

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

v5.51.20

Version 5.51.20 - 8/2/24, 2:17 AM

Changes

Fix

  • svelte-query: allow returning undefined in initialData function (#7838) (e092f06) by Lachlan Collins

Packages

  • @​tanstack/svelte-query@​5.51.20
  • @​tanstack/svelte-query-devtools@​5.51.20
  • @​tanstack/svelte-query-persist-client@​5.51.20

v5.51.19

Version 5.51.19 - 8/1/24, 3:39 PM

Changes

... (truncated)

Commits

Updates @tanstack/react-table from 8.11.8 to 8.19.3

Release notes

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

v8.19.3

Version 8.19.3 - 7/14/24, 8:44 AM

Changes

Fix

  • table-core: assign unassign parentId in grouped row model (#5657) (a71ce10) by PiR

Ci

  • enable npm provenance (#5654) (0054eb3) by Lachlan Collins
  • Add pkg-pr-new previews (#5648) (241f26f) by Lachlan Collins

Docs

  • use @​tanstack/lit-virtual for the virtualized table example (#5655) (bb0a536) by @​kadoshms
  • Fix typo in docs/guide/data.md (#5642) (6a4a10d) by Joseph Markus
  • vue: vue filters example (#5644) (e749f31) by Radu Suciu
  • fix rowpinningstate (7548860) by Kevin Vandy

Packages

  • @​tanstack/table-core@​8.19.3
  • @​tanstack/angular-table@​8.19.3
  • @​tanstack/lit-table@​8.19.3
  • @​tanstack/qwik-table@​8.19.3
  • @​tanstack/react-table@​8.19.3
  • @​tanstack/solid-table@​8.19.3
  • @​tanstack/svelte-table@​8.19.3
  • @​tanstack/vue-table@​8.19.3
  • @​tanstack/react-table-devtools@​8.19.3

v8.19.2

Version 8.19.2 - 6/30/24, 3:27 PM

Changes

Fix

  • table-core: getTopRows and getBottomRows ref stability - fixes #5624 (#5637) (ace8a46) by Kevin Van Cott

Chore

  • upgrade packages except for angular and typescript (#5635) (e585a2e) by Kevin Van Cott

Ci

  • Optimise Nx workflow (#5636) (18d581e) by Lachlan Collins

... (truncated)

Commits

Updates @vercel/analytics from 1.1.2 to 1.3.1

Release notes

Sourced from @​vercel/analytics's releases.

1.3.1

What's Changed

Full Changelog: vercel/analytics@1.3.0...1.3.1

1.3.0

What's Changed

Full Changelog: vercel/analytics@1.2.2...1.3.0

1.2.2

What's Changed

Full Changelog: vercel/analytics@1.2.1...1.2.2

1.2.1

What's Changed

New Contributors

Full Changelog: vercel/analytics@1.2.0...1.2.1

1.2.0

What's Changed

Full Changelog: vercel/analytics@1.1.4...1.2.0

1.2.0-beta.4

Improved route support for race conditions

1.2.0-beta.3

Improve route support in pages router

1.2.0-beta.2

Further improve route support and better testing

1.2.0-beta.1

  • Adds the new /next import which supports upcoming route support

1.1.4

What's Changed

... (truncated)

Commits
  • cc5a474 fix: nextjs parallel routes with catchall isn't supported (#141)
  • 74942cd [web] Include flags in custom events (#140)
  • 5cfe56c chore: attempt to reproduce jest issue (#134)
  • b4e0ec5 fix: incorrect package exports (#133)
  • 5a011aa Add route support (#127)
  • 8b1c58f server/track: always consume the response body for a track request (#131)
  • c55544d Automatically pass deplyoment protection secret if available (#129)
  • See full diff in compare view

Updates @vercel/speed-insights from 1.0.9 to 1.0.12

Release notes

Sourced from @​vercel/speed-insights's releases.

1.0.12

What's Changed

Full Changelog: vercel/speed-insights@1.0.11...1.0.12

1.0.11

What's Changed

Full Changelog: vercel/speed-insights@1.0.10...1.0.11

1.0.10

What's Changed

New Contributors

Full Changelog: vercel/speed-insights@1.0.9...1.0.10

Commits
  • 5e6ff8c fix(#56,#72): useSearchParams might return null and break script insertion (#73)
  • fe76ed0 fix(#68): postinstall is failing with no error
  • 68d3424 fix: nextjs parallel routes with catchall isn't supported (#69)
  • e5872fb chore: release 1.0.10
  • 91cce4f Fix astro package entrypoint types (#55)
  • See full diff in compare view

Updates clsx from 2.1.0 to 2.1.1

Release notes

Sourced from clsx's releases.

v2.1.1

Patches

  • (types) Include bigint in ClassValue type: (#96): 3d960ab Accommodates recent @types/react changes to ReactNode. Thank you @​ViliamKopecky~!

Chores

  • Add licenses.dev badge: 684509c This service recursively analyzes entire dependency graphs to ensure that a package (or your project) is using permissive licenses. For example, here's a results table for polka@next and a larger astro example.

Full Changelog: lukeed/clsx@v2.1.0...v2.1.1

Commits

Updates lucide-react from 0.321.0 to 0.424.0

Release notes

Sourced from lucide-react's releases.

New icons 0.424.0

New icons 🎨

Modified Icons 🔨

New icons 0.423.0

New icons 🎨

New icons 0.422.0

Modified Icons 🔨

New icons 0.421.0

New icons 🎨

Modified Icons 🔨

New icons 0.420.0

New icons 🎨

Modified Icons 🔨

New icons 0.419.0

New icons 🎨

... (truncated)

Commits

Updates mapbox-gl from 3.1.2 to 3.5.2

Release notes

Sourced from mapbox-gl's releases.

v3.5.2

Features and improvements ✨

  • Improve 3D models rendering performance.
  • Slightly improve terrain rendering performance.
  • Improve TypeScript API, including strongly typed Map event listeners, improved type narrowing, and more.

Bug fixes 🐞

  • 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.

v3.5.1

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

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.5.0-beta.1

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 a color-theme property to enable colorization with a lookup table (LUT) images.
  • Add icon-occlusion-opacity and text-occlusion-opacity properties to fade symbols behind models and landmarks.

... (truncated)

Changelog

Sourced from mapbox-gl's changelog.

3.5.2

  • 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.

3.5.1

  • 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.

3.5.0

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.

3.4.0

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).

... (truncated)

Commits
  • 0759ea9 v3.5.2 (internal-1651)
  • bcaa6bc [GLJS-921] Update CircleCI runners (internal-1649)
  • 8901ae3 Improve types (internal-1650)
  • 6999b97 Fix Android and iOS availability version for ClipLayer (internal-1646)
  • 6c5953b Allow optional feature id in Map#removeFeatureState (internal-1648)
  • 831ee0c Improve Source class types (internal-1647)
  • 590c8a4 Refactor raster particle update shader (internal-1586)
  • 0719926 [MAPS3D-1411] Remove remaining shadows after fill-extrusion cutoff (internal-...
  • 0b6bb32 Improve TypeScript types (internal-1644)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 3, 2024
Copy link

vercel bot commented Aug 3, 2024

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

Name Status Preview Updated (UTC)
100-cims ❌ Failed (Inspect) Aug 3, 2024 4:00pm

Bumps the dependencies group with 41 updates:

| Package | From | To |
| --- | --- | --- |
| [@datadog/browser-rum](https://github.com/DataDog/browser-sdk/tree/HEAD/packages/rum) | `5.10.0` | `5.23.3` |
| [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client) | `5.9.1` | `5.17.0` |
| [@radix-ui/react-avatar](https://github.com/radix-ui/primitives) | `1.0.4` | `1.1.0` |
| [@radix-ui/react-dialog](https://github.com/radix-ui/primitives) | `1.0.5` | `1.1.1` |
| [@radix-ui/react-dropdown-menu](https://github.com/radix-ui/primitives) | `2.0.6` | `2.1.1` |
| [@radix-ui/react-popover](https://github.com/radix-ui/primitives) | `1.0.7` | `1.1.1` |
| [@radix-ui/react-progress](https://github.com/radix-ui/primitives) | `1.0.3` | `1.1.0` |
| [@radix-ui/react-separator](https://github.com/radix-ui/primitives) | `1.0.3` | `1.1.0` |
| [@radix-ui/react-slot](https://github.com/radix-ui/primitives) | `1.0.2` | `1.1.0` |
| [@radix-ui/react-tabs](https://github.com/radix-ui/primitives) | `1.0.4` | `1.1.0` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.18.1` | `5.51.21` |
| [@tanstack/react-query-devtools](https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools) | `5.18.1` | `5.51.21` |
| [@tanstack/react-table](https://github.com/TanStack/table/tree/HEAD/packages/react-table) | `8.11.8` | `8.19.3` |
| [@vercel/analytics](https://github.com/vercel/analytics/tree/HEAD/packages/web) | `1.1.2` | `1.3.1` |
| [@vercel/speed-insights](https://github.com/vercel/speed-insights/tree/HEAD/packages/web) | `1.0.9` | `1.0.12` |
| [clsx](https://github.com/lukeed/clsx) | `2.1.0` | `2.1.1` |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.321.0` | `0.424.0` |
| [mapbox-gl](https://github.com/mapbox/mapbox-gl-js) | `3.1.2` | `3.5.2` |
| [@types/mapbox-gl](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mapbox-gl) | `2.7.20` | `3.4.0` |
| [next](https://github.com/vercel/next.js) | `14.1.1` | `14.2.5` |
| [next-auth](https://github.com/nextauthjs/next-auth) | `4.24.5` | `4.24.7` |
| [nodemailer](https://github.com/nodemailer/nodemailer) | `6.9.9` | `6.9.14` |
| [playwright](https://github.com/microsoft/playwright) | `1.41.2` | `1.45.3` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `18.2.0` | `18.3.1` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.51` | `18.3.3` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `18.2.0` | `18.3.1` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.2.18` | `18.3.0` |
| [tailwind-merge](https://github.com/dcastil/tailwind-merge) | `2.2.1` | `2.4.0` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.1` | `3.4.7` |
| [zod](https://github.com/colinhacks/zod) | `3.22.4` | `3.23.8` |
| [@datadog/datadog-ci](https://github.com/DataDog/datadog-ci) | `2.38.1` | `2.41.0` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.41.2` | `1.45.3` |
| [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | `6.4.1` | `6.4.8` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.17` | `10.4.20` |
| [dotenv](https://github.com/motdotla/dotenv) | `16.4.1` | `16.4.5` |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `14.1.0` | `14.2.5` |
| [eslint-formatter-gha](https://github.com/sjinks/eslint-gha-formatter) | `1.4.3` | `1.5.0` |
| [postcss](https://github.com/postcss/postcss) | `8.4.33` | `8.4.40` |
| [prettier](https://github.com/prettier/prettier) | `3.2.4` | `3.3.3` |
| [prisma](https://github.com/prisma/prisma/tree/HEAD/packages/cli) | `5.9.1` | `5.17.0` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.3.3` | `5.5.4` |


Updates `@datadog/browser-rum` from 5.10.0 to 5.23.3
- [Changelog](https://github.com/DataDog/browser-sdk/blob/main/CHANGELOG.md)
- [Commits](https://github.com/DataDog/browser-sdk/commits/v5.23.3/packages/rum)

Updates `@prisma/client` from 5.9.1 to 5.17.0
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/5.17.0/packages/client)

Updates `@radix-ui/react-avatar` from 1.0.4 to 1.1.0
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-dialog` from 1.0.5 to 1.1.1
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-dropdown-menu` from 2.0.6 to 2.1.1
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-popover` from 1.0.7 to 1.1.1
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-progress` from 1.0.3 to 1.1.0
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-separator` from 1.0.3 to 1.1.0
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-slot` from 1.0.2 to 1.1.0
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-tabs` from 1.0.4 to 1.1.0
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

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

Updates `@tanstack/react-query-devtools` from 5.18.1 to 5.51.21
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.51.21/packages/react-query-devtools)

Updates `@tanstack/react-table` from 8.11.8 to 8.19.3
- [Release notes](https://github.com/TanStack/table/releases)
- [Commits](https://github.com/TanStack/table/commits/v8.19.3/packages/react-table)

Updates `@vercel/analytics` from 1.1.2 to 1.3.1
- [Release notes](https://github.com/vercel/analytics/releases)
- [Commits](https://github.com/vercel/analytics/commits/1.3.1/packages/web)

Updates `@vercel/speed-insights` from 1.0.9 to 1.0.12
- [Release notes](https://github.com/vercel/speed-insights/releases)
- [Commits](https://github.com/vercel/speed-insights/commits/1.0.12/packages/web)

Updates `clsx` from 2.1.0 to 2.1.1
- [Release notes](https://github.com/lukeed/clsx/releases)
- [Commits](lukeed/clsx@v2.1.0...v2.1.1)

Updates `lucide-react` from 0.321.0 to 0.424.0
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/0.424.0/packages/lucide-react)

Updates `mapbox-gl` from 3.1.2 to 3.5.2
- [Release notes](https://github.com/mapbox/mapbox-gl-js/releases)
- [Changelog](https://github.com/mapbox/mapbox-gl-js/blob/main/CHANGELOG.md)
- [Commits](mapbox/mapbox-gl-js@v3.1.2...v3.5.2)

Updates `@types/mapbox-gl` from 2.7.20 to 3.4.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mapbox-gl)

Updates `next` from 14.1.1 to 14.2.5
- [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.1.1...v14.2.5)

Updates `next-auth` from 4.24.5 to 4.24.7
- [Release notes](https://github.com/nextauthjs/next-auth/releases)
- [Commits](https://github.com/nextauthjs/next-auth/compare/[email protected]@4.24.7)

Updates `nodemailer` from 6.9.9 to 6.9.14
- [Release notes](https://github.com/nodemailer/nodemailer/releases)
- [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md)
- [Commits](nodemailer/nodemailer@v6.9.9...v6.9.14)

Updates `playwright` from 1.41.2 to 1.45.3
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.41.2...v1.45.3)

Updates `react` from 18.2.0 to 18.3.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react)

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

Updates `react-dom` from 18.2.0 to 18.3.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react-dom)

Updates `@types/react-dom` from 18.2.18 to 18.3.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Updates `tailwind-merge` from 2.2.1 to 2.4.0
- [Release notes](https://github.com/dcastil/tailwind-merge/releases)
- [Commits](dcastil/tailwind-merge@v2.2.1...v2.4.0)

Updates `tailwindcss` from 3.4.1 to 3.4.7
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.7/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss@v3.4.1...v3.4.7)

Updates `zod` from 3.22.4 to 3.23.8
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Changelog](https://github.com/colinhacks/zod/blob/main/CHANGELOG.md)
- [Commits](colinhacks/zod@v3.22.4...v3.23.8)

Updates `@datadog/datadog-ci` from 2.38.1 to 2.41.0
- [Release notes](https://github.com/DataDog/datadog-ci/releases)
- [Commits](DataDog/datadog-ci@v2.38.1...v2.41.0)

Updates `@playwright/test` from 1.41.2 to 1.45.3
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.41.2...v1.45.3)

Updates `@testing-library/jest-dom` from 6.4.1 to 6.4.8
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
- [Commits](testing-library/jest-dom@v6.4.1...v6.4.8)

Updates `@types/mapbox-gl` from 2.7.20 to 3.4.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mapbox-gl)

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

Updates `@types/react-dom` from 18.2.18 to 18.3.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Updates `autoprefixer` from 10.4.17 to 10.4.20
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](postcss/autoprefixer@10.4.17...10.4.20)

Updates `dotenv` from 16.4.1 to 16.4.5
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v16.4.1...v16.4.5)

Updates `eslint-config-next` from 14.1.0 to 14.2.5
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v14.2.5/packages/eslint-config-next)

Updates `eslint-formatter-gha` from 1.4.3 to 1.5.0
- [Release notes](https://github.com/sjinks/eslint-gha-formatter/releases)
- [Commits](sjinks/eslint-gha-formatter@1.4.3...v1.5.0)

Updates `postcss` from 8.4.33 to 8.4.40
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.33...8.4.40)

Updates `prettier` from 3.2.4 to 3.3.3
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.2.4...3.3.3)

Updates `prisma` from 5.9.1 to 5.17.0
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/5.17.0/packages/cli)

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

---
updated-dependencies:
- dependency-name: "@datadog/browser-rum"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@prisma/client"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@radix-ui/react-avatar"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@radix-ui/react-dialog"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@radix-ui/react-dropdown-menu"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@radix-ui/react-popover"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@radix-ui/react-progress"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@radix-ui/react-separator"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@radix-ui/react-slot"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@radix-ui/react-tabs"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@tanstack/react-query"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@tanstack/react-query-devtools"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@tanstack/react-table"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@vercel/analytics"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@vercel/speed-insights"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: clsx
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: lucide-react
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: mapbox-gl
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@types/mapbox-gl"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: next-auth
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: nodemailer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: playwright
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: react
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: react-dom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: tailwind-merge
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: tailwindcss
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: zod
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@datadog/datadog-ci"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@playwright/test"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@testing-library/jest-dom"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@types/mapbox-gl"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: autoprefixer
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: dotenv
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: eslint-config-next
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: eslint-formatter-gha
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: prisma
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dependencies-9488d502ed branch from 391683b to 4b1b354 Compare August 3, 2024 15:59
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 3, 2024

Superseded by #160.

@dependabot dependabot bot closed this Aug 3, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dependencies-9488d502ed branch August 3, 2024 20:59
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants