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

build(deps): Bump itables from 1.3.0 to 1.3.4 #484

Merged
merged 3 commits into from
Nov 9, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 8, 2022

Bumps itables from 1.3.0 to 1.3.4.

Release notes

Sourced from itables's releases.

Version 1.3.4

Fixed

  • We have removed scrollX = True which was causing issues with non-wide tables (#110). Instead, we now use style = "width:auto".

Version 1.3.3

Changed

  • We have added scrollX = True to the default options to make the rendering of wide tables more similar to Pandas.

Version 1.3.2

Fixed

  • We have reimplemented the function that encodes the Pandas dataframes to JSON to avoid triggering FutureWarnings when using pandas>=1.5 (#107).

Version 1.3.1

1.3.1 (2022-11-05)

Added

  • The show method has a new css argument (defaults to itables.options.css) (#104).
Changelog

Sourced from itables's changelog.

1.3.4 (2022-11-07)

Fixed

  • We have removed scrollX = True which was causing issues with non-wide tables (#110). Instead, we now use style = "width:auto".

1.3.3 (2022-11-06)

Changed

  • We have added scrollX = True to the default options to make the rendering of wide tables more similar to Pandas.

1.3.2 (2022-11-06)

Fixed

  • We have reimplemented the function that encodes the Pandas dataframes to JSON to avoid triggering FutureWarnings when using pandas>=1.5 (#107).

1.3.1 (2022-11-05)

Added

  • The show method has a new css argument (defaults to itables.options.css) (#104).
Commits
  • c32000c Use autoWidth = False rather than scrollX = True (#111)
  • 24e5916 Enable horizontal scrolling by default for wide tables (#109)
  • 5da57bc Rewrite the Pandas to JSON conversion (#108)
  • f2fd659 New css option in show & itables.options (#106)
  • 31689f8 Move the link to the documentation at the top
  • d40d81e Add conda install instructions in README and docs (#102)
  • See full diff in compare view

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 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 [itables](https://github.com/mwouts/itables) from 1.3.0 to 1.3.4.
- [Release notes](https://github.com/mwouts/itables/releases)
- [Changelog](https://github.com/mwouts/itables/blob/main/docs/changelog.md)
- [Commits](mwouts/itables@v1.3.0...v1.3.4)

---
updated-dependencies:
- dependency-name: itables
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from Anselmoo as a code owner November 8, 2022 00:30
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 8, 2022
@github-actions github-actions bot added maintenance Maintenance & Security and removed python Pull requests that update Python code labels Nov 8, 2022
@codecov
Copy link

codecov bot commented Nov 8, 2022

Codecov Report

Merging #484 (848300f) into main (af5e7dc) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #484   +/-   ##
=======================================
  Coverage   98.79%   98.79%           
=======================================
  Files          27       27           
  Lines        2392     2392           
=======================================
  Hits         2363     2363           
  Misses         29       29           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@sonarcloud
Copy link

sonarcloud bot commented Nov 9, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@Anselmoo Anselmoo merged commit 7be628e into main Nov 9, 2022
@Anselmoo Anselmoo deleted the dependabot/pip/itables-1.3.4 branch November 9, 2022 19:46
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 maintenance Maintenance & Security
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant