Skip to content

Bump tar and @ckeditor/ckeditor5-dev-utils#194

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/multi-9acb8dc043
Open

Bump tar and @ckeditor/ckeditor5-dev-utils#194
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/multi-9acb8dc043

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 26, 2026

Copy link
Copy Markdown
Contributor

Bumps tar to 7.5.15 and updates ancestor dependency @ckeditor/ckeditor5-dev-utils. These dependencies need to be updated together.

Updates tar from 6.1.13 to 7.5.15

Changelog

Sourced from tar's changelog.

Changelog

7.5

  • Added zstd compression support.
  • Consistent TOCTOU behavior in sync t.list
  • Only read from ustar block if not specified in Pax
  • Fix sync tar.list when file size reduces while reading
  • Sanitize absolute linkpaths properly
  • Prevent writing hardlink entries to the archive ahead of their file target

7.4

  • Deprecate onentry in favor of onReadEntry for clarity.

7.3

  • Add onWriteEntry option

7.2

  • DRY the command definitions into a single makeCommand method, and update the type signatures to more appropriately infer the return type from the options and arguments provided.

7.1

  • Update minipass to v7.1.0
  • Update the type definitions of write() and end() methods on Unpack and Parser classes to be compatible with the NodeJS.WritableStream type in the latest versions of @types/node.

7.0

  • Drop support for node <18
  • Rewrite in TypeScript, provide ESM and CommonJS hybrid interface
  • Add tree-shake friendly exports, like import('tar/create') and import('tar/read-entry') to get individual functions or classes.
  • Add chmod option that defaults to false, and deprecate noChmod. That is, reverse the default option regarding explicitly setting file system modes to match tar entry settings.
  • Add processUmask option to avoid having to call process.umask() when chmod: true (or noChmod: false) is set.

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by isaacs, a new releaser for tar since your current version.

Install script changes

This version adds prepare script that runs during installation. Review the package contents before updating.


Updates @ckeditor/ckeditor5-dev-utils from 33.0.1 to 55.6.1

Release notes

Sourced from @​ckeditor/ckeditor5-dev-utils's releases.

v55.6.1

Bug fixes

  • changelog: Fixed the suggested pre-release version when starting a pre-release cycle from a stable version. The default now reflects the underlying change type — a major bump only when breaking changes are present, a minor bump for features, and a patch bump otherwise — instead of always defaulting to a major bump.

Other changes

  • utils: Removed unused mocha dependency in ckeditor5-dev-utils.

Released packages

Check out the Versioning policy guide for more information.

Other releases:

v55.6.0

Features

  • tests: ckeditor5-dev-tests-run-automated and ckeditor5-dev-tests-run-manual will now point the user to the --help argument when an unknown argument is parsed, then exit process with code 1.

Bug fixes

  • ci: Fixed ckeditor5-dev-ci-notify-circle-status reporting "Build time: Unavailable." in Slack notifications. The CircleCI job API was called with a pipeline number instead of a job number, so the request did not return a valid started_at timestamp. Closes ckeditor/ckeditor5#20081.
  • tests: Fixed ckeditor5-dev-tests-run-automated hanging in production mode when webpack warnings were treated as errors. The runner now emits generated bundles before failing the browser test run.
  • tests: Fixed webpack warnings from protobufjs in automated and manual test runners. Test webpack configurations now handle dynamic optional require() calls from @protobufjs/inquire without reporting critical dependency warnings.

Other changes

Released packages

... (truncated)

Changelog

Sourced from @​ckeditor/ckeditor5-dev-utils's changelog.

55.6.1 (May 21, 2026)

Bug fixes

  • changelog: Fixed the suggested pre-release version when starting a pre-release cycle from a stable version. The default now reflects the underlying change type — a major bump only when breaking changes are present, a minor bump for features, and a patch bump otherwise — instead of always defaulting to a major bump.

Other changes

  • utils: Removed unused mocha dependency in ckeditor5-dev-utils.

Released packages

Check out the Versioning policy guide for more information.

Other releases:

55.6.0 (May 15, 2026)

Features

  • tests: ckeditor5-dev-tests-run-automated and ckeditor5-dev-tests-run-manual will now point the user to the --help argument when an unknown argument is parsed, then exit process with code 1.

Bug fixes

  • ci: Fixed ckeditor5-dev-ci-notify-circle-status reporting "Build time: Unavailable." in Slack notifications. The CircleCI job API was called with a pipeline number instead of a job number, so the request did not return a valid started_at timestamp. Closes ckeditor/ckeditor5#20081.
  • tests: Fixed ckeditor5-dev-tests-run-automated hanging in production mode when webpack warnings were treated as errors. The runner now emits generated bundles before failing the browser test run.
  • tests: Fixed webpack warnings from protobufjs in automated and manual test runners. Test webpack configurations now handle dynamic optional require() calls from @protobufjs/inquire without reporting critical dependency warnings.

Other changes

... (truncated)

Commits
  • ecaa163 Release: v55.6.1. [skip ci]
  • 18c13a4 Merge pull request #1366 from ckeditor/i/4435
  • 75af6ba Removed not used mocha dependency in ckeditor5-dev-utils.
  • 35dddf5 Merge remote-tracking branch 'origin/master' into ci/4293-migrate-to-rolldown...
  • 32e9460 Release: v55.6.0. [skip ci]
  • 9001dbe Release: v55.6.0-alpha.0. [skip ci]
  • 805bfa6 Remove unnecessary types command.
  • 52d3a67 Migrate the repository tooling to Rolldown and isolated declarations.
  • d5b26e4 Merge branch 'master' into ci/4359
  • bbf3cde Release: v55.5.0. [skip ci]
  • 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 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [tar](https://github.com/isaacs/node-tar) to 7.5.15 and updates ancestor dependency [@ckeditor/ckeditor5-dev-utils](https://github.com/ckeditor/ckeditor5-dev/tree/HEAD/packages/ckeditor5-dev-utils). These dependencies need to be updated together.


Updates `tar` from 6.1.13 to 7.5.15
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](isaacs/node-tar@v6.1.13...v7.5.15)

Updates `@ckeditor/ckeditor5-dev-utils` from 33.0.1 to 55.6.1
- [Release notes](https://github.com/ckeditor/ckeditor5-dev/releases)
- [Changelog](https://github.com/ckeditor/ckeditor5-dev/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ckeditor/ckeditor5-dev/commits/v55.6.1/packages/ckeditor5-dev-utils)

---
updated-dependencies:
- dependency-name: tar
  dependency-version: 7.5.15
  dependency-type: indirect
- dependency-name: "@ckeditor/ckeditor5-dev-utils"
  dependency-version: 55.6.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 26, 2026
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