From da0814098750edf39836603590116522403deeb0 Mon Sep 17 00:00:00 2001 From: Alexey Venderov Date: Thu, 17 Jul 2025 13:53:54 +0200 Subject: [PATCH] Update Develocity npm agent to version `1.0.1` --- .github/workflows/ci-check-and-unit-test.yml | 4 ++-- .github/workflows/ci-update-dist.yml | 6 +++--- build | 2 +- sources/package-lock.json | 16 ++++++++++------ sources/package.json | 2 +- 5 files changed, 17 insertions(+), 13 deletions(-) diff --git a/.github/workflows/ci-check-and-unit-test.yml b/.github/workflows/ci-check-and-unit-test.yml index 664f7c6f..5d1e9838 100644 --- a/.github/workflows/ci-check-and-unit-test.yml +++ b/.github/workflows/ci-check-and-unit-test.yml @@ -43,7 +43,7 @@ jobs: npm run compile working-directory: sources env: - NODE_OPTIONS: '-r @gradle/develocity-agent/preload' + NODE_OPTIONS: '-r @gradle-tech/develocity-agent/preload' DEVELOCITY_URL: 'https://ge.solutions-team.gradle.com' DEVELOCITY_ACCESS_KEY: '${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}' @@ -52,6 +52,6 @@ jobs: npm test working-directory: sources env: - NODE_OPTIONS: '-r @gradle/develocity-agent/preload' + NODE_OPTIONS: '-r @gradle-tech/develocity-agent/preload' DEVELOCITY_URL: 'https://ge.solutions-team.gradle.com' DEVELOCITY_ACCESS_KEY: '${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}' diff --git a/.github/workflows/ci-update-dist.yml b/.github/workflows/ci-update-dist.yml index ff27042e..f34dd85c 100644 --- a/.github/workflows/ci-update-dist.yml +++ b/.github/workflows/ci-update-dist.yml @@ -3,7 +3,7 @@ name: CI-update-dist on: workflow_dispatch: push: - branches: + branches: - 'main' - 'prerelease/**' - 'release/**' @@ -45,7 +45,7 @@ jobs: npm run compile working-directory: sources env: - NODE_OPTIONS: '-r @gradle/develocity-agent/preload' + NODE_OPTIONS: '-r @gradle-tech/develocity-agent/preload' DEVELOCITY_URL: 'https://ge.solutions-team.gradle.com' DEVELOCITY_ACCESS_KEY: '${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}' @@ -61,7 +61,7 @@ jobs: git_user_signingkey: true git_commit_gpgsign: true git_config_global: true - + # Commit and push changes; has no effect if the files did not change # Important: The push event will not trigger any other workflows, see # https://github.com/stefanzweifel/git-auto-commit-action?tab=readme-ov-file#commits-made-by-this-action-do-not-trigger-new-workflow-runs diff --git a/build b/build index 657f5866..ae5d8377 100755 --- a/build +++ b/build @@ -3,7 +3,7 @@ cd sources if [[ -f ~/.gradle/develocity/keys.properties ]]; then - export NODE_OPTIONS='-r @gradle/develocity-agent/preload' + export NODE_OPTIONS='-r @gradle-tech/develocity-agent/preload' export DEVELOCITY_URL=https://ge.solutions-team.gradle.com export DEVELOCITY_ACCESS_KEY=$(paste -sd ';' ~/.gradle/develocity/keys.properties) fi diff --git a/sources/package-lock.json b/sources/package-lock.json index 4726b6a7..7f46d1e2 100644 --- a/sources/package-lock.json +++ b/sources/package-lock.json @@ -26,7 +26,7 @@ "which": "5.0.0" }, "devDependencies": { - "@gradle/develocity-agent": "https://develocity-npm-pkgs.gradle.com/gradle-develocity-agent-0.10.0.tgz", + "@gradle-tech/develocity-agent": "1.0.1", "@jest/globals": "29.7.0", "@types/jest": "29.5.14", "@types/node": "20.19.0", @@ -1237,10 +1237,10 @@ "node": ">=14" } }, - "node_modules/@gradle/develocity-agent": { - "version": "0.10.0", - "resolved": "https://develocity-npm-pkgs.gradle.com/gradle-develocity-agent-0.10.0.tgz", - "integrity": "sha512-tOz5lXftTXycWUy9AEyMWppjH6/TiKt9Q7Tg2dKusIIOgRDbRf+hEmnM/bFd/mcBJJ9I38McovmvvFtO9ueYYg==", + "node_modules/@gradle-tech/develocity-agent": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@gradle-tech/develocity-agent/-/develocity-agent-1.0.1.tgz", + "integrity": "sha512-wmzCSCGEA5HXfVtZZqwkcSK10gnF4s0iQsHYE0D0DSos+c/O94hJHjySIv6A+/WSEWy5NtejboakXN2eucGaTw==", "dev": true, "license": "SEE LICENSE AT https://gradle.com/help/legal-terms-of-use", "engines": { @@ -1248,7 +1248,8 @@ }, "peerDependencies": { "@jest/jest-message-util": ">=28.1", - "@jest/reporters": ">=28.1" + "@jest/reporters": ">=28.1", + "mocha": ">=7.0.1" }, "peerDependenciesMeta": { "@jest/jest-message-util": { @@ -1256,6 +1257,9 @@ }, "@jest/reporters": { "optional": true + }, + "mocha": { + "optional": true } } }, diff --git a/sources/package.json b/sources/package.json index e9659080..53f93046 100644 --- a/sources/package.json +++ b/sources/package.json @@ -48,7 +48,7 @@ "which": "5.0.0" }, "devDependencies": { - "@gradle/develocity-agent": "https://develocity-npm-pkgs.gradle.com/gradle-develocity-agent-0.10.0.tgz", + "@gradle-tech/develocity-agent": "1.0.1", "@jest/globals": "29.7.0", "@types/jest": "29.5.14", "@types/node": "20.19.0",