From d1ebc96fde886275618dd2ffc68f9237fce6c5d9 Mon Sep 17 00:00:00 2001 From: Ricardo Campos Date: Sat, 22 Feb 2025 17:30:31 -0300 Subject: [PATCH] New versions (#306) * build(deps): bump org.springdoc:springdoc-openapi-starter-webmvc-ui Bumps [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi) from 2.8.4 to 2.8.5. - [Release notes](https://github.com/springdoc/springdoc-openapi/releases) - [Changelog](https://github.com/springdoc/springdoc-openapi/blob/main/CHANGELOG.md) - [Commits](https://github.com/springdoc/springdoc-openapi/compare/v2.8.4...v2.8.5) --- updated-dependencies: - dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * build(deps): bump org.hibernate.orm.tooling:hibernate-enhance-maven-plugin Bumps [org.hibernate.orm.tooling:hibernate-enhance-maven-plugin](https://github.com/hibernate/hibernate-orm) from 6.6.6.Final to 6.6.8.Final. - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.8/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/6.6.6...6.6.8) --- updated-dependencies: - dependency-name: org.hibernate.orm.tooling:hibernate-enhance-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * build(deps-dev): bump @eslint/js from 9.20.0 to 9.21.0 in /client Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.20.0 to 9.21.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/commits/v9.21.0/packages/js) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * build(deps): bump vite from 6.1.0 to 6.1.1 in /client Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.1.0 to 6.1.1. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/create-vite@6.1.1/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Closes all open PRs Closes #299 Closes #300 Closes #304 Closes #305 * ci: update github actions --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/main.yml | 8 ++++---- .github/workflows/pr.yml | 6 +++--- client/package-lock.json | 32 ++++++++++++++++---------------- client/package.json | 4 ++-- server/pom.xml | 4 ++-- 5 files changed, 27 insertions(+), 27 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 666b185..e2d4590 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,8 +29,8 @@ jobs: run: cd client && npm run lint - name: Unit tests run: cd client && npm run test:coverage - - name: SonarCloud Scan - uses: SonarSource/sonarcloud-github-action@v4.0.0 + - name: SonarQube Scan + uses: SonarSource/sonarqube-scan-action@v5.0.0 with: projectBaseDir: client args: > @@ -64,14 +64,14 @@ jobs: cache: 'maven' - name: Cache SonarQube Cloud packages - uses: actions/cache@v4 + uses: actions/cache@v4.2.1 with: path: ~/.sonar/cache key: ${{ runner.os }}-sonar restore-keys: ${{ runner.os }}-sonar - name: Cache Maven packages - uses: actions/cache@v4 + uses: actions/cache@v4.2.1 with: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 669ac09..2fa20f4 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -52,7 +52,7 @@ jobs: - name: Unit tests run: cd client && npm run test:coverage - name: SonarCloud Scan - uses: SonarSource/sonarcloud-github-action@v4.0.0 + uses: SonarSource/sonarqube-scan-action@v5.0.0 with: projectBaseDir: client args: > @@ -117,14 +117,14 @@ jobs: cache: 'maven' - name: Cache SonarQube Cloud packages - uses: actions/cache@v4 + uses: actions/cache@v4.2.1 with: path: ~/.sonar/cache key: ${{ runner.os }}-sonar restore-keys: ${{ runner.os }}-sonar - name: Cache Maven packages - uses: actions/cache@v4 + uses: actions/cache@v4.2.1 with: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} diff --git a/client/package-lock.json b/client/package-lock.json index b46401a..63baa07 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -23,12 +23,12 @@ "react-router": "^7.1.3", "react-router-bootstrap": "^0.26.3", "typescript": "^5.7.3", - "vite": "^6.1.0" + "vite": "^6.1.1" }, "devDependencies": { "@eslint/compat": "^1.2.6", "@eslint/eslintrc": "^3.1.0", - "@eslint/js": "^9.20.0", + "@eslint/js": "^9.21.0", "@stylistic/eslint-plugin": "^3.0.1", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.2.0", @@ -1013,9 +1013,9 @@ } }, "node_modules/@eslint/js": { - "version": "9.20.0", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.20.0.tgz", - "integrity": "sha512-iZA07H9io9Wn836aVTytRaNqh00Sad+EamwOVJT12GTLw1VGMFV/4JaME+JjLtr9fiGaoWgYnS54wrfWsSs4oQ==", + "version": "9.21.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.21.0.tgz", + "integrity": "sha512-BqStZ3HX8Yz6LvsF5ByXYrtigrV5AXADWLAGc7PH/1SxOb7/FIYYMszZZWiUou/GB9P2lXWk2SV4d+Z8h0nknw==", "dev": true, "license": "MIT", "engines": { @@ -8064,13 +8064,13 @@ } }, "node_modules/vite": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/vite/-/vite-6.1.0.tgz", - "integrity": "sha512-RjjMipCKVoR4hVfPY6GQTgveinjNuyLw+qruksLDvA5ktI1150VmcMBKmQaEWJhg/j6Uaf6dNCNA0AfdzUb/hQ==", + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/vite/-/vite-6.1.1.tgz", + "integrity": "sha512-4GgM54XrwRfrOp297aIYspIti66k56v16ZnqHvrIM7mG+HjDlAwS7p+Srr7J6fGvEdOJ5JcQ/D9T7HhtdXDTzA==", "license": "MIT", "dependencies": { "esbuild": "^0.24.2", - "postcss": "^8.5.1", + "postcss": "^8.5.2", "rollup": "^4.30.1" }, "bin": { @@ -9090,9 +9090,9 @@ } }, "@eslint/js": { - "version": "9.20.0", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.20.0.tgz", - "integrity": "sha512-iZA07H9io9Wn836aVTytRaNqh00Sad+EamwOVJT12GTLw1VGMFV/4JaME+JjLtr9fiGaoWgYnS54wrfWsSs4oQ==", + "version": "9.21.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.21.0.tgz", + "integrity": "sha512-BqStZ3HX8Yz6LvsF5ByXYrtigrV5AXADWLAGc7PH/1SxOb7/FIYYMszZZWiUou/GB9P2lXWk2SV4d+Z8h0nknw==", "dev": true }, "@eslint/object-schema": { @@ -13853,13 +13853,13 @@ } }, "vite": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/vite/-/vite-6.1.0.tgz", - "integrity": "sha512-RjjMipCKVoR4hVfPY6GQTgveinjNuyLw+qruksLDvA5ktI1150VmcMBKmQaEWJhg/j6Uaf6dNCNA0AfdzUb/hQ==", + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/vite/-/vite-6.1.1.tgz", + "integrity": "sha512-4GgM54XrwRfrOp297aIYspIti66k56v16ZnqHvrIM7mG+HjDlAwS7p+Srr7J6fGvEdOJ5JcQ/D9T7HhtdXDTzA==", "requires": { "esbuild": "^0.24.2", "fsevents": "~2.3.3", - "postcss": "^8.5.1", + "postcss": "^8.5.2", "rollup": "^4.30.1" } }, diff --git a/client/package.json b/client/package.json index 513a8ad..b4d251a 100644 --- a/client/package.json +++ b/client/package.json @@ -26,7 +26,7 @@ "react-router": "^7.1.3", "react-router-bootstrap": "^0.26.3", "typescript": "^5.7.3", - "vite": "^6.1.0" + "vite": "^6.1.1" }, "scripts": { "start": "vite --host", @@ -58,7 +58,7 @@ "devDependencies": { "@eslint/compat": "^1.2.6", "@eslint/eslintrc": "^3.1.0", - "@eslint/js": "^9.20.0", + "@eslint/js": "^9.21.0", "@stylistic/eslint-plugin": "^3.0.1", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.2.0", diff --git a/server/pom.xml b/server/pom.xml index d950dcb..bbcc30f 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -42,7 +42,7 @@ ${project.build.directory}/coverage-reports ${maven.build.timestamp} yyyy-MM-dd HH:mm:ss - 6.6.6.Final + 6.6.8.Final ricardo-campos-org https://sonarcloud.io @@ -165,7 +165,7 @@ org.springdoc springdoc-openapi-starter-webmvc-ui - 2.8.4 + 2.8.5