EdinburghUniversityTheatreCompany / black_lightning

MIT License
3 stars 4 forks source link

Bump caxlsx from 3.2.0 to 3.3.0 #189

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps caxlsx from 3.2.0 to 3.3.0.

Changelog

Sourced from caxlsx's changelog.

CHANGELOG

  • Unreleased

    • Fix bug when calling worksheet.add_border("A1:B2", nil)
    • Change BorderCreator#initialize arguments handling
    • Fix add_border to work with singluar cell refs
  • October.21.22: 3.3.0

    • [PR #168](caxlsx/caxlsx#168) - Merge in the gem axlsx_styler
      • Add ability to both apply or append to existing styles after rows have been created using worksheet.add_style
        • worksheet.add_style "A1", {b: true}
        • worksheet.add_style "A1:B2", {b: true}
        • worksheet.add_style ["A1", "B2:C7", "D8:E9"], {b: true}
      • Add ability to create borders upon specific areas of the page using worksheet.add_border
        • worksheet.add_border "A1", {style: :thin}
        • worksheet.add_border "A1:B2", {style: :thin}
        • worksheet.add_border ["A1", "B2:C7", "D8:E9"], {style: :thin}
      • Add Axlsx::BorderCreator the class used under the hood for worksheet.add_border
      • Allow specifying :all in border: {edges: :all} which is a shortcut for border: {edges: [:left, :right, :top, :bottom]}
    • [PR #156](caxlsx/caxlsx#156) - Prevent Excel from crashing when multiple data columns added to PivotTable
    • [PR #155](caxlsx/caxlsx#155) - Add hideDropDown alias for showDropDown setting, as the latter is confusing to use (because its logic seems inverted).
    • [PR #143](caxlsx/caxlsx#143) - Add setting sort_on_headers for pivot tables
    • [PR #132](caxlsx/caxlsx#132) - Remove monkey patch from Object#instance_values
    • [PR #139](caxlsx/caxlsx#139) - Sort archive entries for correct MIME detection with file command
    • [PR #140](caxlsx/caxlsx#140) - Update gemspec to recent styles - it reduced the size of the gem
    • [PR #147](caxlsx/caxlsx#147) - Implement “rounded corners” setting for charts.
    • [PR #145](caxlsx/caxlsx#145) - Implement “plot visible only” setting for charts.
    • [PR #144](caxlsx/caxlsx#144) - Completely hide chart titles if blank; Fix missing cell reference for chart title when cell empty.
  • February.23.22: 3.2.0

  • September.22.21: 3.1.1

  • March.27.21: 3.1.0

... (truncated)

Commits
  • ebd11df Merge pull request #170 from kiskoza/master
  • 99d52e3 Version bump to 3.3.0 [skip ci]
  • 88d26b1 Merge pull request #156 from basefarm/pivot_multiple_data_columns
  • 315c3f0 Merge pull request #168 from westonganger/merge_axlsx_styler
  • 4490564 Remove axlsx_styler gem from readme
  • d5db40a Add example images, Fix axlsx_styler check
  • 28d59a1 Resolve all TODOs
  • 56f0977 Cleanup serialize calls from axlsx_styler tests
  • 03bad90 Improvements
  • 99b2565 Cleanup Stylesheet#add_styles
  • Additional commits viewable 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)