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 table_rex from 3.1.1 to 4.0.0 #161

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 17, 2023

Bumps table_rex from 3.1.1 to 4.0.0.

Changelog

Sourced from table_rex's changelog.

v4.0.0 (2023-06-28)

Dropped official support for Elixir 1.7->1.12. Only 1.13 & up.

No other changes.

v3.2.0 (2023-06-28)

New features:

  • CJK/Unicode character support at the cell level. Non-ascii characters should no longer break rendering.

  • We now have row-level support for colored backgrounds and foregrounds, see some examples.

  • Tables can now have no rows if they wish; that constraint has been relaxed & tables will render fine without any rows (e.g if they just have a header).

Commits
  • 9f9ec60 Bake v4: drop older Elixir & Erlang version support (#55)
  • 3eff328 Update deps
  • 10b13a6 Add source_url to top level config, as per Hex docs.
  • c6bb6f4 Disable GitHub Actions Matrix fail-fast strategy
  • c71a52e Use extra_applications to compute apps list (#54)
  • e5b4438 Remove usage of deprecated Mix.Config.config/2
  • 39f7728 Abide by semver, tsk tsk
  • bb55b8b Bake v3.2 release
  • bd531f3 Update contributors
  • 4b0dd1e Add new features to README
  • 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.

Bumps [table_rex](https://github.com/djm/table_rex) from 3.1.1 to 4.0.0.
- [Changelog](https://github.com/djm/table_rex/blob/main/CHANGELOG.md)
- [Commits](djm/table_rex@v3.1.1...v4.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file elixir Pull requests that update Elixir code labels Jul 17, 2023
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