Skip to content

Bump archiver from 7.0.1 to 8.0.0 - #43

Closed
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/develop/archiver-8.0.0
Closed

Bump archiver from 7.0.1 to 8.0.0#43
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/develop/archiver-8.0.0

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubAug 26, 2026

Copy link
Copy Markdown
Contributor

Bumps archiver from 7.0.1 to 8.0.0.

Release notes

Sourced from archiver's releases.

8.0.0

What’s changed

Breaking changes

Maintenance

Documentation

Dependency updates

... (truncated)

Changelog

Sourced from archiver's changelog.

Changelog

8.0.0 - May 8, 2026Diff

7.0.1 - March 9, 2024Diff

7.0.0 - February 28, 2024Diff

6.0.2 - February 27, 2024Diff

6.0.1 - September 3, 2023Diff

6.0.0 - August 17, 2023Diff

Release Archive

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for archiver since your current version.


@dependabotdependabotBot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 26, 2026
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/develop/archiver-8.0.0 branch from 0fed5a0 to 438860dCompareAugust 26, 2026 12:16
Bumps [archiver](https://github.com/archiverjs/node-archiver) from 7.0.1 to 8.0.0.
- [Release notes](https://github.com/archiverjs/node-archiver/releases)
- [Changelog](https://github.com/archiverjs/node-archiver/blob/master/CHANGELOG.md)
- [Commits](archiverjs/node-archiver@7.0.1...8.0.0)
---
updated-dependencies:
- dependency-name: archiver
dependency-version: 8.0.0
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/develop/archiver-8.0.0 branch from 438860d to 7e20acbCompareAugust 26, 2026 12:24
@uidev1116

Copy link
Copy Markdown
Contributor

archiver v8 はAPIが再設計されており(default export/archiver.create('zip', {}) が廃止され、ZipArchive 等のクラスベースAPIに変更)、scripts/lib/index.js の書き換えが必要です。単純なバージョン差し替えでは対応できないため、いったんクローズします。対応する場合は別途、リリースパッケージング処理の書き換えとして計画してください。

@dependabot@github

dependabotBot commented on behalf of githubAug 26, 2026

Copy link
Copy Markdown
ContributorAuthor

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabotBot deleted the dependabot/npm_and_yarn/develop/archiver-8.0.0 branch August 26, 2026 12:32
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency filejavascriptPull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@uidev1116