Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the production-dependencies group with 20 updates #202

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 15, 2024

Bumps the production-dependencies group with 20 updates:

Package From To
@apollo/client 3.8.7 3.9.11
@braintree/sanitize-url 6.0.4 7.0.1
@headlessui-float/vue 0.13.0 0.13.3
@headlessui/vue 1.7.17 1.7.20
@sentry/vite-plugin 2.10.1 2.16.1
@sentry/vue 7.80.1 7.110.1
@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.9.0
graphql 16.6.0 16.8.1
js-sha256 0.10.1 0.11.0
kubo-rpc-client 3.0.2 3.0.4
minisearch 6.2.0 6.3.0
mixpanel-browser 2.48.1 2.49.0
typescript 5.2.2 5.4.5
v-viewer 3.0.11 3.0.13
vue 3.3.8 3.4.22
vue-i18n 9.7.0 9.12.1
vue-router 4.2.5 4.3.0
vue-tippy 6.3.1 6.4.1

Updates @apollo/client from 3.8.7 to 3.9.11

Release notes

Sourced from @​apollo/client's releases.

v3.9.11

Patch Changes

  • #11769 04132af Thanks @​jerelmiller! - Fix an issue where using skipToken or the skip option with useSuspenseQuery in React's strict mode would perform a network request.

v3.9.10

Patch Changes

  • #11738 b1a5eb8 Thanks @​jerelmiller! - Fix an issue where rerendering useBackgroundQuery after the queryRef had been disposed, either via the auto dispose timeout or by unmounting useReadQuery, would cause the queryRef to be recreated potentially resulting in another network request.

  • #11738 b1a5eb8 Thanks @​jerelmiller! - Allow queryRefs to be disposed of synchronously when a suspense hook unmounts. This prevents some situations where using a suspense hook with the same query/variables as the disposed queryRef accidentally used the disposed queryRef rather than creating a new instance.

  • #11670 cc5c03b Thanks @​phryneas! - Bail out of executeSubSelectedArray calls if the array has 0 elements.

v3.9.9

Patch Changes

  • #11696 466ef82 Thanks @​PiR1! - Immediately dispose of the queryRef if useBackgroundQuery unmounts before the auto dispose timeout kicks in.

v3.9.8

Patch Changes

  • #11706 8619bc7 Thanks @​jerelmiller! - Fix issue in all suspense hooks where returning an empty array after calling fetchMore would rerender the component with an empty list.

  • #11694 835d5f3 Thanks @​phryneas! - Expose setErrorMessageHandler from @apollo/client/dev entrypoint.

  • #11689 cb8ffe5 Thanks @​jerelmiller! - Fix issue where passing a new from option to useFragment would first render with the previous value before rerendering with the correct value.

  • #11713 642092c Thanks @​jerelmiller! - Fix issue where setting a default watchQuery option in the ApolloClient constructor could break startTransition when used with suspense hooks.

v3.9.7

Patch Changes

v3.9.6

Patch Changes

v3.9.5

Patch Changes

... (truncated)

Changelog

Sourced from @​apollo/client's changelog.

3.9.11

Patch Changes

  • #11769 04132af Thanks @​jerelmiller! - Fix an issue where using skipToken or the skip option with useSuspenseQuery in React's strict mode would perform a network request.

3.9.10

Patch Changes

  • #11738 b1a5eb8 Thanks @​jerelmiller! - Fix an issue where rerendering useBackgroundQuery after the queryRef had been disposed, either via the auto dispose timeout or by unmounting useReadQuery, would cause the queryRef to be recreated potentially resulting in another network request.

  • #11738 b1a5eb8 Thanks @​jerelmiller! - Allow queryRefs to be disposed of synchronously when a suspense hook unmounts. This prevents some situations where using a suspense hook with the same query/variables as the disposed queryRef accidentally used the disposed queryRef rather than creating a new instance.

  • #11670 cc5c03b Thanks @​phryneas! - Bail out of executeSubSelectedArray calls if the array has 0 elements.

3.9.9

Patch Changes

  • #11696 466ef82 Thanks @​PiR1! - Immediately dispose of the queryRef if useBackgroundQuery unmounts before the auto dispose timeout kicks in.

3.9.8

Patch Changes

  • #11706 8619bc7 Thanks @​jerelmiller! - Fix issue in all suspense hooks where returning an empty array after calling fetchMore would rerender the component with an empty list.

  • #11694 835d5f3 Thanks @​phryneas! - Expose setErrorMessageHandler from @apollo/client/dev entrypoint.

  • #11689 cb8ffe5 Thanks @​jerelmiller! - Fix issue where passing a new from option to useFragment would first render with the previous value before rerendering with the correct value.

  • #11713 642092c Thanks @​jerelmiller! - Fix issue where setting a default watchQuery option in the ApolloClient constructor could break startTransition when used with suspense hooks.

3.9.7

Patch Changes

3.9.6

Patch Changes

... (truncated)

Commits
  • 8bc7d4d Version Packages (#11773)
  • 04132af Fix network request when using skip/skipToken with useSuspenseQuery in strict...
  • 286ff15 Update ROADMAP.md
  • 285b2d9 Devtools - Trigger Error Code PR after npm Release (#11745)
  • e8556c3 Version Packages (#11728)
  • b1a5eb8 Allow queryRefs to be disposed of synchronously (#11738)
  • 26f2ccc chore: use delimiter in accorance with docs to handle strings with newlines p...
  • d6aed0e chore(deps): update all dependencies - patch updates (#11739)
  • 3e4c054 chore(deps): update cimg/node docker tag to v21.7.1 (#11740)
  • e412848 chore: configure git user directly in prerelease workflows (#11734)
  • Additional commits viewable in compare view

Updates @braintree/sanitize-url from 6.0.4 to 7.0.1

Changelog

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

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
  • 0d5140d 7.0.1
  • 7d6ed61 Update changelog
  • 8f04b9a Revert "Update changelog"
  • d75a919 Update changelog
  • fad9780 Merge pull request #69 from braintree/li-34594
  • 3cb3d2a Add recursive decode HTML characters
  • 6d427b9 Merge pull request #67 from braintree/dependabot/npm_and_yarn/vite-4.5.2
  • e34c970 chore(deps-dev): bump vite from 4.5.1 to 4.5.2
  • c78fdfe Merge pull request #66 from braintree/dependabot/npm_and_yarn/vite-4.5.1
  • 9681140 chore(deps-dev): bump vite from 4.4.9 to 4.5.1
  • Additional commits viewable in compare view

Updates @headlessui-float/vue from 0.13.0 to 0.13.3

Release notes

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

v0.13.3

@​headlessui-float/react

Fixed


@​headlessui-float/vue

Fixed


@​headlessui-float/nuxt

nothing

v0.13.2

@​headlessui-float/react

nothing


@​headlessui-float/vue

Fixed


@​headlessui-float/nuxt

nothing

v0.13.1

@​headlessui-float/react

Changed

  • Bump Floating UI version:
    • @​floating-ui/core: ^1.5.3
    • @​floating-ui/dom: ^1.5.4
    • @​floating-ui/react: ^0.26.5

Fixed


@​headlessui-float/vue

Changed

  • Bump Floating UI version:
    • @​floating-ui/core: ^1.5.3
    • @​floating-ui/dom: ^1.5.4
    • @​floating-ui/vue: ^1.0.3

... (truncated)

Commits

Updates @headlessui/vue from 1.7.17 to 1.7.20

Release notes

Sourced from @​headlessui/vue's releases.

@​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.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
  • 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)
  • 04695b2 Add hidden attribute to internal \<Hidden /> component when the `Features....
  • 46a9b32 Don’t override explicit disabled prop for components inside \<MenuItem> (#...
  • 39210df Prevent default behaviour when clicking outside of a Dialog.Panel (#2919)
  • 369be39 Expose disabled state on \<Tab /> component (#2918)
  • b2300ca 1.7.19 - @​headlessui/vue
  • a3ca52e Fix Combobox activeOption render prop (#2973)
  • Additional commits viewable in compare view

Updates @sentry/vite-plugin from 2.10.1 to 2.16.1

Release notes

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

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!

2.14.2

  • feat(core): Bundle in Sentry SDK deps (#487)

2.14.1

  • fix(core): Stop .env files from being picked up (#486)
  • feat(core): Add telemetry for React component annotations (#482)

2.14.0

  • ref(component-annotate): Use default export (#478)

2.13.0

  • ref(component-annotate): Conform to Babel plugin naming conventions

2.12.0

  • ref(component-annotate): Prefix plugin name with babel

2.11.0

  • feat(core): Include component name annotation plugin with all bundler plugins except esbuild (#469)
  • feat(component-annotate): Introduce new plugin to annotate frontend components at build-time (#468)

2.10.3

  • fix(core): Safely flush telemetry

2.10.2

  • deps(core): Bump @sentry/cli to ^2.22.3 (#451)
Changelog

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

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!

2.14.2

  • feat(core): Bundle in Sentry SDK deps (#487)

2.14.1

  • fix(core): Stop .env files from being picked up (#486)
  • feat(core): Add telemetry for React component annotations (#482)

2.14.0

  • ref(component-annotate): Use default export (#478)

2.13.0

  • ref(component-annotate): Conform to Babel plugin naming conventions

2.12.0

  • ref(component-annotate): Prefix plugin name with babel

2.11.0

  • feat(core): Include component name annotation plugin with all bundler plugins except esbuild (#469)
  • feat(component-annotate): Introduce new plugin to annotate frontend components at build-time (#468)

2.10.3

  • fix(core): Safely flush telemetry

... (truncated)

Commits
  • e876fa9 release: 2.16.1
  • 7373c62 deps(ci): Bump actions (#514)
  • 26e9c3d meta: Update changelog for 2.16.1
  • b87511c fix: Create word-based fidelity source mapping for code transformations (#513)
  • 6fd1363 fix: Also match .cjs and .mjs files when finding files to upload in rollu...
  • 77d7b83 Merge branch 'release/2.16.0'
  • 477dea6 release: 2.16.0
  • e4d08db meta: Update changelog for 2.16.0
  • febe9ce feat(core): Add loggerPrefixOverride meta option (#506)
  • 0274c82 Merge branch 'release/2.15.0'
  • Additional commits viewable in compare view

Updates @sentry/vue from 7.80.1 to 7.110.1

Release notes

Sourced from @​sentry/vue's releases.

7.110.1

  • fix(nextjs): Fix tunnelRoute matching logic for hybrid cloud (#11577)

Bundle size 📦

Path Size
@​sentry/browser (incl. Tracing, Replay, Feedback) - Webpack (gzipped) 80.58 KB
@​sentry/browser (incl. Tracing, Replay) - Webpack (gzipped) 71.55 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) - Webpack (gzipped) 75.57 KB
@​sentry/browser (incl. Tracing, Replay) - Webpack with treeshaking flags (gzipped) 65.18 KB
@​sentry/browser (incl. Tracing) - Webpack (gzipped) 35.49 KB
@​sentry/browser (incl. browserTracingIntegration) - Webpack (gzipped) 35.37 KB
@​sentry/browser (incl. Feedback) - Webpack (gzipped) 31.57 KB
@​sentry/browser (incl. sendFeedback) - Webpack (gzipped) 31.58 KB
@​sentry/browser - Webpack (gzipped) 22.78 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) - ES6 CDN Bundle (gzipped) 78.76 KB
@​sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped) 70.12 KB
@​sentry/browser (incl. Tracing) - ES6 CDN Bundle (gzipped) 35.9 KB
@​sentry/browser - ES6 CDN Bundle (gzipped) 25.27 KB
@​sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed) 220.72 KB
@​sentry/browser (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed) 108.53 KB
@​sentry/browser - ES6 CDN Bundle (minified & uncompressed) 75.79 KB
@​sentry/browser (incl. Tracing) - ES5 CDN Bundle (gzipped) 39.17 KB
@​sentry/react (incl. Tracing, Replay) - Webpack (gzipped) 72.03 KB
@​sentry/react - Webpack (gzipped) 22.81 KB
@​sentry/nextjs Client (incl. Tracing, Replay) - Webpack (gzipped) 89.87 KB
@​sentry/nextjs Client - Webpack (gzipped) 54.01 KB
@​sentry-internal/feedback - Webpack (gzipped) 17.32 KB

7.110.0

Important Changes

  • feat(tracing): Add interactions sample rate to browser tracing integrations (#11382)

You can now use a interactionsSampleRate to control the sample rate of INP spans. interactionsSampleRate is applied on top of the global tracesSampleRate. Therefore if interactionsSampleRate is 0.5 and tracesSampleRate is 0.1, then the actual sample rate for interactions is 0.05.

Sentry.init({
  tracesSampleRate: 0.1,
  integrations: [
    Sentry.browserTracingIntegration({
      interactionsSampleRate: 0.5,
    }),
  ],
});

... (truncated)

Changelog

Sourced from @​sentry/vue's changelog.

7.110.1

  • fix(nextjs): Fix tunnelRoute matching logic for hybrid cloud (#11577)

7.110.0

Important Changes

  • feat(tracing): Add interactions sample rate to browser tracing integrations (#11382)

You can now use a interactionsSampleRate to control the sample rate of INP spans. interactionsSampleRate is applied on top of the global tracesSampleRate. Therefore if interactionsSampleRate is 0.5 and tracesSampleRate is 0.1, then the actual sample rate for interactions is 0.05.

Sentry.init({
  tracesSampleRate: 0.1,
  integrations: [
    Sentry.browserTracingIntegration({
      interactionsSampleRate: 0.5,
    }),
  ],
});
  • Deprecations

This release deprecates the Hub class, as well as the addRequestDataToTransaction method. The trpcMiddleware method is no longer on the Handlers export, but instead is a standalone export.

Please see the detailed Migration docs on how to migrate to the new APIs.

  • feat: Deprecate and relocate trpcMiddleware (#11389)
  • feat(core): Deprecate Hub class (#11528)
  • feat(types): Deprecate Hub interface (#11530)
  • ref: Deprecate addRequestDataToTransaction (#11368)

Other Changes

  • feat(core): Update metric normalization (#11519)
  • feat(feedback): Customize feedback placeholder text color (#11521)
  • feat(remix): Skip span creation for OPTIONS and HEAD request. (#11485)
  • feat(utils): Add metric buckets rate limit (#11506)
  • fix(core): unref timer to not block node exit (#11483)
  • fix(metrics): Map statsd to metric_bucket (#11505)
  • fix(spans): Allow zero exclusive time for INP spans (#11408)
  • ref(feedback): Configure feedback fonts (#11520)

7.109.0

... (truncated)

Commits
  • 2ce36d5 release: 7.110.1
  • c5fd959 meta: Changelog for 7.110.1 (#11594)
  • fadc9ac fix(nextjs/v7): Fix tunnelRoute matching logic for hybrid cloud (#11577)
  • 8abd97c test(V7/browser-integration-tests): Check for sentry-trace header in TwP (#...
  • f6b284d Merge branch 'release/7.110.0' into v7
  • 9a52d91 release: 7.110.0
  • 0369bdb meta: CHANGELOG for 7.110.0 (#11540)
  • 1c0194a feat(core): Update metric normalization (v7) (#11519)
  • 5c35031 feat(v7/types): Deprecate Hub interface (#11530)
  • 220580f feat(feedback): [v7] Customize feedback placeholder text color (#11521)
  • 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.9.0

Release notes

Sourced from @​vueuse/core's releases.

v10.9.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v10.8.0

   🚀 Features

Bumps the production-dependencies group with 20 updates:

| Package | From | To |
| --- | --- | --- |
| [@apollo/client](https://github.com/apollographql/apollo-client) | `3.8.7` | `3.9.11` |
| [@braintree/sanitize-url](https://github.com/braintree/sanitize-url) | `6.0.4` | `7.0.1` |
| [@headlessui-float/vue](https://github.com/ycs77/headlessui-float/tree/HEAD/packages/vue) | `0.13.0` | `0.13.3` |
| [@headlessui/vue](https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-vue) | `1.7.17` | `1.7.20` |
| [@sentry/vite-plugin](https://github.com/getsentry/sentry-javascript-bundler-plugins) | `2.10.1` | `2.16.1` |
| [@sentry/vue](https://github.com/getsentry/sentry-javascript) | `7.80.1` | `7.110.1` |
| [@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.9.0` |
| [graphql](https://github.com/graphql/graphql-js) | `16.6.0` | `16.8.1` |
| [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` | `3.0.4` |
| [minisearch](https://github.com/lucaong/minisearch) | `6.2.0` | `6.3.0` |
| [mixpanel-browser](https://github.com/mixpanel/mixpanel-js) | `2.48.1` | `2.49.0` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.2.2` | `5.4.5` |
| [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.22` |
| [vue-i18n](https://github.com/intlify/vue-i18n-next/tree/HEAD/packages/vue-i18n) | `9.7.0` | `9.12.1` |
| [vue-router](https://github.com/vuejs/router) | `4.2.5` | `4.3.0` |
| [vue-tippy](https://github.com/KABBOUCHI/vue-tippy) | `6.3.1` | `6.4.1` |


Updates `@apollo/client` from 3.8.7 to 3.9.11
- [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.9.11)

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

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

Updates `@headlessui/vue` from 1.7.17 to 1.7.20
- [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.16.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.16.1)

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

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.9.0
- [Release notes](https://github.com/vueuse/vueuse/releases)
- [Commits](https://github.com/vueuse/vueuse/commits/v10.9.0/packages/core)

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

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 3.0.4
- [Release notes](https://github.com/ipfs/js-kubo-rpc-client/releases)
- [Commits](ipfs/js-kubo-rpc-client@v3.0.2...v3.0.4)

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

Updates `mixpanel-browser` from 2.48.1 to 2.49.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.49.0)

Updates `typescript` from 5.2.2 to 5.4.5
- [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.4.5)

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

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

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

Updates `vue-tippy` from 6.3.1 to 6.4.1
- [Release notes](https://github.com/KABBOUCHI/vue-tippy/releases)
- [Commits](KABBOUCHI/vue-tippy@v6.3.1...v6.4.1)

---
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-patch
  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-minor
  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: 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-patch
  dependency-group: production-dependencies
- dependency-name: minisearch
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 15, 2024
Copy link

render bot commented Apr 15, 2024

Copy link
Author

dependabot bot commented on behalf of github Apr 22, 2024

Superseded by #204.

@dependabot dependabot bot closed this Apr 22, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/production-dependencies-5c58fefeb6 branch April 22, 2024 16:20
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