gems-uff / sapos

SAPOS main goal is to ease the management of information related to graduate programs such as enrollments, courses, advisement, scholarships, requirements, among others.
http://gems-uff.github.io/sapos/
MIT License
29 stars 14 forks source link

Bump caxlsx from 4.0.0 to 4.1.0 #486

Closed dependabot[bot] closed 3 weeks ago

dependabot[bot] commented 3 weeks ago

Bumps caxlsx from 4.0.0 to 4.1.0.

Changelog

Sourced from caxlsx's changelog.

CHANGELOG

  • Unreleased

  • February.26.24: 4.1.0

  • 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 singular 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

... (truncated)

Commits
  • 75ad489 Merge pull request #353 from kiskoza/release-4.1.0
  • 26674b0 Version bump to 4.1.0
  • d76f187 Merge pull request #349 from tablecheck/convert-to-minitest
  • cbe2ab9 Convert test suite to Minitest
  • a40c329 Merge pull request #342 from kiskoza/328-auto-filter-button
  • fdee6c9 Fix show button for filter columns
  • e874a81 Merge pull request #334 from kiskoza/210-pattern-fill
  • 207e4e7 Merge pull request #343 from tagliala/chore/update-rubocop
  • 10a8b98 Update RuboCop dependency
  • 87b3db5 Add pattern fill options to add_style
  • 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 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[bot] commented 3 weeks ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.