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

⬆️ Bump jszip and opensheetmusicdisplay #64

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 2, 2023

Bumps jszip to 3.10.1 and updates ancestor dependency opensheetmusicdisplay. These dependencies need to be updated together.

Updates jszip from 3.7.1 to 3.10.1

Changelog

Sourced from jszip's changelog.

v3.10.1 2022-08-02

  • Add sponsorship files.
    • If you appreciate the time spent maintaining JSZip then I would really appreciate your sponsorship.
  • Consolidate metadata types and expose OnUpdateCallback #851 and #852
  • use const instead var in example from README.markdown #828
  • Switch manual download link to HTTPS #839

Internals:

  • Replace jshint with eslint #842
  • Add performance tests #834

v3.10.0 2022-05-20

  • Change setimmediate dependency to more efficient one. Fixes Stuk/jszip#617 (see #829)
  • Update types of currentFile metadata to include null (see #826)

v3.9.1 2022-04-06

  • Fix recursive definition of InputFileFormat introduced in 3.9.0.

v3.9.0 2022-04-04

  • Update types JSZip#loadAsync to accept a promise for data, and remove arguments from new JSZip() (see #752)
  • Update types for compressionOptions to JSZipFileOptions and JSZipGeneratorOptions (see #722)
  • Add types for generateInternalStream (see #774)

v3.8.0 2022-03-30

  • Santize filenames when files are loaded with loadAsync, to avoid "zip slip" attacks. The original filename is available on each zip entry as unsafeOriginalName. See the documentation. Many thanks to McCaulay Hudson for reporting.
Commits

Updates opensheetmusicdisplay from 1.4.5 to 1.7.4

Release notes

Sourced from opensheetmusicdisplay's releases.

1.7.4

See Changelog

1.7.3

See Changelog

1.7.2

See Changelog

1.7.1

See Changelog

1.7.0

See Changelog

1.6.1

See Changelog

1.6.0

See Changelog

1.5.8

See Changelog

1.5.7

See Changelog

1.5.6

See Changelog

1.5.5

See Changelog

1.5.4

See Changelog

1.5.3

See Changelog

1.5.2

See Changelog

1.5.1

See Changelog

1.5.0

See Changelog (30-60% performance improvement!)

Changelog

Sourced from opensheetmusicdisplay's changelog.

1.7.4 (2023-02-02)

Bug Fixes

  • Articulation: Support "harmonic" technical notation (naturalharmonic), e.g. drums open hi-hat (8dcaa08)
  • Cursor: Fix cursor.previous() not setting Iterator.currentTimestamp correctly when going back from full measure note (#1309) (66f0e1c)
  • Cursor: Fix EndReached position display when first instrument is hidden (#1310) (e52385f)
  • Cursor: If instrument at current position is now invisible, show the previous position instead of nothing (#1312) (4dd73f5)
  • Cursor: Show last position in score if hiding cursor, moving past end of sheet, then showing, instead of showing nothing (#1308) (d899128)
  • Tremolo: Offset tremolo strokes if note has a beam (e30fcbc)

Features

  • Cursor: If going beyond confines of sheet (previous() at first note, or next() at last note), show cursor visually at start/end of measure (#1308), creating a visual difference to first/last note positions (d091cd9)
  • Glissando: Implement glissando and slide MusicXML elements. Fix tab slides too long. Add EngravingRules.RenderGlissandi. (#1318, PR #1319, #344) (460e920)
  • Glissando: Add EngravingRules.GlissandoDefaultWidth. Add GraphicalGlissando.Color (#1318) (b1e67d5) Tabs: Add Id to tabnotes in SVG/DOM

1.7.3 (2023-01-23)

Bug Fixes

Features

  • Pedal: Start at beginning of stave (after modifiers) if start note is whole measure rest (and e.g. measures above it have non-rest notes) (#1306, PR #1307) (92eb9b6)

1.7.2 (2023-01-18)

Bug Fixes

... (truncated)

Commits
  • 2cd5c39 Merge branch 'release/1.7.4'
  • a41fb72 chore: update changelog for 1.7.4
  • 2e19720 chore: bump version to 1.7.4-release
  • e30fcbc fix(Tremolo): Offset tremolo strokes if note has a beam
  • 8dcaa08 fix(Articulation): support "harmonic" technical notation (naturalharmonic), e...
  • 0db2b0e fix glissando error when start and end note not found (TODO). fix start of gl...
  • b1e67d5 feat(Glissando): Add EngravingRules.GlissandoDefaultWidth. Add GraphicalGliss...
  • 460e920 feat(Glissando): Implement glissando and slide MusicXML elements. fix tab sli...
  • 4dd73f5 fix(Cursor): If instrument at current position is now invisible, show the pre...
  • fca628f fix cursor update issue when making non-first instruments invisible after cur...
  • 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.

Bumps [jszip](https://github.com/Stuk/jszip) to 3.10.1 and updates ancestor dependency [opensheetmusicdisplay](https://github.com/opensheetmusicdisplay/opensheetmusicdisplay). These dependencies need to be updated together.


Updates `jszip` from 3.7.1 to 3.10.1
- [Release notes](https://github.com/Stuk/jszip/releases)
- [Changelog](https://github.com/Stuk/jszip/blob/main/CHANGES.md)
- [Commits](Stuk/jszip@v3.7.1...v3.10.1)

Updates `opensheetmusicdisplay` from 1.4.5 to 1.7.4
- [Release notes](https://github.com/opensheetmusicdisplay/opensheetmusicdisplay/releases)
- [Changelog](https://github.com/opensheetmusicdisplay/opensheetmusicdisplay/blob/develop/CHANGELOG.md)
- [Commits](opensheetmusicdisplay/opensheetmusicdisplay@1.4.5...1.7.4)

---
updated-dependencies:
- dependency-name: jszip
  dependency-type: indirect
- dependency-name: opensheetmusicdisplay
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 2, 2023
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants