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 caxlsx from 3.4.1 to 4.0.0 #429

Merged
merged 1 commit into from
Nov 26, 2023

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps caxlsx from 3.4.1 to 4.0.0.

Changelog

Sourced from caxlsx's changelog.

CHANGELOG

  • Unreleased

  • October.30.23: 4.0.0

  • April.23.23: 3.4.1

  • April.12.23: 3.4.0

    • [PR #186](caxlsx/caxlsx#186) - Add escape_formulas to global, workbook, worksheet, row and cell levels, and standardize behavior.
    • [PR #186](caxlsx/caxlsx#186) - escape_formulas should handle all OWASP-designated formula prefixes.
    • Fix bug when calling worksheet.add_border("A1:B2", nil)
    • Change BorderCreator#initialize arguments handling
    • Fix add_border to work with singluar cell refs
    • [PR #196](caxlsx/caxlsx#196) - Fix tab color reassignment
    • Add support for remote image source in Pic using External Relationship (supported in Excel documents)
  • 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.

... (truncated)

Commits
  • 333331d Merge pull request #308 from kiskoza/release-4.0.0
  • c61c39c Update changelog
  • ad30c9e Version bump to 4.0.0
  • 51689ff Merge pull request #310 from tagliala/chore/fix-safe-offenses-to-gemspec
  • cd1c1ea Fix minor safe offenses to gemspec
  • f476d99 Merge pull request #309 from kiskoza/fix-scatter-series-with-non-default-marker
  • ae322aa Fix frozen string error for scatter series with non-default marker
  • f6cb47c Merge pull request #304 from kiskoza/fix-none-type-validations
  • 964d980 Fix data validations for none type validations to show warnings only
  • 57ddee5 Merge pull request #269 from kiskoza/221-icon-set-improvements
  • 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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Oct 30, 2023
@dependabot dependabot bot force-pushed the dependabot/bundler/caxlsx-4.0.0 branch 3 times, most recently from 37a7fc6 to 400cbcf Compare November 6, 2023 16:51
@dependabot dependabot bot force-pushed the dependabot/bundler/caxlsx-4.0.0 branch 2 times, most recently from 336c4cc to 69914f4 Compare November 17, 2023 21:29
@kostyanf14 kostyanf14 enabled auto-merge (rebase) November 26, 2023 21:36
@kostyanf14
Copy link
Contributor

@dependabot rebase

Bumps [caxlsx](https://github.com/caxlsx/caxlsx) from 3.4.1 to 4.0.0.
- [Changelog](https://github.com/caxlsx/caxlsx/blob/master/CHANGELOG.md)
- [Commits](caxlsx/caxlsx@v3.4.1...v4.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/bundler/caxlsx-4.0.0 branch from 69914f4 to b0db108 Compare November 26, 2023 21:38
@kostyanf14 kostyanf14 merged commit b0d5e8c into main Nov 26, 2023
10 checks passed
@kostyanf14 kostyanf14 deleted the dependabot/bundler/caxlsx-4.0.0 branch November 26, 2023 21:40
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 ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant