Skip to content

chore(deps): bump the prod-dependencies group with 4 updates - #59

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/prod-dependencies-7323272408
Closed

chore(deps): bump the prod-dependencies group with 4 updates#59
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/prod-dependencies-7323272408

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 3, 2026

Copy link
Copy Markdown
Contributor

Bumps the prod-dependencies group with 4 updates: @helpers4/array, @helpers4/markdown, @helpers4/string and @helpers4/version.

Updates @helpers4/array from 3.0.5 to 3.0.6

Release notes

Sourced from @​helpers4/array's releases.

v3.0.6

What's Changed

Full Changelog: helpers4/typescript@v3.0.5...v3.0.6

Changelog

Sourced from @​helpers4/array's changelog.

[3.0.6] - 2026-07-29

🚀 Features

  • node: make safeReadJsonFile tolerate JSONC
  • node: add safeReadJsonFile helper
  • string: truncate() never cuts inside a grapheme cluster
  • string: add trim/trimStart/trimEnd with a configurable TrimMode

🐛 Bug Fixes

  • CI-CD: re-pin dispatch-with-fallback to main SHA after #15 merged
  • CI-CD: grant pull-requests:write to pr-comment job
  • node: stop JSONC line comments at bare \r, not just \n
  • string: validate mode directly in trim(), not just via delegation
  • string: fix truncate() algorithmic complexity on pathological input
  • string: throw on an invalid TrimMode instead of silently no-op-ing
  • string: give trim() a single-call native fast path
  • string: add missing PURE annotations to TRIM_END/START_REGEX
  • string: fix truncate() surrogate splitting, stop stripping NBSP
  • string: trim trailing whitespace before truncate()'s ellipsis [BREAKING]

🔧 Miscellaneous

  • CI-CD: remove dead job-pr-comment.yml workflow
  • deps-dev: bump the dev-dependencies group across 1 directory with 3 updates

♻️ Refactoring

  • CI-CD: adopt renamed dispatch-with-fallback action
  • CI-CD: adopt helpers4/action setup-pnpm/pr-status-comment/trigger-website-update

📝 Documentation

  • add new TODO items for cross-category name collisions and @​helpers4/all installation issue

✅ Tests

  • node: add benchmark for safeReadJsonFile
Commits
  • 9214afc chore(release): 🔧 bump version to 3.0.6
  • 739c823 fix(string): 🐛 validate mode directly in trim(), not just via delegation
  • eb7ff50 fix(string): 🐛 fix truncate() algorithmic complexity on pathological input
  • e243cbd fix(string): 🐛 throw on an invalid TrimMode instead of silently no-op-ing
  • 18ec4b9 feat(string): truncate() never cuts inside a grapheme cluster
  • fdf3ac0 fix(string): 🐛 give trim() a single-call native fast path
  • affff08 fix(string): add missing PURE annotations to TRIM_END/START_REGEX
  • aa39ec1 feat(string): add trim/trimStart/trimEnd with a configurable TrimMode
  • ab82d1c fix(string): 🐛 fix truncate() surrogate splitting, stop stripping NBSP
  • 260ec05 fix(node): 🐛 stop JSONC line comments at bare \r, not just \n
  • Additional commits viewable in compare view

Updates @helpers4/markdown from 3.0.5 to 3.0.6

Release notes

Sourced from @​helpers4/markdown's releases.

v3.0.6

What's Changed

Full Changelog: helpers4/typescript@v3.0.5...v3.0.6

Changelog

Sourced from @​helpers4/markdown's changelog.

[3.0.6] - 2026-07-29

🚀 Features

  • node: make safeReadJsonFile tolerate JSONC
  • node: add safeReadJsonFile helper
  • string: truncate() never cuts inside a grapheme cluster
  • string: add trim/trimStart/trimEnd with a configurable TrimMode

🐛 Bug Fixes

  • CI-CD: re-pin dispatch-with-fallback to main SHA after #15 merged
  • CI-CD: grant pull-requests:write to pr-comment job
  • node: stop JSONC line comments at bare \r, not just \n
  • string: validate mode directly in trim(), not just via delegation
  • string: fix truncate() algorithmic complexity on pathological input
  • string: throw on an invalid TrimMode instead of silently no-op-ing
  • string: give trim() a single-call native fast path
  • string: add missing PURE annotations to TRIM_END/START_REGEX
  • string: fix truncate() surrogate splitting, stop stripping NBSP
  • string: trim trailing whitespace before truncate()'s ellipsis [BREAKING]

🔧 Miscellaneous

  • CI-CD: remove dead job-pr-comment.yml workflow
  • deps-dev: bump the dev-dependencies group across 1 directory with 3 updates

♻️ Refactoring

  • CI-CD: adopt renamed dispatch-with-fallback action
  • CI-CD: adopt helpers4/action setup-pnpm/pr-status-comment/trigger-website-update

📝 Documentation

  • add new TODO items for cross-category name collisions and @​helpers4/all installation issue

✅ Tests

  • node: add benchmark for safeReadJsonFile
Commits
  • 9214afc chore(release): 🔧 bump version to 3.0.6
  • 739c823 fix(string): 🐛 validate mode directly in trim(), not just via delegation
  • eb7ff50 fix(string): 🐛 fix truncate() algorithmic complexity on pathological input
  • e243cbd fix(string): 🐛 throw on an invalid TrimMode instead of silently no-op-ing
  • 18ec4b9 feat(string): truncate() never cuts inside a grapheme cluster
  • fdf3ac0 fix(string): 🐛 give trim() a single-call native fast path
  • affff08 fix(string): add missing PURE annotations to TRIM_END/START_REGEX
  • aa39ec1 feat(string): add trim/trimStart/trimEnd with a configurable TrimMode
  • ab82d1c fix(string): 🐛 fix truncate() surrogate splitting, stop stripping NBSP
  • 260ec05 fix(node): 🐛 stop JSONC line comments at bare \r, not just \n
  • Additional commits viewable in compare view

Updates @helpers4/string from 3.0.5 to 3.0.6

Release notes

Sourced from @​helpers4/string's releases.

v3.0.6

What's Changed

Full Changelog: helpers4/typescript@v3.0.5...v3.0.6

Changelog

Sourced from @​helpers4/string's changelog.

[3.0.6] - 2026-07-29

🚀 Features

  • node: make safeReadJsonFile tolerate JSONC
  • node: add safeReadJsonFile helper
  • string: truncate() never cuts inside a grapheme cluster
  • string: add trim/trimStart/trimEnd with a configurable TrimMode

🐛 Bug Fixes

  • CI-CD: re-pin dispatch-with-fallback to main SHA after #15 merged
  • CI-CD: grant pull-requests:write to pr-comment job
  • node: stop JSONC line comments at bare \r, not just \n
  • string: validate mode directly in trim(), not just via delegation
  • string: fix truncate() algorithmic complexity on pathological input
  • string: throw on an invalid TrimMode instead of silently no-op-ing
  • string: give trim() a single-call native fast path
  • string: add missing PURE annotations to TRIM_END/START_REGEX
  • string: fix truncate() surrogate splitting, stop stripping NBSP
  • string: trim trailing whitespace before truncate()'s ellipsis [BREAKING]

🔧 Miscellaneous

  • CI-CD: remove dead job-pr-comment.yml workflow
  • deps-dev: bump the dev-dependencies group across 1 directory with 3 updates

♻️ Refactoring

  • CI-CD: adopt renamed dispatch-with-fallback action
  • CI-CD: adopt helpers4/action setup-pnpm/pr-status-comment/trigger-website-update

📝 Documentation

  • add new TODO items for cross-category name collisions and @​helpers4/all installation issue

✅ Tests

  • node: add benchmark for safeReadJsonFile
Commits
  • 9214afc chore(release): 🔧 bump version to 3.0.6
  • 739c823 fix(string): 🐛 validate mode directly in trim(), not just via delegation
  • eb7ff50 fix(string): 🐛 fix truncate() algorithmic complexity on pathological input
  • e243cbd fix(string): 🐛 throw on an invalid TrimMode instead of silently no-op-ing
  • 18ec4b9 feat(string): truncate() never cuts inside a grapheme cluster
  • fdf3ac0 fix(string): 🐛 give trim() a single-call native fast path
  • affff08 fix(string): add missing PURE annotations to TRIM_END/START_REGEX
  • aa39ec1 feat(string): add trim/trimStart/trimEnd with a configurable TrimMode
  • ab82d1c fix(string): 🐛 fix truncate() surrogate splitting, stop stripping NBSP
  • 260ec05 fix(node): 🐛 stop JSONC line comments at bare \r, not just \n
  • Additional commits viewable in compare view

Updates @helpers4/version from 3.0.5 to 3.0.6

Release notes

Sourced from @​helpers4/version's releases.

v3.0.6

What's Changed

Full Changelog: helpers4/typescript@v3.0.5...v3.0.6

Changelog

Sourced from @​helpers4/version's changelog.

[3.0.6] - 2026-07-29

🚀 Features

  • node: make safeReadJsonFile tolerate JSONC
  • node: add safeReadJsonFile helper
  • string: truncate() never cuts inside a grapheme cluster
  • string: add trim/trimStart/trimEnd with a configurable TrimMode

🐛 Bug Fixes

  • CI-CD: re-pin dispatch-with-fallback to main SHA after #15 merged
  • CI-CD: grant pull-requests:write to pr-comment job
  • node: stop JSONC line comments at bare \r, not just \n
  • string: validate mode directly in trim(), not just via delegation
  • string: fix truncate() algorithmic complexity on pathological input
  • string: throw on an invalid TrimMode instead of silently no-op-ing
  • string: give trim() a single-call native fast path
  • string: add missing PURE annotations to TRIM_END/START_REGEX
  • string: fix truncate() surrogate splitting, stop stripping NBSP
  • string: trim trailing whitespace before truncate()'s ellipsis [BREAKING]

🔧 Miscellaneous

  • CI-CD: remove dead job-pr-comment.yml workflow
  • deps-dev: bump the dev-dependencies group across 1 directory with 3 updates

♻️ Refactoring

  • CI-CD: adopt renamed dispatch-with-fallback action
  • CI-CD: adopt helpers4/action setup-pnpm/pr-status-comment/trigger-website-update

📝 Documentation

  • add new TODO items for cross-category name collisions and @​helpers4/all installation issue

✅ Tests

  • node: add benchmark for safeReadJsonFile
Commits
  • 9214afc chore(release): 🔧 bump version to 3.0.6
  • 739c823 fix(string): 🐛 validate mode directly in trim(), not just via delegation
  • eb7ff50 fix(string): 🐛 fix truncate() algorithmic complexity on pathological input
  • e243cbd fix(string): 🐛 throw on an invalid TrimMode instead of silently no-op-ing
  • 18ec4b9 feat(string): truncate() never cuts inside a grapheme cluster
  • fdf3ac0 fix(string): 🐛 give trim() a single-call native fast path
  • affff08 fix(string): add missing PURE annotations to TRIM_END/START_REGEX
  • aa39ec1 feat(string): add trim/trimStart/trimEnd with a configurable TrimMode
  • ab82d1c fix(string): 🐛 fix truncate() surrogate splitting, stop stripping NBSP
  • 260ec05 fix(node): 🐛 stop JSONC line comments at bare \r, not just \n
  • 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 prod-dependencies group with 4 updates: [@helpers4/array](https://github.com/helpers4/typescript), [@helpers4/markdown](https://github.com/helpers4/typescript), [@helpers4/string](https://github.com/helpers4/typescript) and [@helpers4/version](https://github.com/helpers4/typescript).


Updates `@helpers4/array` from 3.0.5 to 3.0.6
- [Release notes](https://github.com/helpers4/typescript/releases)
- [Changelog](https://github.com/helpers4/typescript/blob/main/CHANGELOG.md)
- [Commits](helpers4/typescript@v3.0.5...v3.0.6)

Updates `@helpers4/markdown` from 3.0.5 to 3.0.6
- [Release notes](https://github.com/helpers4/typescript/releases)
- [Changelog](https://github.com/helpers4/typescript/blob/main/CHANGELOG.md)
- [Commits](helpers4/typescript@v3.0.5...v3.0.6)

Updates `@helpers4/string` from 3.0.5 to 3.0.6
- [Release notes](https://github.com/helpers4/typescript/releases)
- [Changelog](https://github.com/helpers4/typescript/blob/main/CHANGELOG.md)
- [Commits](helpers4/typescript@v3.0.5...v3.0.6)

Updates `@helpers4/version` from 3.0.5 to 3.0.6
- [Release notes](https://github.com/helpers4/typescript/releases)
- [Changelog](https://github.com/helpers4/typescript/blob/main/CHANGELOG.md)
- [Commits](helpers4/typescript@v3.0.5...v3.0.6)

---
updated-dependencies:
- dependency-name: "@helpers4/array"
  dependency-version: 3.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: "@helpers4/markdown"
  dependency-version: 3.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: "@helpers4/string"
  dependency-version: 3.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: "@helpers4/version"
  dependency-version: 3.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Aug 3, 2026

Copy link
Copy Markdown
Contributor Author

Labels

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

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

@dependabot
dependabot Bot requested a review from baxyz as a code owner August 3, 2026 12:45
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Aug 3, 2026

Copy link
Copy Markdown

Deploying helpers4 with  Cloudflare Pages  Cloudflare Pages

Latest commit: 36d6931
Status: ✅  Deploy successful!
Preview URL: https://cbaf6ec9.helpers4.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-prod-a4g2.helpers4.pages.dev

View logs

@github-actions

github-actions Bot commented Aug 3, 2026

Copy link
Copy Markdown

✅ PR Validation Passed

All checks passed!


📋 Pipeline Status

Job Status
🧾 Conventional Commits passing
🏗️ Build passing
📘 TypeCheck passing
🏮 Lighthouse passing

🤖 Generated by @helpers4 CI • 2026-08-03

@dependabot @github

dependabot Bot commented on behalf of github Aug 7, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Aug 7, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/prod-dependencies-7323272408 branch August 7, 2026 22:59
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.

1 participant