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) #3859

Open
wants to merge 6 commits into
base: v3.x.x
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1450,7 +1450,7 @@ jobs:

- name: Upload screenshots API Catalog
uses: actions/upload-artifact@v4
if: ${{ !cancelled() }}
if: always()
with:
name: cypress-snapshots
path: api-catalog-ui/frontend/cypress/screenshots
Expand Down
2 changes: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
legacy-peer-deps=true
registry=https://zowe.jfrog.io/artifactory/api/npm/npm-org/
2 changes: 2 additions & 0 deletions api-catalog-ui/frontend/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
legacy-peer-deps=true
registry=https://zowe.jfrog.io/artifactory/api/npm/npm-org/
1,738 changes: 959 additions & 779 deletions api-catalog-ui/frontend/package-lock.json

Large diffs are not rendered by default.

53 changes: 27 additions & 26 deletions api-catalog-ui/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,26 @@
"@mui/material": "5.16.7",
"@react-loadable/revised": "1.5.0",
"@types/enzyme": "3.10.18",
"@types/jest": "29.5.13",
"@types/react": "18.3.11",
"@types/jest": "29.5.14",
"@types/react": "18.3.12",
"agentkeepalive": "4.5.0",
"buffer": "6.0.3",
"emotion-theming": "11.0.0",
"exception-formatter": "2.1.2",
"graphiql": "3.7.1",
"graphiql": "3.7.2",
"graphql": "16.9.0",
"graphql-ws": "^5.16.0",
"history": "4.10.1",
"htmr": "1.0.2",
"immutable": "^3.8.1 || ^4.0.0-rc.1",
"install": "0.13.0",
"lodash": "4.17.21",
"loglevel": "1.9.2",
"openapi-snippet": "0.14.0",
"react": "18.3.1",
"react-app-polyfill": "3.0.0",
"react-dom": "18.3.1",
"react-hook-form": "7.53.0",
"react-hook-form": "7.53.2",
"react-redux": "9.1.2",
"react-router-dom": "5.3.4",
"react-toastify": "10.0.6",
Expand All @@ -46,17 +47,17 @@
"redux-persist-transform-filter": "0.0.22",
"redux-thunk": "3.1.0",
"rxjs": "7.8.1",
"sass": "1.79.5",
"sass": "1.80.7",
"stream": "0.0.3",
"swagger-ui-react": "5.17.14",
"swagger-ui-react": "5.18.2",
"url": "0.11.4",
"util": "0.12.5",
"uuid": "10.0.0"
},
"scripts": {
"lint": "eslint \"src/**/*.{js,jsx}\"",
"build": "react-app-rewired build",
"postbuild": "rimraf build/**/*.map",
"postbuild": "rimraf --glob build/**/*.map",
"test": "react-app-rewired test --runInBand --silent --watchAll=false --env=jsdom components/* utils/* reducers/* epics/* actions/* selectors/* ErrorBoundary/* helpers/* --reporters=default --reporters=jest-html-reporter --coverage",
"cy:open": "cypress open",
"cy:e2e:ci": "cypress run --spec \"cypress/e2e/**/*.cy.js\" --env catalogHomePage=https://gateway-service:10010/apicatalog/ui/v1,gatewayOktaRedirect=https://gateway-service:10010/gateway/oauth2/authorization/okta?returnUrl=https%3A%2F%2Fgateway-service%3A10010%2Fapplication%2Fversion --browser chrome --headless",
Expand All @@ -78,40 +79,40 @@
"includeFailureMsg": true
},
"devDependencies": {
"@babel/core": "7.25.8",
"@babel/eslint-parser": "7.25.8",
"@babel/core": "7.26.0",
"@babel/eslint-parser": "7.25.9",
"@babel/plugin-proposal-private-property-in-object": "7.21.11",
"@babel/preset-env": "7.25.8",
"@babel/preset-react": "7.25.7",
"@babel/preset-env": "7.26.0",
"@babel/preset-react": "7.25.9",
"@cfaester/enzyme-adapter-react-18": "0.8.0",
"@eslint/compat": "1.2.0",
"@eslint/js": "9.12.0",
"@eslint/compat": "1.2.2",
"@eslint/js": "9.14.0",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.5.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.0.1",
"@testing-library/user-event": "14.5.2",
"ajv": "8.17.1",
"ansi-regex": "6.1.0",
"body-parser": "1.20.3",
"caniuse-lite": "1.0.30001669",
"concurrently": "9.0.1",
"caniuse-lite": "1.0.30001680",
"concurrently": "9.1.0",
"cors": "2.8.5",
"cross-env": "7.0.3",
"cypress": "13.15.0",
"cypress": "13.15.2",
"cypress-file-upload": "5.0.8",
"enzyme": "3.11.0",
"eslint": "9.12.0",
"eslint": "9.14.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-cypress": "4.0.0",
"eslint-plugin-cypress": "4.1.0",
"eslint-plugin-flowtype": "8.0.3",
"eslint-plugin-header": "3.1.1",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.37.1",
"eslint-plugin-react": "7.37.2",
"express": "4.21.1",
"globals": "15.11.0",
"globals": "15.12.0",
"html-loader": "5.1.0",
"jest": "29.7.0",
"jest-environment-enzyme": "7.1.2",
Expand All @@ -121,7 +122,7 @@
"jest-mock": "29.7.0",
"jest-watch-typeahead": "2.2.2",
"json-schema": "0.4.0",
"mini-css-extract-plugin": "2.9.1",
"mini-css-extract-plugin": "2.9.2",
"nodemon": "3.1.7",
"nth-check": "2.1.1",
"prettier": "3.3.3",
Expand All @@ -130,7 +131,7 @@
"react-app-rewired": "2.2.1",
"react-error-overlay": "6.0.11",
"react-scripts": "5.0.1",
"redux-mock-store": "1.5.4",
"redux-mock-store": "1.5.5",
"rimraf": "6.0.1",
"source-map-explorer": "2.5.3",
"start-server-and-test": "2.0.8",
Expand All @@ -141,14 +142,14 @@
"overrides": {
"nth-check": "2.1.1",
"jsdom": "16.7.0",
"got": "14.4.3",
"got": "14.4.4",
"react-error-overlay": "6.0.11",
"tough-cookie": "5.0.0",
"@braintree/sanitize-url": "7.1.0",
"resolve-url-loader": "5.0.0",
"lodash": "4.17.21",
"semver": "7.6.3",
"@babel/traverse": "7.25.7"
"@babel/traverse": "7.25.9"
},
"engines": {
"npm": "=10.9.0",
Expand Down
54 changes: 27 additions & 27 deletions gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,38 +6,38 @@ dependencyResolutionManagement {
version('projectNpm', '10.7.0')

version('springBoot', '3.3.5')
version('springBootGraphQl', '3.3.4')
version('springBootGraphQl', '3.3.5')
version('springCloudNetflix', '4.1.3')
version('springCloudCommons', '4.1.4')
version('springCloudCB', '3.1.2')
version('springCloudGateway', '4.1.5')
version('springFramework', '6.1.13')
version('springRetry', '2.0.9')
version('springFramework', '6.1.14')
version('springRetry', '2.0.10')

version('glassfishHk2', '3.1.1')
version('zosUtils', '2.0.5')
version('aws', '1.12.773')
version('aws', '1.12.777')
version('awaitility', '4.2.2')
version('bouncyCastle', '1.78.1')
version('bouncyCastle', '1.79')
version('caffeine', '3.1.8')
version('checkerQual', '3.48.1')
version('checkerQual', '3.48.2')
version('commonsLang3', '3.17.0')
version('commonsLogging', '1.3.4')
version('commonsText', '1.12.0')
version('commonsIo', '2.17.0')
version('ehCache', '3.10.8')
version('eureka', '2.0.3')
version('eureka', '2.0.4')
version('netflixServo', '0.13.2')
version('googleErrorprone', '2.33.0')
version('googleErrorprone', '2.35.1')
version('gradleGitProperties', '2.4.2') // Used in classpath dependencies
version('guava', '33.3.1-jre')
version('hamcrest', '3.0')
version('httpClient4', '4.5.14')
version('httpClient5', '5.4')
version('infinispan', '15.0.10.Final')
version('jacksonCore', '2.18.0')
version('jacksonDatabind', '2.18.0')
version('jacksonDataformatYaml', '2.18.0')
version('httpClient5', '5.4.1')
version('infinispan', '15.0.11.Final')
version('jacksonCore', '2.18.1')
version('jacksonDatabind', '2.18.1')
version('jacksonDataformatYaml', '2.18.1')
version('janino', '3.1.12')
version('jakartaValidation', '3.1.0')
version('jakartaInject', '2.0.1')
Expand All @@ -53,35 +53,35 @@ dependencyResolutionManagement {
}
version('jbossLogging', '3.6.1.Final')
version('jerseySun', '1.19.4')
version('jettyWebSocketClient', '12.0.14')
version('jettyWebSocketClient', '12.0.15')
version('jettison', '1.5.4')
//0.12.x version contains breaking changes
version('jjwt', '0.12.6')
version('jodaTime', '2.13.0')
version('jsonPath', '2.9.0')
version('jsonSmart', '2.5.1')
version('junitJupiter', '5.11.2')
version('junitPlatform', '1.11.2')
version('lettuce', '6.4.0.RELEASE')
version('junitJupiter', '5.11.3')
version('junitPlatform', '1.11.3')
version('lettuce', '6.5.0.RELEASE')
// force version in build.gradle file - compatibility with Slf4j
version('log4j', '2.24.1')
version('lombok', '1.18.34')
version('netty', '4.1.114.Final')
version('nettyReactor', '1.1.23')
version('nimbusJoseJwt', '9.41.2')
version('netty', '4.1.115.Final')
version('nettyReactor', '1.2.0')
version('nimbusJoseJwt', '9.46')
version('openApiDiff', '2.0.1')
version('picocli', '4.7.6')

version('reactor', '3.6.11')
version('reactor', '3.7.0')
version('restAssured', '5.5.0')
version('rhino', '1.7.15')
version('springDoc', '2.6.0')
version('swaggerInflector', '2.0.12')
version('swagger2Parser', '1.0.71')
version('swagger3Parser', '2.1.22')
version('swagger3Parser', '2.1.23')
version('thymeleaf', '3.1.2.RELEASE')
version('velocity', '2.4')
version('woodstoxCore', '7.0.0')
version('velocity', '2.4.1')
version('woodstoxCore', '7.1.0')
version('jgit', '7.0.0.202409031743-r')
version('gradleNode', '7.1.0')
version('sonarGradlePlugin', '5.1.0.4882')
Expand All @@ -92,8 +92,8 @@ dependencyResolutionManagement {
version('gradleTestLogger', '4.0.0')
version('testLogger', '4.0.0')
version('micronautPlatform', '4.6.1')
version('micronaut', '4.7.0')
version('micronautPlugin', '4.4.3')
version('micronaut', '4.7.4')
version('micronautPlugin', '4.4.4')
version('shadow', '8.1.1')
version('checkstyle', '10.17.0')
version('jacoco', '0.8.11')
Expand Down Expand Up @@ -246,7 +246,7 @@ dependencyResolutionManagement {
plugin('micronaut_library', 'io.micronaut.library').versionRef('micronautPlugin')

// Pure Java dependencies - do not use in Spring unless really necessary
version('logback', '1.5.11')
version('logback', '1.5.12')
version('mockitoCore', '5.14.2')
version('mockitoInline', '5.2.0')

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ configurations.all {
dependencies {
testImplementation project(':apiml-security-common')
testImplementation project(':zaas-client')
testImplementation group: 'org.springframework.graphql', name: 'spring-graphql-test', version: '1.3.2'
testImplementation group: 'org.springframework.graphql', name: 'spring-graphql-test', version: '1.3.3'


testImplementation libs.spring.boot.starter.actuator
Expand Down
2 changes: 2 additions & 0 deletions onboarding-enabler-nodejs-sample-app/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
legacy-peer-deps=true
registry=https://zowe.jfrog.io/artifactory/api/npm/npm-org/
2 changes: 2 additions & 0 deletions onboarding-enabler-nodejs/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
legacy-peer-deps=true
registry=https://zowe.jfrog.io/artifactory/api/npm/npm-org/
9 changes: 5 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@
},
"homepage": "https://github.com/zowe/api-layer#readme",
"devDependencies": {
"concurrently": "9.0.1"
"concurrently": "9.1.0"
}
}
2 changes: 2 additions & 0 deletions scripts/docs/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
legacy-peer-deps=true
registry=https://zowe.jfrog.io/artifactory/api/npm/npm-org/
2 changes: 2 additions & 0 deletions scripts/release_components/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
legacy-peer-deps=true
registry=https://zowe.jfrog.io/artifactory/api/npm/npm-org/
2 changes: 2 additions & 0 deletions scripts/release_docs/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
legacy-peer-deps=true
registry=https://zowe.jfrog.io/artifactory/api/npm/npm-org/
2 changes: 2 additions & 0 deletions zowe-cli-id-federation-plugin/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
legacy-peer-deps=true
registry=https://zowe.jfrog.io/artifactory/api/npm/npm-org/
Loading
Loading