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

Open
wants to merge 1 commit into
base: v3.x.x
Choose a base branch
from

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.54
@types/react (source) dependencies patch 18.3.8 -> 18.3.11
caniuse-lite devDependencies patch 1.0.30001663 -> 1.0.30001666
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
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.1
org.junit.platform:junit-platform-commons (source) dependencies patch 1.11.0 -> 1.11.1
org.junit.platform:junit-platform-launcher (source) dependencies patch 1.11.0 -> 1.11.1
org.junit.jupiter:junit-jupiter (source) dependencies patch 5.11.0 -> 5.11.1
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.9.Final
org.infinispan:infinispan-clustered-lock (source) dependencies patch 15.0.8.Final -> 15.0.9.Final
org.infinispan:infinispan-spring-boot3-starter-embedded (source) dependencies patch 15.0.8.Final -> 15.0.9.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
browserslist/caniuse-lite (caniuse-lite)

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.
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.9.Final

Compare Source

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 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 Renovate Bot.

@zowe-robot zowe-robot added the dependencies Pull requests that update a dependency file label Sep 25, 2024
Copy link

sonarcloud bot commented 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 3 times, most recently from 25ac13a to bc2f0d5 Compare October 3, 2024 00:31
@zowe-robot zowe-robot force-pushed the renovate/v3.x.x-all-minor-patch branch from bc2f0d5 to 6f19086 Compare October 4, 2024 00:30
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/M
Projects
Status: In Progress
Development

Successfully merging this pull request may close these issues.

2 participants