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 file-format from 0.17.3 to 0.18.0 #1136

Merged
merged 1 commit into from
Jul 15, 2023

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps file-format from 0.17.3 to 0.18.0.

Release notes

Sourced from file-format's releases.

v0.18.0

API

  • Add Syndication kind
  • Rename Mpeg1AudioLayer1 to Mpeg12AudioLayer1
  • Rename Mpeg1AudioLayer2 to Mpeg12AudioLayer2

Docs

  • Improve internal documentation

Fixes

  • Fix MPEG-1/2 Audio Layer 1 (MP1) name
  • Fix MPEG-1/2 Audio Layer 2 (MP2) name

Improvements

  • Add MPEG-1/2 Audio Layer 1 (MP1) signature
  • Add MPEG-1/2 Audio Layer 3 (MP3) signature
  • Detect Scalable Vector Graphics (SVG) with an uppercase tag

New formats support

  • Atom
  • JSON Feed
  • Lempel-Ziv-Markov chain algorithm (LZMA)
  • Mathematical Markup Language (MathML)
  • Squashfs
  • StarCalc (SDC)
  • StarChart (SDS)
  • StarDraw (SDA)
  • StarImpress (SDD)
  • StarMath (SMF)
  • StarWriter (SDW)
  • Sun XML Calc (SXC)
  • Sun XML Calc Template (STC)
  • Sun XML Draw (SXD)
  • Sun XML Draw Template (STD)
  • Sun XML Impress (SXI)
  • Sun XML Impress Template (STI)
  • Sun XML Math (SXM)
  • Sun XML Writer (SXW)
  • Sun XML Writer Global (SGW)
  • Sun XML Writer Template (STW)
  • Tiled Map XML (TMX)
  • Tiled Tileset XML (TSX)
  • Windows Imaging Format (WIM)
  • WordPerfect Document (WPD)
  • WordPerfect Graphics (WPG)

... (truncated)

Changelog

Sourced from file-format's changelog.

Version 0.18.0 (2023-07-14)

API

  • Add Syndication kind
  • Rename Mpeg1AudioLayer1 to Mpeg12AudioLayer1
  • Rename Mpeg1AudioLayer2 to Mpeg12AudioLayer2

Docs

  • Improve internal documentation

Fixes

  • Fix MPEG-1/2 Audio Layer 1 (MP1) name
  • Fix MPEG-1/2 Audio Layer 2 (MP2) name

Improvements

  • Add MPEG-1/2 Audio Layer 1 (MP1) signature
  • Add MPEG-1/2 Audio Layer 3 (MP3) signature
  • Detect Scalable Vector Graphics (SVG) with an uppercase tag

New formats support

  • Atom
  • JSON Feed
  • Lempel-Ziv-Markov chain algorithm (LZMA)
  • Mathematical Markup Language (MathML)
  • Squashfs
  • StarCalc (SDC)
  • StarChart (SDS)
  • StarDraw (SDA)
  • StarImpress (SDD)
  • StarMath (SMF)
  • StarWriter (SDW)
  • Sun XML Calc (SXC)
  • Sun XML Calc Template (STC)
  • Sun XML Draw (SXD)
  • Sun XML Draw Template (STD)
  • Sun XML Impress (SXI)
  • Sun XML Impress Template (STI)
  • Sun XML Math (SXM)
  • Sun XML Writer (SXW)
  • Sun XML Writer Global (SGW)
  • Sun XML Writer Template (STW)
  • Tiled Map XML (TMX)
  • Tiled Tileset XML (TSX)
  • Windows Imaging Format (WIM)
  • WordPerfect Document (WPD)

... (truncated)

Commits
  • 364dc32 Merge pull request #31 from mmalecot/dev
  • e6e45b2 Add release date for 0.18.0
  • 17287b4 Detect Scalable Vector Graphics (SVG) with an uppercase tag
  • 287fd6d Add tests for WordPerfect formats
  • 287b5d4 Add WordPerfect formats support
  • 5e1a74b Fix alphabetical order in from_xml_reader
  • 98fd9f7 Add OpenOffice.org formats
  • 9221631 Add signatures to MathML
  • 784d6a9 Add StarOffice formats support
  • 22ba585 Add TMX and TSX support
  • 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)

Bumps [file-format](/~https://github.com/mmalecot/file-format) from 0.17.3 to 0.18.0.
- [Release notes](/~https://github.com/mmalecot/file-format/releases)
- [Changelog](/~https://github.com/mmalecot/file-format/blob/main/CHANGELOG.md)
- [Commits](mmalecot/file-format@v0.17.3...v0.18.0)

---
updated-dependencies:
- dependency-name: file-format
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jul 15, 2023
@jqnatividad jqnatividad merged commit a22a719 into master Jul 15, 2023
@jqnatividad jqnatividad deleted the dependabot/cargo/file-format-0.18.0 branch July 15, 2023 03:47
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 rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant