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

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Package From To
@apollo/client 3.8.7 3.11.1
@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.20.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.54.0
typescript 5.2.2 5.5.4
v-viewer 3.0.11 3.0.13
vue 3.3.8 3.4.34
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.11.1

Release notes

Sourced from @​apollo/client's releases.

v3.11.1

Patch Changes

  • #11969 061cab6 Thanks @​jerelmiller! - Remove check for window.__APOLLO_CLIENT__ when determining whether to connect to Apollo Client Devtools when connectToDevtools or devtools.enabled is not specified. This now simply checks to see if the application is in development mode.

  • #11971 ecf77f6 Thanks @​jerelmiller! - Prevent the setTimeout for suggesting devtools from running in non-browser environments.

v3.11.0

Potentially Breaking Fixes

  • #11789 5793301 Thanks @​phryneas! - Changes usages of the GraphQLError type to GraphQLFormattedError.

    This was a type bug - these errors were never GraphQLError instances to begin with, and the GraphQLError class has additional properties that can never be correctly rehydrated from a GraphQL result. The correct type to use here is GraphQLFormattedError.

    Similarly, please ensure to use the type FormattedExecutionResult instead of ExecutionResult - the non-"Formatted" versions of these types are for use on the server only, but don't get transported over the network.

  • #11626 228429a Thanks @​phryneas! - Call nextFetchPolicy with "variables-changed" even if there is a fetchPolicy specified.

    Previously this would only be called when the current fetchPolicy was equal to the fetchPolicy option or the option was not specified. If you use nextFetchPolicy as a function, expect to see this function called more often.

    Due to this bug, this also meant that the fetchPolicy might be reset to the initial fetchPolicy, even when you specified a nextFetchPolicy function. If you previously relied on this behavior, you will need to update your nextFetchPolicy callback function to implement this resetting behavior.

    As an example, if your code looked like the following:

    useQuery(QUERY, {
      nextFetchPolicy(currentFetchPolicy, info) {
        // your logic here
      }
    );

    Update your function to the following to reimplement the resetting behavior:

    useQuery(QUERY, {
      nextFetchPolicy(currentFetchPolicy, info) {
        if (info.reason === 'variables-changed') {
          return info.initialFetchPolicy;
        }
        // your logic here
      }
    );

... (truncated)

Changelog

Sourced from @​apollo/client's changelog.

3.11.1

Patch Changes

  • #11969 061cab6 Thanks @​jerelmiller! - Remove check for window.__APOLLO_CLIENT__ when determining whether to connect to Apollo Client Devtools when connectToDevtools or devtools.enabled is not specified. This now simply checks to see if the application is in development mode.

  • #11971 ecf77f6 Thanks @​jerelmiller! - Prevent the setTimeout for suggesting devtools from running in non-browser environments.

3.11.0

Potentially Breaking Fixes

  • #11789 5793301 Thanks @​phryneas! - Changes usages of the GraphQLError type to GraphQLFormattedError.

    This was a type bug - these errors were never GraphQLError instances to begin with, and the GraphQLError class has additional properties that can never be correctly rehydrated from a GraphQL result. The correct type to use here is GraphQLFormattedError.

    Similarly, please ensure to use the type FormattedExecutionResult instead of ExecutionResult - the non-"Formatted" versions of these types are for use on the server only, but don't get transported over the network.

  • #11626 228429a Thanks @​phryneas! - Call nextFetchPolicy with "variables-changed" even if there is a fetchPolicy specified.

    Previously this would only be called when the current fetchPolicy was equal to the fetchPolicy option or the option was not specified. If you use nextFetchPolicy as a function, expect to see this function called more often.

    Due to this bug, this also meant that the fetchPolicy might be reset to the initial fetchPolicy, even when you specified a nextFetchPolicy function. If you previously relied on this behavior, you will need to update your nextFetchPolicy callback function to implement this resetting behavior.

    As an example, if your code looked like the following:

    useQuery(QUERY, {
      nextFetchPolicy(currentFetchPolicy, info) {
        // your logic here
      }
    );

    Update your function to the following to reimplement the resetting behavior:

    useQuery(QUERY, {
      nextFetchPolicy(currentFetchPolicy, info) {
        if (info.reason === 'variables-changed') {
          return info.initialFetchPolicy;
        }
        // your logic here
      }
    );

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

Release notes

Sourced from @​sentry/vue's releases.

8.20.0

Important Changes

  • feat(node): Allow to pass registerEsmLoaderHooks to preload (#12998)

You can write your own custom preload script and configure this in the preload options. registerEsmLoaderHooks can be passed as an option to preloadOpenTelemetry, which allows to exclude/include packages in the preload.

  • fix(node): Do not emit fetch spans when tracing is disabled (#13003)

Sentry will not emit "fetch" spans if tracing is disabled. This is relevant for user who use their own sampler.

Other Changes

  • feat(feedback): Trigger button aria label configuration (#13008)
  • feat(nestjs): Change nest sdk setup (#12920)
  • feat(node): Extend ESM hooks options for iitm v1.10.0 (#13016)
  • feat(node): Send client reports (#12951)
  • feat(nuxt): Automatically add BrowserTracing (#13005)
  • feat(nuxt): Setup source maps with vite config (#13018)
  • feat(replay): Improve public Replay APIs (#13000)

Bundle size 📦

Path Size
@​sentry/browser 22.31 KB
@​sentry/browser (incl. Tracing) 33.72 KB
@​sentry/browser (incl. Tracing, Replay) 69.82 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 63.16 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 74.21 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 86.58 KB
@​sentry/browser (incl. Tracing, Replay, Feedback, metrics) 88.45 KB
@​sentry/browser (incl. metrics) 26.62 KB
@​sentry/browser (incl. Feedback) 39.02 KB
@​sentry/browser (incl. sendFeedback) 26.93 KB
@​sentry/browser (incl. FeedbackAsync) 31.57 KB
@​sentry/react 25.08 KB
@​sentry/react (incl. Tracing) 36.8 KB
@​sentry/vue 26.45 KB
@​sentry/vue (incl. Tracing) 35.61 KB
@​sentry/svelte 22.44 KB
CDN Bundle 23.52 KB
CDN Bundle (incl. Tracing) 35.5 KB
CDN Bundle (incl. Tracing, Replay) 69.86 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 75.15 KB
CDN Bundle - uncompressed 69 KB
CDN Bundle (incl. Tracing) - uncompressed 105.1 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 216.74 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 229.57 KB

... (truncated)

Changelog

Sourced from @​sentry/vue's changelog.

8.20.0

Important Changes

  • feat(node): Allow to pass registerEsmLoaderHooks to preload (#12998)

You can write your own custom preload script and configure this in the preload options. registerEsmLoaderHooks can be passed as an option to preloadOpenTelemetry, which allows to exclude/include packages in the preload.

  • fix(node): Do not emit fetch spans when tracing is disabled (#13003)

Sentry will not emit "fetch" spans if tracing is disabled. This is relevant for user who use their own sampler.

Other Changes

  • feat(feedback): Trigger button aria label configuration (#13008)
  • feat(nestjs): Change nest sdk setup (#12920)
  • feat(node): Extend ESM hooks options for iitm v1.10.0 (#13016)
  • feat(node): Send client reports (#12951)
  • feat(nuxt): Automatically add BrowserTracing (#13005)
  • feat(nuxt): Setup source maps with vite config (#13018)
  • feat(replay): Improve public Replay APIs (#13000)

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)

... (truncated)

Commits
  • cdd0a92 release: 8.20.0
  • 13d29c3 Merge pull request #13036 from getsentry/prepare-release/8.20.0
  • 84f6fee meta(changelog): Update changelog for 8.20.0
  • ea07ec7 feat(nuxt): Setup source maps with vite config (#13018)
  • aaaedbc docs(nuxt): Add readme docs for server-side setup (ESM) (#13019)
  • 4bdd979 feat(replay): Improve public Replay APIs (#13000)
  • b2dded8 test(solid): Switch to explicit vitest imports (#13028)
  • 04a26a4 feat(node): Extend ESM hooks options for iitm v1.10.0 (#13016)
  • 65042b5 feat(feedback): Trigger button aria label configuration (#13008)
  • edea287 chore(google-cloud): Update private key used for tests (#13023)
  • Additional commits viewable in compare view

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 (#1524)
  • Import serializeJs using default import instead of a namespace import (#1485)
  • options: Use exponential backoff on subscribe error retry (b17817e)

... (truncated)

Commits

Updates @vueuse/core from 10.6.1 to 10.11.0

Release notes

Sourced from @​vueuse/core's releases.

v10.11.0

   🐞 Bug Fixes

    View changes on GitHub

v10.10.1

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v10.10.0

   🚀 Features

…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.11.1` |
| [@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.20.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.54.0` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.2.2` | `5.5.4` |
| [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.34` |
| [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.11.1
- [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.11.1)

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.20.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.20.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.54.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.54.0)

Updates `typescript` from 5.2.2 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.2.2...v5.5.4)

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

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

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Aug 2, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/production-dependencies-1b50f203f5 branch August 2, 2024 12:21
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