Skip to content
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

Bump text_delta from 1.1.0 to 1.4.0 #861

Open
wants to merge 1 commit into
base: production
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 30, 2023

Bumps text_delta from 1.1.0 to 1.4.0.

Release notes

Sourced from text_delta's releases.

v1.2.0

Added

  • &TextDelta.apply/2 and &TextDelta.apply!/2

Changed

  • Moved repository under deltadoc organisation.
  • Text state is now represented with TextDelta.state type rather than TextDelta.document throughout the codebase. TextDelta.document is still there in form of an alias for TextDelta.state.
Changelog

Sourced from text_delta's changelog.

[1.4.0] - 2018-06-09

Added

  • Introduced experimental support for disabling unicode support through :text_delta.support_unicode config. This is useful, because disabling grapheme handling drastically speeds up all string operations (used heavily). If you implementation does not need support of unicode, using this config can greatly improve performance of the library.

Fixed

  • Small performance optimisations by avoiding unnecessary String.length calls

[1.3.0] - 2017-12-29

Added

  • &TextDelta.lines/1 and &TextDelta.lines!/1
  • &TextDelta.diff/2 and &TextDelta.diff!/2

[1.2.0] - 2017-05-29

Added

  • &TextDelta.apply/2 and &TextDelta.apply!/2

Changed

  • Moved repository under deltadoc organisation.
  • Text state is now represented with TextDelta.state type rather than TextDelta.document throughout the codebase. TextDelta.document is still there in form of an alias for TextDelta.state.
Commits
  • a37ccbc Bump the application version
  • 612f29a Fix linting errors
  • 3f3761b Add ability to disable unicode support
  • 45ac09f Optimise slightly the iterator
  • 2c54a4f Introduce compose example
  • fa6545b Bump dependencies
  • 30d3bd1 Bump minimum required Elixir version
  • 3a387e2 Bump to 1.6 minimum
  • 823bb90 Test against all major Elixir/OTP versions
  • bd343e5 Reformat code using Elixir Formatter
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file elixir Pull requests that update Elixir code labels Jan 30, 2023
@dependabot dependabot bot force-pushed the dependabot/hex/production/text_delta-1.4.0 branch from d05aaac to 6393c73 Compare February 6, 2023 17:23
@dependabot dependabot bot force-pushed the dependabot/hex/production/text_delta-1.4.0 branch from 6393c73 to 828acf5 Compare February 22, 2023 04:50
Bumps [text_delta](https://github.com/deltadoc/text_delta) from 1.1.0 to 1.4.0.
- [Release notes](https://github.com/deltadoc/text_delta/releases)
- [Changelog](https://github.com/deltadoc/text_delta/blob/master/CHANGELOG.md)
- [Commits](deltadoc/text_delta@v1.1.0...v1.4.0)

---
updated-dependencies:
- dependency-name: text_delta
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/hex/production/text_delta-1.4.0 branch from 828acf5 to 733d625 Compare March 12, 2023 18:26
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 12, 2023

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

1 similar comment
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 13, 2023

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

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 elixir Pull requests that update Elixir code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants