From d9080b3cd984af739d435c1083237a62ba7840b9 Mon Sep 17 00:00:00 2001 From: syncush Date: Sun, 27 Jul 2025 14:14:16 +0300 Subject: [PATCH 1/3] build!: upgrade packages and engine --- package-lock.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index e7040d1..a7bbf32 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4688,14 +4688,14 @@ "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/utils": "^6.0.0 || ^7.0.0 || ^8.0.0" + "@typescript-eslint/utils": "^8.0.0" }, "engines": { - "node": "^16.10.0 || ^18.12.0 || >=20.0.0" + "node": "^20.12.0 || ^22.0.0 || >=24.0.0" }, "peerDependencies": { - "@typescript-eslint/eslint-plugin": "^6.0.0 || ^7.0.0 || ^8.0.0", - "eslint": "^7.0.0 || ^8.0.0 || ^9.0.0", + "@typescript-eslint/eslint-plugin": "^8.0.0", + "eslint": "^8.57.0 || ^9.0.0", "jest": "*" }, "peerDependenciesMeta": { From 1c26ea4685a4cef1a7a2929be3993c433dfaf37a Mon Sep 17 00:00:00 2001 From: syncush Date: Sun, 27 Jul 2025 14:22:51 +0300 Subject: [PATCH 2/3] build: removed cz and fixed eslint packages versions --- package-lock.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index a7bbf32..e7040d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4688,14 +4688,14 @@ "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/utils": "^8.0.0" + "@typescript-eslint/utils": "^6.0.0 || ^7.0.0 || ^8.0.0" }, "engines": { - "node": "^20.12.0 || ^22.0.0 || >=24.0.0" + "node": "^16.10.0 || ^18.12.0 || >=20.0.0" }, "peerDependencies": { - "@typescript-eslint/eslint-plugin": "^8.0.0", - "eslint": "^8.57.0 || ^9.0.0", + "@typescript-eslint/eslint-plugin": "^6.0.0 || ^7.0.0 || ^8.0.0", + "eslint": "^7.0.0 || ^8.0.0 || ^9.0.0", "jest": "*" }, "peerDependenciesMeta": { From 9692eeeb007c1a3915594fa531c2222b79d9bcac Mon Sep 17 00:00:00 2001 From: syncush Date: Sun, 27 Jul 2025 14:30:11 +0300 Subject: [PATCH 3/3] ci: add jira integration --- .github/workflows/jira-integration.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/jira-integration.yaml diff --git a/.github/workflows/jira-integration.yaml b/.github/workflows/jira-integration.yaml new file mode 100644 index 0000000..ae5bf5d --- /dev/null +++ b/.github/workflows/jira-integration.yaml @@ -0,0 +1,14 @@ +name: Jira Integration +on: + pull_request: + types: [opened, edited] + +permissions: + statuses: write + pull-requests: write + +jobs: + jira-validation: + runs-on: ubuntu-latest + steps: + - uses: mapcolonies/javascript-github-actions/actions/jira-integration@jira-integration-v1.0.1