Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 2, 2025

Bumps the npm-all group with 5 updates:

Package From To
@sentry/vue 9.35.0 10.8.0
marked 16.1.2 16.2.1
vitepress 2.0.0-alpha.10 2.0.0-alpha.12
vue 3.5.18 3.5.20
vuetify 3.9.4 3.9.6

Updates @sentry/vue from 9.35.0 to 10.8.0

Release notes

Sourced from @​sentry/vue's releases.

10.8.0

Important Changes

  • feat(sveltekit): Add Compatibility for builtin SvelteKit Tracing (#17423)

    This release makes the @sentry/sveltekit SDK compatible with SvelteKit's native observability support introduced in SvelteKit version 2.31.0. If you enable both, instrumentation and tracing, the SDK will now initialize early enough to set up additional instrumentation like database queries and it will pick up spans emitted from SvelteKit.

    We will follow up with docs how to set up the SDK soon. For now, If you're on SvelteKit version 2.31.0 or newer, you can easily opt into the new feature:

    1. Enable experimental tracing and instrumentation support in svelte.config.js:

    2. Move your Sentry.init() call from src/hooks.server.(js|ts) to the new instrumentation.server.(js|ts) file:

      // instrumentation.server.ts
      import * as Sentry from '@sentry/sveltekit';
      Sentry.init({
      dsn: '...',
      // rest of your config
      });

      The rest of your Sentry config in hooks.server.ts (sentryHandle and handleErrorWithSentry) should stay the same.

    If you prefer to stay on the hooks-file based config for now, the SDK will continue to work as previously.

    Thanks to the Svelte team and @​elliott-with-the-longest-name-on-github for implementing observability support and for reviewing our PR!

Other Changes

  • fix(react): Avoid multiple name updates on navigation spans (#17438)
  • test(profiling): Add tests for current state of profiling (#17470)

Bundle size 📦

Path Size
@​sentry/browser 23.59 KB
@​sentry/browser - with treeshaking flags 22.2 KB
@​sentry/browser (incl. Tracing) 38.94 KB
@​sentry/browser (incl. Tracing, Replay) 76.4 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 66.43 KB

... (truncated)

Changelog

Sourced from @​sentry/vue's changelog.

10.8.0

Important Changes

  • feat(sveltekit): Add Compatibility for builtin SvelteKit Tracing (#17423)

    This release makes the @sentry/sveltekit SDK compatible with SvelteKit's native observability support introduced in SvelteKit version 2.31.0. If you enable both, instrumentation and tracing, the SDK will now initialize early enough to set up additional instrumentation like database queries and it will pick up spans emitted from SvelteKit.

    We will follow up with docs how to set up the SDK soon. For now, If you're on SvelteKit version 2.31.0 or newer, you can easily opt into the new feature:

    1. Enable experimental tracing and instrumentation support in svelte.config.js:

    2. Move your Sentry.init() call from src/hooks.server.(js|ts) to the new instrumentation.server.(js|ts) file:

      // instrumentation.server.ts
      import * as Sentry from '@sentry/sveltekit';
      Sentry.init({
      dsn: '...',
      // rest of your config
      });

      The rest of your Sentry config in hooks.server.ts (sentryHandle and handleErrorWithSentry) should stay the same.

    If you prefer to stay on the hooks-file based config for now, the SDK will continue to work as previously.

    Thanks to the Svelte team and @​elliott-with-the-longest-name-on-github for implementing observability support and for reviewing our PR!

Other Changes

  • fix(react): Avoid multiple name updates on navigation spans (#17438)
  • test(profiling): Add tests for current state of profiling (#17470)

10.7.0

Important Changes

  • feat(cloudflare): Add instrumentPrototypeMethods option to instrument RPC methods for DurableObjects (#17424)

By default, Sentry.instrumentDurableObjectWithSentry will not wrap any RPC methods on the prototype. To enable wrapping for RPC methods, set instrumentPrototypeMethods to true or, if performance is a concern, a list of only the methods you want to instrument:

</tr></table> 

... (truncated)

Commits
  • bd8458e release: 10.8.0
  • dbdddc8 Merge pull request #17481 from getsentry/prepare-release/10.8.0
  • f5d4bd6 meta(changelog): Update changelog for 10.8.0
  • dfdc3b0 test(profiling): Add tests for current state of profiling (#17470)
  • 895b385 fix(react): Avoid multiple name updates on navigation spans (#17438)
  • e6e20d8 feat(sveltekit): Add Compatibility for builtin SvelteKit Tracing (#17423)
  • 7e24422 Merge pull request #17472 from getsentry/master
  • 27e97b0 Merge branch 'release/10.7.0'
  • b7e4816 release: 10.7.0
  • 0bc8417 Merge pull request #17471 from getsentry/prepare-release/10.7.0
  • Additional commits viewable in compare view

Updates marked from 16.1.2 to 16.2.1

Release notes

Sourced from marked's releases.

v16.2.1

16.2.1 (2025-08-27)

Bug Fixes

v16.2.0

16.2.0 (2025-08-18)

Features

Commits
  • fc8a5d0 chore(release): 16.2.1 [skip ci]
  • 30c6630 fix: allow escaped newline in link text (#3752)
  • 0ccf476 chore(deps-dev): Bump esbuild from 0.25.8 to 0.25.9 (#3750)
  • f1648f1 chore(deps-dev): Bump eslint from 9.33.0 to 9.34.0 (#3751)
  • 47adf92 chore(release): 16.2.0 [skip ci]
  • 0769124 feat: add def token in tokens and renderer (#3745)
  • 5f4b638 chore(deps-dev): Bump @​semantic-release/github from 11.0.3 to 11.0.4 (#3744)
  • f2b52c7 chore(deps-dev): Bump eslint from 9.32.0 to 9.33.0 (#3743)
  • 193f41e chore(deps): Bump actions/checkout from 4 to 5 (#3742)
  • 0a0da51 chore(deps-dev): Bump typescript from 5.8.3 to 5.9.2 (#3740)
  • See full diff in compare view

Updates vitepress from 2.0.0-alpha.10 to 2.0.0-alpha.12

Release notes

Sourced from vitepress's releases.

v2.0.0-alpha.12

Please refer to CHANGELOG.md for details.

v2.0.0-alpha.11

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vitepress's changelog.

2.0.0-alpha.12 (2025-08-20)

Bug Fixes

  • hmr: don't load config twice on server restart (d1a8061)
  • hmr: no need for server restart on theme change (d3a1567)
  • hmr: hmr not working for snippet imports in dynamic routes (914467e)
  • theme: fix local nav alignment and increase touch area (43b36c0)
  • theme: nav background doesn't extend fully and gap after sidebar with non-overlay scrollbars (7df3052), closes #4653
  • theme: use clipboard-check instead of clipboard-copy for code copied icon (1c8815d)

Features

BREAKING CHANGES

  • markdown-it-cjk-friendly is enabled by default. This intentionally deviates from the official commonmark spec for the benefit of CJK users. For most users, no change is required. If you were using hacks to patch scanDelims, you can remove those. To disable the plugin, set markdown: { cjkFriendly: false } in your vitepress config.
  • includeFiles option in postcssIsolateStyles now defaults to [/vp-doc\.css/, /base\.css/]. You can remove explicit includeFiles if you were using it just to run it on vp-doc.css. To revert back to older behavior pass includeFiles: [/base\.css/]. The underlying implementation is changed and transform and exclude options are no longer supported. Use postcss-prefix-selector directly if you've advanced use cases.

2.0.0-alpha.11 (2025-08-14)

Bug Fixes

  • hmr working only once for markdown files (8d8a5ac), closes #4909
  • html entities encoded twice in toc plugin (8abbe29), closes #4908
Commits
  • a248995 release: v2.0.0-alpha.12
  • d1a8061 fix(hmr): don't load config twice on server restart
  • d3a1567 fix(hmr): no need for server restart on theme change
  • 9fc8462 feat: add markdown-it-cjk-friendly
  • 1c8815d fix(theme): use clipboard-check instead of clipboard-copy for code copied icon
  • 43b36c0 fix(theme): fix local nav alignment and increase touch area
  • b83799a chore: bump deps
  • 914467e fix: hmr not working for snippet imports in dynamic routes
  • 7df3052 fix(theme): nav background doesn't extend fully and gap after sidebar with no...
  • 9238e00 test: add postcssIsolateStyles snapshots
  • Additional commits viewable in compare view

Updates vue from 3.5.18 to 3.5.20

Release notes

Sourced from vue's releases.

v3.5.20

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.19

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

Changelog

Sourced from vue's changelog.

3.5.20 (2025-08-25)

Bug Fixes

3.5.19 (2025-08-21)

Bug Fixes

Commits
  • 3aa782d release: v3.5.20
  • 1031e8d fix(runtime-dom): add name to vShow for prop mismatch check (#13806)
  • 0f916d8 types(compiler-sfc): add explicit return type to genModelProps (#13441)
  • 952886e chore(compat): rename legacyresolveScopedSlots to legacyResolveScopedSlots
  • a48ffda chore(reactivity): optimize size retrieval in createInstrumentations (#13759)
  • cde15b0 chore: fix typo
  • 20b888b release: v3.5.19
  • 0a202d8 fix(compiler-ssr): disable v-memo transform in ssr vdom fallback branch (#13725)
  • d9dd628 fix(compiler-sfc): improve type inference for generic type aliases types (#12...
  • 4a2953f fix(runtime-core): avoid setting direct ref of useTemplateRef in dev (#13449)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for vue since your current version.


Updates vuetify from 3.9.4 to 3.9.6

Release notes

Sourced from vuetify's releases.

v3.9.6

🔧 Bug Fixes

🧪 Labs

v3.9.5

🔧 Bug Fixes

  • VColorPicker: prevent sass nested deprecation warning (8083db9), closes #21909
  • VSelect: use selected text instead of value (#21902) (d0ef001), closes #21097
  • VStepper: keep correct alignment with alt-labels (1a0a9e6)
  • VStepper: align title and subtitle to the avatar (12735e6), closes #21884
  • VTextField: assign role to input element (#21903) (d77285f), closes #18125

🧪 Labs

  • VColorInput: allow inner fields focus using mouse (7657d52), closes #21897
Commits
  • 4df01ff chore(release): publish v3.9.6
  • b531dbf fix(VDatePickerYears): fix scroll/focus of selected year (#21951)
  • a97f103 fix(VField): avoid duplicated emits on clear (#21865)
  • 93f4218 feat(VPie): support touch for segment interaction (#21871)
  • 6a50b44 fix(VNumberInput): consistent color of control icons (#21936)
  • 25af169 fix(VBtn): render border in forced-colors mode (#21848)
  • 4335576 fix(VCard): hide progress border in forced-colors mode (#21836)
  • d7b0e34 fix(VSparkline): accept a single number (#21944)
  • 42e15a3 fix(VOtpInput): support composing character with IME
  • b2ece2c fix(VIconBtn): correctly apply icon-color
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 2, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/npm-all-a823a046d5 branch from 7120dc3 to b408b22 Compare September 8, 2025 13:35
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/npm-all-a823a046d5 branch 2 times, most recently from 79a1b3e to 4ccb969 Compare September 22, 2025 13:33
Bumps the npm-all group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@sentry/vue](https://github.com/getsentry/sentry-javascript) | `9.35.0` | `10.8.0` |
| [marked](https://github.com/markedjs/marked) | `16.1.2` | `16.2.1` |
| [vitepress](https://github.com/vuejs/vitepress) | `2.0.0-alpha.10` | `2.0.0-alpha.12` |
| [vue](https://github.com/vuejs/core) | `3.5.18` | `3.5.20` |
| [vuetify](https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify) | `3.9.4` | `3.9.6` |


Updates `@sentry/vue` from 9.35.0 to 10.8.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@9.35.0...10.8.0)

Updates `marked` from 16.1.2 to 16.2.1
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](markedjs/marked@v16.1.2...v16.2.1)

Updates `vitepress` from 2.0.0-alpha.10 to 2.0.0-alpha.12
- [Release notes](https://github.com/vuejs/vitepress/releases)
- [Changelog](https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md)
- [Commits](vuejs/vitepress@v2.0.0-alpha.10...v2.0.0-alpha.12)

Updates `vue` from 3.5.18 to 3.5.20
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.5.18...v3.5.20)

Updates `vuetify` from 3.9.4 to 3.9.6
- [Release notes](https://github.com/vuetifyjs/vuetify/releases)
- [Commits](https://github.com/vuetifyjs/vuetify/commits/v3.9.6/packages/vuetify)

---
updated-dependencies:
- dependency-name: "@sentry/vue"
  dependency-version: 10.8.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-all
- dependency-name: marked
  dependency-version: 16.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-all
- dependency-name: vitepress
  dependency-version: 2.0.0-alpha.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: vue
  dependency-version: 3.5.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: vuetify
  dependency-version: 3.9.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/npm-all-a823a046d5 branch from 4ccb969 to eb3396c Compare September 29, 2025 18:04
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 javascript Pull requests that update javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants