From b6ab68e21b4cf4716629d52464c7cf7bf363aef1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 11:36:19 +0000 Subject: [PATCH 1/3] Build(deps): Bump issue-ops/releaser in the actions-minor group Bumps the actions-minor group with 1 update: [issue-ops/releaser](https://github.com/issue-ops/releaser). Updates `issue-ops/releaser` from 2.1.0 to 2.2.0 - [Release notes](https://github.com/issue-ops/releaser/releases) - [Commits](https://github.com/issue-ops/releaser/compare/v2.1.0...v2.2.0) --- updated-dependencies: - dependency-name: issue-ops/releaser dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/continuous-delivery.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-delivery.yml b/.github/workflows/continuous-delivery.yml index 768d4c1..9bdf5fd 100644 --- a/.github/workflows/continuous-delivery.yml +++ b/.github/workflows/continuous-delivery.yml @@ -56,7 +56,7 @@ jobs: - name: Create Release id: release - uses: issue-ops/releaser@v2.1.0 + uses: issue-ops/releaser@v2.2.0 with: tag: v${{ steps.tag.outputs.version }} From 4eda3e06307db6c34e43ab6da4d71162437943d5 Mon Sep 17 00:00:00 2001 From: Nick Alteen Date: Fri, 1 Aug 2025 09:18:34 -0400 Subject: [PATCH 2/3] npm audit fix --- package-lock.json | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1e99e3c..314980c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1674,18 +1674,32 @@ } }, "node_modules/@eslint/plugin-kit": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.3.1.tgz", - "integrity": "sha512-0J+zgWxHN+xXONWIyPWKFMgVuJoZuGiIFu8yxk7RJjxkzpGmyja5wRFqZIVtjDVOQpV+Rw0iOAjYPE2eQyjr0w==", + "version": "0.3.4", + "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.3.4.tgz", + "integrity": "sha512-Ul5l+lHEcw3L5+k8POx6r74mxEYKG5kOb6Xpy2gCRW6zweT6TEhAf8vhxGgjhqrd/VO/Dirhsb+1hNpD1ue9hw==", "devOptional": true, + "license": "Apache-2.0", "dependencies": { - "@eslint/core": "^0.14.0", + "@eslint/core": "^0.15.1", "levn": "^0.4.1" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" } }, + "node_modules/@eslint/plugin-kit/node_modules/@eslint/core": { + "version": "0.15.1", + "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.15.1.tgz", + "integrity": "sha512-bkOp+iumZCCbt1K1CmWf0R9pM5yKpDv+ZXtvSyQpudrI9kuFLp+bM2WOPXImuD/ceQuaa8f5pj93Y7zyECIGNA==", + "devOptional": true, + "license": "Apache-2.0", + "dependencies": { + "@types/json-schema": "^7.0.15" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + } + }, "node_modules/@fastify/busboy": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/@fastify/busboy/-/busboy-2.1.1.tgz", From c48d8866efdfa8a7ae3a77cdd111f8948936d92c Mon Sep 17 00:00:00 2001 From: Nick Alteen Date: Fri, 1 Aug 2025 09:51:36 -0400 Subject: [PATCH 3/3] Remove useless directive --- src/bootstrap.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/bootstrap.ts b/src/bootstrap.ts index 0737dba..9c8172c 100644 --- a/src/bootstrap.ts +++ b/src/bootstrap.ts @@ -1,5 +1,3 @@ -/* eslint-disable @typescript-eslint/no-require-imports */ - /** * This file is used to bootstrap the environment for the action. *