From 65157452c65fabc9a857c984ca1566d8c685c995 Mon Sep 17 00:00:00 2001 From: Yohay Nahmany Date: Fri, 22 Nov 2024 20:44:53 +0100 Subject: [PATCH 1/2] chore: release @currents/jest v1.1.0 --- packages/jest/CHANGELOG.md | 31 ++++++++++++++++++++++++++++++- packages/jest/package.json | 2 +- 2 files changed, 31 insertions(+), 2 deletions(-) diff --git a/packages/jest/CHANGELOG.md b/packages/jest/CHANGELOG.md index f2984ca..db30c17 100644 --- a/packages/jest/CHANGELOG.md +++ b/packages/jest/CHANGELOG.md @@ -1,5 +1,34 @@ # Changelog +# [1.1.0](https://github.com/currents-dev/currents-reporter/compare/@currents/jest-v1.0.2...${npm.name}-v1.1.0) (2024-11-22) + + +### Bug Fixes + +* .. ([a55fe22](https://github.com/currents-dev/currents-reporter/commit/a55fe22b12a9364eb8884d66aae2a669869aec95)) +* add --no-fail flag ([1ab94c1](https://github.com/currents-dev/currents-reporter/commit/1ab94c1d743bea11c3aac69806df59c51ce51487)) +* added junit types, addressed feedback ([f028f64](https://github.com/currents-dev/currents-reporter/commit/f028f64d2ab59143940c778f0703e6b85c749334)) +* cache command usage example [skip ci] ([3bb9415](https://github.com/currents-dev/currents-reporter/commit/3bb9415612f2d2e4f564596c8fc4a3e140cfd6be)) +* display traces for errors only fo debug mode ([8f12eaf](https://github.com/currents-dev/currents-reporter/commit/8f12eafeb9dc06f56db5d5d3805c0ec4e2eea4f4)) +* exit with code 1 when cache commands fail ([d08bd60](https://github.com/currents-dev/currents-reporter/commit/d08bd608978ff4c03d61d8e9f820df3d494b64f8)) +* jest attempt fields ([2c2083c](https://github.com/currents-dev/currents-reporter/commit/2c2083cff46ad1edc8da9590f3b9302b79a86061)) +* make missing config variables user-friendly ([2a2b7ab](https://github.com/currents-dev/currents-reporter/commit/2a2b7abb97cbf78546465538d7c48b97d6934bc4)) +* optional framework config, specify framework config properties to be reported ([45cbc7a](https://github.com/currents-dev/currents-reporter/commit/45cbc7a99796ab59f0e2997722609f5c3ac171eb)) +* remove --no-fail flag, add --continue flag ([a84b773](https://github.com/currents-dev/currents-reporter/commit/a84b7738e227175505df6711976f1b4d1b75c741)) +* remove console.log [skip ci] ([a766e6f](https://github.com/currents-dev/currents-reporter/commit/a766e6f90f372a89ba577715823acf3c6e4f814d)) +* rename from --paths to --path ([b995083](https://github.com/currents-dev/currents-reporter/commit/b99508354d2dbc4af77ed32852acc5d8ad7d8981)) +* simplify the error handler ([0342c3d](https://github.com/currents-dev/currents-reporter/commit/0342c3d259a4ca7b8cbe2c9b5f259fea2d813015)) +* use npm ([e1b2823](https://github.com/currents-dev/currents-reporter/commit/e1b28234cd17358f4e4cd39be0823318e88cdede)) + + +### Features + +* add previousCiBuildId to run creation ([dfbb32e](https://github.com/currents-dev/currents-reporter/commit/dfbb32e8dd79190116d7e30dbf9b9db4a298fa8e)) +* add success messages ([7b7c1fa](https://github.com/currents-dev/currents-reporter/commit/7b7c1fa9faf96d5fdcd5e78f1200e7681ed746e5)) +* added full test suite junit scanner ([e040f5e](https://github.com/currents-dev/currents-reporter/commit/e040f5eb075ce0431c3c259d341f46fcbb012ee7)) +* added junit originFramework support ([a89a591](https://github.com/currents-dev/currents-reporter/commit/a89a5912375d39df98e76d17cd0f14c2a8b17da4)) +* CircleCi cache ([db742e6](https://github.com/currents-dev/currents-reporter/commit/db742e61f7ecfb88a2be15369a565ef2af9807e8)) + ## [1.0.2](https://github.com/currents-dev/currents-reporter/compare/@currents/jest-v1.0.1...${npm.name}-v1.0.2) (2024-09-03) ## [1.0.1](https://github.com/currents-dev/currents-reporter/compare/@currents/jest-v1.0.0...${npm.name}-v1.0.1) (2024-07-23) @@ -28,4 +57,4 @@ ### Features - add reportDir option to jest-reporter ([887fae6](https://github.com/currents-dev/currents-reporter/commit/887fae637f5d08243323e30abedba919075939b6)) -- add vitest ([2b25624](https://github.com/currents-dev/currents-reporter/commit/2b2562410adcce06de4e54abcc63c4a16603d27b)) +- add vitest ([2b25624](https://github.com/currents-dev/currents-reporter/commit/2b2562410adcce06de4e54abcc63c4a16603d27b)) \ No newline at end of file diff --git a/packages/jest/package.json b/packages/jest/package.json index ee14343..5507213 100644 --- a/packages/jest/package.json +++ b/packages/jest/package.json @@ -1,6 +1,6 @@ { "name": "@currents/jest", - "version": "1.0.2", + "version": "1.1.0", "main": "./dist/index.js", "author": "Currents Software Inc", "license": "GPL-3.0-or-later", From 3e01ee99ccab214df529e66da6022554fade4afa Mon Sep 17 00:00:00 2001 From: DJ Mountney Date: Mon, 25 Nov 2024 13:50:39 -0800 Subject: [PATCH 2/2] chore: Update lockfile --- package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index 5297156..44312e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14367,7 +14367,7 @@ }, "packages/jest": { "name": "@currents/jest", - "version": "1.0.2", + "version": "1.1.0", "license": "MIT", "dependencies": { "@babel/code-frame": "^7.26.2",