Skip to content

⬆️(deps): Bump the minor-and-patch group with 11 updates#2200

Merged
lissy93 merged 1 commit into
masterfrom
dependabot/npm_and_yarn/minor-and-patch-eaa957fdca
Jun 12, 2026
Merged

⬆️(deps): Bump the minor-and-patch group with 11 updates#2200
lissy93 merged 1 commit into
masterfrom
dependabot/npm_and_yarn/minor-and-patch-eaa957fdca

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 12, 2026

Copy link
Copy Markdown
Contributor

Bumps the minor-and-patch group with 11 updates:

Package From To
@codemirror/lint 6.9.6 6.9.7
@codemirror/view 6.43.0 6.43.1
@sentry/vue 10.56.0 10.57.0
dompurify 3.4.8 3.4.9
pingman 2.1.0 2.2.0
simple-icons 16.22.0 16.23.0
vue 3.5.35 3.5.38
@vue/compiler-sfc 3.5.35 3.5.38
happy-dom 20.10.1 20.10.2
sass 1.100.0 1.101.0
vue-tsc 3.3.3 3.3.4

Updates @codemirror/lint from 6.9.6 to 6.9.7

Commits

Updates @codemirror/view from 6.43.0 to 6.43.1

Commits

Updates @sentry/vue from 10.56.0 to 10.57.0

Release notes

Sourced from @​sentry/vue's releases.

10.57.0

Important Changes

  • feat(angular): Add support for Angular 22 (21330)

    @sentry/angular now officially supports Angular 22.

  • ref(core): Deprecate sendDefaultPii in favor of dataCollection (21277)

    sendDefaultPii is deprecated and will be removed in v11. The new dataCollection option lets you control each category of collected data. sendDefaultPii: true still works and maps to enabling all dataCollection categories. dataCollection.userInfo defaults to true when dataCollection is provided, meaning auto-populated user.* fields (e.g. IP address from a request) are collected by default. Data you set explicitly (like via Sentry.setUser()) is always sent regardless. When dataCollection is not set at all, the legacy sendDefaultPii behavior applies (userInfo: false by default) to preserve backward compatibility.

    Note that an empty dataCollection: {} falls back to more permissive defaults than sendDefaultPii: false, so replicate the old behavior by opting out explicitly:

    Sentry.init({
      dataCollection: {
        userInfo: false,
        genAI: { inputs: false, outputs: false },
        httpBodies: [],
        httpHeaders: { deny: ['forwarded', '-ip', 'remote-', 'via', '-user'] },
        cookies: { deny: ['forwarded', '-ip', 'remote-', 'via', '-user'] },
        queryParams: { deny: ['forwarded', '-ip', 'remote-', 'via', '-user'] },
      },
    });

Other Changes

  • feat: Use dataCollection.frameContextLines for ContextLines integration (21323)
  • feat(cloudflare): Auto instrument D1 based on env (21276)
  • feat(core): Change default of dataCollection.userInfo to true (21348)
  • feat(core): Default dataCollection.httpBodies to all valid body types (21352)
  • feat(hono): Filter noisy transactions (favicon etc) (21365)
  • fix(cloudflare): Don't track negatively sampled spans (21367)
  • fix(core): Use safeDateNow calls for new Date() reads (21351)
  • fix(nextjs): Shim pinoIntegration on edge runtime (21347)
  • fix(node): Prevent PostgresJs integration from emitting duplicate spans per query (21364)
  • fix(node-core): Read __SENTRY_SERVER_MODULES__ lazily so Turbopack injection is honored (21339)
  • fix(react): Detect React Router v6/v7 navigations in a layout effect to propagate the correct trace (21326)
  • fix(react): Remove unused react.componentStack event context (21183)
  • fix(replays): Record sentry._internal.replay_is_buffering for spans (21297)
  • chore: Bump volta node version from 20.19.2 to 20.19.5 (21359)

... (truncated)

Changelog

Sourced from @​sentry/vue's changelog.

10.57.0

Important Changes

  • feat(angular): Add support for Angular 22 (21330)

    @sentry/angular now officially supports Angular 22.

  • ref(core): Deprecate sendDefaultPii in favor of dataCollection (21277)

    sendDefaultPii is deprecated and will be removed in v11. The new dataCollection option lets you control each category of collected data. sendDefaultPii: true still works and maps to enabling all dataCollection categories. dataCollection.userInfo defaults to true when dataCollection is provided, meaning auto-populated user.* fields (e.g. IP address from a request) are collected by default. Data you set explicitly (like via Sentry.setUser()) is always sent regardless. When dataCollection is not set at all, the legacy sendDefaultPii behavior applies (userInfo: false by default) to preserve backward compatibility.

    Note that an empty dataCollection: {} falls back to more permissive defaults than sendDefaultPii: false, so replicate the old behavior by opting out explicitly:

    Sentry.init({
      dataCollection: {
        userInfo: false,
        genAI: { inputs: false, outputs: false },
        httpBodies: [],
        httpHeaders: { deny: ['forwarded', '-ip', 'remote-', 'via', '-user'] },
        cookies: { deny: ['forwarded', '-ip', 'remote-', 'via', '-user'] },
        queryParams: { deny: ['forwarded', '-ip', 'remote-', 'via', '-user'] },
      },
    });

Other Changes

  • feat: Use dataCollection.frameContextLines for ContextLines integration (21323)
  • feat(cloudflare): Auto instrument D1 based on env (21276)
  • feat(core): Change default of dataCollection.userInfo to true (21348)
  • feat(core): Default dataCollection.httpBodies to all valid body types (21352)
  • feat(hono): Filter noisy transactions (favicon etc) (21365)
  • fix(cloudflare): Don't track negatively sampled spans (21367)
  • fix(core): Use safeDateNow calls for new Date() reads (21351)
  • fix(nextjs): Shim pinoIntegration on edge runtime (21347)
  • fix(node): Prevent PostgresJs integration from emitting duplicate spans per query (21364)
  • fix(node-core): Read __SENTRY_SERVER_MODULES__ lazily so Turbopack injection is honored (21339)
  • fix(react): Detect React Router v6/v7 navigations in a layout effect to propagate the correct trace (21326)
  • fix(react): Remove unused react.componentStack event context (21183)
  • fix(replays): Record sentry._internal.replay_is_buffering for spans (21297)

... (truncated)

Commits
  • 950cf97 release: 10.57.0
  • 55f9343 Merge pull request 21369 from getsentry/prepare-release/10.57.0
  • 88d9d30 meta(changelog): Update changelog for 10.57.0
  • 03ffd25 fix(cloudflare): Don't track negatively sampled spans (21367)
  • 7c19ead ref(node): Streamline sql-common (21360)
  • 95df562 feat(hono): Filter noisy transactions (favicon etc) (21365)
  • 92eb5d2 feat(deps): Bump hono from 4.12.18 to 4.12.21 (21341)
  • c6f790b fix(node): Prevent PostgresJs integration from emitting duplicate spans per q...
  • d645349 ref(node): Streamline lru-memoizer instrumentation (21350)
  • 4293015 feat(deps): Bump @​types/aws-lambda from 8.10.150 to 8.10.161 (21105)
  • Additional commits viewable in compare view

Updates dompurify from 3.4.8 to 3.4.9

Release notes

Sourced from dompurify's releases.

DOMPurify 3.4.9

  • Further improved the handling of Trusted Types config options, thanks @​offset
  • Further improved the handling of IN_PLACE sanitization, thanks @​mozfreddyb
  • Added more test coverage for IN_PLACE and Trusted Types related usage
  • Bumped several dependencies where possible
  • Updated README and wiki with more accurate documentation & attack samples
Commits

Updates pingman from 2.1.0 to 2.2.0

Release notes

Sourced from pingman's releases.

v2.2.0

  • update versions (60) 9ea95f4
  • docs(contributor): contrib-readme-action has updated readme (59) c9196de
  • fix: anchor domain regex in validateIp to reject trailing input (58) fde4a04
  • Bump lodash from 4.17.23 to 4.18.1 (57) bc1708d
  • Bump picomatch from 2.3.1 to 2.3.2 (56) d238b43
  • Bump minimatch (55) 96da568
  • Bump lodash from 4.17.21 to 4.17.23 (54) 974fc7f
  • Bump js-yaml (53) 95ecabe

dopecodez/pingman@v2.1.0...v2.2.0

Commits

Updates simple-icons from 16.22.0 to 16.23.0

Release notes

Sourced from simple-icons's releases.

Release 16.23.0

4 new icons

1 updated icon

Commits

Updates vue from 3.5.35 to 3.5.38

Release notes

Sourced from vue's releases.

v3.5.38

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

v3.5.37

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.38 (2026-06-11)

3.5.37 (2026-06-11)

3.5.36 (2026-06-11)

Bug Fixes

  • compiler-core: avoid crash on CDATA at the document root (14916) (0ea17e2)
  • compiler-core: prefix dynamic keys on v-memo elements (14922) (68e978e), closes 14920
  • compiler-sfc: handle vue-ignore on leading intersection/union type (14950) (0dcd225), closes 12254
  • compiler-sfc: respect var hoisting in props destructure (48ad452)
  • reactivity: preserve watch callback return value when wrapped for once: true (14902) (450a8a8)
  • runtime-core: add dev warning for silent catch in compat mode and fix test description typo (14891) (db3e117)
  • runtime-core: force model update when reverted before sync (14897) (7f76378), closes 13524
  • runtime-core: skip async component callbacks after unmount (14911) (5300ead)
  • transition: avoid move transition for hidden v-show group children (14895) (c11f6ee), closes 14894
  • watch: trigger immediate callback for empty sources (14914) (1f2ca7e), closes 14898
Commits

Updates @vue/compiler-sfc from 3.5.35 to 3.5.38

Release notes

Sourced from @​vue/compiler-sfc's releases.

v3.5.38

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

v3.5.37

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/compiler-sfc's changelog.

3.5.38 (2026-06-11)

3.5.37 (2026-06-11)

3.5.36 (2026-06-11)

Bug Fixes

  • compiler-core: avoid crash on CDATA at the document root (14916) (0ea17e2)
  • compiler-core: prefix dynamic keys on v-memo elements (14922) (68e978e), closes 14920
  • compiler-sfc: handle vue-ignore on leading intersection/union type (14950) (0dcd225), closes 12254
  • compiler-sfc: respect var hoisting in props destructure (48ad452)
  • reactivity: preserve watch callback return value when wrapped for once: true (14902) (450a8a8)
  • runtime-core: add dev warning for silent catch in compat mode and fix test description typo (14891) (db3e117)
  • runtime-core: force model update when reverted before sync (14897) (7f76378), closes 13524
  • runtime-core: skip async component callbacks after unmount (14911) (5300ead)
  • transition: avoid move transition for hidden v-show group children (14895) (c11f6ee), closes 14894
  • watch: trigger immediate callback for empty sources (14914) (1f2ca7e), closes 14898
Commits

Updates happy-dom from 20.10.1 to 20.10.2

Release notes

Sourced from happy-dom's releases.

v20.10.2

👷‍♂️ Patch fixes

Commits

Updates sass from 1.100.0 to 1.101.0

Release notes

Sourced from sass's releases.

Dart Sass 1.101.0

To install Sass 1.101.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Potentially breaking bug fix: The Node package importer now properly supports resolving import-only variants of Sass files declared in the exports, sass, and style fields of package.json. Previously, these files were ignored even when loaded via @import, so any code relying on loading module-system-only files this way may break.

See the full changelog for changes in earlier releases.

Changelog

Sourced from sass's changelog.

1.101.0

  • Potentially breaking bug fix: The Node package importer now properly supports resolving import-only variants of Sass files declared in the exports, sass, and style fields of package.json. Previously, these files were ignored even when loaded via @import, so any code relying on loading module-system-only files this way may break.
Commits
  • 63b9922 Load import-only files through package.json exports (2772)
  • c7e9947 Migrate from bufbuild/buf-setup-action to bufbuild/buf-action (2773)
  • 7674a4c Bump postcss from 8.5.13 to 8.5.15 in /pkg/sass-parser (2774)
  • See full diff in compare view

Updates vue-tsc from 3.3.3 to 3.3.4

Release notes

Sourced from vue-tsc's releases.

v3.3.4

language-core

  • fix: only exclude already-set props from inherited attrs when checkRequiredFallthroughAttributes is enabled (6088) - Thanks to @​KazariEX!
  • fix: camelize slot props regardless of htmlAttributes option (6089) - Thanks to @​KazariEX!
  • fix: detect duplicate event listeners across name formats (6094) - Thanks to @​whysopaul!

language-service

  • fix: respect var hoisting for destructured props hints (6092) - Thanks to @​KazariEX!

typescript-plugin

  • fix: do not treat class and style as a boolean property (6081) - Thanks to @​KazariEX!

Our Sponsors ❤️

... (truncated)

Changelog

Sourced from vue-tsc's changelog.

3.3.4 (2026-06-08)

language-core

  • fix: only exclude already-set props from inherited attrs when checkRequiredFallthroughAttributes is enabled (6088) - Thanks to @​KazariEX!
  • fix: camelize slot props regardless of htmlAttributes option (6089) - Thanks to @​KazariEX!
  • fix: detect duplicate event listeners across name formats (6094) - Thanks to @​whysopaul!

language-service

  • fix: respect var hoisting for destructured props hints (6092) - Thanks to @​KazariEX!

typescript-plugin

  • fix: do not treat class and style as a boolean property (6081) - Thanks to @​KazariEX!
Commits

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 minor-and-patch group with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [@codemirror/lint](https://github.com/codemirror/lint) | `6.9.6` | `6.9.7` |
| [@codemirror/view](https://github.com/codemirror/view) | `6.43.0` | `6.43.1` |
| [@sentry/vue](https://github.com/getsentry/sentry-javascript) | `10.56.0` | `10.57.0` |
| [dompurify](https://github.com/cure53/DOMPurify) | `3.4.8` | `3.4.9` |
| [pingman](https://github.com/dopecodez/pingman) | `2.1.0` | `2.2.0` |
| [simple-icons](https://github.com/simple-icons/simple-icons) | `16.22.0` | `16.23.0` |
| [vue](https://github.com/vuejs/core) | `3.5.35` | `3.5.38` |
| [@vue/compiler-sfc](https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc) | `3.5.35` | `3.5.38` |
| [happy-dom](https://github.com/capricorn86/happy-dom) | `20.10.1` | `20.10.2` |
| [sass](https://github.com/sass/dart-sass) | `1.100.0` | `1.101.0` |
| [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) | `3.3.3` | `3.3.4` |


Updates `@codemirror/lint` from 6.9.6 to 6.9.7
- [Changelog](https://github.com/codemirror/lint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codemirror/lint/commits)

Updates `@codemirror/view` from 6.43.0 to 6.43.1
- [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codemirror/view/commits)

Updates `@sentry/vue` from 10.56.0 to 10.57.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@10.56.0...10.57.0)

Updates `dompurify` from 3.4.8 to 3.4.9
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](cure53/DOMPurify@3.4.8...3.4.9)

Updates `pingman` from 2.1.0 to 2.2.0
- [Release notes](https://github.com/dopecodez/pingman/releases)
- [Commits](dopecodez/pingman@v2.1.0...v2.2.0)

Updates `simple-icons` from 16.22.0 to 16.23.0
- [Release notes](https://github.com/simple-icons/simple-icons/releases)
- [Commits](simple-icons/simple-icons@16.22.0...16.23.0)

Updates `vue` from 3.5.35 to 3.5.38
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.5.35...v3.5.38)

Updates `@vue/compiler-sfc` from 3.5.35 to 3.5.38
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/core/commits/v3.5.38/packages/compiler-sfc)

Updates `happy-dom` from 20.10.1 to 20.10.2
- [Release notes](https://github.com/capricorn86/happy-dom/releases)
- [Commits](capricorn86/happy-dom@v20.10.1...v20.10.2)

Updates `sass` from 1.100.0 to 1.101.0
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.100.0...1.101.0)

Updates `vue-tsc` from 3.3.3 to 3.3.4
- [Release notes](https://github.com/vuejs/language-tools/releases)
- [Changelog](https://github.com/vuejs/language-tools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/language-tools/commits/v3.3.4/packages/tsc)

---
updated-dependencies:
- dependency-name: "@codemirror/lint"
  dependency-version: 6.9.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@codemirror/view"
  dependency-version: 6.43.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@sentry/vue"
  dependency-version: 10.57.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: dompurify
  dependency-version: 3.4.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: pingman
  dependency-version: 2.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: simple-icons
  dependency-version: 16.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: vue
  dependency-version: 3.5.38
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@vue/compiler-sfc"
  dependency-version: 3.5.38
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: happy-dom
  dependency-version: 20.10.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: sass
  dependency-version: 1.101.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: vue-tsc
  dependency-version: 3.3.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot requested a review from lissy93 as a code owner June 12, 2026 09:16
@dependabot dependabot Bot added the 📦 Dependencies PRs which bump dependency versions label Jun 12, 2026
@lissy93 lissy93 merged commit a8e7fea into master Jun 12, 2026
12 checks passed
@lissy93 lissy93 deleted the dependabot/npm_and_yarn/minor-and-patch-eaa957fdca branch June 12, 2026 09:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

📦 Dependencies PRs which bump dependency versions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant