Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 14, 2026

Bumps the production-dependencies group with 2 updates: @contentful/rich-text-types and diff.

Updates @contentful/rich-text-types from 17.0.1 to 17.2.5

Release notes

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

@​contentful/rich-text-types@​17.2.5

17.2.5 (2025-11-04)

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

@​contentful/rich-text-types@​17.2.4

17.2.4 (2025-09-23)

Bug Fixes

  • build: resolve ESM import failures in rich-text-types [TOL-3435] (#940) (5af12af)

@​contentful/rich-text-types@​17.2.3

17.2.3 (2025-09-23)

Bug Fixes

@​contentful/rich-text-types@​17.2.2

17.2.2 (2025-09-10)

Bug Fixes

  • rich-text-types: add .js extension for esm [] (#926) (b218716)

@​contentful/rich-text-types@​17.2.1

17.2.1 (2025-09-09)

Bug Fixes

  • bundle issues after swc migration [TOL-3396] (#924) (22245f0)

@​contentful/rich-text-types@​17.2.0

17.2.0 (2025-09-04)

Features

  • migrate to swc and use lingui for i18n [TOL-3288] (#914) (b6782a9)

@​contentful/rich-text-types@​17.1.0

17.1.0 (2025-07-15)

Features

... (truncated)

Commits
  • 72d8f4e chore(release): updated release notes and package versions [ci skip]
  • 747a853 chore: bump jest and @​types/jest (#888)
  • b2f2ffe chore: bump @​swc/core from 1.13.5 to 1.14.0 (#970)
  • 8d6a651 chore: bump @​rollup/plugin-commonjs from 28.0.9 to 29.0.0 (#967)
  • a765fe5 chore: bump rimraf from 6.0.1 to 6.1.0 (#969)
  • 0de75db chore: bump @​types/node from 24.8.1 to 24.9.2 (#971)
  • 961606c chore: bump @​lingui/core from 5.5.1 to 5.5.2 (#968)
  • 5f2384e chore: bump contentful-management from 11.60.4 to 11.61.0 (#964)
  • de6bc6c chore: bump @​rollup/plugin-commonjs from 28.0.8 to 28.0.9 (#966)
  • c540fd3 chore: bump @​faker-js/faker from 10.0.0 to 10.1.0 (#965)
  • Additional commits viewable in compare view

Updates diff from 8.0.1 to 8.0.3

Changelog

Sourced from diff's changelog.

Future 8.0.3 release

  • #631 - fix support for using an Intl.Segmenter with diffWords. This has been almost completely broken since the feature was added in v6.0.0, since it would outright crash on any text that featured two consecutive newlines between a pair of words (a very common case).
  • #635 - small tweaks to tokenization behaviour of diffWords when used without an Intl.Segmenter. Specifically, the soft hyphen (U+00AD) is no longer considered to be a word break, and the multiplication and division signs (× and ÷) are now treated as punctuation instead of as letters / word characters.
  • #641 - the format of file headers in createPatch etc. patches can now be customised somewhat. It now takes a headerOptions option that can be used to disable the file headers entirely, or omit the Index: line and/or the underline. In particular, this was motivated by a request to make jsdiff patches compatible with react-diff-view, which they now are if produced with headerOptions: FILE_HEADERS_ONLY.
  • #647 and #649 - fix denial-of-service vulnerabilities in parsePatch whereby adversarial input could cause a memory-leaking infinite loop, typically crashing the calling process. Also fixed ReDOS vulnerabilities whereby adversarially-crafted patch headers could take cubic time to parse. Now, parsePatch should reliably take linear time. (Handling of headers that include the line break characters \r, \u2028, or \u2029 in non-trailing positions is also now more reasonable as side effect of the fix.)

8.0.2

  • #616 Restored compatibility of diffSentences with old Safari versions. This was broken in 8.0.0 by the introduction of a regex with a lookbehind assertion; these weren't supported in Safari prior to version 16.4.
  • #612 Improved tree shakeability by marking the built CJS and ESM packages with sideEffects: false.
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

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 14, 2026

Assignees

The following users could not be added as assignees: MichaelEakins. Either the username does not exist or it does not have the correct permissions to be added as an assignee.

Labels

The following labels could not be found: automated, dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Bumps the production-dependencies group with 2 updates: [@contentful/rich-text-types](https://github.com/contentful/rich-text) and [diff](https://github.com/kpdecker/jsdiff).


Updates `@contentful/rich-text-types` from 17.0.1 to 17.2.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/rich-text-types@17.0.1...@contentful/rich-text-types@17.2.5)

Updates `diff` from 8.0.1 to 8.0.3
- [Changelog](https://github.com/kpdecker/jsdiff/blob/master/release-notes.md)
- [Commits](https://github.com/kpdecker/jsdiff/commits)

---
updated-dependencies:
- dependency-name: "@contentful/rich-text-types"
  dependency-version: 17.2.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: diff
  dependency-version: 8.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/production-dependencies-ee24fc04f4 branch from 8c72e67 to 439e764 Compare January 14, 2026 05:53
@sonarqubecloud
Copy link

@CrashBytes CrashBytes merged commit 0674336 into main Jan 14, 2026
8 checks passed
@CrashBytes CrashBytes deleted the dependabot/npm_and_yarn/production-dependencies-ee24fc04f4 branch January 14, 2026 06:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants