From d9a35b30e5892b22d88c7725ec53d63bce18dab3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 19:06:18 +0000 Subject: [PATCH 1/2] chore(deps): update all non-major dependencies --- .github/actions/setup-java/action.yml | 2 +- .github/workflows/code-check.yml | 4 ++-- .github/workflows/codeql.yml | 6 +++--- .github/workflows/it-tests.yml | 2 +- .github/workflows/scorecards.yml | 2 +- apps/chrome-devtools/package.json | 2 +- package.json | 2 +- packages/@o3r/components/package.json | 4 ++-- packages/@o3r/rules-engine/package.json | 4 ++-- tools/github-actions/setup/action.yml | 2 +- yarn.lock | 28 ++++++++++++------------- 11 files changed, 29 insertions(+), 29 deletions(-) diff --git a/.github/actions/setup-java/action.yml b/.github/actions/setup-java/action.yml index 8dac6bb7f6..801fe96eb2 100644 --- a/.github/actions/setup-java/action.yml +++ b/.github/actions/setup-java/action.yml @@ -19,7 +19,7 @@ runs: with: maven-version: ${{ inputs.mvn-version }} - name: Set up JDK 17 - uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4.4.0 + uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4.5.0 if: inputs.install-jdk == 'true' with: java-version: '17' diff --git a/.github/workflows/code-check.yml b/.github/workflows/code-check.yml index e90192c002..2ccc4bb135 100644 --- a/.github/workflows/code-check.yml +++ b/.github/workflows/code-check.yml @@ -55,7 +55,7 @@ jobs: with: install-jdk: 'true' - name: Cache Jest - uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 env: hash: ${{ hashFiles('package.json', 'tsconfig.base.json', 'tsconfig.build.json', 'nx.json') }} with: @@ -92,7 +92,7 @@ jobs: - name: Setup uses: ./tools/github-actions/setup - name: Cache Eslint - uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 with: path: .cache/eslint key: ${{ runner.os }}-eslint-${{ hashFiles('yarn.lock') }} diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index c0b15cad07..5781e2126e 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -50,15 +50,15 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13 + uses: github/codeql-action/init@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0 with: languages: ${{ matrix.language }} config-file: ./.github/codeql/codeql-config.yml - name: Autobuild - uses: github/codeql-action/autobuild@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13 + uses: github/codeql-action/autobuild@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13 + uses: github/codeql-action/analyze@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0 with: category: "/language:${{matrix.language}}" diff --git a/.github/workflows/it-tests.yml b/.github/workflows/it-tests.yml index 4fb6c50113..60d99a124d 100644 --- a/.github/workflows/it-tests.yml +++ b/.github/workflows/it-tests.yml @@ -77,7 +77,7 @@ jobs: run: echo "currentMonth=$(date +'%Y-%m')" >> $GITHUB_ENV shell: bash - name: Cache test-app yarn - uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 with: path: | .cache/test-app diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 1d3dce2d57..c8ae59d007 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -66,6 +66,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard. - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13 + uses: github/codeql-action/upload-sarif@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0 with: sarif_file: results.sarif diff --git a/apps/chrome-devtools/package.json b/apps/chrome-devtools/package.json index 73555906f3..8b6c398887 100644 --- a/apps/chrome-devtools/package.json +++ b/apps/chrome-devtools/package.json @@ -46,7 +46,7 @@ "@o3r/rules-engine": "workspace:^", "@schematics/angular": "~18.2.0", "@stylistic/eslint-plugin-ts": "~2.4.0", - "@types/chrome": "^0.0.278", + "@types/chrome": "^0.0.279", "@types/jest": "~29.5.2", "@types/tinycolor2": "^1.4.6", "@typescript-eslint/eslint-plugin": "^7.14.1", diff --git a/package.json b/package.json index 963f85ff44..5d1f9c9fb0 100644 --- a/package.json +++ b/package.json @@ -241,7 +241,7 @@ "jest-preset-angular": "~14.2.0", "js-yaml": "^4.1.0", "jsonc-eslint-parser": "~2.4.0", - "jsonpath-plus": "~10.0.0", + "jsonpath-plus": "~10.1.0", "lighthouse": "~12.2.0", "lint-staged": "^15.0.0", "minimist": "^1.2.6", diff --git a/packages/@o3r/components/package.json b/packages/@o3r/components/package.json index eefdfb0bdb..d6dbb162f5 100644 --- a/packages/@o3r/components/package.json +++ b/packages/@o3r/components/package.json @@ -60,7 +60,7 @@ "@yarnpkg/plugin-pack": "^4.0.0", "chokidar": "^3.5.2", "globby": "^11.1.0", - "jsonpath-plus": "^9.0.0 || ~10.0.0", + "jsonpath-plus": "~10.1.0", "rxjs": "^7.8.1", "semver": "^7.5.2", "typescript": "~5.5.4" @@ -192,7 +192,7 @@ "jest-junit": "~16.0.0", "jest-preset-angular": "~14.2.0", "jsonc-eslint-parser": "~2.4.0", - "jsonpath-plus": "~10.0.0", + "jsonpath-plus": "~10.1.0", "memfs": "~4.14.0", "nx": "~19.5.0", "pid-from-port": "^1.1.3", diff --git a/packages/@o3r/rules-engine/package.json b/packages/@o3r/rules-engine/package.json index f6a75b5997..3995bdb949 100644 --- a/packages/@o3r/rules-engine/package.json +++ b/packages/@o3r/rules-engine/package.json @@ -49,7 +49,7 @@ "@schematics/angular": "~18.2.0", "globby": "^11.1.0", "jasmine": "^5.0.0", - "jsonpath-plus": "^9.0.0 || ~10.0.0", + "jsonpath-plus": "~10.1.0", "rxjs": "^7.8.1", "typescript": "~5.5.4", "typescript-json-schema": "~0.65.0" @@ -143,7 +143,7 @@ "jest-junit": "~16.0.0", "jest-preset-angular": "~14.2.0", "jsonc-eslint-parser": "~2.4.0", - "jsonpath-plus": "~10.0.0", + "jsonpath-plus": "~10.1.0", "memfs": "~4.14.0", "nx": "~19.5.0", "pid-from-port": "^1.1.3", diff --git a/tools/github-actions/setup/action.yml b/tools/github-actions/setup/action.yml index 1196356f81..3576080503 100644 --- a/tools/github-actions/setup/action.yml +++ b/tools/github-actions/setup/action.yml @@ -11,7 +11,7 @@ runs: shell: bash run: corepack enable - name: Cache dependencies - uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 with: path: | ~/.cache/ms-playwright diff --git a/yarn.lock b/yarn.lock index 0dccd05559..3d0bdcd811 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7433,7 +7433,7 @@ __metadata: "@popperjs/core": "npm:^2.11.5" "@schematics/angular": "npm:~18.2.0" "@stylistic/eslint-plugin-ts": "npm:~2.4.0" - "@types/chrome": "npm:^0.0.278" + "@types/chrome": "npm:^0.0.279" "@types/color": "npm:^3.0.6" "@types/jest": "npm:~29.5.2" "@types/tinycolor2": "npm:^1.4.6" @@ -7538,7 +7538,7 @@ __metadata: jest-junit: "npm:~16.0.0" jest-preset-angular: "npm:~14.2.0" jsonc-eslint-parser: "npm:~2.4.0" - jsonpath-plus: "npm:~10.0.0" + jsonpath-plus: "npm:~10.1.0" memfs: "npm:~4.14.0" nx: "npm:~19.5.0" pid-from-port: "npm:^1.1.3" @@ -7581,7 +7581,7 @@ __metadata: "@yarnpkg/plugin-pack": ^4.0.0 chokidar: ^3.5.2 globby: ^11.1.0 - jsonpath-plus: ^9.0.0 || ~10.0.0 + jsonpath-plus: ~10.1.0 rxjs: ^7.8.1 semver: ^7.5.2 typescript: ~5.5.4 @@ -8587,7 +8587,7 @@ __metadata: jest-preset-angular: "npm:~14.2.0" js-yaml: "npm:^4.1.0" jsonc-eslint-parser: "npm:~2.4.0" - jsonpath-plus: "npm:~10.0.0" + jsonpath-plus: "npm:~10.1.0" lighthouse: "npm:~12.2.0" lint-staged: "npm:^15.0.0" minimist: "npm:^1.2.6" @@ -9252,7 +9252,7 @@ __metadata: jest-junit: "npm:~16.0.0" jest-preset-angular: "npm:~14.2.0" jsonc-eslint-parser: "npm:~2.4.0" - jsonpath-plus: "npm:~10.0.0" + jsonpath-plus: "npm:~10.1.0" memfs: "npm:~4.14.0" nx: "npm:~19.5.0" pid-from-port: "npm:^1.1.3" @@ -9285,7 +9285,7 @@ __metadata: "@schematics/angular": ~18.2.0 globby: ^11.1.0 jasmine: ^5.0.0 - jsonpath-plus: ^9.0.0 || ~10.0.0 + jsonpath-plus: ~10.1.0 rxjs: ^7.8.1 typescript: ~5.5.4 typescript-json-schema: ~0.65.0 @@ -12919,13 +12919,13 @@ __metadata: languageName: node linkType: hard -"@types/chrome@npm:^0.0.278": - version: 0.0.278 - resolution: "@types/chrome@npm:0.0.278" +"@types/chrome@npm:^0.0.279": + version: 0.0.279 + resolution: "@types/chrome@npm:0.0.279" dependencies: "@types/filesystem": "npm:*" "@types/har-format": "npm:*" - checksum: 10/8fa2e68bd28b28f14599aee36ecd40f32f42fd68e4012145205930f4bf2d62f57b1b0b5af033e15d0fbdeadb211fd51c14f8ef3caf34176f8c5d127ac3fe8641 + checksum: 10/c2f2287036b3bad1ea04545976c5e71a55582dcbfae1a7f7aaa8ceca39432fc86f04bed9eb042d74cd98c023a888ed3e4fd18ef5c95f415dd96e9382e3f06703 languageName: node linkType: hard @@ -24175,9 +24175,9 @@ __metadata: languageName: node linkType: hard -"jsonpath-plus@npm:~10.0.0": - version: 10.0.7 - resolution: "jsonpath-plus@npm:10.0.7" +"jsonpath-plus@npm:~10.1.0": + version: 10.1.0 + resolution: "jsonpath-plus@npm:10.1.0" dependencies: "@jsep-plugin/assignment": "npm:^1.2.1" "@jsep-plugin/regex": "npm:^1.0.3" @@ -24185,7 +24185,7 @@ __metadata: bin: jsonpath: bin/jsonpath-cli.js jsonpath-plus: bin/jsonpath-cli.js - checksum: 10/49c97e16707dccf4b750a47d2577667fc5e416e767198b80d145ff9c1ddcd7a4103feedce3645024e51addfd9af8721d01dcaf492e57ab2a0154a61d8a3454ca + checksum: 10/d872af63b667c43e7563095b4c88f61be5b298c1ddc1d019b3684f0ba1addcba24857e78058b00c52511f52044e3dfea16f83869facfd6ced7430ebd6257f7ab languageName: node linkType: hard From 6e3b8247ec0b3876390a7cb020299ea279d1dddb Mon Sep 17 00:00:00 2001 From: Kilian Panot Date: Mon, 28 Oct 2024 10:17:00 +0900 Subject: [PATCH 2/2] chore: remove change on jsonpath --- packages/@o3r/components/package.json | 2 +- packages/@o3r/rules-engine/package.json | 2 +- yarn.lock | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/@o3r/components/package.json b/packages/@o3r/components/package.json index d6dbb162f5..1ac4697334 100644 --- a/packages/@o3r/components/package.json +++ b/packages/@o3r/components/package.json @@ -60,7 +60,7 @@ "@yarnpkg/plugin-pack": "^4.0.0", "chokidar": "^3.5.2", "globby": "^11.1.0", - "jsonpath-plus": "~10.1.0", + "jsonpath-plus": "^9.0.0 || ^10.0.0", "rxjs": "^7.8.1", "semver": "^7.5.2", "typescript": "~5.5.4" diff --git a/packages/@o3r/rules-engine/package.json b/packages/@o3r/rules-engine/package.json index 3995bdb949..8974e67480 100644 --- a/packages/@o3r/rules-engine/package.json +++ b/packages/@o3r/rules-engine/package.json @@ -49,7 +49,7 @@ "@schematics/angular": "~18.2.0", "globby": "^11.1.0", "jasmine": "^5.0.0", - "jsonpath-plus": "~10.1.0", + "jsonpath-plus": "^9.0.0 || ^10.0.0", "rxjs": "^7.8.1", "typescript": "~5.5.4", "typescript-json-schema": "~0.65.0" diff --git a/yarn.lock b/yarn.lock index 3d0bdcd811..e0b2166f79 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7581,7 +7581,7 @@ __metadata: "@yarnpkg/plugin-pack": ^4.0.0 chokidar: ^3.5.2 globby: ^11.1.0 - jsonpath-plus: ~10.1.0 + jsonpath-plus: ^9.0.0 || ^10.0.0 rxjs: ^7.8.1 semver: ^7.5.2 typescript: ~5.5.4 @@ -9285,7 +9285,7 @@ __metadata: "@schematics/angular": ~18.2.0 globby: ^11.1.0 jasmine: ^5.0.0 - jsonpath-plus: ~10.1.0 + jsonpath-plus: ^9.0.0 || ^10.0.0 rxjs: ^7.8.1 typescript: ~5.5.4 typescript-json-schema: ~0.65.0