jimutt / osmd-audio-player

Audio playback extension for OpenSheetMusicDisplay. Browser based audio player for MusicXML scores.
MIT License
126 stars 31 forks source link

Bump jszip and opensheetmusicdisplay #112

Open dependabot[bot] opened 2 years ago

dependabot[bot] commented 2 years ago

Bumps jszip and opensheetmusicdisplay. These dependencies needed to be updated together. Updates jszip from 3.4.0 to 3.7.1

Changelog

Sourced from jszip's changelog.

v3.7.1 2021-08-05

  • Fix build of dist files.
    • Note: this version ensures the changes from 3.7.0 are actually included in the dist files. Thanks to Evan W for reporting.

v3.7.0 2021-07-23

  • Fix: Use a null prototype object for this.files (see #766)
    • This change might break existing code if it uses prototype methods on the .files property of a zip object, for example zip.files.toString(). This approach is taken to prevent files in the zip overriding object methods that would exist on a normal object.

v3.6.0 2021-02-09

  • Fix: redirect main to dist on browsers (see #742)
  • Fix duplicate require DataLengthProbe, utils (see #734)
  • Fix small error in read_zip.md (see #703)

v3.5.0 2020-05-31

  • Fix 'End of data reached' error when file extra field is invalid (see #544).
  • Typescript definitions: Add null to return types of functions that may return null (see #669).
  • Typescript definitions: Correct nodeStream's type (see #682)
  • Typescript definitions: Add string output type (see #666)
Commits


Updates opensheetmusicdisplay from 0.8.7 to 1.5.3

Release notes

Sourced from opensheetmusicdisplay's releases.

1.5.3

See Changelog

1.5.2

See Changelog

1.5.1

See Changelog

1.5.0

See Changelog (30-60% performance improvement!)

1.4.5

See Changelog

1.4.4

See Changelog

Types should be fixed compared to OSMD 1.4.0 - 1.4.3.

1.4.3

See Changelog

1.4.2

See Changelog

1.4.1

See Changelog

1.4.0

See Changelog

1.3.1

See Changelog

1.3.0

See Changelog

1.2.0

See Changelog

1.1.0

See Changelog

1.0.0

See Changelog

Main additions besides a lot of fixes are the TransposeCalculator, which allows transposing a sheet by x semitones (to a new key), and the ability to add multiple cursors, with new options like selecting the color, alpha value, and highlighting the whole current measure.

... (truncated)

Changelog

Sourced from opensheetmusicdisplay's changelog.

1.5.3 (2022-09-05)

Bug Fixes

  • Tuplets: Fix rest notes not having TypeLength set. EngravingRules.TupletNumberLimitConsecutiveRepetitions: Fix tuplet count not reset for next voice (rare issue) (#1207) (8d55514)

Features

  • GraceNotes: Reduce unnecessary margin/spacing to main note (#1221). Add EngravingRules.GraceNoteGroupXMargin (default 0) (332d625)
  • Lyrics: Add EngravingRules.LyricsYMarginToBottomLine (#389). New default 0.2 prevents overlap of stems with lyrics. (fd6868d)

1.5.2 (2022-08-29)

Bug Fixes

  • binarySearch: Fix rare infinite loop in CollectionUtil.binarySearch (#1201, merge #1202) (552b23f)

Features

  • Accents: Support soft-accent as crescendo+decrescendo wedge on one note/entry (#1214, merge #1215) (db340ac)
  • Tuplets: Add EngravingRules.TupletNumberLimitConsecutiveRepetitions (default true) etc. (breaking change) #1207, merge #1208 (0744bcd)

1.5.1 (2022-07-18)

Bug Fixes

  • generateImages: Fix rehearsal marks not having a box around them due to node canvas restriction. (48799ba)
  • Layout: Fix 12/8 rhythm with rest measures overflowing notes, other rest measure issues (#1187, merge #1188) (b524d77)
  • Rehearsal Mark: Position correctly when EngravingRules.RehearsalMarkFontSize is increased (#1176) (d32bc1a)

1.5.0 (2022-04-22)

Bug Fixes

  • Cursor: Fix undefined errors when drawFromMeasureNumber changed after cursor was shown (5a13bfb)
  • Tabs: AutoBeamNotes no longer beams tab notes by default. Add EngravingRule AutoBeamTabs (c5fa3eb)
  • Ties: Fix note.NoteTie undefined for tie end note in different voice than start note (8f9c373)

... (truncated)

Commits
  • ee81e5d Merge branch 'release/1.5.3'
  • d87e93e chore: update changelog for 1.5.3
  • 418da80 chore: bump osmd.Version to 1.5.3
  • fd6868d feat(Lyrics): Add EngravingRules.LyricsYMarginToBottomLine (#389). New defaul...
  • 332d625 feat(GraceNotes): Reduce unnecessary margin/spacing (#1221). Add EngravingRul...
  • 8d55514 fix(Tuplets): Fix rest notes not having TypeLength set. Fix tuplet count not ...
  • 7ff9d94 chore: update osmd.Version to 1.5.2-dev
  • dbe361e Merge tag '1.5.2' into develop
  • 8d572e2 Merge branch 'release/1.5.2'
  • 137e5c3 chore: update changelog for 1.5.2
  • Additional commits viewable in compare view


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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/jimutt/osmd-audio-player/network/alerts).