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

build(deps): bump the production-dependencies group across 1 directory with 21 updates #4812

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 11, 2024

Bumps the production-dependencies group with 21 updates in the / directory:

Package From To
@apollo/client 3.8.7 3.10.8
@braintree/sanitize-url 6.0.4 7.0.4
@headlessui-float/vue 0.13.0 0.14.0
@headlessui/vue 1.7.17 1.7.22
@sentry/vite-plugin 2.10.1 2.21.0
@sentry/vue 7.80.1 8.17.0
@shutter-network/shutter-crypto 1.0.1 2.0.0
@vue/apollo-composable 4.0.0-beta.11 4.0.2
@vueuse/core 10.6.1 10.11.0
evm-proxy-detection 1.2.0 2.0.1
graphql 16.6.0 16.9.0
js-sha256 0.10.1 0.11.0
kubo-rpc-client 3.0.2 4.1.1
minisearch 6.2.0 7.0.0
mixpanel-browser 2.48.1 2.53.0
typescript 5.2.2 5.5.3
v-viewer 3.0.11 3.0.13
vue 3.3.8 3.4.31
vue-i18n 9.7.0 9.13.1
vue-router 4.2.5 4.4.0
vue-tippy 6.3.1 6.4.4

Updates @apollo/client from 3.8.7 to 3.10.8

Release notes

Sourced from @​apollo/client's releases.

v3.10.8

Patch Changes

  • #11911 1f0460a Thanks @​jerelmiller! - Allow undefined to be returned from a cache.modify modifier function when a generic type argument is used.

v3.10.7

Patch Changes

v3.10.6

Patch Changes

v3.10.5

Patch Changes

  • #11888 7fb7939 Thanks @​phryneas! - switch useRenderGuard to an approach not accessing React's internals

  • #11511 6536369 Thanks @​phryneas! - useLoadableQuery: ensure that loadQuery is updated if the ApolloClient instance changes

  • #11860 8740f19 Thanks @​alessbell! - Fixes #11849 by reevaluating window.fetch each time BatchHttpLink uses it, if not configured via options.fetch. Takes the same approach as PR #8603 which fixed the same issue in HttpLink.

  • #11852 d502a69 Thanks @​phryneas! - Fix a bug where calling the useMutation reset function would point the hook to an outdated client reference.

  • #11329 3d164ea Thanks @​PaLy! - Fix graphQLErrors in Error Link if networkError.result is an empty string

  • #11852 d502a69 Thanks @​phryneas! - Prevent writing to a ref in render in useMutation. As a result, you might encounter problems in the future if you call the mutation's execute function during render. Please note that this was never supported behavior, and we strongly recommend against it.

  • #11848 ad63924 Thanks @​phryneas! - Ensure covariant behavior: MockedResponse<X,Y> should be assignable to MockedResponse

  • #11851 45c47be Thanks @​phryneas! - Avoid usage of useRef in useInternalState to prevent ref access in render.

  • #11877 634d91a Thanks @​phryneas! - Add missing name to tuple member (fix TS5084)

  • #11851 45c47be Thanks @​phryneas! - Fix a bug where useLazyQuery would not pick up a client change.

v3.10.4

Patch Changes

... (truncated)

Changelog

Sourced from @​apollo/client's changelog.

3.10.8

Patch Changes

  • #11911 1f0460a Thanks @​jerelmiller! - Allow undefined to be returned from a cache.modify modifier function when a generic type argument is used.

3.10.7

Patch Changes

3.10.6

Patch Changes

3.10.5

