Skip to content

chore(deps): bump the npm-minor-patch group with 8 updates - #397

Merged
PavlosIsaris merged 1 commit into
masterfrom
dependabot/npm_and_yarn/npm-minor-patch-25826edf8b
Sep 7, 2026
Merged

PavlosIsaris merged 1 commit into
masterfrom
dependabot/npm_and_yarn/npm-minor-patch-25826edf8b

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
Contributor

Bumps the npm-minor-patch group with 8 updates:

Package From To
@sentry/browser 10.70.0 10.72.0
survey-analytics 3.0.1 3.0.2
survey-core 3.0.1 3.0.2
survey-creator-core 3.0.1 3.0.2
survey-creator-js 3.0.1 3.0.2
survey-js-ui 3.0.1 3.0.2
axios 1.19.0 1.20.0
vue 3.5.41 3.5.42

Updates @sentry/browser from 10.70.0 to 10.72.0

Release notes

Sourced from @​sentry/browser's releases.

10.72.0

Important Changes

  • AI integrations no longer report errors that propagate to the caller (#23638, #23639, #23640)

    Across all AI integrations (OpenAI, Anthropic, Google GenAI, LangChain, and LangGraph), the SDK no longer sends an event to Sentry for errors that the AI framework propagates to your code. Previously the instrumentation reported these as unhandled (handled: false) before your own error handling ran, so an error your code caught still showed up in Sentry as an unhandled crash. The span is still marked as errored and the error still propagates, so reporting is left to your application: if your code does not handle the error, it reaches Sentry's global error handlers and is captured as unhandled, just like any other uncaught error. Errors that a provider surfaces as data on an otherwise successful response (such as Anthropic error-shaped responses or Google GenAI blocked content) are still captured, since your code never sees them propagate.

  • feat(v10/cloudflare): Add rpcTracePropagationBindings (#23737, #23738)

    The new rpcTracePropagationBindings option names the env bindings that outgoing RPC calls propagate trace context to. Strings match a binding name exactly, regular expressions match by pattern, and the default empty array propagates to nothing. RPC has no headers to carry trace context, so the SDK appends it as a trailing argument that only a Sentry-instrumented receiver removes again. List only the bindings whose receiver you know runs Sentry. Setting the option takes precedence over enableRpcTracePropagation, which is now deprecated. When you build with the Sentry Cloudflare Vite plugin, the bindings that resolve to this worker (its own Durable Objects and self service bindings) are derived from your wrangler config and added for you.

Other Changes

  • fix(v10/astro): support astro v7 route patterns properly (#23657)
  • fix(v10/bundler-plugins): Preserve full file path in component annotation source maps (#23595)
  • fix(v10/core): Store child span timeout handle in _childSpanTimeoutID (#23673)
  • fix(v10/node): Only end the process session when it is still ok (#23731)
  • fix(v10/react-router): Use react-router's own instrumentation types instead of a mirrored copy (#23589)
  • fix(v10/replay): Suppress Worker destroyed error on session expiry (#23654)
  • fix(v10/server-utils): Keep orchestrion registration out of tree-shaking (#23591)
  • fix(v10/server-utils): Stop shipping orchestrion bundler plugins as production dependencies (#23667)
  • fix(v10/server-utils): Support openai v7 in auto-instrumentation (#23713)
  • fix(v10/sveltekit): Detect native tracing in flattened SvelteKit 3 config (#23656)
  • chore(v10): Add external contributor to CHANGELOG.md (#23626)
  • docs(v10): Changelog + contributor credit for AI caller-handled error fixes (#23641)
  • test(v10/e2e): Fix scripts for nuxt dev server (#23658)
  • test(v10/e2e): Look up events via the organization trace endpoint (#23680)
  • test(v10/e2e): Look up the symbolicated event via the eventids endpoint (#23681)

Work in this release was contributed by @​ryanrho-mercor, @​lux-in-tenebris-lucet, and @​suhailopensource. Thank you for your contributions!

Bundle size 📦

Path Size
@​sentry/browser 27.1 KB
@​sentry/browser - with treeshaking flags 25.58 KB
@​sentry/browser (incl. Tracing) 45.54 KB
@​sentry/browser (incl. Tracing + Span Streaming) 47.28 KB
@​sentry/browser (incl. Tracing, Profiling) 50.17 KB
@​sentry/browser (incl. Tracing, Replay) 83.87 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 73.74 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 88.49 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 100.83 KB

... (truncated)

Changelog

Sourced from @​sentry/browser's changelog.

10.72.0

Important Changes

  • AI integrations no longer report errors that propagate to the caller (#23638, #23639, #23640)

    Across all AI integrations (OpenAI, Anthropic, Google GenAI, LangChain, and LangGraph), the SDK no longer sends an event to Sentry for errors that the AI framework propagates to your code. Previously the instrumentation reported these as unhandled (handled: false) before your own error handling ran, so an error your code caught still showed up in Sentry as an unhandled crash. The span is still marked as errored and the error still propagates, so reporting is left to your application: if your code does not handle the error, it reaches Sentry's global error handlers and is captured as unhandled, just like any other uncaught error. Errors that a provider surfaces as data on an otherwise successful response (such as Anthropic error-shaped responses or Google GenAI blocked content) are still captured, since your code never sees them propagate.

  • feat(v10/cloudflare): Add rpcTracePropagationBindings (#23737, #23738)

    The new rpcTracePropagationBindings option names the env bindings that outgoing RPC calls propagate trace context to. Strings match a binding name exactly, regular expressions match by pattern, and the default empty array propagates to nothing. RPC has no headers to carry trace context, so the SDK appends it as a trailing argument that only a Sentry-instrumented receiver removes again. List only the bindings whose receiver you know runs Sentry. Setting the option takes precedence over enableRpcTracePropagation, which is now deprecated. When you build with the Sentry Cloudflare Vite plugin, the bindings that resolve to this worker (its own Durable Objects and self service bindings) are derived from your wrangler config and added for you.

Other Changes

  • fix(v10/astro): support astro v7 route patterns properly (#23657)
  • fix(v10/bundler-plugins): Preserve full file path in component annotation source maps (#23595)
  • fix(v10/core): Store child span timeout handle in _childSpanTimeoutID (#23673)
  • fix(v10/node): Only end the process session when it is still ok (#23731)
  • fix(v10/react-router): Use react-router's own instrumentation types instead of a mirrored copy (#23589)
  • fix(v10/replay): Suppress Worker destroyed error on session expiry (#23654)
  • fix(v10/server-utils): Keep orchestrion registration out of tree-shaking (#23591)
  • fix(v10/server-utils): Stop shipping orchestrion bundler plugins as production dependencies (#23667)
  • fix(v10/server-utils): Support openai v7 in auto-instrumentation (#23713)
  • fix(v10/sveltekit): Detect native tracing in flattened SvelteKit 3 config (#23656)
  • chore(v10): Add external contributor to CHANGELOG.md (#23626)
  • docs(v10): Changelog + contributor credit for AI caller-handled error fixes (#23641)
  • test(v10/e2e): Fix scripts for nuxt dev server (#23658)
  • test(v10/e2e): Look up events via the organization trace endpoint (#23680)
  • test(v10/e2e): Look up the symbolicated event via the eventids endpoint (#23681)

Work in this release was contributed by @​ryanrho-mercor, @​lux-in-tenebris-lucet, and @​suhailopensource. Thank you for your contributions!

10.71.0

Important Changes

  • feat(v10/core)!: Enable logs by default (#23311)

The enableLogs client option now defaults to true, so Sentry Logs work without any manual opt-in. Nothing is captured unless you call the Sentry.logger.* APIs or add a log-forwarding integration (such as consoleLoggingIntegration, pinoIntegration, or the winston transport), and you can set enableLogs: false to opt out. Although a default change like this would normally land in a major release, we are shipping it in a minor after careful consideration, since it sends no data on its own and only takes effect once you actively use the logging APIs or a logging integration.

Other Changes

  • feat(v10/core): Deprecate scope.clear() method (#23231)
  • fix(v10/core): Bound child span tracking on long-lived spans (#23406)

... (truncated)

Commits
  • 0d23628 release: 10.72.0
  • ac2094d meta(changelog): Update changelog for 10.72.0 (#23743)
  • f325434 feat(v10/cloudflare): Derive rpcTracePropagationBindings from the wrangler co...
  • 7917b0d feat(v10/cloudflare): Add rpcTracePropagationBindings (#23737)
  • b61e912 fix(v10/node): Only end the process session when it is still ok (#23731)
  • 4316785 test(v10/e2e): Look up the symbolicated event via the eventids endpoint (#23681)
  • e09fdf8 fix(v10/server-utils): Support openai v7 in auto-instrumentation (#23713)
  • 817056d test(v10/e2e): Look up events via the organization trace endpoint (#23680)
  • 83c644d fix(v10/server-utils): Stop shipping orchestrion bundler plugins as productio...
  • 04a52dd fix(v10/core): Store child span timeout handle in _childSpanTimeoutID (#23673)
  • Additional commits viewable in compare view

Updates survey-analytics from 3.0.1 to 3.0.2

Release notes

Sourced from survey-analytics's releases.

v3.0.2

Commits

  • [2b6725c]: Update README.md (Elena Gorbatkova)
  • [b66cdf7]: resolve #831 Render() duplicates sa-commercial banner when clear() + render() is called again (React StrictMode) (#832) (OlgaLarina) #832
  • [b481ec4]: hide plotly sendChartToCloud (#835) (OlgaLarina) #835
  • [8c962ff]: Hide SidebarWidget from the docs (RomanTsukanov)
  • 3.0.2 [azurepipelines skip] (surveyjsdeveloper)
Changelog

Sourced from survey-analytics's changelog.

3.0.2 (2026-08-26)

Commits
  • 0b6bdcb Release: 3.0.2 [azurepipelines skip]
  • 8c962ff Hide SidebarWidget from the docs
  • b481ec4 hide plotly sendChartToCloud (#835)
  • b66cdf7 resolve #831 Render() duplicates sa-commercial banner when clear() + render()...
  • 2b6725c Update README.md
  • See full diff in compare view

Updates survey-core from 3.0.1 to 3.0.2

Release notes

Sourced from survey-core's releases.

v3.0.2

What's Changed

Full Changelog: surveyjs/survey-library@v3.0.1...v3.0.2

Commits
  • da94104 Release: 3.0.2 [azurepipelines skip]
  • f2b21dd Fix a doccomment
  • 6668f30 update --sjs-element-min-width for adapters (#11754)
  • 2c8f3a5 Remove using -unwrapped postfix and stop using getFilteredName() function int...
  • 99f78ee Checkbox/Tagbox with showOtherItem: values from sibling questions sharing the...
  • b2cff8f The "Table of Contents" button is inaccessible on mobile devices. (#11752)
  • b3688df survey-core/linter - static analysis of survey logic (#11735)
  • 5095e1c update css variables for theme adapter adaptivity (#11751)
  • 1b2b5df Update README.md
  • f1a163f updated survey-library docs [azurepipelines skip]
  • See full diff in compare view

Updates survey-creator-core from 3.0.1 to 3.0.2

Release notes

Sourced from survey-creator-core's releases.

v3.0.2

Commits

  • [a6345e1]: updated survey-creator docs [azurepipelines skip] (surveyjsdeveloper)
  • [9123ce4]: Update README.md (Elena Gorbatkova)
  • [cece7ef]: Feature/remove "-unwrapped" postfix from the question name in expressions [library:11750] (#7961) (Andrew) #7961
  • [d44f5e6]: Refactor build scripts to use concurrently for parallel execution and add useEsbuild option in Rollup configs (#7960) (MarchTokenda) #7960
  • [6f1dc08]: Introduce translationSideBySideOrientation property (#7962) (Andrew) #7962
  • [0478af6]: Bug/7963 nested panel choices duplicate, fix #7963 (#7964) (Andrew) #7964
  • 3.0.2 [azurepipelines skip] (surveyjsdeveloper)
Commits
  • 8e05538 Release: 3.0.2 [azurepipelines skip]
  • 0478af6 Bug/7963 nested panel choices duplicate, fix #7963 (#7964)
  • 6f1dc08 Introduce translationSideBySideOrientation property (#7962)
  • d44f5e6 Refactor build scripts to use concurrently for parallel execution and add use...
  • cece7ef Feature/remove "-unwrapped" postfix from the question name in expressions [li...
  • 9123ce4 Update README.md
  • a6345e1 updated survey-creator docs [azurepipelines skip]
  • See full diff in compare view

Updates survey-creator-js from 3.0.1 to 3.0.2

Release notes

Sourced from survey-creator-js's releases.

v3.0.2

Commits

  • [a6345e1]: updated survey-creator docs [azurepipelines skip] (surveyjsdeveloper)
  • [9123ce4]: Update README.md (Elena Gorbatkova)
  • [cece7ef]: Feature/remove "-unwrapped" postfix from the question name in expressions [library:11750] (#7961) (Andrew) #7961
  • [d44f5e6]: Refactor build scripts to use concurrently for parallel execution and add useEsbuild option in Rollup configs (#7960) (MarchTokenda) #7960
  • [6f1dc08]: Introduce translationSideBySideOrientation property (#7962) (Andrew) #7962
  • [0478af6]: Bug/7963 nested panel choices duplicate, fix #7963 (#7964) (Andrew) #7964
  • 3.0.2 [azurepipelines skip] (surveyjsdeveloper)
Commits
  • 8e05538 Release: 3.0.2 [azurepipelines skip]
  • 0478af6 Bug/7963 nested panel choices duplicate, fix #7963 (#7964)
  • 6f1dc08 Introduce translationSideBySideOrientation property (#7962)
  • d44f5e6 Refactor build scripts to use concurrently for parallel execution and add use...
  • cece7ef Feature/remove "-unwrapped" postfix from the question name in expressions [li...
  • 9123ce4 Update README.md
  • a6345e1 updated survey-creator docs [azurepipelines skip]
  • See full diff in compare view

Updates survey-js-ui from 3.0.1 to 3.0.2

Release notes

Sourced from survey-js-ui's releases.

v3.0.2

What's Changed

Full Changelog: surveyjs/survey-library@v3.0.1...v3.0.2

Commits
  • da94104 Release: 3.0.2 [azurepipelines skip]
  • f2b21dd Fix a doccomment
  • 6668f30 update --sjs-element-min-width for adapters (#11754)
  • 2c8f3a5 Remove using -unwrapped postfix and stop using getFilteredName() function int...
  • 99f78ee Checkbox/Tagbox with showOtherItem: values from sibling questions sharing the...
  • b2cff8f The "Table of Contents" button is inaccessible on mobile devices. (#11752)
  • b3688df survey-core/linter - static analysis of survey logic (#11735)
  • 5095e1c update css variables for theme adapter adaptivity (#11751)
  • 1b2b5df Update README.md
  • f1a163f updated survey-library docs [azurepipelines skip]
  • See full diff in compare view

Updates axios from 1.19.0 to 1.20.0

Release notes

Sourced from axios's releases.

v1.20.0 — August 19, 2026

This release hardens runtime option handling, adds RFC 9110 status-code aliases, fixes Node.js and XHR reliability issues, and refreshes project tooling and documentation.

⚠️ Breaking Changes & Deprecations

  • HTTP Status Naming: Added ContentTooLarge (413) and UnprocessableContent (422), while retaining PayloadTooLarge and UnprocessableEntity as backward-compatible deprecated aliases. (#11082)

🔒 Security Fixes

  • Runtime Option Handling: Hardened behavioral configuration reads against shared and foreign prototype pollution and normalized unsafe interceptor replacement objects. This also clarifies Fetch redirect and custom implementation behavior, HTTP/2 DNS and proxy handling, CIDR-based NO_PROXY matching, and malformed data URI rejection; see the PR for documented compatibility effects. (#11141)

🐛 Bug Fixes

  • Interceptor Lifecycle: Prevented unbounded handler-array growth by trimming trailing ejected interceptors without changing iteration semantics, and kept interceptor operations safe when the public handlers field is nullish. (#11087, #11118)
  • Request Error Preservation: Prevented custom Error.prepareStackTrace implementations that return non-string values from replacing the original request failure with an unrelated TypeError. (#11109)
  • XHR Reliability: Navigation-canceled requests now reject with ECONNABORTED instead of resolving with status 0, while successful downloads flush their final progress callback during the live loadend dispatch. (#11094, #11121)
  • Node.js Socket Memory: Removed request-context retention from per-socket error listeners, preventing completed response data from being pinned for the lifetime of pooled keep-alive sockets. (#11091)
  • Core Methods and HTTP Errors: Prevented structural method-header buckets from leaking into outgoing headers, standardized invalid DNS lookup and httpVersion failures as AxiosError.ERR_BAD_OPTION_VALUE, and corrected the timeoutErrorMessage merge strategy. (#11096)

🔧 Maintenance & Chores

  • Dependencies: Updated fast-uri, postcss, js-yaml, mocha, development-tooling groups, and GitHub Actions dependencies. (#11092, #11098, #11099, #11106, #11107, #11122, #11123, #11126, #11127, #11133, #11140, #11143, #11144)
  • Documentation: Applied the v1.19.0 documentation updates, added the missing fs import to the README stream example, introduced localized global search, and repaired the interceptor test link. (#11101, #11113, #11097, #11119)
  • Sponsorship: Updated sponsorship links and data and added ScrapingBee as a sponsor. (#11124, #11136, #11137)
  • CI and Release: Switched ESM smoke tests to locked dependencies and synchronized package and runtime version metadata for v1.20.0. (#11128, #11152)

🌟 New Contributors

We are thrilled to welcome our new contributors. Thank you for helping improve axios:

Full Changelog (axios/axios@v1.19.0...v1.20.0)

Changelog

Sourced from axios's changelog.

Changelog

Commits
  • 84a9f3b chore(release): prepare release 1.20.0 (#11152)
  • e6824ee fix: core methodList, HTTP adapter errors, and add tests (#11096)
  • d8a919f fix(xhr): flush final progress during the live loadend dispatch (#11121)
  • 2d2a21a fix(interceptors): tolerate nullish handlers in syncHandlerEntries (#11118)
  • d19040b fix: harden runtime option handling (#11141)
  • e0a02dd chore(deps): bump zizmorcore/zizmor-action from 0.6.1 to 0.6.2 in the github-...
  • d10cb3a chore(deps-dev): bump the development_dependencies group with 4 updates (#11143)
  • 2c94646 chore(deps): bump js-yaml and mocha in /tests/smoke/cjs (#11133)
  • 76c12bc chore(deps-dev): bump js-yaml from 4.3.0 to 4.3.1 (#11140)
  • ba98559 docs: add ScrapingBee sponsor (#11137)
  • Additional commits viewable in compare view

Updates vue from 3.5.41 to 3.5.42

Release notes

Sourced from vue's releases.

v3.5.42

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.42 (2026-08-27)

Bug Fixes

  • hydration: handle async component unmount before lazy hydration (#15252) (6e1814a)
  • hydration: handle moving unresolved async fragment (#15263) (a72036f)
  • runtime-core: avoid caching unmounted suspense children (#15291) (b535917), closes #15288
  • runtime-core: keep .trim result when combined with .number v-model modifier (#15346) (f8d42e1)
  • runtime-core: resolve $el for dev root comment fragment (#15313) (8654f35), closes #12680
  • runtime-dom: support !important on CSS custom properties in style binding (#15348) (31da934)
  • server-renderer: reject CR in attribute names (#15266) (a2b40db)
  • shared: correctly compare Map and Set values (#15328) (ef82a26), closes #15320
  • suspense: don't treat the leaving branch as the fallback while its mount is pending (#15333) (cd19745), closes #15332
  • v-model: re-sync select when model is overridden in change handler (#15298) (6eaecc1), closes #10505
Commits
  • d63616c release: v3.5.42
  • b8543dc Revert "fix(compiler-core): handle invalid static arg in same-name v-bind sho...
  • 3857716 fix(compiler-core): handle invalid static arg in same-name v-bind shorthand (...
  • 31da934 fix(runtime-dom): support !important on CSS custom properties in style bindin...
  • f8d42e1 fix(runtime-core): keep .trim result when combined with .number v-model modif...
  • cd19745 fix(suspense): don't treat the leaving branch as the fallback while its mount...
  • 8654f35 fix(runtime-core): resolve $el for dev root comment fragment (#15313)
  • ef82a26 fix(shared): correctly compare Map and Set values (#15328)
  • 6eaecc1 fix(v-model): re-sync select when model is overridden in change handler (#15298)
  • b535917 fix(runtime-core): avoid caching unmounted suspense children (#15291)
  • 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 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

Bumps the npm-minor-patch group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [@sentry/browser](https://github.com/getsentry/sentry-javascript) | `10.70.0` | `10.72.0` |
| [survey-analytics](https://github.com/surveyjs/survey-analytics) | `3.0.1` | `3.0.2` |
| [survey-core](https://github.com/surveyjs/surveyjs) | `3.0.1` | `3.0.2` |
| [survey-creator-core](https://github.com/surveyjs/survey-creator) | `3.0.1` | `3.0.2` |
| [survey-creator-js](https://github.com/surveyjs/survey-creator) | `3.0.1` | `3.0.2` |
| [survey-js-ui](https://github.com/surveyjs/surveyjs) | `3.0.1` | `3.0.2` |
| [axios](https://github.com/axios/axios) | `1.19.0` | `1.20.0` |
| [vue](https://github.com/vuejs/core) | `3.5.41` | `3.5.42` |


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

Updates `survey-analytics` from 3.0.1 to 3.0.2
- [Release notes](https://github.com/surveyjs/survey-analytics/releases)
- [Changelog](https://github.com/surveyjs/survey-analytics/blob/master/CHANGELOG.md)
- [Commits](surveyjs/survey-analytics@v3.0.1...v3.0.2)

Updates `survey-core` from 3.0.1 to 3.0.2
- [Release notes](https://github.com/surveyjs/surveyjs/releases)
- [Changelog](https://github.com/surveyjs/survey-library/blob/master/CHANGELOG.md)
- [Commits](surveyjs/survey-library@v3.0.1...v3.0.2)

Updates `survey-creator-core` from 3.0.1 to 3.0.2
- [Release notes](https://github.com/surveyjs/survey-creator/releases)
- [Changelog](https://github.com/surveyjs/survey-creator/blob/master/CHANGELOG.md)
- [Commits](surveyjs/survey-creator@v3.0.1...v3.0.2)

Updates `survey-creator-js` from 3.0.1 to 3.0.2
- [Release notes](https://github.com/surveyjs/survey-creator/releases)
- [Changelog](https://github.com/surveyjs/survey-creator/blob/master/CHANGELOG.md)
- [Commits](surveyjs/survey-creator@v3.0.1...v3.0.2)

Updates `survey-js-ui` from 3.0.1 to 3.0.2
- [Release notes](https://github.com/surveyjs/surveyjs/releases)
- [Changelog](https://github.com/surveyjs/survey-library/blob/master/CHANGELOG.md)
- [Commits](surveyjs/survey-library@v3.0.1...v3.0.2)

Updates `axios` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.19.0...v1.20.0)

Updates `vue` from 3.5.41 to 3.5.42
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.5.41...v3.5.42)

---
updated-dependencies:
- dependency-name: "@sentry/browser"
  dependency-version: 10.72.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: survey-analytics
  dependency-version: 3.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: survey-core
  dependency-version: 3.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: survey-creator-core
  dependency-version: 3.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: survey-creator-js
  dependency-version: 3.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: survey-js-ui
  dependency-version: 3.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: axios
  dependency-version: 1.20.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: vue
  dependency-version: 3.5.42
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 7, 2026
@sonarqubecloud

sonarqubecloud Bot commented Sep 7, 2026

Copy link
Copy Markdown

@PavlosIsaris
PavlosIsaris merged commit 23bd586 into master Sep 7, 2026
8 checks passed
@PavlosIsaris
PavlosIsaris deleted the dependabot/npm_and_yarn/npm-minor-patch-25826edf8b branch September 7, 2026 07:12
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.

1 participant