Skip to content

Bump strings from 3.2.0 to 4.0.0 #137

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 13, 2025
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 9, 2025

Bumps strings from 3.2.0 to 4.0.0.

Changelog

Sourced from strings's changelog.

4.0.0

BREAKING CHANGES

  • ⚠️ Minimum Dart SDK is now >=3.7.0. This version drops support for Dart 3.0–3.6 in order to upgrade to the latest version of the unicode package.
  • ⚠️ If you are on an older Dart version, you can continue using version ^3.1.2.

INTERNAL CHANGES

  • Updated internal usage of unicode.generalCategories constants to use lowercase fields (e.g. unicode.control instead of unicode.CONTROL), per the latest unicode API in 1.1.8.
  • No changes to the public API.

3.1.2

  • added an option to the join function to excluded null or empty elements.

3.1.1

  • add the method isDigits.

3.1.0

  • add the within and upTo methods.

3.0.0

  • migrated to dart 3.x
  • added isWhitespace method.

2.0.3

  • added method orElseOnBlank

2.0.2

  • Improvements to the API documentation.
  • Updated references to underscore to its new name toSnakeCase Fixed the StringEx class description.

2.0.1

  • Documenation fixes.

2.0.0-beta.3

  • added documentation link to pubspec
  • added onepub logo

2.0.0-beta.2

  • Fixed broken links on the readme page.

2.0.0-beta.1

BREAKING

  • the right method has been redefined to be in keeping with the conventional use of right() For existing code that uses the old version of right use string.substring(fromRight);
  • All methods are now exposed as static methods of the 'Strings' class.

... (truncated)

Commits

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [strings](https://github.com/onepub-dev/strings) from 3.2.0 to 4.0.0.
- [Changelog](https://github.com/onepub-dev/strings/blob/main/CHANGELOG.md)
- [Commits](https://github.com/onepub-dev/strings/commits/4.0.0)

---
updated-dependencies:
- dependency-name: strings
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dart Pull requests that update Dart code dependencies Pull requests that update a dependency file labels Jun 9, 2025
@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Jun 9, 2025
@MrCsabaToth MrCsabaToth merged commit 8e0b76c into develop Jun 13, 2025
1 of 3 checks passed
@dependabot dependabot bot deleted the dependabot/pub/strings-4.0.0 branch June 13, 2025 23:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dart Pull requests that update Dart code dependencies Pull requests that update a dependency file size:XS This PR changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant