Skip to content

chore: Update all minor dependencies#57

Closed
nxhafa wants to merge 1 commit intoreboot/nodejs-enabler-sec-fixfrom
renovate/all-minor
Closed

chore: Update all minor dependencies#57
nxhafa wants to merge 1 commit intoreboot/nodejs-enabler-sec-fixfrom
renovate/all-minor

Conversation

@nxhafa
Copy link
Owner

@nxhafa nxhafa commented Nov 20, 2024

This PR contains the following updates:

Package Type Update Change
@babel/core (source) devDependencies minor 7.25.8 -> 7.26.0
@babel/preset-env (source) devDependencies minor 7.25.8 -> 7.26.0
@eslint/js (source) devDependencies minor 9.12.0 -> 9.15.0
@testing-library/jest-dom devDependencies minor 6.5.0 -> 6.6.3
@types/node (source) devDependencies minor 20.16.11 -> 20.17.6
@typescript-eslint/eslint-plugin (source) devDependencies minor 8.9.0 -> 8.15.0
@typescript-eslint/parser (source) devDependencies minor 8.9.0 -> 8.15.0
@zowe/cli (source) devDependencies minor 8.3.0 -> 8.8.2
@zowe/cli-test-utils (source) devDependencies minor 8.2.0 -> 8.8.2
@zowe/imperative (source) peerDependencies minor 8.2.0 -> 8.8.2
@zowe/imperative (source) devDependencies minor 8.2.0 -> 8.8.2
babel-istanbul devDependencies minor ^0.11.0 -> ^0.12.0
concurrently devDependencies minor 9.0.1 -> 9.1.0
cypress (source) devDependencies minor 13.15.0 -> 13.16.0
eslint (source) devDependencies minor 9.12.0 -> 9.15.0
eslint-plugin-cypress devDependencies minor 4.0.0 -> 4.1.0
eslint-plugin-jest devDependencies minor 28.8.3 -> 28.9.0
globals devDependencies minor 15.11.0 -> 15.12.0
gradle (source) minor 8.10.2 -> 8.11
sass dependencies minor 1.79.5 -> 1.81.0
swagger-ui-react dependencies minor 5.17.14 -> 5.18.2
com.fasterxml.woodstox:woodstox-core dependencies minor 7.0.0 -> 7.1.0
io.projectreactor:reactor-test dependencies minor 3.6.11 -> 3.7.0
io.projectreactor:reactor-core dependencies minor 3.6.11 -> 3.7.0
com.nimbusds:nimbus-jose-jwt dependencies minor 9.41.2 -> 9.47
io.projectreactor.netty:reactor-netty-http dependencies minor 1.1.23 -> 1.2.0
io.lettuce:lettuce-core dependencies minor 6.4.0.RELEASE -> 6.5.0.RELEASE
com.google.errorprone:error_prone_annotations (source) dependencies minor 2.33.0 -> 2.36.0
commons-io:commons-io (source) dependencies minor 2.17.0 -> 2.18.0
org.bouncycastle:bcpkix-jdk18on (source) dependencies minor 1.78.1 -> 1.79
org.bouncycastle:bcprov-jdk18on (source) dependencies minor 1.78.1 -> 1.79
org.springframework:spring-test dependencies minor 6.1.13 -> 6.2.0
org.springframework:spring-beans dependencies minor 6.1.13 -> 6.2.0
org.springframework:spring-context-support dependencies minor 6.1.13 -> 6.2.0
org.springframework:spring-webmvc dependencies minor 6.1.13 -> 6.2.0
org.springframework:spring-tx dependencies minor 6.1.13 -> 6.2.0
org.springframework:spring-web dependencies minor 6.1.13 -> 6.2.0
org.springframework:spring-framework-bom dependencies minor 6.1.13 -> 6.2.0
org.springframework:spring-webflux dependencies minor 6.1.13 -> 6.2.0
org.springframework:spring-context dependencies minor 6.1.13 -> 6.2.0

Release Notes

babel/babel (@​babel/core)

v7.26.0

Compare Source

🚀 New Feature
  • babel-core, babel-generator, babel-parser, babel-plugin-syntax-import-assertions, babel-plugin-syntax-import-attributes, babel-preset-env, babel-standalone, babel-types
  • babel-core
  • babel-compat-data, babel-plugin-proposal-regexp-modifiers, babel-plugin-transform-regexp-modifiers, babel-preset-env, babel-standalone
  • babel-parser
  • babel-generator, babel-parser, babel-plugin-syntax-flow
  • babel-helpers, babel-preset-typescript, babel-runtime-corejs3
  • babel-generator, babel-parser
🐛 Bug Fix
💅 Polish
  • babel-plugin-proposal-json-modules, babel-plugin-transform-json-modules, babel-standalone
🏠 Internal
🏃‍♀️ Performance
  • babel-helper-module-transforms, babel-plugin-transform-modules-commonjs

v7.25.9

Compare Source

🐛 Bug Fix
🏠 Internal
🏃‍♀️ Performance
eslint/eslint (@​eslint/js)

v9.15.0

Compare Source

Features
  • 01557ce feat: Implement Language#normalizeLanguageOptions() (#​19104) (Nicholas C. Zakas)
  • 2edc0e2 feat: add meta.defaultOptions (#​17656) (Josh Goldberg ✨)
  • bdec50e feat: fix no-useless-computed-key false negative with __proto__ (#​19123) (Milos Djermanovic)
  • 3087c9e feat: add meta object to @eslint/js plugin (#​19095) (Francesco Trotta)
Bug Fixes
Documentation
  • d927920 docs: fix styles in no-js mode (#​18916) (Tanuj Kanti)
  • 09bc2a8 docs: Update README (GitHub Actions Bot)
  • 39089c8 docs: add no-useless-computed-key examples with object patterns (#​19109) (Milos Djermanovic)
  • 895c60f docs: add missing messageId property and suggestion properties (#​19122) (fnx)
  • 298625e docs: Change CLI -c to use flat config (#​19103) (Nicholas C. Zakas)
  • 522d8a3 docs: add deprecation on indent, quotes and semi rule types (#​19090) (Marco Pasqualetti)
Chores

v9.14.0

Compare Source

Features
  • 3fa009f feat: add support for Import Attributes and RegExp Modifiers (#​19076) (Milos Djermanovic)
  • b0faee3 feat: add types for the @eslint/js package (#​19010) (Nitin Kumar)
Bug Fixes
  • 24d0172 fix: enable retry concurrency limit for readFile() (#​19077) (Nicholas C. Zakas)
  • b442067 fix: Don't crash when directory is deleted during traversal. (#​19067) (Nicholas C. Zakas)
  • d474443 fix: avoid call stack overflow while processing globs (#​19035) (Livia Medeiros)
Documentation
Build Related
Chores

v9.13.0

Compare Source

Features
Bug Fixes
Documentation
  • abdbfa8 docs: mark LintMessage#nodeType as deprecated (#​19019) (Nitin Kumar)
  • 19e68d3 docs: update deprecated rules type definitions (#​19018) (Nitin Kumar)
  • 7dd402d docs: Update examples of passing multiple values to a CLI option (#​19006) (Milos Djermanovic)
  • 5dcbc51 docs: Add example with side-effect imports to no-restricted-imports (#​18997) (Milos Djermanovic)
  • 1ee87ca docs: Update README (GitHub Actions Bot)
  • 2c3dbdc docs: Use prerendered sponsors for README (#​18988) (Milos Djermanovic)
Chores
testing-library/jest-dom (@​testing-library/jest-dom)

v6.6.3

Compare Source

Bug Fixes
  • add vitest import when extending vitest matchers (#​646) (5ba0156)

v6.6.2

Compare Source

Bug Fixes

v6.6.1

Compare Source

Bug Fixes

v6.6.0

Compare Source

Features
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.15.0

Compare Source

🚀 Features
  • eslint-plugin: [prefer-nullish-coalescing] fix detection of ignoreConditionalTests involving boolean ! operator (#​10299)
  • eslint-plugin: new rule no-unsafe-type-assertion (#​10051)
  • eslint-plugin: added related-getter-setter-pairs rule (#​10192)
🩹 Fixes
  • utils: add defaultOptions to meta in rule (#​10339)
  • eslint-plugin: report deprecations used in default export (#​10330)
  • eslint-plugin: [explicit-module-boundary-types] and [explicit-function-return-type] don't report on as const satisfies (#​10315)
  • eslint-plugin: [await-thenable, return-await] don't flag awaiting unconstrained type parameter as unnecessary (#​10314)
  • eslint-plugin: [consistent-indexed-object-style] handle circular mapped types (#​10301)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.14.0

Compare Source

🚀 Features
  • eslint-plugin: [await-thenable] report unnecessary await using statements (#​10209)
  • eslint-plugin: [no-confusing-void-expression] add an option to ignore void<->void (#​10067)
🩹 Fixes
  • scope-manager: fix asserted increments not being marked as write references (#​10271)
  • eslint-plugin: [no-misused-promises] improve report loc for methods (#​10216)
  • eslint-plugin: [no-unnecessary-condition] improve error message for literal comparisons (#​10194)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.13.0

Compare Source

🚀 Features
  • eslint-plugin: [only-throw-error] add allow option (#​10221)
  • eslint-plugin: [prefer-nullish-coalescing] add option ignoreBooleanCoercion (#​9924)
  • eslint-plugin: disable no-class-assign rule in eslint-recommended config (#​10250)
🩹 Fixes
  • eslint-plugin: [switch-exhaustiveness-check] add support for covering a missing property with undefined (#​10232)
  • eslint-plugin: [consistent-type-definitions] don't leave trailing parens when fixing type to interface (#​10235)
  • eslint-plugin: [no-deprecated] report when exported class implements/extends deprecated entity (#​10259)
  • eslint-plugin: [no-deprecated] report on deprecated variables used inside dynamic imports (#​10261)
  • eslint-plugin: [no-unnecessary-condition] falsey bigint should be falsey (#​10205)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.12.2

Compare Source

🩹 Fixes
  • eslint-plugin: [switch-exhaustiveness-check] invert considerDefaultExhaustiveForUnions (#​10223)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.12.1

Compare Source

This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.12.0

Compare Source

🚀 Features
  • eslint-plugin: [no-base-to-string] handle String() (#​10005)
  • eslint-plugin: [switch-exhaustiveness-check] add allowDefaultCaseMatchUnionMember option (#​9954)
  • eslint-plugin: [consistent-indexed-object-style] report mapped types (#​10160)
  • eslint-plugin: [prefer-nullish-coalescing] add support for assignment expressions (#​10152)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.11.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unnecessary-type-parameters] add suggestion fixer (#​10149)
  • eslint-plugin: [no-base-to-string] add support for catching toLocaleString (#​10138)
🩹 Fixes
  • eslint-plugin: [class-literal-property-style] don't report nodes with override keyword (#​10135)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.10.0

Compare Source

🚀 Features
❤️ Thank You
  • Josh Goldberg ✨

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.15.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.14.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.13.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.12.2

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.12.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.12.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.11.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.10.0

Compare Source

🚀 Features
❤️ Thank You
  • Josh Goldberg ✨

You can read about our versioning strategy and releases on our website.

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

v8.8.2

Compare Source

Imperative
  • BugFix: Fixed an issue where the Imperative Event Emitter could skip triggering event callbacks. #​2360
  • BugFix: Enhanced #​2301 to include "--help-web" commands to pass even if presence of a faulty configuration.

v8.8.1

Compare Source

Imperative
  • BugFix: Fixed an issue where the ProfileInfo.profileManagerWillLoad method failed if profiles were not yet read from disk. #​2284
  • BugFix: Fixed an issue where the ProfileInfo.onlyV1ProfilesExist method could wrongly return true when V2 profiles exist. #​2311
    • Deprecated the static method ProfileInfo.onlyV1ProfilesExist and replaced it with an onlyV1ProfilesExist instance method on the ProfileInfo class.
  • BugFix: Fixed an issue where the ConvertV1Profiles.convert method may create team configuration files in the wrong directory if the environment variable ZOWE_CLI_HOME is set. #​2312
  • BugFix: Fixed an issue where the Imperative Event Emitter would fire event callbacks for the same app that triggered the event. #​2279
  • BugFix: Fixed an issue where the ProfileInfo.updateKnownProperty method could rewrite team config file to disk without any changes when storing secure value. #​2324

v8.8.0

Compare Source

Zowe CLI
  • Enhancement: Pass a .zosattributes file path for the download encoding format by adding the new --attributes flag to the zowe zos-files upload command. #​2322
  • BugFix: Added support for the --encoding flag to the zowe upload dir-to-uss to allow for encoding uploaded directories for command group consistency. #​2337
  • BugFix: Improved output formatting for zowe zos-tso start app and zowe zos-tso send app commands by parsing and displaying relevant data rather than the entire JSON response. #​2347
  • Enhancement: Add the --ignore-not-found flag to avoid file-not-found error messages when deleting files so scripts are not interupted during automated batch processing. The flag bypasses warning prompts to confirm delete actions. #​2254
Imperative
  • BugFix: Enabled commands with either the --help or --version flags to still display their information despite any configuration file issues. #​2301
z/OS Files SDK
  • Enhancement: Allows for passing a .zosattributues file path for the download encoding format via the attributes option on the Download.ussFile method. #​2322
  • BugFix: Added support for the --encoding flag to the zowe upload dir-to-uss to allow for encoding uploaded directories for command group consistency. #​2337

v8.7.1

Compare Source

Imperative
  • BugFix: Deprecated IO functions createDirsSync and mkdirp due to code duplication. Please use createDirSync instead. #​2352
z/OS Jobs SDK
  • BugFix: Fixed an error where the Delete Jobs API response was not returned if the modifyVersion parameter was not specified, even though it was available. #​2352
CLI Test Utils
  • BugFix: Improved the error message shown on MacOS when runCliScript method fails to run script that is missing shebang line. #​2314

v8.7.0

Compare Source

Zowe CLI
  • Enhancement: Added --wait-for-active and --wait-for-output to download options on zosjobs. #​2328
Imperative
  • Enhancement: Added optional proxy object to ISession interface for extenders to pass a ProxyVariables object that would override the environment variables if in place. #​2330
z/OS Jobs SDK
z/OS USS SDK
  • BugFix: Removed unnecessary $ characters in front of most output. zowe-explorer#3079(comment)
  • Enhancement: Added the ability to validate if an SSH profile can successfully establish a connection, ensuring quicker troubleshooting of connection issues. zowe-explorer#3079(comment)

v8.6.2

Compare Source

Zowe CLI
  • BugFix: Resolved issue where zowe zos-files upload file-to-uss was not properly handling command flags. #​2234
z/OS Files SDK
  • BugFix: Resolved issue where encoding argument was missing from FileToUss.handler.ts options object. #​2234
  • BugFix: Resolved issue where FileToUss.handler.ts options object was not properly passed through subsequent command calls. #​2234
z/OS TSO SDK
  • BugFix: Fixed imports that failed to resolve. #​2343

v8.6.1

Compare Source

Zowe CLI
  • BugFix: Fixed an issue where the zowe zos-logs list logs command could fail or not return all logs if a start time was not supplied. #​2336
Imperative
  • BugFix: Handled an HTTP 1.1 race condition where an SDK user may experience an ECONNRESET error if a session was reused on Node 20 and above due to HTTP Keep-Alive. #​2339

v8.6.0

Compare Source

Zowe CLI
  • Enhancement: Added support for running applications on TSO/E address spaces. Start applications and receive/transmit messages using the new tso start, tso receive and tso send commands. #​2280
z/OS TSO SDK
  • Enhancement: Issue app commands to better target communication with a TSO/E application. The app command is now included in the start/send command group and the new receive command group,
    allowing direct interaction with an application through a z/OS message queue. [#​2280] (https://github.com/zowe/zowe-cli/pull/2280)

v8.5.0

Compare Source

z/OS Jobs SDK

  • Enhancement: Added execData to IJob return data from GetJobs.getJob #​2320
jmcriffey/babel-istanbul (babel-istanbul)

v0.12.2

Compare Source

v0.12.1

Compare Source

v0.12.0

Compare Source

open-cli-tools/concurrently (concurrently)

v9.1.0

Compare Source

What's Changed
New Contributors

Full Changelog: open-cli-tools/concurrently@v9.0.1...v9.1.0

cypress-io/cypress (cypress)

v13.16.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-16-0

v13.15.2

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-15-2

v13.15.1

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-15-1

cypress-io/eslint-plugin-cypress (eslint-plugin-cypress)

v4.1.0

Compare Source

Features
  • docs: publish updated readme (2bc8d5a)
jest-community/eslint-plugin-jest (eslint-plugin-jest)

[v28.9.0](https://


Configuration

📅 Schedule: 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 becomes conflicted, 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 Renovate Bot.

Signed-off-by: Renovate Bot <renovate@whitesourcesoftware.com>
@nxhafa nxhafa closed this Jan 24, 2025
@nxhafa nxhafa deleted the renovate/all-minor branch January 24, 2025 12:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants