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-dev): bump 7zip-min from 1.4.5 to 2.0.0 #355

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 Jan 23, 2025

Bumps 7zip-min from 1.4.5 to 2.0.0.

Release notes

Sourced from 7zip-min's releases.

v2.0.0

2.0.0 (2025-01-23)

Why a major version bump?

  • The minimum Node.js version is v8
  • pack(), unpack() and cmd() functions provide stdout/stderr output printed by 7zip. It's returned as a second argument in the callback function. In case of usage in async way, functions are resolved with this output.
  • If used inside Electron, app.asar in a path to the 7zip binary will be replaced with app.asar.unpacked. This should allow using this package inside Electron apps.

For most users, upgrading to v2 should be smooth without any changes in the code.

Features

  • ability to use the same API in async way (e8a9106), closes #24
  • add types definition index.d.ts (578c33a)
  • return stdout/stderr output printed by 7z (a563837), closes #38
  • support electron (app.assar.unpacked) (3f1c867), closes #98

Documentation

  • more detailed jsdoc comments (ad0df9d)
  • update CHANGELOG.md (60da359)
  • update date in LICENSE (a54ab60)
  • update README.md with new ways to use API (b9bb08e)

Build System and Dependencies

  • add "files" prop to package.json (f1c8cc7)
  • add pack and unpack keywords to package.json (bb57846)
  • dev-deps: ava 6.2.0 (a914f9c)
  • dev-deps: fs-extra v11.3.0 (12c061e)
  • dev-deps: globe v11.0.1 and usage in test.js (8ba8aaf)
  • dev-deps: add @types/fs-extra v11.0.4 (4eba204)
  • use release-it instead of np (4dded46)
Changelog

Sourced from 7zip-min's changelog.

2.0.0 (2025-01-23)

Features

  • ability to use the same API in async way (e8a9106), closes #24
  • add types definition index.d.ts (578c33a)
  • return stdout/stderr output printed by 7z (a563837), closes #38
  • support electron (app.assar.unpacked) (3f1c867), closes #98

Documentation

  • more detailed jsdoc comments (ad0df9d)
  • update CHANGELOG.md (60da359)
  • update date in LICENSE (a54ab60)
  • update README.md with new ways to use API (b9bb08e)

Build System and Dependencies

  • add "files" prop to package.json (f1c8cc7)
  • add pack and unpack keywords to package.json (bb57846)
  • dev-deps: ava 6.2.0 (a914f9c)
  • dev-deps: fs-extra v11.3.0 (12c061e)
  • dev-deps: globe v11.0.1 and usage in test.js (8ba8aaf)
  • dev-deps: add @types/fs-extra v11.0.4 (4eba204)
  • use release-it instead of np (4dded46)
Commits
  • e1acbd6 v2.0.0
  • 918a5c7 Merge pull request #101 from onikienko/v2
  • 12c061e build(dev-deps): fs-extra v11.3.0
  • 3b89b6e tests: resolve a path instead of normalize
  • bb8625c chore: normalize repository url in package.json
  • 4dded46 build: use release-it instead of np
  • 115331b chore: update .gitignore
  • f1c8cc7 build: add "files" prop to package.json
  • a54ab60 docs: update date in LICENSE
  • b9bb08e docs: update README.md with new ways to use API
  • 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 <dependency name> 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)

Bumps [7zip-min](https://github.com/onikienko/7zip-min) from 1.4.5 to 2.0.0.
- [Release notes](https://github.com/onikienko/7zip-min/releases)
- [Changelog](https://github.com/onikienko/7zip-min/blob/master/CHANGELOG.md)
- [Commits](onikienko/7zip-min@v1.4.5...v2.0.0)

---
updated-dependencies:
- dependency-name: 7zip-min
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner January 23, 2025 21:27
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 23, 2025
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants