From 0d059d9ed5ec2c15ae85e5da409d2437a2a9b6e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 05:31:25 +0000 Subject: [PATCH 1/5] chore(deps): bump actions/setup-node from 3 to 4 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/arc-runner.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/arc-runner.yml b/.github/workflows/arc-runner.yml index f5607a15e..3752c0211 100644 --- a/.github/workflows/arc-runner.yml +++ b/.github/workflows/arc-runner.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v3 - name: Set up Node.js environment - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: '22' From 8fd24f8feb371f35f0b548f9a742e6ae7b8b5dbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 05:57:21 +0000 Subject: [PATCH 2/5] chore(deps): bump google-github-actions/auth from 2.1.6 to 2.1.7 Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 2.1.6 to 2.1.7. - [Release notes](https://github.com/google-github-actions/auth/releases) - [Changelog](https://github.com/google-github-actions/auth/blob/main/CHANGELOG.md) - [Commits](https://github.com/google-github-actions/auth/compare/v2.1.6...v2.1.7) --- updated-dependencies: - dependency-name: google-github-actions/auth dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/k8s-cleaner.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/k8s-cleaner.yml b/.github/workflows/k8s-cleaner.yml index 3e4e6d2cf..59252f999 100644 --- a/.github/workflows/k8s-cleaner.yml +++ b/.github/workflows/k8s-cleaner.yml @@ -33,7 +33,7 @@ jobs: export_default_credentials: true - name: Login to GCP - uses: google-github-actions/auth@v2.1.6 + uses: google-github-actions/auth@v2.1.7 with: credentials_json: ${{ secrets.GCP_SA_KEY }} From 12c9a20e71adb30605d75729cc44965eab96db25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 14:49:47 +0000 Subject: [PATCH 3/5] chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /javascript Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6. - [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md) - [Commits](https://github.com/moxystudio/node-cross-spawn/compare/v7.0.3...v7.0.6) --- updated-dependencies: - dependency-name: cross-spawn dependency-type: indirect ... Signed-off-by: dependabot[bot] --- javascript/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/javascript/package-lock.json b/javascript/package-lock.json index 615b9de50..ab475cc84 100644 --- a/javascript/package-lock.json +++ b/javascript/package-lock.json @@ -2215,9 +2215,9 @@ "integrity": "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==" }, "node_modules/cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", - "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "version": "7.0.6", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz", + "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==", "dependencies": { "path-key": "^3.1.0", "shebang-command": "^2.0.0", From e4845bf8d9122120b0f7b9cdca0b597e54f5613e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 20 Nov 2024 14:50:44 +0000 Subject: [PATCH 4/5] Fix nix hash --- flake-module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake-module.nix b/flake-module.nix index bc34e84af..02882c8d7 100644 --- a/flake-module.nix +++ b/flake-module.nix @@ -8,7 +8,7 @@ ... }: let # this change on each change of dependencies, unfortunately this hash not yet automatically updated from SRI of package.lock - npmDepsHash = "sha256-UOX/9DrmX8dROI2mKCG8QP1KIxMNOimKAVyRxWMlYJ4="; + npmDepsHash = "sha256-j4M/Tdt28AnXmfaJZT1MHMWvtB+9+Ap24ncwofXcTWs="; #### # there is officia polkadot on nixpkgs, but it has no local rococo wasm to run From e2d5911d139bba39e85335e81a08a9d49e4c0610 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 18:51:51 -0300 Subject: [PATCH 5/5] ci(mergify): upgrade configuration to current format (#1924) Co-authored-by: Mergify <37929162+mergify[bot]@users.noreply.github.com> --- .github/mergify.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/mergify.yml b/.github/mergify.yml index 51f0a018a..292defc72 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -1,21 +1,21 @@ queue_rules: - name: default - conditions: + queue_conditions: - check-success=all - label=automerge - base=main - "#changes-requested-reviews-by=0" - "#approved-reviews-by>=1" - -pull_request_rules: - - name: automatic merge when CI passes on main - conditions: + merge_conditions: - check-success=all - label=automerge - base=main - "#changes-requested-reviews-by=0" - "#approved-reviews-by>=1" + merge_method: merge + +pull_request_rules: + - name: automatic merge when CI passes on main + conditions: [] actions: queue: - name: default - method: merge