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

Chore: update dependencies #858

Merged
merged 1 commit into from
Dec 27, 2023
Merged

Chore: update dependencies #858

merged 1 commit into from
Dec 27, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 27, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
node-unrar-js 2.0.0 -> 2.0.2 age adoption passing confidence
reflect-metadata (source) 0.1.13 -> 0.2.1 age adoption passing confidence

Release Notes

YuJianrong/node-unrar.js (node-unrar-js)

v2.0.2

Compare Source

Bug Fixes
  • remove the postinstall script which should not be executed when installed on user side (#​329) (16b4e3c), closes #​324

v2.0.1

Compare Source

Bug Fixes
  • fix husky blocker on semantic-release (88cd80c)
  • fix the case when file size is greater than 2G (#​323) (f81cacd)
2.0.0 (2022-06-15)
  • Add support for NodeJs v18
  • (Breaking change): ArcFile.extraction is optional for createExtractorFromData now. If ArcFile.fileHeader.flags.directory is true, this field will be undefined.
1.0.6 (2022-03-16)
  • Add createExtractorFromFile support in Webpack
1.0.5 (2022-02-28)
  • Fix an issue on file extracting to current working directory ('./')
1.0.4 (2022-02-15)
  • Fix folder creation issue on Windows.
1.0.3 (2021-05-10)
  • Fix for Security Vulnerability on dependencies
1.0.2 (2021-04-01)
  • Fix for Security Vulnerability on dependencies
1.0.1 (2021-02-18)
  • Add new option filenameTransform for ExtractorFromFileOptions.
1.0.0 (2020-12-29)
  • Refactory by the latest EMScripten and UnRar DLL source. Since both of them changed a lot, there are many breaking changes in this update
  • (Breaking change): Use Javascript Exception instead of tuple [state, result] for error handling.
  • (Breaking change): The extractor object return by createExtractorFromData and createExtractorFromFile are now promise object. Since loading the wasm object in the latest EMScriten is asynchronized.
  • (Breaking change): The fileHeaders and files returned by the extractions api are changed from array to iterator, make the extraction lazy.
0.8.0
  • First release
rbuckton/reflect-metadata (reflect-metadata)

v0.2.1

Compare Source

What's Changed

Full Changelog: rbuckton/reflect-metadata@v0.2.0...v0.2.1

v0.2.0: reflect-metadata 0.2.0

Compare Source

What's Changed

Full Changelog: rbuckton/reflect-metadata@v0.1.14...v0.2.0

v0.1.14

Compare Source


Configuration

📅 Schedule: Branch creation - "on the 27th day of the month" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot enabled auto-merge (squash) December 27, 2023 09:39
Copy link

codecov bot commented Dec 27, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (ded3728) 93.46% compared to head (db1720f) 93.18%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #858      +/-   ##
==========================================
- Coverage   93.46%   93.18%   -0.29%     
==========================================
  Files          86       86              
  Lines        5296     5296              
  Branches     1214     1214              
==========================================
- Hits         4950     4935      -15     
- Misses        328      342      +14     
- Partials       18       19       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

🧪 Branch testing instructions

This pull request can be tested locally with the following command:

npm exec --yes -- "github:emmercm/igir#renovate/dependencies" [commands..] [options]

Comment generated by the Pull Request Commenter workflow.

@renovate renovate bot merged commit f6fdc17 into main Dec 27, 2023
54 checks passed
@renovate renovate bot deleted the renovate/dependencies branch December 27, 2023 09:49
Copy link

🔒 Inactive pull request lock

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Comment generated by the GitHub Lock Issues workflow.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 27, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants