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

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

Merged
merged 4 commits into from
Oct 8, 2024

Conversation

zowe-robot
Copy link
Contributor

@zowe-robot zowe-robot commented Sep 25, 2024

This PR contains the following updates:

Package Type Update Change
@babel/core (source) devDependencies patch 7.25.2 -> 7.25.7
@babel/eslint-parser (source) devDependencies patch 7.25.1 -> 7.25.7
@babel/preset-env (source) devDependencies patch 7.25.4 -> 7.25.7
@babel/preset-react (source) devDependencies minor 7.24.7 -> 7.25.7
@babel/traverse (source) overrides patch 7.25.6 -> 7.25.7
@types/node (source) devDependencies patch 18.19.50 -> 18.19.55
@types/react (source) dependencies patch 18.3.8 -> 18.3.11
@zowe/cli (source) devDependencies patch 7.29.2 -> 7.29.3
caniuse-lite devDependencies patch 1.0.30001663 -> 1.0.30001667
cypress (source) devDependencies minor 13.14.2 -> 13.15.0
eslint-plugin-import devDependencies minor 2.30.0 -> 2.31.0
eslint-plugin-react devDependencies minor 7.36.1 -> 7.37.1
sass dependencies patch 1.79.3 -> 1.79.4
typedoc (source) devDependencies patch 0.26.7 -> 0.26.8
org.mockito:mockito-core dependencies minor 5.13.0 -> 5.14.1
io.micronaut.library plugin patch 4.4.2 -> 4.4.3
io.micronaut.docker plugin patch 4.4.2 -> 4.4.3
io.micronaut.minimal.application plugin patch 4.4.2 -> 4.4.3
io.micronaut:micronaut-core-bom (source) dependencies patch 4.6.5 -> 4.6.6
io.micronaut:micronaut-http-client (source) dependencies patch 4.6.5 -> 4.6.6
com.github.node-gradle.node plugin minor 7.0.2 -> 7.1.0
com.nimbusds:nimbus-jose-jwt dependencies patch 9.41.1 -> 9.41.2
io.netty:netty-bom (source) dependencies patch 4.1.113.Final -> 4.1.114.Final
org.apache.logging.log4j:log4j-to-slf4j (source) dependencies patch 2.24.0 -> 2.24.1
org.apache.logging.log4j:log4j-api (source) dependencies patch 2.24.0 -> 2.24.1
org.junit.platform:junit-platform-engine (source) dependencies patch 1.11.0 -> 1.11.2
org.junit.platform:junit-platform-commons (source) dependencies patch 1.11.0 -> 1.11.2
org.junit.platform:junit-platform-launcher (source) dependencies patch 1.11.0 -> 1.11.2
org.junit.jupiter:junit-jupiter (source) dependencies patch 5.11.0 -> 5.11.2
joda-time:joda-time (source) dependencies minor 2.12.7 -> 2.13.0
org.jboss.logging:jboss-logging (source) dependencies patch 3.6.0.Final -> 3.6.1.Final
com.fasterxml.jackson.dataformat:jackson-dataformat-yaml dependencies minor 2.17.2 -> 2.18.0
com.fasterxml.jackson.core:jackson-databind (source) dependencies minor 2.17.2 -> 2.18.0
com.fasterxml.jackson.core:jackson-core dependencies minor 2.17.2 -> 2.18.0
com.fasterxml.jackson.core:jackson-annotations (source) dependencies minor 2.17.2 -> 2.18.0
org.infinispan:infinispan-jboss-marshalling (source) dependencies patch 15.0.8.Final -> 15.0.10.Final
org.infinispan:infinispan-clustered-lock (source) dependencies patch 15.0.8.Final -> 15.0.10.Final
org.infinispan:infinispan-spring-boot3-starter-embedded (source) dependencies patch 15.0.8.Final -> 15.0.10.Final
com.google.errorprone:error_prone_annotations (source) dependencies minor 2.32.0 -> 2.33.0
org.checkerframework:checker-qual (source) dependencies minor 3.43.0 -> 3.48.0
com.amazonaws:aws-java-sdk-bom (source) dependencies patch 1.12.772 -> 1.12.773

Release Notes

babel/babel (@​babel/core)

v7.25.7

Compare Source

🐛 Bug Fix
💅 Polish
🏠 Internal
  • babel-core
  • babel-helper-compilation-targets, babel-helper-plugin-utils, babel-preset-env
  • babel-plugin-proposal-destructuring-private, babel-plugin-syntax-decimal, babel-plugin-syntax-import-reflection, babel-standalone
  • babel-generator
🏃‍♀️ Performance
zowe/zowe-cli (@​zowe/cli)

v7.29.3

Compare Source

z/OS Files SDK

  • BugFix: Fixed an issue with the List.dataSetsMatchingPattern method where migrated data sets could break fetching attributes for other data sets. #​2285

z/OS Jobs SDK

  • BugFix: Fixed error in DownloadJobs.downloadSpoolContentCommon method causing binary spool files to be corrupted by newline normalization. #​2282
browserslist/caniuse-lite (caniuse-lite)

v1.0.30001667

Compare Source

v1.0.30001666

Compare Source

v1.0.30001664

Compare Source

cypress-io/cypress (cypress)

v13.15.0

Compare Source

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

import-js/eslint-plugin-import (eslint-plugin-import)

v2.31.0

Compare Source

Added
Fixed
Changed
jsx-eslint/eslint-plugin-react (eslint-plugin-react)

v7.37.1

Compare Source

Fixed
Changed

v7.37.0

Compare Source

Added
Changed
sass/dart-sass (sass)

v1.79.4

Compare Source

JS API
  • Fix a bug where passing green or blue to color.change() for legacy
    colors would fail.
TypeStrong/TypeDoc (typedoc)

v0.26.8

Compare Source

Features
  • Updated Chinese translations, #​2706.
  • Exported constants no longer render the type and default value if they are the same, #​2717.
  • The HTML output now wraps tag blocks with <div> tags and includes the tag name in a class name, #​2723.
Bug Fixes
  • Correctly handle external link resolver link text when referencing an external symbol, #​2700.
  • Big integer literals are now supported as default values, #​2721.
  • Corrected handling of @link tags present in comments at the start of source files.
  • The index will now display when a module only contains documents, #​2722.
  • ReflectionSymbolId.pos no longer references the position before any doc comments for a symbol.
    This could cause typedoc-plugin-dt-links to produce links which didn't go to the expected location in a file.
Thanks!
mockito/mockito (org.mockito:mockito-core)

v5.14.1

Changelog generated by Shipkit Changelog Gradle Plugin

5.14.1
  • 2024-09-30 - 2 commit(s) by Brice Dutheil, dependabot[bot]
  • fix: gradle mockitoAgent configuration should not be transitive (#​3454)
  • Bump bytebuddy from 1.15.2 to 1.15.3 (#​3452)
  • Allow for installing a Java agent within the Mockito jar, without exposing Byte Buddy's attach mechanism. (#​3437)

v5.14.0

Changelog generated by Shipkit Changelog Gradle Plugin

5.14.0
  • 2024-09-27 - 9 commit(s) by Ali-Hassan, Brice Dutheil, David Saff, Rafael Winterhalter, dependabot[bot]
  • Bump org.junit.platform:junit-platform-launcher from 1.11.0 to 1.11.1 (#​3451)
  • Bump bytebuddy from 1.15.1 to 1.15.2 (#​3450)
  • Update Documentation of ArgumentCaptor.java (#​3448)
  • Split subprojects (#​3447)
  • Separate extensions from integration tests (#​3443)
  • Bump org.eclipse.platform:org.eclipse.osgi from 3.20.0 to 3.21.0 (#​3440)
  • Bump com.gradle.enterprise from 3.18 to 3.18.1 (#​3439)
  • Allow for installing a Java agent within the Mockito jar, without exposing Byte Buddy's attach mechanism. (#​3437)
  • Bump bytebuddy from 1.15.0 to 1.15.1 (#​3434)
  • Fixes #​3419: Disable mocks with an error message (#​3424)
  • Accessing a mock after clearInlineMocks could provide much more useful error message. (#​3419)
micronaut-projects/micronaut-core (io.micronaut:micronaut-core-bom)

v4.6.6: Micronaut Core 4.6.6

What's Changed
Bug Fixes 🐞
Docs 📖
Dependency updates 🚀
Other Changes 💡

Full Changelog: micronaut-projects/micronaut-core@v4.6.5...v4.6.6

JodaOrg/joda-time (joda-time:joda-time)

v2.13.0

See the change notes for more information.

What's Changed

New Contributors

Full Changelog: JodaOrg/joda-time@v2.12.7...v2.13.0

jboss-logging/jboss-logging (org.jboss.logging:jboss-logging)

v3.6.1.Final

Compare Source

What's Changed

Full Changelog: jboss-logging/jboss-logging@3.6.0.Final...3.6.1.Final

infinispan/infinispan (org.infinispan:infinispan-jboss-marshalling)

v15.0.10.Final

Compare Source

What's Changed

Full Changelog: infinispan/infinispan@15.0.9.Final...15.0.10.Final

v15.0.9.Final

Compare Source

What's Changed

Full Changelog: infinispan/infinispan@15.0.8.Final...15.0.9.Final

google/error-prone (com.google.errorprone:error_prone_annotations)

v2.33.0: Error Prone 2.33.0

Similar to release 2.32.0, the minimum supported JDK version to run Error Prone is JDK 17 (#​3803). Using Error Prone to compile code that is deployed to earlier versions is still fully supported, but will require using JDK 17 or newer for compilation and setting --release or -source/-target/-bootclasspath.

Changes:

New checks:

Full changelog: google/error-prone@v2.32.0...v2.33.0

aws/aws-sdk-java (com.amazonaws:aws-java-sdk-bom)

v1.12.773

Compare Source


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.

@zowe-robot zowe-robot added the dependencies Pull requests that update a dependency file label Sep 25, 2024
@zowe-robot zowe-robot force-pushed the renovate/v3.x.x-all-minor-patch branch from 22f7d6f to 2a05c23 Compare September 26, 2024 00:59
@zowe-robot zowe-robot changed the title chore: Update dependency @types/react to v18.3.9 (v3.x.x) chore: Update all non-major dependencies (v3.x.x) Sep 26, 2024
@zowe-robot zowe-robot force-pushed the renovate/v3.x.x-all-minor-patch branch 2 times, most recently from 8e07f7f to e7ee0d5 Compare September 30, 2024 00:32
@pull-request-size pull-request-size bot added size/M and removed size/S labels Sep 30, 2024
@zowe-robot zowe-robot force-pushed the renovate/v3.x.x-all-minor-patch branch 5 times, most recently from 6f19086 to 1909aab Compare October 7, 2024 00:32
@zowe-robot zowe-robot force-pushed the renovate/v3.x.x-all-minor-patch branch from 1909aab to a3b294f Compare October 8, 2024 00:31
Signed-off-by: Andrea Tabone <[email protected]>
@pull-request-size pull-request-size bot added size/L and removed size/M labels Oct 8, 2024
@github-actions github-actions bot added the Sensitive Sensitive change that requires peer review label Oct 8, 2024
Signed-off-by: Andrea Tabone <[email protected]>
Copy link

sonarcloud bot commented Oct 8, 2024

@balhar-jakub balhar-jakub merged commit cac5a15 into v3.x.x Oct 8, 2024
27 checks passed
@balhar-jakub balhar-jakub deleted the renovate/v3.x.x-all-minor-patch branch October 8, 2024 10:06
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 Sensitive Sensitive change that requires peer review size/L
Projects
Development

Successfully merging this pull request may close these issues.

4 participants