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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 22, 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.1.0
@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.1
@sentry/vue 7.80.1 8.19.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.1.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.33
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.1.0

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

  • Updated to handle back-slashes

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

Release notes

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

2.21.1

  • fix: Do not delete files before all upload tasks executed (#572)

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

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)

... (truncated)

Changelog

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

2.21.1

  • fix: Do not delete files before all upload tasks executed (#572)

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

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)

... (truncated)

Commits
  • a05ce77 release: 2.21.1
  • 060f323 meta: Update changelog for 2.21.1
  • e66910d fix: Do not delete files before all upload tasks executed (#572)
  • c68361a Merge branch 'release/2.21.0'
  • 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'
  • Additional commits viewable in compare view

Updates @sentry/vue from 7.80.1 to 8.19.0

Release notes

Sourced from @​sentry/vue's releases.

8.19.0

  • feat(core): Align Span interface with OTEL (#12898)
  • feat(express): Allow to pass options to setupExpressErrorHandler (#12952)
  • feat(node): Add request parameter to httpIntegration ignore callbacks (#12930)
  • feat(vercel-edge): Add dedupe as default integration (#12957)
  • fix(angular): Remove afterSendEvent listener once root injector is destroyed (#12786)
  • fix(browser): Fix bug causing unintentional dropping of transactions (#12933)
  • fix(feedback): Add a missing call of Actor.appendToDom method when DOMContentLoaded event is triggered (#12973)
  • fix(node): Pass inferred name & attributes to tracesSampler (#12945)

Work in this release was contributed by @​jaspreet57 and @​arturovt. Thank you for your contribution!

Bundle size 📦

Path Size
@​sentry/browser 22.3 KB
@​sentry/browser (incl. Tracing) 33.72 KB
@​sentry/browser (incl. Tracing, Replay) 69.81 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 63.11 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 74.2 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 86.52 KB
@​sentry/browser (incl. Tracing, Replay, Feedback, metrics) 88.39 KB
@​sentry/browser (incl. metrics) 26.62 KB
@​sentry/browser (incl. Feedback) 38.98 KB
@​sentry/browser (incl. sendFeedback) 26.93 KB
@​sentry/browser (incl. FeedbackAsync) 31.54 KB
@​sentry/react 25.07 KB
@​sentry/react (incl. Tracing) 36.79 KB
@​sentry/vue 26.44 KB
@​sentry/vue (incl. Tracing) 35.6 KB
@​sentry/svelte 22.44 KB
CDN Bundle 23.52 KB
CDN Bundle (incl. Tracing) 35.5 KB
CDN Bundle (incl. Tracing, Replay) 69.91 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 75.17 KB
CDN Bundle - uncompressed 69 KB
CDN Bundle (incl. Tracing) - uncompressed 105.1 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 216.88 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 229.6 KB
@​sentry/nextjs (client) 36.65 KB
@​sentry/sveltekit (client) 34.37 KB
@​sentry/node 111.29 KB
@​sentry/node - without tracing 88.71 KB
@​sentry/aws-serverless 97.88 KB

8.18.0

Important Changes

... (truncated)

Changelog

Sourced from @​sentry/vue's changelog.

8.19.0

  • feat(core): Align Span interface with OTEL (#12898)
  • fix(angular): Remove afterSendEvent listener once root injector is destroyed (#12786)
  • fix(browser): Fix bug causing unintentional dropping of transactions (#12933)
  • fix(feedback): Add a missing call of Actor.appendToDom method when DOMContentLoaded event is triggered (#12973)
  • feat(vercel-edge): Add dedupe as default integration (#12957)
  • fix(node): Pass inferred name & attributes to tracesSampler (#12945)
  • feat(express): Allow to pass options to setupExpressErrorHandler (#12952)

Work in this release was contributed by @​jaspreet57 and @​arturovt. Thank you for your contribution!

8.18.0

Important Changes

  • ref: Deprecate enableTracing (12897)

The enableTracing option has been deprecated and will be removed in the next major version. We recommend removing it in favor of the tracesSampleRate and tracesSampler options. If you want to enable performance monitoring, please set the tracesSampleRate to a sample rate of your choice, or provide a sampling function as tracesSampler option instead. If you want to disable performance monitoring, remove the tracesSampler and tracesSampleRate options.

Other Changes

  • feat(node): Expose exclude and include options for ESM loader (#12910)
  • feat(browser): Add user agent to INP standalone span attributes (#12896)
  • feat(nextjs): Add experimental_captureRequestError for onRequestError hook (#12885)
  • feat(replay): Bump rrweb to 2.25.0 (#12478)
  • feat(tracing): Add long animation frame tracing (#12646)
  • fix: Cleanup hooks when they are not used anymore (#12852)
  • fix(angular): Guard ErrorEvent check in ErrorHandler to avoid throwing in Node environments (#12892)
  • fix(inp): Ensure INP spans have correct transaction (#12871)
  • fix(nestjs): Do not make SentryTraced() decorated functions async (#12879)
  • fix(nextjs): Support automatic instrumentation for app directory with custom page extensions (#12858)
  • fix(node): Ensure correct URL is passed to ignoreIncomingRequests callback (#12929)
  • fix(otel): Do not add otel.kind: INTERNAL attribute (#12841)
  • fix(solidstart): Set proper sentry origin for solid router integration when used in solidstart sdk (#12919)
  • fix(sveltekit): Add Vite peer dep for proper type resolution (#12926)
  • fix(tracing): Ensure you can pass null as parentSpan in startSpan* (#12928)
  • ref(core): Small bundle size improvement (#12830)

Work in this release was contributed by @​GitSquared, @​ziyadkhalil and @​mcous. Thank you for your contributions!

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)

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

…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.1.0` |
| [@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.1` |
| [@sentry/vue](https://github.com/getsentry/sentry-javascript) | `7.80.1` | `8.19.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.1.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.33` |
| [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.1.0
- [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.1.0)

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/vue@v1.7.22/packages/@headlessui-vue)

Updates `@sentry/vite-plugin` from 2.10.1 to 2.21.1
- [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.1)

Updates `@sentry/vue` from 7.80.1 to 8.19.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.19.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.1.0
- [Changelog](https://github.com/lucaong/minisearch/blob/master/CHANGELOG.md)
- [Commits](lucaong/minisearch@v6.2.0...v7.1.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.33
- [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.33)

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] <support@github.com>
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 25, 2024

Superseded by #4836.

@dependabot dependabot bot closed this Jul 25, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/production-dependencies-ddb123d68b branch July 25, 2024 11:12
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.

None yet

0 participants