Patch Changes

  • #11888 7fb7939 Thanks @​phryneas! - switch useRenderGuard to an approach not accessing React's internals

  • #11511 6536369 Thanks @​phryneas! - useLoadableQuery: ensure that loadQuery is updated if the ApolloClient instance changes

  • #11860 8740f19 Thanks @​alessbell! - Fixes #11849 by reevaluating window.fetch each time BatchHttpLink uses it, if not configured via options.fetch. Takes the same approach as PR #8603 which fixed the same issue in HttpLink.

  • #11852 d502a69 Thanks @​phryneas! - Fix a bug where calling the useMutation reset function would point the hook to an outdated client reference.

  • #11329 3d164ea Thanks @​PaLy! - Fix graphQLErrors in Error Link if networkError.result is an empty string

  • #11852 d502a69 Thanks @​phryneas! - Prevent writing to a ref in render in useMutation. As a result, you might encounter problems in the future if you call the mutation's execute function during render. Please note that this was never supported behavior, and we strongly recommend against it.

  • #11848 ad63924 Thanks @​phryneas! - Ensure covariant behavior: MockedResponse<X,Y> should be assignable to MockedResponse

  • #11851 45c47be Thanks @​phryneas! - Avoid usage of useRef in useInternalState to prevent ref access in render.

  • #11877 634d91a Thanks @​phryneas! - Add missing name to tuple member (fix TS5084)

  • #11851 45c47be Thanks @​phryneas! - Fix a bug where useLazyQuery would not pick up a client change.

3.10.4

... (truncated)

Commits

Updates @braintree/sanitize-url from 6.0.4 to 7.0.4

Release notes

Sourced from @​braintree/sanitize-url's releases.

v7.0.2

Improve sanitization of whitespace escapes

Changelog

Sourced from @​braintree/sanitize-url's changelog.

7.0.4

  • Updates get-func-name to 2.0.2

7.0.3

  • Dependencies
    • Update braces to 3.0.3

7.0.2

  • Improve sanitization of whitespace escapes

7.0.1

  • Improve sanitization of HTML entities

7.0.0

  • Move constant declarations from index file to constants.ts file

  • Update to node v18

  • Dev Dependency Updates

    • Update to TypeScript 5
    • Other minor dependency updates
Commits

Updates @headlessui-float/vue from 0.13.0 to 0.14.0

Release notes

Sourced from @​headlessui-float/vue's releases.

v0.14.0

@​headlessui-float/react

nothing


@​headlessui-float/vue

Added

  • Add width attribute option for adaptive-width - by @​ycs77 (#117)

Changed

  • Using Headless UI's <TransitionRoot> to instead Vue built-in <Transition> component, added vue-transition prop - by @​ycs77 (#112)

Migration

This version was changed to using the Headless UI's <TransitionRoot> instead Vue built-in <Transition> component, if there is a problem due to this, please add vue-transition to return to the original state.

If you using the transition-name or transition-type prop, must be set the vue-transition to change back Vue built-in Transition component:

 <Float
+  vue-transition
   transition-name="fade"
 >

@​headlessui-float/nuxt

nothing

v0.13.3

@​headlessui-float/react

Fixed


@​headlessui-float/vue

Fixed


@​headlessui-float/nuxt

nothing

v0.13.2

@​headlessui-float/react

nothing

... (truncated)

Commits

Updates @headlessui/vue from 1.7.17 to 1.7.22

Release notes

Sourced from @​headlessui/vue's releases.

@​headlessui/vue@​v1.7.22

Fixed

  • Don’t cancel touchmove on input elements inside a dialog (#3166)
  • Ensure clicking a ComboboxOption after filtering the options, correctly triggers a change (#3180)

@​headlessui/vue@​v1.7.21

Fixed

  • Prevent closing the Combobox component when clicking inside the scrollbar area (#3104)
  • Don’t unmount portal targets used by other portals (#3144)

@​headlessui/vue@​v1.7.20

Fixed

  • Expose disabled state on Tab component (#2918)
  • Prevent default behaviour when clicking outside of a DialogPanel (#2919)
  • Don’t override explicit disabled prop for components inside MenuItem (#2929)
  • Add hidden attribute to internal Hidden component when the Features.Hidden feature is used (#2955)
  • Allow setting custom tabIndex on the Switch component (#2966)
  • Forward disabled state to hidden inputs in form-like components (#3004)
  • Respect selectedIndex for controlled Tab components (#3037)

@​headlessui/vue@​v1.7.19

  • Fix Combobox activeOption render prop (#2973)

@​headlessui/vue@​v1.7.18

Added

  • Allow users customize ID generation (#2959)
Changelog

Sourced from @​headlessui/vue's changelog.

[1.7.22] - 2024-05-08

Fixed

  • Don’t cancel touchmove on input elements inside a dialog (#3166)
  • Ensure clicking a ComboboxOption after filtering the options, correctly triggers a change (#3180)

[1.7.21] - 2024-04-26

Fixed

  • Prevent closing the Combobox component when clicking inside the scrollbar area (#3104)
  • Don’t unmount portal targets used by other portals (#3144)

[1.7.20] - 2024-04-15

Fixed

  • Expose disabled state on Tab component (#2918)
  • Prevent default behaviour when clicking outside of a DialogPanel (#2919)
  • Don’t override explicit disabled prop for components inside MenuItem (#2929)
  • Add hidden attribute to internal Hidden component when the Features.Hidden feature is used (#2955)
  • Allow setting custom tabIndex on the Switch component (#2966)
  • Forward disabled state to hidden inputs in form-like components (#3004)
  • Respect selectedIndex for controlled Tab components (#3037)

[1.7.19] - 2024-02-07

  • Fix Combobox activeOption render prop (#2973)

[1.7.18] - 2024-02-02

Added

  • Allow users customize ID generation (#2959)
Commits
  • 7004a25 1.7.22 - @​headlessui/vue
  • 156880c Ensure clicking a ComboboxOption after filtering the options, correctly tri...
  • 47d4b4f Don’t cancel touchmove on input elements inside a dialog (#3166)
  • 7ebeaab 1.7.21 - @​headlessui/vue
  • 1724106 Don’t unmount portal targets used by other portals (#3144)
  • 722ad2d Prevent closing the Combobox component when clicking inside the scrollbar a...
  • be95227 1.7.20 - @​headlessui/vue
  • 6784a73 Respect selectedIndex for controlled \<Tab/> components (#3037)
  • 2fd9d1c Forward disabled state to hidden inputs in form-like components (#3004)
  • e9df8dd Allow setting custom tabIndex on the \<Switch /> component (#2966)
  • Additional commits viewable in compare view

Updates @sentry/vite-plugin from 2.10.1 to 2.21.0

Release notes

Sourced from @​sentry/vite-plugin's releases.

2.21.0

  • fix: Use sequential and post order for vite artifact deletion (#568)
  • feat: Add option to disable sourcemaps (#561)

Work in this release contributed by @​tyouzu1. Thank you for your contribution!

2.20.1

  • feat(telemetry): Collect whether applicationKey is set (#559)
  • fix: Wait for tasks depending on sourcemaps before deleting (#557)

2.20.0

  • feat: Export esbuild plugin as default (#555)

2.19.0

  • feat: Don't use word "error" in log message about telemetry (#548)
  • feat(core): Detect releases from more providers (#549)
  • fix: Always delete files when sourcemaps.filesToDeleteAfterUpload is set (#547)
  • fix(vite): Fix environment variable loading issue for Windows (#545)

Work in this release contributed by @​Rassilion, and @​mateusz-daniluk-xtb. Thank you for your contributions!

2.18.0

  • feat: Add applicationKey option to identify application code from within the SDK (#540)
  • feat: Allow passing of meta-framework as telemetry data (#539)
  • feat: Promote experimental moduleMetadata option to stable (#538)
  • fix(esbuild): Invert warning about bundle: true (#542)

2.17.0

  • feat: Deprecate and noop cleanArtifacts (#525)
  • feat: Support Heroku env vars when inferring release name (#517)
  • fix(docs): Update pnpm install commands (#516)
  • misc(esbuild): Log warning when attempting to inject debug IDs with esbuild bundle option active (#526)

Work in this release contributed by @​et84121, and @​duailibe. Thank you for your contributions!

2.16.1

  • fix: Create word-based fidelity source mapping for code transformations (#513)
  • fix: Also match .cjs and .mjs files when finding files to upload in rollup-based bundlers (#509)

2.16.0

  • feat(core): Add loggerPrefixOverride meta option (#506)

2.15.0

  • feat: Make options argument optional (#502)
  • ref(annotate): Turn disabled message to debug log (#504)

2.14.3

  • deps(core): Unpin @babel/core, find-up, and glob (#496)

Work in this release contributed by @​allanlewis. Thank you for your contribution!

... (truncated)

Changelog

Sourced from @​sentry/vite-plugin's changelog.

2.21.0

  • fix: Use sequential and post order for vite artifact deletion (#568)
  • feat: Add option to disable sourcemaps (#561)

Work in this release contributed by @​tyouzu1. Thank you for your contribution!

2.20.1

  • feat(telemetry): Collect whether applicationKey is set (#559)
  • fix: Wait for tasks depending on sourcemaps before deleting (#557)

2.20.0

  • feat: Export esbuild plugin as default (#555)

2.19.0

  • feat: Don't use word "error" in log message about telemetry (#548)
  • feat(core): Detect releases from more providers (#549)
  • fix: Always delete files when sourcemaps.filesToDeleteAfterUpload is set (#547)
  • fix(vite): Fix environment variable loading issue for Windows (#545)

Work in this release contributed by @​Rassilion, and @​mateusz-daniluk-xtb. Thank you for your contributions!

2.18.0

  • feat: Add applicationKey option to identify application code from within the SDK (#540)
  • feat: Allow passing of meta-framework as telemetry data (#539)
  • feat: Promote experimental moduleMetadata option to stable (#538)
  • fix(esbuild): Invert warning about bundle: true (#542)

2.17.0

  • feat: Deprecate and noop cleanArtifacts (#525)
  • feat: Support Heroku env vars when inferring release name (#517)
  • fix(docs): Update pnpm install commands (#516)
  • misc(esbuild): Log warning when attempting to inject debug IDs with esbuild bundle option active (#526)

Work in this release contributed by @​et84121, and @​duailibe. Thank you for your contributions!

2.16.1

  • fix: Create word-based fidelity source mapping for code transformations (#513)
  • fix: Also match .cjs and .mjs files when finding files to upload in rollup-based bundlers (#509)

2.16.0

  • feat(core): Add loggerPrefixOverride meta option (#506)

... (truncated)

Commits
  • 277064f release: 2.21.0
  • 5891db6 meta: Update changelog for 2.21.0
  • e26b875 fix: Use sequential and post order for vite artifact deletion (#568)
  • a7e69d3 feat: Add option to disable sourcemaps (#561)
  • 9bb19f3 chore: Add contributors to README (#558)
  • 5e53faa Merge branch 'release/2.20.1'
  • efc8e2e release: 2.20.1
  • 0339fd6 meta: Update changelog for 2.20.1
  • 473e371 feat(telemetry): Collect whether applicationKey is set (#559)
  • 75ca15e fix: Wait for tasks depending on sourcemaps before deleting (#557)
  • Additional commits viewable in compare view

Updates @sentry/vue from 7.80.1 to 8.17.0

Release notes

Sourced from @​sentry/vue's releases.

8.17.0

  • feat: Upgrade OTEL deps (#12809)
  • fix(nuxt): Add module to build:transpile script (#12843)
  • fix(browser): Allow SDK initialization in NW.js apps (#12846)

Bundle size 📦

Path Size
@​sentry/browser 22.31 KB
@​sentry/browser (incl. Tracing) 33.45 KB
@​sentry/browser (incl. Tracing, Replay) 69.2 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 62.53 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 73.27 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 85.9 KB
@​sentry/browser (incl. Tracing, Replay, Feedback, metrics) 87.76 KB
@​sentry/browser (incl. metrics) 26.59 KB
@​sentry/browser (incl. Feedback) 38.98 KB
@​sentry/browser (incl. sendFeedback) 26.92 KB
@​sentry/browser (incl. FeedbackAsync) 31.54 KB
@​sentry/react 25.05 KB
@​sentry/react (incl. Tracing) 36.49 KB
@​sentry/vue 26.41 KB
@​sentry/vue (incl. Tracing) 35.31 KB
@​sentry/svelte 22.44 KB
CDN Bundle 23.52 KB
CDN Bundle (incl. Tracing) 35.21 KB
CDN Bundle (incl. Tracing, Replay) 69.31 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 74.51 KB
CDN Bundle - uncompressed 69.02 KB
CDN Bundle (incl. Tracing) - uncompressed 104.04 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 214.43 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 227.15 KB
@​sentry/nextjs (client) 36.37 KB
@​sentry/sveltekit (client) 34.1 KB
@​sentry/node 130.79 KB
@​sentry/node - without tracing 91.88 KB
@​sentry/aws-serverless 117.05 KB

8.16.0

Important Changes

  • feat(nextjs): Use spans generated by Next.js for App Router (#12729)

Previously, the @sentry/nextjs SDK automatically recorded spans in the form of transactions for each of your top-level server components (pages, layouts, ...). This approach had a few drawbacks, the main ones being that traces didn't have a root span, and more importantly, if you had data stream to the client, its duration was not captured because the server component spans had finished before the data could finish streaming.

With this release, we will capture the duration of App Router requests in their entirety as a single transaction with

... (truncated)

Changelog

Sourced from @​sentry/vue's changelog.

8.17.0

  • feat: Upgrade OTEL deps (#12809)
  • fix(nuxt): Add module to build:transpile script (#12843)
  • fix(browser): Allow SDK initialization in NW.js apps (#12846)

8.16.0

Important Changes

  • feat(nextjs): Use spans generated by Next.js for App Router (#12729)

Previously, the @sentry/nextjs SDK automatically recorded spans in the form of transactions for each of your top-level server components (pages, layouts, ...). This approach had a few drawbacks, the main ones being that traces didn't have a root span, and more importantly, if you had data stream to the client, its duration was not captured because the server component spans had finished before the data could finish streaming.

With this release, we will capture the duration of App Router requests in their entirety as a single transaction with server component spans being descendants of that transaction. This means you will get more data that is also more accurate. Note that this does not apply to the Edge runtime. For the Edge runtime, the SDK will emit transactions as it has before.

Generally speaking, this change means that you will see less transactions and more spans in Sentry. You will no longer receive server component transactions like Page Server Component (/path/to/route) (unless using the Edge runtime), and you will instead receive transactions for your App Router SSR requests that look like GET /path/to/route.

If you are on Sentry SaaS, this may have an effect on your quota consumption: Less transactions, more spans.

  • - feat(nestjs): Add nest cron monitoring support (#12781)

The @sentry/nestjs SDK now includes a @SentryCron decorator that can be used to augment the native NestJS @Cron decorator to send check-ins to Sentry before and after each cron job run:

import { Cron } from '@nestjs/schedule';
import { SentryCron, MonitorConfig } from '@sentry/nestjs';
import type { MonitorConfig } from '@sentry/types';
const monitorConfig: MonitorConfig = {
schedule: {
type: 'crontab',
value: '* * * * *',
},
checkinMargin: 2, // In minutes. Optional.
maxRuntime: 10, // In minutes. Optional.
timezone: 'America/Los_Angeles', // Optional.
};
export class MyCronService {
</tr></table>

... (truncated)

Commits

Updates @shutter-network/shutter-crypto from 1.0.1 to 2.0.0

Commits
Maintainer changes

This version was pushed to npm by shutter_k, a new releaser for @​shutter-network/shutter-crypto since your current version.


Updates @vue/apollo-composable from 4.0.0-beta.11 to 4.0.2

Release notes

Sourced from @​vue/apollo-composable's releases.

v4.0.2

🩹 Fixes

  • Use shallowRef on result & error (08f0fcd)

📖 Documentation

  • Remove mentions of fetchResults, fix #1060 (#1060)

❤️ Contributors

v4.0.1

🩹 Fixes

  • Use hasInjectionContext in useApolloClient before calling inject (#1529)
  • useLazyQuery: Load() on server, fix #1495 (#1495)

✅ Tests

  • Split into outsideComponent.cy.ts (48d0ac2)
  • Build test app in test command (500d6e4)

🤖 CI

  • Use GITHUB_OUTPUT envvar instead of set-output command (#1530)

❤️ Contributors

v4.0.0

🚀 Enhancements

  • useLazyQuery: Add interface for lazy query return (#1523)

🩹 Fixes

  • Improve esm support, fix #1524 (#1524)
  • Import serializeJs using default import instead of a namespace import (#1485)
  • options: Use exponential backoff on subscribe error retry (b17817e)
  • ApolloMutation: Return result in mutate (ddf9aa0)
  • Prefetch type (f8568e8)

📖 Documentation

  • Update vitepress + enable detailed search by default (fb66dce)

... (truncated)

Changelog

Sourced from @​vue/apollo-composable's changelog.

v4.0.2

🩹 Fixes

  • Use shallowRef on result & error (08f0fcd)

📖 Documentation

  • Remove mentions of fetchResults, fix #1060 (#1060)

❤️ Contributors

v4.0.1

🩹 Fixes

  • Use hasInjectionContext in useApolloClient before calling inject (#1529)
  • useLazyQuery: Load() on server, fix #1495 (#1495)

✅ Tests

  • Split into outsideComponent.cy.ts (48d0ac2)
  • Build test app in test command (500d6e4)

🤖 CI

  • Use GITHUB_OUTPUT envvar instead of set-output command (#1530)

❤️ Contributors

v4.0.0

🚀 Enhancements

  • useLazyQuery: Add interface for lazy query return (#1523)

🩹 Fixes

  • Improve esm support, fix #1524 (

…y with 21 updates

Bumps the production-dependencies group with 21 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@apollo/client](https://github.com/apollographql/apollo-client) | `3.8.7` | `3.10.8` |
| [@braintree/sanitize-url](https://github.com/braintree/sanitize-url) | `6.0.4` | `7.0.4` |
| [@headlessui-float/vue](https://github.com/ycs77/headlessui-float/tree/HEAD/packages/vue) | `0.13.0` | `0.14.0` |
| [@headlessui/vue](https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-vue) | `1.7.17` | `1.7.22` |
| [@sentry/vite-plugin](https://github.com/getsentry/sentry-javascript-bundler-plugins) | `2.10.1` | `2.21.0` |
| [@sentry/vue](https://github.com/getsentry/sentry-javascript) | `7.80.1` | `8.17.0` |
| [@shutter-network/shutter-crypto](https://github.com/shutter-network/rolling-shutter) | `1.0.1` | `2.0.0` |
| [@vue/apollo-composable](https://github.com/vuejs/vue-apollo/tree/HEAD/packages/vue-apollo-composable) | `4.0.0-beta.11` | `4.0.2` |
| [@vueuse/core](https://github.com/vueuse/vueuse/tree/HEAD/packages/core) | `10.6.1` | `10.11.0` |
| [evm-proxy-detection](https://github.com/abipub/evm-proxy-detection) | `1.2.0` | `2.0.1` |
| [graphql](https://github.com/graphql/graphql-js) | `16.6.0` | `16.9.0` |
| [js-sha256](https://github.com/emn178/js-sha256) | `0.10.1` | `0.11.0` |
| [kubo-rpc-client](https://github.com/ipfs/js-kubo-rpc-client) | `3.0.2` | `4.1.1` |
| [minisearch](https://github.com/lucaong/minisearch) | `6.2.0` | `7.0.0` |
| [mixpanel-browser](https://github.com/mixpanel/mixpanel-js) | `2.48.1` | `2.53.0` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.2.2` | `5.5.3` |
| [v-viewer](https://github.com/mirari/v-viewer) | `3.0.11` | `3.0.13` |
| [vue](https://github.com/vuejs/core) | `3.3.8` | `3.4.31` |
| [vue-i18n](https://github.com/intlify/vue-i18n-next/tree/HEAD/packages/vue-i18n) | `9.7.0` | `9.13.1` |
| [vue-router](https://github.com/vuejs/router) | `4.2.5` | `4.4.0` |
| [vue-tippy](https://github.com/KABBOUCHI/vue-tippy) | `6.3.1` | `6.4.4` |



Updates `@apollo/client` from 3.8.7 to 3.10.8
- [Release notes](https://github.com/apollographql/apollo-client/releases)
- [Changelog](https://github.com/apollographql/apollo-client/blob/main/CHANGELOG.md)
- [Commits](apollographql/apollo-client@v3.8.7...v3.10.8)

Updates `@braintree/sanitize-url` from 6.0.4 to 7.0.4
- [Release notes](https://github.com/braintree/sanitize-url/releases)
- [Changelog](https://github.com/braintree/sanitize-url/blob/main/CHANGELOG.md)
- [Commits](braintree/sanitize-url@v6.0.4...v7.0.4)

Updates `@headlessui-float/vue` from 0.13.0 to 0.14.0
- [Release notes](https://github.com/ycs77/headlessui-float/releases)
- [Commits](https://github.com/ycs77/headlessui-float/commits/v0.14.0/packages/vue)

Updates `@headlessui/vue` from 1.7.17 to 1.7.22
- [Release notes](https://github.com/tailwindlabs/headlessui/releases)
- [Changelog](https://github.com/tailwindlabs/headlessui/blob/main/packages/@headlessui-vue/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/headlessui/commits/@headlessui/[email protected]/packages/@headlessui-vue)

Updates `@sentry/vite-plugin` from 2.10.1 to 2.21.0
- [Release notes](https://github.com/getsentry/sentry-javascript-bundler-plugins/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript-bundler-plugins@2.10.1...2.21.0)

Updates `@sentry/vue` from 7.80.1 to 8.17.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@7.80.1...8.17.0)

Updates `@shutter-network/shutter-crypto` from 1.0.1 to 2.0.0
- [Release notes](https://github.com/shutter-network/rolling-shutter/releases)
- [Commits](https://github.com/shutter-network/rolling-shutter/commits)

Updates `@vue/apollo-composable` from 4.0.0-beta.11 to 4.0.2
- [Release notes](https://github.com/vuejs/vue-apollo/releases)
- [Changelog](https://github.com/vuejs/apollo/blob/v4/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-apollo/commits/v4.0.2/packages/vue-apollo-composable)

Updates `@vueuse/core` from 10.6.1 to 10.11.0
- [Release notes](https://github.com/vueuse/vueuse/releases)
- [Commits](https://github.com/vueuse/vueuse/commits/v10.11.0/packages/core)

Updates `evm-proxy-detection` from 1.2.0 to 2.0.1
- [Release notes](https://github.com/abipub/evm-proxy-detection/releases)
- [Commits](abipub/evm-proxy-detection@v1.2.0...v2.0.1)

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

Updates `js-sha256` from 0.10.1 to 0.11.0
- [Changelog](https://github.com/emn178/js-sha256/blob/master/CHANGELOG.md)
- [Commits](emn178/js-sha256@v0.10.1...v0.11.0)

Updates `kubo-rpc-client` from 3.0.2 to 4.1.1
- [Release notes](https://github.com/ipfs/js-kubo-rpc-client/releases)
- [Commits](ipfs/js-kubo-rpc-client@v3.0.2...v4.1.1)

Updates `minisearch` from 6.2.0 to 7.0.0
- [Changelog](https://github.com/lucaong/minisearch/blob/master/CHANGELOG.md)
- [Commits](lucaong/minisearch@v6.2.0...v7.0.0)

Updates `mixpanel-browser` from 2.48.1 to 2.53.0
- [Release notes](https://github.com/mixpanel/mixpanel-js/releases)
- [Changelog](https://github.com/mixpanel/mixpanel-js/blob/master/CHANGELOG.md)
- [Commits](mixpanel/mixpanel-js@v2.48.1...v2.53.0)

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

Updates `v-viewer` from 3.0.11 to 3.0.13
- [Release notes](https://github.com/mirari/v-viewer/releases)
- [Changelog](https://github.com/mirari/v-viewer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mirari/v-viewer/commits/v3.0.13)

Updates `vue` from 3.3.8 to 3.4.31
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.3.8...v3.4.31)

Updates `vue-i18n` from 9.7.0 to 9.13.1
- [Release notes](https://github.com/intlify/vue-i18n-next/releases)
- [Changelog](https://github.com/intlify/vue-i18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/intlify/vue-i18n-next/commits/v9.13.1/packages/vue-i18n)

Updates `vue-router` from 4.2.5 to 4.4.0
- [Release notes](https://github.com/vuejs/router/releases)
- [Commits](vuejs/router@v4.2.5...v4.4.0)

Updates `vue-tippy` from 6.3.1 to 6.4.4
- [Release notes](https://github.com/KABBOUCHI/vue-tippy/releases)
- [Commits](https://github.com/KABBOUCHI/vue-tippy/commits)

---
updated-dependencies:
- dependency-name: "@apollo/client"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@braintree/sanitize-url"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@headlessui-float/vue"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@headlessui/vue"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@sentry/vite-plugin"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@sentry/vue"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@shutter-network/shutter-crypto"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@vue/apollo-composable"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@vueuse/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: evm-proxy-detection
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: graphql
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: js-sha256
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: kubo-rpc-client
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: minisearch
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: mixpanel-browser
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: typescript
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: v-viewer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: vue
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: vue-i18n
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: vue-router
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: vue-tippy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 15, 2024

Superseded by #4819.

@dependabot dependabot bot closed this Jul 15, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/production-dependencies-544c3282db branch July 15, 2024 11:10
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