Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the app group with 9 updates:

Package From To
@contentful/rich-text-plain-text-renderer 17.1.3 17.1.5
@contentful/rich-text-react-renderer 16.1.3 16.1.5
@sentry/nextjs 10.12.0 10.15.0
contentful 11.7.19 11.8.1
next 15.5.3 15.5.4
@next/eslint-plugin-next 15.5.3 15.5.4
@types/react 19.1.13 19.1.14
sass 1.93.0 1.93.2
typescript-eslint 8.44.0 8.44.1

Updates @contentful/rich-text-plain-text-renderer from 17.1.3 to 17.1.5

Release notes

Sourced from @​contentful/rich-text-plain-text-renderer's releases.

@​contentful/rich-text-plain-text-renderer@​17.1.5

17.1.5 (2025-09-23)

Note: Version bump only for package @​contentful/rich-text-plain-text-renderer

@​contentful/rich-text-plain-text-renderer@​17.1.4

17.1.4 (2025-09-23)

Note: Version bump only for package @​contentful/rich-text-plain-text-renderer

Commits
  • 1a942da chore(release): updated release notes and package versions [ci skip]
  • 5af12af fix(build): resolve ESM import failures in rich-text-types [TOL-3435] (#940)
  • 058cfd0 chore(release): updated release notes and package versions [ci skip]
  • a55a67b fix: revert lingui [ZEND-6939] (#937)
  • 7202a4c chore: bump contentful-management from 11.57.1 to 11.58.0 (#932)
  • 3e06a06 chore: bump ansi-escapes from 7.0.0 to 7.1.0 (#929)
  • efc8558 chore: bump contentful-management from 11.54.4 to 11.57.1 (#930)
  • df3c26b chore: bump @​types/node from 24.3.1 to 24.4.0 (#928)
  • 5c9431b chore: bump the lingui group with 2 updates (#927)
  • See full diff in compare view

Updates @contentful/rich-text-react-renderer from 16.1.3 to 16.1.5

Release notes

Sourced from @​contentful/rich-text-react-renderer's releases.

@​contentful/rich-text-react-renderer@​16.1.5

16.1.5 (2025-09-23)

Note: Version bump only for package @​contentful/rich-text-react-renderer

@​contentful/rich-text-react-renderer@​16.1.4

16.1.4 (2025-09-23)

Note: Version bump only for package @​contentful/rich-text-react-renderer

Commits
  • 1a942da chore(release): updated release notes and package versions [ci skip]
  • 5af12af fix(build): resolve ESM import failures in rich-text-types [TOL-3435] (#940)
  • 058cfd0 chore(release): updated release notes and package versions [ci skip]
  • a55a67b fix: revert lingui [ZEND-6939] (#937)
  • 7202a4c chore: bump contentful-management from 11.57.1 to 11.58.0 (#932)
  • 3e06a06 chore: bump ansi-escapes from 7.0.0 to 7.1.0 (#929)
  • efc8558 chore: bump contentful-management from 11.54.4 to 11.57.1 (#930)
  • df3c26b chore: bump @​types/node from 24.3.1 to 24.4.0 (#928)
  • 5c9431b chore: bump the lingui group with 2 updates (#927)
  • See full diff in compare view

Updates @sentry/nextjs from 10.12.0 to 10.15.0

Release notes

Sourced from @​sentry/nextjs's releases.

10.15.0

Important Changes

  • feat(cloudflare): Add honoIntegration with error-filtering function (#17743)

    This release adds a honoIntegration to @sentry/cloudflare, which exposes a shouldHandleError function that lets you define which errors in onError should be captured. By default, Sentry captures exceptions with error.status >= 500 || error.status <= 299.

    The integration is added by default, and it's possible to modify this behavior like this:

     integrations: [
       honoIntegration({
        shouldHandleError: (err) => true; // always capture exceptions in onError
       })
     ]
  • feat(node): Add instrumentation for hono handler (#17428)

This PR enhances the Hono integration by adding comprehensive handler instrumentation, error handling capabilities.

  • feat(aws): Enable Lambda extension by default when using the Lamba layer (#17684)

  • feat(browser): Add setActiveSpanInBrowser to set an active span in the browser (#17714)

This PR adds a feature to the browser SDKs only: Making an inactive span active. We do this to enable use cases where having a span only being active in the callback is not practical.

Other Changes

  • fix(browser): Improve handling of 0 and undefined resource timing values (#17751)
  • ref(nextjs): Display build compatibility warning for webpack (#17746)
  • docs: Reword changelog for google gen ai instrumentation (#17753)
  • build: Add @typescript-eslint/no-unnecessary-type-assertion rule (#17728)
  • build: Update TS target to es2020 everywhere (#17709)
  • chore: Add external contributor to CHANGELOG.md (#17745)

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

Bundle size 📦

Path Size
@​sentry/browser 23.69 KB

... (truncated)

Changelog

Sourced from @​sentry/nextjs's changelog.

10.15.0

Important Changes

  • feat(cloudflare): Add honoIntegration with error-filtering function (#17743)

    This release adds a honoIntegration to @sentry/cloudflare, which exposes a shouldHandleError function that lets you define which errors in onError should be captured. By default, Sentry captures exceptions with error.status >= 500 || error.status <= 299.

    The integration is added by default, and it's possible to modify this behavior like this:

     integrations: [
       honoIntegration({
        shouldHandleError: (err) => true; // always capture exceptions in onError
       })
     ]
  • feat(node): Add instrumentation for hono handler (#17428)

This PR enhances the Hono integration by adding comprehensive handler instrumentation, error handling capabilities.

  • feat(aws): Enable Lambda extension by default when using the Lamba layer (#17684)

  • feat(browser): Add setActiveSpanInBrowser to set an active span in the browser (#17714)

This PR adds a feature to the browser SDKs only: Making an inactive span active. We do this to enable use cases where having a span only being active in the callback is not practical.

Other Changes

  • fix(browser): Improve handling of 0 and undefined resource timing values (#17751)
  • ref(nextjs): Display build compatibility warning for webpack (#17746)
  • docs: Reword changelog for google gen ai instrumentation (#17753)
  • build: Add @typescript-eslint/no-unnecessary-type-assertion rule (#17728)
  • build: Update TS target to es2020 everywhere (#17709)
  • chore: Add external contributor to CHANGELOG.md (#17745)

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

10.14.0

Important Changes

... (truncated)

Commits
  • d1366f4 release: 10.15.0
  • 2d54234 Merge pull request #17756 from getsentry/prepare-release/10.15.0
  • 75796c5 meta(changelog): Update changelog for 10.15.0
  • 34538c8 feat(cloudflare): Add honoIntegration with error-filtering function (#17743)
  • e419420 docs: Reword changelog for google gen ai instrumentation (#17753)
  • 105f78e fix(browser): Improve handling of 0 and undefined resource timing values ...
  • 678d6e8 feat(aws): Enable Lambda extension by default when using the Lamba layer (#17...
  • c084bd6 ref(nextjs): Display build compatibility warning for webpack (#17746)
  • 16ee36a chore: Add external contributor to CHANGELOG.md (#17745)
  • 01fa69d feat(node): Add instrumentation for hono handler (#17428)
  • Additional commits viewable in compare view

Updates contentful from 11.7.19 to 11.8.1

Release notes

Sourced from contentful's releases.

v11.8.1

11.8.1 (2025-09-26)

Bug Fixes

  • bump axios and add shared .npmrc config [DX-422] (#2570) (3f2fc25)

v11.8.0

11.8.0 (2025-09-26)

Features

  • taxonomy: add getConceptAncestors and getConceptDescendants functions [] (#2565) (5d2a265)
Commits
  • 3f2fc25 fix: bump axios and add shared .npmrc config [DX-422] (#2570)
  • 722b0aa chore: install content-source-maps from npm instead of github (#2569)
  • 5d2a265 feat(taxonomy): add getConceptAncestors and getConceptDescendants functions [...
  • 58b8f5a build(deps-dev): bump tar-fs in /test/output-integration/browser (#2566)
  • See full diff in compare view

Updates next from 15.5.3 to 15.5.4

Release notes

Sourced from next's releases.

v15.5.4

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • fix: ensure onRequestError is invoked when otel enabled (#83343)
  • fix: devtools initial position should be from next config (#83571)
  • [devtool] fix overlay styles are missing (#83721)
  • Turbopack: don't match dynamic pattern for node_modules packages (#83176)
  • Turbopack: don't treat metadata routes as RSC (#82911)
  • [turbopack] Improve handling of symlink resolution errors in track_glob and read_glob (#83357)
  • Turbopack: throw large static metadata error earlier (#82939)
  • fix: error overlay not closing when backdrop clicked (#83981)
  • Turbopack: flush Node.js worker IPC on error (#84077)

Misc Changes

  • [CNA] use linter preference (#83194)
  • CI: use KV for test timing data (#83745)
  • docs: september improvements and fixes (#83997)

Credits

Huge thanks to @​yiminghe, @​huozhi, @​devjiwonchoi, @​mischnic, @​lukesandberg, @​ztanner, @​icyJoseph, @​leerob, @​fufuShih, @​dwrth, @​aymericzip, @​obendev, @​molebox, @​OoMNoO, @​pontasan, @​styfle, @​HondaYt, @​ryuapp, @​lpalmes, and @​ijjk for helping!

Commits
  • 40f1d78 v15.5.4
  • cb30f0a [backport] docs: september improvements and fixes (#83997)
  • b6a32bb [backport] [CNA] use linter preference (#83194) (#84087)
  • 26d61f1 [backport] Turbopack: flush Node.js worker IPC on error (#84079)
  • e11e87a [backport] fix: error overlay not closing when backdrop clicked (#83981) (#83...
  • 0a29888 [backport] fix: devtools initial position should be from next config (#83571)...
  • 7a53950 [backport] Turbopack: don't treat metadata routes as RSC (#83804)
  • 050bdf1 [backport] Turbopack: throw large static metadata error earlier (#83816)
  • 1f6ea09 [backport] Turbopack: Improve handling of symlink resolution errors (#83805)
  • c7d1855 [backport] CI: use KV for test timing data (#83860)
  • Additional commits viewable in compare view

Updates @next/eslint-plugin-next from 15.5.3 to 15.5.4

Release notes

Sourced from @​next/eslint-plugin-next's releases.

v15.5.4

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • fix: ensure onRequestError is invoked when otel enabled (#83343)
  • fix: devtools initial position should be from next config (#83571)
  • [devtool] fix overlay styles are missing (#83721)
  • Turbopack: don't match dynamic pattern for node_modules packages (#83176)
  • Turbopack: don't treat metadata routes as RSC (#82911)
  • [turbopack] Improve handling of symlink resolution errors in track_glob and read_glob (#83357)
  • Turbopack: throw large static metadata error earlier (#82939)
  • fix: error overlay not closing when backdrop clicked (#83981)
  • Turbopack: flush Node.js worker IPC on error (#84077)

Misc Changes

  • [CNA] use linter preference (#83194)
  • CI: use KV for test timing data (#83745)
  • docs: september improvements and fixes (#83997)

Credits

Huge thanks to @​yiminghe, @​huozhi, @​devjiwonchoi, @​mischnic, @​lukesandberg, @​ztanner, @​icyJoseph, @​leerob, @​fufuShih, @​dwrth, @​aymericzip, @​obendev, @​molebox, @​OoMNoO, @​pontasan, @​styfle, @​HondaYt, @​ryuapp, @​lpalmes, and @​ijjk for helping!

Commits

Updates @types/react from 19.1.13 to 19.1.14

Commits

Updates sass from 1.93.0 to 1.93.2

Release notes

Sourced from sass's releases.

Dart Sass 1.93.2

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

Changes

  • No user-visible changes.

JavaScript API

  • Fix another error in the release process for @sass/types.

See the full changelog for changes in earlier releases.

Dart Sass 1.93.1

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

Changes

  • No user-visible changes.

JavaScript API

  • Fix an error in the release process for @sass/types.

See the full changelog for changes in earlier releases.

Changelog

Sourced from sass's changelog.

1.93.2

  • No user-visible changes.

JavaScript API

  • Fix another error in the release process for @sass/types.

1.93.1

  • No user-visible changes.

JavaScript API

  • Fix an error in the release process for @sass/types.
Commits

Updates typescript-eslint from 8.44.0 to 8.44.1

Release notes

Sourced from typescript-eslint's releases.

v8.44.1

8.44.1 (2025-09-22)

🩹 Fixes

  • eslint-plugin: [no-base-to-string] make ignoredTypeNames match type names without generics (#11597)
  • eslint-plugin: [no-unsafe-enum-comparison] support unions of literals (#11599)
  • eslint-plugin: [await-thenable] should not report passing values to promise aggregators which may be a promise in an array literal (#11611)
  • typescript-estree: forbid class property with name constructor (#11590)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from typescript-eslint's changelog.

8.44.1 (2025-09-22)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

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

Bumps the app group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [@contentful/rich-text-plain-text-renderer](https://github.com/contentful/rich-text) | `17.1.3` | `17.1.5` |
| [@contentful/rich-text-react-renderer](https://github.com/contentful/rich-text) | `16.1.3` | `16.1.5` |
| [@sentry/nextjs](https://github.com/getsentry/sentry-javascript) | `10.12.0` | `10.15.0` |
| [contentful](https://github.com/contentful/contentful.js) | `11.7.19` | `11.8.1` |
| [next](https://github.com/vercel/next.js) | `15.5.3` | `15.5.4` |
| [@next/eslint-plugin-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next) | `15.5.3` | `15.5.4` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.1.13` | `19.1.14` |
| [sass](https://github.com/sass/dart-sass) | `1.93.0` | `1.93.2` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.44.0` | `8.44.1` |


Updates `@contentful/rich-text-plain-text-renderer` from 17.1.3 to 17.1.5
- [Release notes](https://github.com/contentful/rich-text/releases)
- [Changelog](https://github.com/contentful/rich-text/blob/master/CHANGELOG.md)
- [Commits](https://github.com/contentful/rich-text/compare/@contentful/[email protected]...@contentful/[email protected])

Updates `@contentful/rich-text-react-renderer` from 16.1.3 to 16.1.5
- [Release notes](https://github.com/contentful/rich-text/releases)
- [Changelog](https://github.com/contentful/rich-text/blob/master/CHANGELOG.md)
- [Commits](https://github.com/contentful/rich-text/compare/@contentful/[email protected]...@contentful/[email protected])

Updates `@sentry/nextjs` from 10.12.0 to 10.15.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.12.0...10.15.0)

Updates `contentful` from 11.7.19 to 11.8.1
- [Release notes](https://github.com/contentful/contentful.js/releases)
- [Commits](contentful/contentful.js@v11.7.19...v11.8.1)

Updates `next` from 15.5.3 to 15.5.4
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v15.5.3...v15.5.4)

Updates `@next/eslint-plugin-next` from 15.5.3 to 15.5.4
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v15.5.4/packages/eslint-plugin-next)

Updates `@types/react` from 19.1.13 to 19.1.14
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `sass` from 1.93.0 to 1.93.2
- [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.93.0...1.93.2)

Updates `typescript-eslint` from 8.44.0 to 8.44.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.44.1/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: "@contentful/rich-text-plain-text-renderer"
  dependency-version: 17.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: app
- dependency-name: "@contentful/rich-text-react-renderer"
  dependency-version: 16.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: app
- dependency-name: "@sentry/nextjs"
  dependency-version: 10.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app
- dependency-name: contentful
  dependency-version: 11.8.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app
- dependency-name: next
  dependency-version: 15.5.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: app
- dependency-name: "@next/eslint-plugin-next"
  dependency-version: 15.5.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: app
- dependency-name: "@types/react"
  dependency-version: 19.1.14
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: app
- dependency-name: sass
  dependency-version: 1.93.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: app
- dependency-name: typescript-eslint
  dependency-version: 8.44.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: app
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 26, 2025
@dependabot dependabot bot requested a review from samwisekind as a code owner September 26, 2025 18:29
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 26, 2025
Copy link

@samwisekind samwisekind merged commit dc2efdd into main Sep 26, 2025
6 checks passed
@samwisekind samwisekind deleted the dependabot/npm_and_yarn/app-01b3c4588e branch September 26, 2025 18:33
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