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 with 17 updates #184

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 19, 2024

Bumps the production-dependencies group with 17 updates:

Package From To
@apollo/client 3.8.7 3.9.5
@braintree/sanitize-url 6.0.4 7.0.0
@headlessui-float/vue 0.12.0 0.13.2
@headlessui/vue 1.7.16 1.7.19
@sentry/vite-plugin 2.10.1 2.14.1
@sentry/vue 7.80.1 7.101.1
@vue/apollo-composable 4.0.0-beta.11 4.0.1
@vueuse/core 10.6.1 10.7.2
graphql 16.6.0 16.8.1
js-sha256 0.10.1 0.11.0
minisearch 6.2.0 6.3.0
mixpanel-browser 2.48.1 2.49.0
typescript 5.2.2 5.3.3
v-viewer 3.0.11 3.0.13
vue 3.3.8 3.4.19
vue-i18n 9.7.0 9.9.1
vue-tippy 6.3.1 6.4.1

Updates @apollo/client from 3.8.7 to 3.9.5

Release notes

Sourced from @​apollo/client's releases.

v3.9.5

Patch Changes

v3.9.4

Patch Changes

v3.9.3

Patch Changes

v3.9.2

Patch Changes

v3.9.1

Patch Changes

v3.9.0

Minor Changes

Memory optimizations

  • #11424 62f3b6d Thanks @​phryneas! - Simplify RetryLink, fix potential memory leak

    Historically, RetryLink would keep a values array of all previous values, in case the operation would get an additional subscriber at a later point in time.

... (truncated)

Changelog

Sourced from @​apollo/client's changelog.

3.9.5

Patch Changes

3.9.4

Patch Changes

3.9.3

Patch Changes

3.9.2

Patch Changes

3.9.1

Patch Changes

3.9.0

Minor Changes

... (truncated)

Commits
  • 17ccc42 3.9.5 release (#11580)
  • 1133469 fix: strengthen MockedResponse.newData type (#11592)
  • a0d40aa Fix anchor links in ApolloClient api docs (#11599)
  • 1ba2fd9 Fix regression that causes partial data to be reported unexpectedly in some c...
  • 8c20955 bump rehackt to v0.0.5 (#11595)
  • ac4ae84 chore(deps): update all devdependencies (#11586)
  • 6933e0e chore(deps): update mad9000/actions-find-and-replace-string action to v5 (#11...
  • 9cba37c chore(deps): update all dependencies - patch updates (#11585)
  • d46acaf Update ROADMAP.md
  • 65ab695 Make mock response error and result optional when delay is infinite (#11562)
  • Additional commits viewable in compare view

Updates @braintree/sanitize-url from 6.0.4 to 7.0.0

Changelog

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

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
  • 93f1c59 7.0.0
  • 1eb6302 Update changelog
  • 190d0dd Merge pull request #64 from braintree/dependabot/npm_and_yarn/postcss-8.4.31
  • a427022 chore(deps-dev): bump postcss from 8.4.29 to 8.4.31
  • 105c386 Merge pull request #62 from braintree/update-dependencies
  • 99c3d6e fix: moved registry for certain packages to resolve from the public npm registry
  • f7d84aa chore: update node version in ci.yml and specify dev dependencies in changelog
  • a7286cf docs: missing line break in changelog
  • 22bbe02 docs: update changelog with dependency updates
  • d495458 chore: update node to v18
  • Additional commits viewable in compare view

Updates @headlessui-float/vue from 0.12.0 to 0.13.2

Release notes

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

v0.13.2

@​headlessui-float/react

nothing


@​headlessui-float/vue

Fixed


@​headlessui-float/nuxt

nothing

v0.13.1

@​headlessui-float/react

Changed

  • Update dependent 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

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

Fixed


@​headlessui-float/nuxt

nothing

v0.13.0

@​headlessui-float/react

Added

Changed

... (truncated)

Commits

Updates @headlessui/vue from 1.7.16 to 1.7.19

Release notes

Sourced from @​headlessui/vue's releases.

@​headlessui/vue@​v1.7.19

  • Fix Combobox activeOption render prop (#2973)

@​headlessui/vue@​v1.7.18

Added

  • Allow users customize ID generation (#2959)

@​headlessui/vue@​v1.7.17

Fixed

  • Don't call <Dialog>'s onClose twice on mobile devices (#2690)
  • Fix Portal SSR hydration mismatches (#2700)
  • Ensure hidden TabPanel components are hidden from the accessibility tree (#2708)
  • Add support for role="alertdialog" to <Dialog> component (#2709)
  • Ensure blurring the ComboboxInput component closes the Combobox (#2712)
  • Allow <button> to be in nested components in <PopoverButton> (#2715)
  • Don't overwrite user-defined template refs when rendering (#2720)
  • Fix missing data-headlessui-state attribute when as="template" (#2787)
  • Fix VoiceOver bug for Listbox component in Chrome (#2824)
  • Fix outside click detection when component is mounted in the Shadow DOM (6846231)
  • Fix CJS types (#2880)
  • Fix error when transition classes contain new lines (#2871)
Changelog

Sourced from @​headlessui/vue's changelog.

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

[1.7.17] - 2024-01-08

Fixed

  • Don't call <Dialog>'s onClose twice on mobile devices (#2690)
  • Fix Portal SSR hydration mismatches (#2700)
  • Ensure hidden TabPanel components are hidden from the accessibility tree (#2708)
  • Add support for role="alertdialog" to <Dialog> component (#2709)
  • Ensure blurring the ComboboxInput component closes the Combobox (#2712)
  • Allow <button> to be in nested components in <PopoverButton> (#2715)
  • Don't overwrite user-defined template refs when rendering (#2720)
  • Fix missing data-headlessui-state attribute when as="template" (#2787)
  • Fix VoiceOver bug for Listbox component in Chrome (#2824)
  • Fix outside click detection when component is mounted in the Shadow DOM (6846231)
  • Fix CJS types (#2880)
  • Fix error when transition classes contain new lines (#2871)
Commits

Updates @sentry/vite-plugin from 2.10.1 to 2.14.1

Release notes

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

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

Updates @sentry/vue from 7.80.1 to 7.101.1

Release notes

Sourced from @​sentry/vue's releases.

7.101.1

In version 7.101.0 the @sentry/hub package was missing due to a publishing issue. This release contains the package again.

  • fix(nextjs): Remove webpack:// prefix more broadly from source map sources field (#10641)

Bundle size 📦

Path Size
@​sentry/browser (incl. Tracing, Replay, Feedback) - Webpack (gzipped) 78.42 KB
@​sentry/browser (incl. Tracing, Replay) - Webpack (gzipped) 69.65 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) - Webpack (gzipped) 73.58 KB
@​sentry/browser (incl. Tracing, Replay) - Webpack with treeshaking flags (gzipped) 63.26 KB
@​sentry/browser (incl. Tracing) - Webpack (gzipped) 33.6 KB
@​sentry/browser (incl. browserTracingIntegration) - Webpack (gzipped) 33.48 KB
@​sentry/browser (incl. Feedback) - Webpack (gzipped) 31.37 KB
@​sentry/browser (incl. sendFeedback) - Webpack (gzipped) 31.38 KB
@​sentry/browser - Webpack (gzipped) 22.64 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) - ES6 CDN Bundle (gzipped) 76.69 KB
@​sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped) 68.18 KB
@​sentry/browser (incl. Tracing) - ES6 CDN Bundle (gzipped) 34.01 KB
@​sentry/browser - ES6 CDN Bundle (gzipped) 25 KB
@​sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed) 214.8 KB
@​sentry/browser (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed) 102.6 KB
@​sentry/browser - ES6 CDN Bundle (minified & uncompressed) 74.89 KB
@​sentry/browser (incl. Tracing) - ES5 CDN Bundle (gzipped) 37.14 KB
@​sentry/react (incl. Tracing, Replay) - Webpack (gzipped) 70.01 KB
@​sentry/react - Webpack (gzipped) 22.67 KB
@​sentry/nextjs Client (incl. Tracing, Replay) - Webpack (gzipped) 87.68 KB
@​sentry/nextjs Client - Webpack (gzipped) 51.87 KB
@​sentry-internal/feedback - Webpack (gzipped) 17.22 KB

7.101.0

  • feat: Export semantic attribute keys from SDK packages (#10637)
  • feat(core): Add metric summaries to spans (#10554)
  • feat(core): Deprecate the Hub constructor (#10584)
  • feat(core): Make custom tracing methods return spans & set default op (#10633)
  • feat(replay): Add getReplay utility function (#10510)
  • fix(angular-ivy): Add exports field to package.json (#10569)
  • fix(sveltekit): Avoid capturing Http 4xx errors on the client (#10571)
  • fix(sveltekit): Properly await sourcemaps flattening (#10602)

Bundle size 📦

Path Size
@​sentry/browser (incl. Tracing, Replay, Feedback) - Webpack (gzipped) 78.42 KB
@​sentry/browser (incl. Tracing, Replay) - Webpack (gzipped) 69.65 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) - Webpack (gzipped) 73.58 KB

... (truncated)

Changelog

Sourced from @​sentry/vue's changelog.

7.101.1

In version 7.101.0 the @sentry/hub package was missing due to a publishing issue. This release contains the package again.

  • fix(nextjs): Remove webpack:// prefix more broadly from source map sources field (#10641)

7.101.0

  • feat: Export semantic attribute keys from SDK packages (#10637)
  • feat(core): Add metric summaries to spans (#10554)
  • feat(core): Deprecate the Hub constructor (#10584)
  • feat(core): Make custom tracing methods return spans & set default op (#10633)
  • feat(replay): Add getReplay utility function (#10510)
  • fix(angular-ivy): Add exports field to package.json (#10569)
  • fix(sveltekit): Avoid capturing Http 4xx errors on the client (#10571)
  • fix(sveltekit): Properly await sourcemaps flattening (#10602)

7.100.1

This release contains build fixes for profiling-node.

  • build(profiling-node): make sure debug build plugin is used #10534
  • build: Only run profiling e2e test if bindings have changed #10542
  • fix(feedback): Replay breadcrumb for feedback events was incorrect #10536

7.100.0

Important Changes

Deprecations

This release includes some deprecations. For more details please look at our migration guide.

The deprecation most likely to affect you is the one of BrowserTracing. Instead of new BrowserTracing(), you should now use browserTracingIntegration(), which will also handle framework-specific instrumentation out of the box for you - no need to pass a custom routingInstrumentation anymore. For @sentry/react, we expose dedicated integrations for the different react-router versions:

  • reactRouterV6BrowserTracingIntegration()
  • reactRouterV5BrowserTracingIntegration()
  • reactRouterV4BrowserTracingIntegration()
  • reactRouterV3BrowserTracingIntegration()

See the migration guide for details.

  • feat(angular): Export custom browserTracingIntegration() (#10353)

... (truncated)

Commits
  • e4696dc release: 7.101.1
  • a2d83b4 chore(ci): Ensure "Build & Test" workflow runs on v7 (#10671)
  • 2a3a85b tests: Fix failing Next.js test (#10670)
  • cce125d meta: Update CHANGELOG for 7.101.1 (#10663)
  • dfe1f72 fix(nextjs): Remove webpack:// prefix more broadly from source map `sources...
  • e7b0c8d Merge branch 'release/7.101.0' into v7
  • b4d4a83 release: 7.101.0
  • 41ad9c8 meta(changelog): Update changelog for v7.101.0 (#10640)
  • 551e401 Merge pull request #10617 from getsentry/fn/backport-to-v7
  • 42cf5e7 build: bump size limit
  • Additional commits viewable in compare view

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

Release notes

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

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)

🏡 Chore

  • Update sheep (9be63fa)

✅ Tests

  • Fragment (062f72a)

🤖 CI

  • Update node and pnpm (ca3f2f4)

... (truncated)

Changelog

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

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)

🏡 Chore

  • Update sheep (9be63fa)

✅ Tests

  • Fragment (062f72a)

... (truncated)

Commits

Updates @vueuse/core from 10.6.1 to 10.7.2

Release notes

Sourced from @​vueuse/core's releases.

v10.7.2

   🐞 Bug Fixes

    View changes on GitHub

v10.7.1

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v10.7.0

   🚀 Features

Bumps the production-dependencies group with 17 updates:

| Package | From | To |
| --- | --- | --- |
| [@apollo/client](https://github.com/apollographql/apollo-client) | `3.8.7` | `3.9.5` |
| [@braintree/sanitize-url](https://github.com/braintree/sanitize-url) | `6.0.4` | `7.0.0` |
| [@headlessui-float/vue](https://github.com/ycs77/headlessui-float/tree/HEAD/packages/vue) | `0.12.0` | `0.13.2` |
| [@headlessui/vue](https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-vue) | `1.7.16` | `1.7.19` |
| [@sentry/vite-plugin](https://github.com/getsentry/sentry-javascript-bundler-plugins) | `2.10.1` | `2.14.1` |
| [@sentry/vue](https://github.com/getsentry/sentry-javascript) | `7.80.1` | `7.101.1` |
| [@vue/apollo-composable](https://github.com/vuejs/vue-apollo/tree/HEAD/packages/vue-apollo-composable) | `4.0.0-beta.11` | `4.0.1` |
| [@vueuse/core](https://github.com/vueuse/vueuse/tree/HEAD/packages/core) | `10.6.1` | `10.7.2` |
| [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` |
| [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.3.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.19` |
| [vue-i18n](https://github.com/intlify/vue-i18n-next/tree/HEAD/packages/vue-i18n) | `9.7.0` | `9.9.1` |
| [vue-tippy](https://github.com/KABBOUCHI/vue-tippy) | `6.3.1` | `6.4.1` |


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

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

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

Updates `@headlessui/vue` from 1.7.16 to 1.7.19
- [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.14.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.14.1)

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

Updates `@vue/apollo-composable` from 4.0.0-beta.11 to 4.0.1
- [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.1/packages/vue-apollo-composable)

Updates `@vueuse/core` from 10.6.1 to 10.7.2
- [Release notes](https://github.com/vueuse/vueuse/releases)
- [Commits](https://github.com/vueuse/vueuse/commits/v10.7.2/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 `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.3.3
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.2.2...v5.3.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.19
- [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.19)

Updates `vue-i18n` from 9.7.0 to 9.9.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.9.1/packages/vue-i18n)

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-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-minor
  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: 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-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 Feb 19, 2024
Copy link

render bot commented Feb 19, 2024

Copy link
Author

dependabot bot commented on behalf of github Feb 26, 2024

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

@dependabot dependabot bot closed this Feb 26, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/production-dependencies-088a28b70d branch February 26, 2024 16: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