Skip to content

chore: Update all non-major dependencies (v3.x.x)#4596

Open
zowe-robot wants to merge 1 commit intov3.x.xfrom
renovate/v3.x.x-all-minor-patch
Open

chore: Update all non-major dependencies (v3.x.x)#4596
zowe-robot wants to merge 1 commit intov3.x.xfrom
renovate/v3.x.x-all-minor-patch

Conversation

@zowe-robot
Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@zowe/cli (source) 8.31.58.32.0 age confidence
@zowe/cli-test-utils (source) 8.31.58.32.0 age confidence
@zowe/imperative (source) 8.31.58.32.0 age confidence
ajv (source) 8.18.08.20.0 age confidence
caniuse-lite 1.0.300017901.0.30001791 age confidence
fast-xml-parser 5.7.15.7.2 age confidence
react-hook-form (source) 7.73.17.74.0 age confidence
org.junit.platform:junit-platform-engine (source) 1.14.31.14.4 age confidence
org.junit.platform:junit-platform-commons (source) 1.14.31.14.4 age confidence
org.junit.platform:junit-platform-launcher (source) 1.14.31.14.4 age confidence
org.junit.jupiter:junit-jupiter (source) 5.14.35.14.4 age confidence
org.springframework.modulith:spring-modulith-starter-test (source) 1.4.101.4.11 age confidence
org.springframework.modulith:spring-modulith-starter-core (source) 1.4.101.4.11 age confidence
org.springframework.modulith:spring-modulith-bom (source) 1.4.101.4.11 age confidence

Release Notes

zowe/zowe-cli (@​zowe/cli)

v8.32.0

Compare Source

Zowe CLI
  • Enhancement: Added certAccount option to z/OSMF profile type to support client certificate authentication using certificates stored in system keystores (macOS Keychain or Windows Certificate Store). This enables secure authentication with both exportable and non-exportable private keys on macOS and Windows platforms. #​2325
  • Enhancement: Enhanced the zowe zos-files upload file-to-uss command to support uploading a file to a USS directory using its original filename when the target is a directory (similar to UNIX cp) and added the --make-directories option to automatically create missing target directories and the --skip-directory-check option to skip checking if the target path is a directory during upload. #​2686
Core SDK
  • Enhancement: Added certAccount option to base profile options to support client certificate authentication using certificates stored in system keystores on macOS and Windows platforms. #​2325
Imperative
  • Enhancement: Added support for client certificate authentication using certificates stored in system keystores. Added certAccount profile property to specify certificate subject name for authentication. Implemented cross-platform native HTTPS clients (macOS and Windows) that support certificate-based authentication with both exportable and non-exportable private keys. Updated AbstractRestClient to use native HTTPS clients when certAccount is specified on macOS or Windows platforms. #​2325
z/OS Files SDK
  • Enhancement: Added abortDownload predicate to IDownloadOptions to allow downloads in allMembers, allDataSets and ussDir functions to be cancelled mid-way. #​2715
  • Enhancement: Enhanced the Upload.fileToUssFile method to support uploading a file to a USS directory using its original filename when the target is a directory (similar to UNIX cp) and added the makeDirectories option to automatically create missing target directories and the skipDirectoryCheck option to skip checking if the target path is a directory during upload. #​2686
Secrets SDK
  • Enhancement: Added native certificate authentication support for macOS and Windows platforms. Implemented certificate retrieval from system keystores (macOS Keychain and Windows Certificate Store), identity context caching for signing operations, and native HTTPS clients with client certificate authentication. The implementation supports both exportable and non-exportable private keys through platform-specific cryptographic APIs (macOS Security framework and Windows CNG). #​2325
z/OSMF SDK
  • Enhancement: Added certAccount option to z/OSMF connection options to support client certificate authentication using certificates stored in system keystores on macOS and Windows platforms.
  • Enhancement: Added ZosmfChangePassword.changePassword function which allows changing the z/OSMF password or passphrase. #​2703
CLI Test Utils
  • BugFix: Replaced uuid dependency for technical currency. #​2720
ajv-validator/ajv (ajv)

v8.20.0

Compare Source

What's Changed

Full Changelog: ajv-validator/ajv@v8.19.0...v8.20.0

browserslist/caniuse-lite (caniuse-lite)

v1.0.30001791

Compare Source

NaturalIntelligence/fast-xml-parser (fast-xml-parser)

v5.7.2: backward compatibility for numerical external entity, fix #​705, #​817

Compare Source

  • allow numerical external entity for backward compatibility
  • fix #​705: attributesGroupName working with preserveOrder
  • fix #​817: stackoverflow when tag expression is very long
react-hook-form/react-hook-form (react-hook-form)

v7.74.0: Version 7.74.0

Compare Source

🪇 feat: setValues (#​13201)

setValues((data) => {
  return {
    ...data,
    name: 'test'
  }
})

setValues(formValues);

🐞 fix: preserve previous field value when useController name changes (#​13395)
🐞 fix: handle null parent when unregistering nested field (#​13396)
🐞 fix: treat NaN as empty when valueAsNumber is true in validateField (#​13388)
🪢 fix build to exclude test files (#​13387)

thanks to @​Yihao-G & @​mixelburg

spring-projects/spring-modulith (org.springframework.modulith:spring-modulith-starter-test)

v1.4.11

Compare Source

💡 Improvements
  • Prefer @SpringBootApplication on explicitly declared classes in @ModuleSlicing #​1646
🔨 Dependency Upgrades

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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.

Signed-off-by: Renovate Bot <renovate@whitesourcesoftware.com>
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 size/S

Projects

Development

Successfully merging this pull request may close these issues.

2 participants