Skip to content

Replace String.trimRight with String.trimEnd#1810

Merged
bluwy merged 3 commits into
changesets:mainfrom
hirasso:fix/replace-deprecated-trim-right
Jan 12, 2026
Merged

Replace String.trimRight with String.trimEnd#1810
bluwy merged 3 commits into
changesets:mainfrom
hirasso:fix/replace-deprecated-trim-right

Conversation

@hirasso
Copy link
Copy Markdown
Contributor

@hirasso hirasso commented Dec 31, 2025

I was just researching how to create my own Changelog format. Stumbled upon String.prototype.trimRight(), wich is deprecated: https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String/trimEnd

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Dec 31, 2025

🦋 Changeset detected

Latest commit: 7d24118

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 3 packages
Name Type
@changesets/apply-release-plan Patch
@changesets/changelog-github Patch
@changesets/cli Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@codecov
Copy link
Copy Markdown

codecov Bot commented Dec 31, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.33%. Comparing base (8a3d9ef) to head (7d24118).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1810   +/-   ##
=======================================
  Coverage   81.33%   81.33%           
=======================================
  Files          54       54           
  Lines        2277     2277           
  Branches      683      679    -4     
=======================================
  Hits         1852     1852           
  Misses        420      420           
  Partials        5        5           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Comment thread .changeset/tidy-hoops-feel.md Outdated
@bluwy bluwy merged commit 27fd8f4 into changesets:main Jan 12, 2026
6 checks passed
@github-actions github-actions Bot mentioned this pull request Jan 12, 2026
nnecec pushed a commit to nnecec/changesets-docs that referenced this pull request Apr 16, 2026
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