Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 10, 2025

Bumps the client-prod-deps group with 9 updates in the /client directory:

Package From To
@revolist/vue3-datagrid 4.17.3 4.19.4
@sentry/vue 9.46.0 10.23.0
@zip.js/zip.js 2.8.8 2.8.10
axios 1.12.2 1.13.2
file-type 20.5.0 21.0.0
monaco-editor 0.52.2 0.54.0
pdfjs-dist 5.4.296 5.4.394
uuid 11.1.0 13.0.0
vue 3.5.22 3.5.24

Updates @revolist/vue3-datagrid from 4.17.3 to 4.19.4

Release notes

Sourced from @​revolist/vue3-datagrid's releases.

Release 4.19.4

What's Changed

Full Changelog: revolist/revogrid@v4.19.3...v4.19.4

Release 4.19.3

What's Changed

Full Changelog: revolist/revogrid@v4.19.2...v4.19.3

Release 4.18.0

What's Changed

Full Changelog: revolist/revogrid@v4.17.4...v4.18.0

Commits
  • c43664f chore(release): update versions to 4.19.4
  • 7b3d847 chore(release): update versions to 4.19.3
  • 6c52744 chore(release): update versions to 4.19.2
  • 1eec469 chore(release): update versions to 4.19.1
  • 5d27aac chore(release): update versions to 4.19.0
  • be8e863 chore(release): update versions to 4.18.0
  • See full diff in compare view

Updates @sentry/vue from 9.46.0 to 10.23.0

Release notes

Sourced from @​sentry/vue's releases.

10.23.0

  • feat(core): Send user-agent header with envelope requests in server SDKs (#17929)
  • feat(browser): Limit transport buffer size (#18046)
  • feat(core): Remove default value of maxValueLength: 250 (#18043)
  • feat(react-router): Align options with shared build time options type (#18014)
  • fix(browser-utils): cache element names for INP (#18052)
  • fix(browser): Capture unhandled rejection errors for web worker integration (#18054)
  • fix(cloudflare): Ensure types for cloudflare handlers (#18064)
  • fix(nextjs): Update proxy template wrapping (#18086)
  • fix(nuxt): Added top-level fallback exports (#18083)
  • fix(nuxt): check for H3 error cause before re-capturing (#18035)
  • fix(replay): Linked errors not resetting session id (#17854)
  • fix(tracemetrics): Bump metrics buffer to 1k (#18039)
  • fix(vue): Make options parameter optional on attachErrorHandler (#18072)
  • ref(core): Set span status internal_error instead of unknown_error (#17909)
  • fix(tests): un-override nitro dep version for nuxt-3 test (#18056)
  • fix(e2e): Add p-map override to fix React Router 7 test builds (#18068)
  • feat: Add a note to save changes before starting (#17987)
  • test(browser): Add test for INP target name after navigation or DOM changes (#18033)
  • chore: Add external contributor to CHANGELOG.md (#18032)
  • chore(aws-serverless): Fix typo in timeout warning function name (#18031)
  • chore(browser): upgrade fake-indexeddb to v6 (#17975)
  • chore(tests): pass test flags through to the test command (#18062)

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

Bundle size 📦

Path Size
@​sentry/browser 24.06 KB
@​sentry/browser - with treeshaking flags 22.58 KB
@​sentry/browser (incl. Tracing) 40.29 KB
@​sentry/browser (incl. Tracing, Profiling) 44.47 KB
@​sentry/browser (incl. Tracing, Replay) 77.64 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 67.58 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 82.23 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 94.12 KB
@​sentry/browser (incl. Feedback) 40.34 KB
@​sentry/browser (incl. sendFeedback) 28.62 KB
@​sentry/browser (incl. FeedbackAsync) 33.44 KB
@​sentry/react 25.71 KB
@​sentry/react (incl. Tracing) 42.23 KB
@​sentry/vue 28.45 KB

... (truncated)

Changelog

Sourced from @​sentry/vue's changelog.

10.23.0

  • feat(core): Send user-agent header with envelope requests in server SDKs (#17929)
  • feat(browser): Limit transport buffer size (#18046)
  • feat(core): Remove default value of maxValueLength: 250 (#18043)
  • feat(react-router): Align options with shared build time options type (#18014)
  • fix(browser-utils): cache element names for INP (#18052)
  • fix(browser): Capture unhandled rejection errors for web worker integration (#18054)
  • fix(cloudflare): Ensure types for cloudflare handlers (#18064)
  • fix(nextjs): Update proxy template wrapping (#18086)
  • fix(nuxt): Added top-level fallback exports (#18083)
  • fix(nuxt): check for H3 error cause before re-capturing (#18035)
  • fix(replay): Linked errors not resetting session id (#17854)
  • fix(tracemetrics): Bump metrics buffer to 1k (#18039)
  • fix(vue): Make options parameter optional on attachErrorHandler (#18072)
  • ref(core): Set span status internal_error instead of unknown_error (#17909)
  • fix(tests): un-override nitro dep version for nuxt-3 test (#18056)
  • fix(e2e): Add p-map override to fix React Router 7 test builds (#18068)
  • feat: Add a note to save changes before starting (#17987)
  • test(browser): Add test for INP target name after navigation or DOM changes (#18033)
  • chore: Add external contributor to CHANGELOG.md (#18032)
  • chore(aws-serverless): Fix typo in timeout warning function name (#18031)
  • chore(browser): upgrade fake-indexeddb to v6 (#17975)
  • chore(tests): pass test flags through to the test command (#18062)

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

10.22.0

Important Changes

  • feat(node): Instrument cloud functions for firebase v2 (#17952)

    We added instrumentation for Cloud Functions for Firebase v2, enabling automatic performance tracking and error monitoring. This will be added automatically if you have enabled tracing.

  • feat(core): Instrument LangChain AI (#17955)

    Instrumentation was added for LangChain AI operations. You can configure what is recorded like this:

    Sentry.init({
      integrations: [
        Sentry.langChainIntegration({
          recordInputs: true, // Record prompts/messages

... (truncated)

Commits
  • 1feb97e release: 10.23.0
  • ee9b20d Merge pull request #18090 from getsentry/prepare-release/10.23.0
  • ddaec08 meta(changelog): Update changelog for 10.23.0
  • 33d5898 fix(nextjs): Update proxy template wrapping (#18086)
  • 600e27a fix(browser): Capture unhandled rejection errors for web worker integration (...
  • b57ade1 fix(nuxt): Added top-level fallback exports (#18083)
  • 3deeecd fix(cloudflare): Ensure types for cloudflare handlers (#18064)
  • fbadeb8 fix(vue): Make options parameter optional on attachErrorHandler (#18072)
  • 94190f8 fix(browser-utils): cache element names for INP (#18052)
  • 9bdd19f chore(tests): pass test flags through to the test command (#18062)
  • Additional commits viewable in compare view

Updates @zip.js/zip.js from 2.8.8 to 2.8.10

Release notes

Sourced from @​zip.js/zip.js's releases.

v2.8.10

Fixed built files (built files of v2.8.9 are not updated)

v2.8.9

Fixed potential "Error: process error:-50331648" when decompressing deflate64 data

Commits

Updates axios from 1.12.2 to 1.13.2

Release notes

Sourced from axios's releases.

Release v1.13.2

Release notes:

Bug Fixes

  • http: fix 'socket hang up' bug for keep-alive requests when using timeouts; (#7206) (8d37233)
  • http: use default export for http2 module to support stubs; (#7196) (0588880)

Performance Improvements

Contributors to this release

Release v1.13.1

Release notes:

Bug Fixes

  • http: fixed a regression that caused the data stream to be interrupted for responses with non-OK HTTP statuses; (#7193) (bcd5581)

Contributors to this release

Release v1.13.0

Release notes:

Bug Fixes

  • fetch: prevent TypeError when config.env is undefined (#7155) (015faec)
  • resolve issue #7131 (added spacing in mergeConfig.js) (#7133) (9b9ec98)

Features

Contributors to this release

... (truncated)

Changelog

Sourced from axios's changelog.

1.13.2 (2025-11-04)

Bug Fixes

  • http: fix 'socket hang up' bug for keep-alive requests when using timeouts; (#7206) (8d37233)
  • http: use default export for http2 module to support stubs; (#7196) (0588880)

Performance Improvements

Contributors to this release

1.13.1 (2025-10-28)

Bug Fixes

  • http: fixed a regression that caused the data stream to be interrupted for responses with non-OK HTTP statuses; (#7193) (bcd5581)

Contributors to this release

1.13.0 (2025-10-27)

Bug Fixes

  • fetch: prevent TypeError when config.env is undefined (#7155) (015faec)
  • resolve issue #7131 (added spacing in mergeConfig.js) (#7133) (9b9ec98)

Features

Contributors to this release

... (truncated)

Commits
  • 08b84b5 chore(release): v1.13.2 (#7207)
  • 8d37233 fix(http): fix 'socket hang up' bug for keep-alive requests when using timeou...
  • 12c314b perf(http): fix early loop exit; (#7202)
  • f6d79e7 chore(sponsor): update sponsor block (#7203)
  • 0588880 fix(http): use default export for http2 module to support stubs; (#7196)
  • 1ef8e72 chore(release): v1.13.1 (#7194)
  • bcd5581 fix(http): fixed a regression that caused the data stream to be interrupted f...
  • c9b3371 chore: enhance styling and responsiveness in client.html (#7173)
  • 9ead04d [Release] v1.13.0 (#7189)
  • d000fbf fix(http2): fix possible race condition when handling http2 stream on almost ...
  • Additional commits viewable in compare view

Updates file-type from 20.5.0 to 21.0.0

Release notes

Sourced from file-type's releases.

v21.0.0

Breaking

  • Require Node.js 20 24aec1f
  • Drop Adobe Illustrator (.ai) detection support (#743) af169f3
  • Correct Matroska (video) MIME-type to formal IANA registration (#753) f53f5ff
  • Correct FLAC MIME-type to formal IANA registration (#755) b9fda36
  • Correct Apache Parquet MIME-type to formal IANA registration (#748) 98e3f8e
  • Correct Apache Arrow MIME-type to formal IANA registration (#754) 7184775

Improvements

  • Allow options to be directly passed to exported functions (#752) d264029
  • Add mpegOffsetTolerance option (#646) c40840a

Fixes

  • Fix detection of some PAX TAR formats (#762) 574d0d6

sindresorhus/file-type@v20.5.0...v21.0.0

Commits
  • c54c744 21.0.0
  • 24aec1f Require Node.js 20
  • 574d0d6 Fix detection of some PAX TAR formats (#762)
  • c40840a Add mpegOffsetTolerance option (#646)
  • 4830e77 Exclude unknown file types from MIME/extension sync test (#761)
  • 209c47c Simplify type tests
  • d264029 Allow options to be directly passed to exported functions (#752)
  • d873809 Centralize fixture traversal (#759)
  • df68199 Replace Uint8Array#slice() with Uint8Array#subarray() (#758)
  • d29635a Add unit tests comparing supported MIME types and implemented types (#756)
  • Additional commits viewable in compare view

Updates monaco-editor from 0.52.2 to 0.54.0

Release notes

Sourced from monaco-editor's releases.

v0.54.0

Changes:

  • #4986: sets correct node version
  • #4977: update samples

This list of changes was auto generated.

v0.54.0-dev-20251006

No release notes provided.

v0.54.0-dev-20251005

No release notes provided.

v0.54.0-dev-20251004

No release notes provided.

v0.54.0-dev-20251003

No release notes provided.

v0.54.0-dev-20251002

No release notes provided.

v0.54.0-dev-20251001

No release notes provided.

v0.54.0-dev-20250930

No release notes provided.

v0.54.0-dev-20250929

No release notes provided.

v0.54.0-dev-20250928

Changes:

... (truncated)

Changelog

Sourced from monaco-editor's changelog.

[0.54.0]

  • Adds option editor.mouseMiddleClickAction
  • Various bug fixes

[0.53.0]

  • ⚠️ This release deprecates the AMD build and ships with significant changes of the AMD build. The AMD build will still be shipped for a while, but we don't offer support for it anymore. Please migrate to the ESM build.

New Features

  • Next Edit Suggestion support.
  • Scroll On Middle Click
  • Edit Context Support

Breaking Changes

  • Internal AMD modules are no longer accessible. Accessing internal AMD modules was never supported. While this is still possible in the ESM build, we don't encourage this usage pattern.
  • The browser-script-editor scenario for unbundled synchronous script import and editor creation no longer works. Instead, a the ESM build should be used with a bundler, such as vite or webpack.
  • Custom AMD workers don't work anymore out of the box.

[0.52.0]

  • Comment added inside of IModelContentChangedEvent

[0.51.0]

  • New fields IEditorOptions.placeholder and IEditorOptions.compactMode
  • New fields IGotoLocationOptions.multipleTests and IGotoLocationOptions.alternativeTestsCommand
  • New field IInlineEditOptions.backgroundColoring
  • New experimental field IEditorOptions.experimental.useTrueInlineView
  • New options CommentThreadRevealOptions for comments

Contributions to monaco-editor:

[0.50.0]

  • New field IEditorMinimapOptions.sectionHeaderLetterSpacing
  • New field IOverlayWidgetPosition.stackOridinal
  • New field EmitOutput.diagnostics
  • New event IOverlayWidget.onDidLayout
  • New events ICodeEditor.onBeginUpdate and ICodeEditor.onEndUpdate
  • HoverVerbosityRequest.action -> HoverVerbosityRequest.verbosityDelta
  • MultiDocumentHighlightProvider.selector changed from LanguageFilter to LanguageSelector
  • New optional parameters in getEmitOutput: emitOnlyDtsFiles and forceDtsEmit

Contributions to monaco-editor:

... (truncated)

Commits

Updates pdfjs-dist from 5.4.296 to 5.4.394

Release notes

Sourced from pdfjs-dist's releases.

v5.4.394

This release contains improvements for the annotation editor, accessibility, font conversion and performance.

Changes since v5.4.296

Commits
  • 2cc809a Merge pull request #20213 from lab-core/pointer-type
  • 6e7a6eb Merge pull request #20408 from calixteman/fix_mml_encoding
  • c696648 Merge pull request #20404 from mozilla/revert-20031-telemetry_signature_certi...
  • 6db2313 Don't set the MathML namespace for attributes in MathML tags (bug 1997343)
  • 27bb5fb Merge pull request #20406 from gregtatum/text-extractor
  • b7708da Address review feedback
  • 7fc5706 Merge pull request #20327 from edoardocavazza/collect-list-table-children
  • 26360c3 Add text extractor for an external service
  • a932a06 Revert unwanted change
  • 17cdd9b Move tables test to specific struct tree spec file
  • Additional commits viewable in compare view

Updates uuid from 11.1.0 to 13.0.0

Release notes

Sourced from uuid's releases.

v13.0.0

13.0.0 (2025-09-08)

⚠ BREAKING CHANGES

  • make browser exports the default (#901)

Bug Fixes

v12.0.0

12.0.0 (2025-09-05)

⚠ BREAKING CHANGES

Features

Bug Fixes

Changelog

Sourced from uuid's changelog.

13.0.0 (2025-09-08)

⚠ BREAKING CHANGES

  • make browser exports the default (#901)

Bug Fixes

12.0.0 (2025-09-05)

⚠ BREAKING CHANGES

Features

Bug Fixes

Commits

Updates vue from 3.5.22 to 3.5.24

Release notes

Sourced from vue's releases.

v3.5.24

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

v3.5.23

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

Description has been truncated

…9 updates

Bumps the client-prod-deps group with 9 updates in the /client directory:

| Package | From | To |
| --- | --- | --- |
| [@revolist/vue3-datagrid](https://github.com/revolist/vue3-datagrid) | `4.17.3` | `4.19.4` |
| [@sentry/vue](https://github.com/getsentry/sentry-javascript) | `9.46.0` | `10.23.0` |
| [@zip.js/zip.js](https://github.com/gildas-lormeau/zip.js) | `2.8.8` | `2.8.10` |
| [axios](https://github.com/axios/axios) | `1.12.2` | `1.13.2` |
| [file-type](https://github.com/sindresorhus/file-type) | `20.5.0` | `21.0.0` |
| [monaco-editor](https://github.com/microsoft/monaco-editor) | `0.52.2` | `0.54.0` |
| [pdfjs-dist](https://github.com/mozilla/pdf.js) | `5.4.296` | `5.4.394` |
| [uuid](https://github.com/uuidjs/uuid) | `11.1.0` | `13.0.0` |
| [vue](https://github.com/vuejs/core) | `3.5.22` | `3.5.24` |



Updates `@revolist/vue3-datagrid` from 4.17.3 to 4.19.4
- [Release notes](https://github.com/revolist/vue3-datagrid/releases)
- [Changelog](https://github.com/revolist/vue3-datagrid/blob/main/release.mjs)
- [Commits](revolist/vue3-datagrid@v4.17.3...v4.19.4)

Updates `@sentry/vue` from 9.46.0 to 10.23.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.46.0...10.23.0)

Updates `@zip.js/zip.js` from 2.8.8 to 2.8.10
- [Release notes](https://github.com/gildas-lormeau/zip.js/releases)
- [Commits](gildas-lormeau/zip.js@v2.8.8...v2.8.10)

Updates `axios` from 1.12.2 to 1.13.2
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.12.2...v1.13.2)

Updates `file-type` from 20.5.0 to 21.0.0
- [Release notes](https://github.com/sindresorhus/file-type/releases)
- [Commits](sindresorhus/file-type@v20.5.0...v21.0.0)

Updates `monaco-editor` from 0.52.2 to 0.54.0
- [Release notes](https://github.com/microsoft/monaco-editor/releases)
- [Changelog](https://github.com/microsoft/monaco-editor/blob/main/CHANGELOG.md)
- [Commits](microsoft/monaco-editor@v0.52.2...v0.54.0)

Updates `pdfjs-dist` from 5.4.296 to 5.4.394
- [Release notes](https://github.com/mozilla/pdf.js/releases)
- [Commits](mozilla/pdf.js@v5.4.296...v5.4.394)

Updates `uuid` from 11.1.0 to 13.0.0
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](uuidjs/uuid@v11.1.0...v13.0.0)

Updates `vue` from 3.5.22 to 3.5.24
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.5.22...v3.5.24)

---
updated-dependencies:
- dependency-name: "@revolist/vue3-datagrid"
  dependency-version: 4.19.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: client-prod-deps
- dependency-name: "@sentry/vue"
  dependency-version: 10.23.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: client-prod-deps
- dependency-name: "@zip.js/zip.js"
  dependency-version: 2.8.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: client-prod-deps
- dependency-name: axios
  dependency-version: 1.13.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: client-prod-deps
- dependency-name: file-type
  dependency-version: 21.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: client-prod-deps
- dependency-name: monaco-editor
  dependency-version: 0.54.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: client-prod-deps
- dependency-name: pdfjs-dist
  dependency-version: 5.4.394
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: client-prod-deps
- dependency-name: uuid
  dependency-version: 13.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: client-prod-deps
- dependency-name: vue
  dependency-version: 3.5.24
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: client-prod-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added I-Dependency Impact: related to an dependency I-Javascript Impact: Javascript-related stuff labels Nov 10, 2025
@dependabot dependabot bot requested a review from a team as a code owner November 10, 2025 03:08
@dependabot dependabot bot added I-Dependency Impact: related to an dependency I-Javascript Impact: Javascript-related stuff labels Nov 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

I-Dependency Impact: related to an dependency I-Javascript Impact: Javascript-related stuff

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant