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 tar and @zowe/cli #103

Merged
merged 1 commit into from
Apr 11, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 11, 2024

Bumps tar to 6.2.1 and updates ancestor dependency @zowe/cli. These dependencies need to be updated together.

Updates tar from 6.1.14 to 6.2.1

Changelog

Sourced from tar's changelog.

Changelog

7.0

  • 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.

6.2

  • Add support for brotli compression
  • Add maxDepth option to prevent extraction into excessively deep folders.

6.1

6.0

  • Drop support for node 6 and 8
  • fix symlinks and hardlinks on windows being packed with \-style path targets

5.0

  • Address unpack race conditions using path reservations
  • Change large-numbers errors from TypeError to Error
  • Add TAR_* error codes
  • Raise TAR_BAD_ARCHIVE warning/error when there are no valid entries found in an archive
  • do not treat ignored entries as an invalid archive
  • drop support for node v4
  • unpack: conditionally use a file mapping to write files on Windows
  • Set more portable 'mode' value in portable mode
  • Set portable gzip option in portable mode

... (truncated)

Commits

Updates @zowe/cli from 7.23.4 to 7.24.0

Release notes

Sourced from @​zowe/cli's releases.

v7.24.0

Zowe CLI

  • Enhancement: Prompt for user/password on SSH commands when a token is stored in the config. #2081
  • BugFix: Fixed error in zos-files list all-members command that could occur when members contain control characters in the name. #2104

Imperative

  • Enhancement: Prompt for user/password on SSH commands when a token is stored in the config. #2081

z/OS Files SDK

  • BugFix: Fixed error that could occur when listing data set members that contain control characters in the name. #2104

z/OS USS SDK

  • Enhancement: Provide legible errors to users when they are missing user/password credentials while running zowe zos-uss issue ssh commands. #2081

v7.23.9

Zowe CLI

  • BugFix: Resolved technical currency by updating tar dependency. #2101
  • BugFix: Resolved technical currency by updating markdown-it dependency. #2106

Imperative

  • BugFix: Resolved technical currency by updating markdown-it dependency. #2106

v7.23.8

Imperative

  • BugFix: Updated debugging output for technical currency. #2098

v7.23.7

z/OS Files SDK

  • BugFix: Fixed Upload.bufferToUssFile not normalizing new lines when uploading plain text. #2091

v7.23.6

Imperative

  • BugFix: Fixed issue where the ProfileInfo.addProfileTypeToSchema function did not update the global schema if a project-level configuration was detected. #2086

v7.23.5

Zowe CLI

  • BugFix: Fixed default base profile missing in config generated by zowe config auto-init #2084
Commits
  • 70ac877 Bump version to 7.24.0 [ci skip]
  • f65d45d Merge pull request #2104 from zowe/fix/invalid-member-names
  • 7b909b5 Merge branch 'master' into fix/invalid-member-names
  • 9e4a7e7 Merge pull request #2103 from zowe/ssh-error-port
  • edb5b1b Merge branch 'master' into ssh-error-port
  • c2103dc Fix cli changelog
  • 07a7087 Update CLI changelog
  • 62b7f19 Merge branch 'master' into fix/invalid-member-names
  • 368e038 Add handler unit test for members with errors
  • da70f23 Display members with errors in CLI handler
  • 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 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 6.2.1 and updates ancestor dependency [@zowe/cli](https://github.com/zowe/zowe-cli). These dependencies need to be updated together.


Updates `tar` from 6.1.14 to 6.2.1
- [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.14...v6.2.1)

Updates `@zowe/cli` from 7.23.4 to 7.24.0
- [Release notes](https://github.com/zowe/zowe-cli/releases)
- [Changelog](https://github.com/zowe/zowe-cli/blob/master/release.config.js)
- [Commits](zowe/zowe-cli@v7.23.4...v7.24.0)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: indirect
- dependency-name: "@zowe/cli"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 11, 2024
@zFernand0
Copy link
Member

Feel free to merge this PR if you are the next approver. 😋

@traeok traeok merged commit e253d9b into master Apr 11, 2024
16 of 17 checks passed
@traeok traeok deleted the dependabot/npm_and_yarn/multi-e6fe519754 branch April 11, 2024 13:37
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 no-changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants