Skip to content

Commit 903be79

Browse files
authored
Merge pull request #345 from currents-dev/release/axios
chore: release @currents/cmd v1.9.8
2 parents d8f8f2c + 4a6f096 commit 903be79

2 files changed

Lines changed: 33 additions & 34 deletions

File tree

packages/cmd/CHANGELOG.md

Lines changed: 32 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,95 +1,94 @@
11
# Changelog
22

3-
## [1.9.7](https://github.com/currents-dev/currents-reporter/compare/@currents/cmd-v1.9.6...${npm.name}-v1.9.7) (2026-03-16)
3+
## [1.9.8](https://github.com/currents-dev/currents-reporter/compare/@currents/cmd-v1.9.7...${npm.name}-v1.9.8) (2026-03-31)
4+
5+
### Bug Fixes
46

7+
- pin axios version - Update package-lock.json and package.json for axios and axios-retry versions
8+
9+
## [1.9.7](https://github.com/currents-dev/currents-reporter/compare/@currents/cmd-v1.9.6...${npm.name}-v1.9.7) (2026-03-16)
510

611
### Bug Fixes
712

8-
* restore commonjs support for the cmd package 042159b
13+
- restore commonjs support for the cmd package 042159b
914

1015
## [1.9.6](https://github.com/currents-dev/currents-reporter/compare/@currents/cmd-v1.9.5...${npm.name}-v1.9.6) (2026-03-12)
1116

12-
1317
### Bug Fixes
1418

15-
* remove unnecessary build entry fc5b950
16-
* report correct test status for jest reporter 50a59dd
17-
* revert axios version faf549b
18-
* Run npm audit fix to get security fixes for glob (#314) 029ee51, closes #314
19-
* test script for jest package 3073ab4
20-
* use posix pathing to build last run file paths [CSR-3199] (#292) 2ac7063, closes #292
21-
19+
- remove unnecessary build entry fc5b950
20+
- report correct test status for jest reporter 50a59dd
21+
- revert axios version faf549b
22+
- Run npm audit fix to get security fixes for glob (#314) 029ee51, closes #314
23+
- test script for jest package 3073ab4
24+
- use posix pathing to build last run file paths [CSR-3199] (#292) 2ac7063, closes #292
2225

2326
### Features
2427

25-
* add optional tags property to InstanceReportTest type and refactor handleCurrentsReport function for clarity 0b1f494
26-
* **cmd:** support artifacts e545d7e
27-
* jest currents report dir env [CSR-3872] (#320) c4413bf, closes #320
28+
- add optional tags property to InstanceReportTest type and refactor handleCurrentsReport function for clarity 0b1f494
29+
- **cmd:** support artifacts e545d7e
30+
- jest currents report dir env [CSR-3872] (#320) c4413bf, closes #320
2831

2932
## [1.9.5](https://github.com/currents-dev/currents-reporter/compare/@currents/cmd-v1.9.2...${npm.name}-v1.9.5) (2025-10-06)
3033

31-
3234
### Bug Fixes
3335

34-
* use posix pathing to build last run file paths [CSR-3199] ([#292](https://github.com/currents-dev/currents-reporter/issues/292)) ([2ac7063](https://github.com/currents-dev/currents-reporter/commit/2ac7063fba53df8bbe80b2abd11ccee4f22aee74))
36+
- use posix pathing to build last run file paths [CSR-3199] ([#292](https://github.com/currents-dev/currents-reporter/issues/292)) ([2ac7063](https://github.com/currents-dev/currents-reporter/commit/2ac7063fba53df8bbe80b2abd11ccee4f22aee74))
3537

3638
## [1.9.4](https://github.com/currents-dev/currents-reporter/compare/@currents/cmd-v1.9.2...${npm.name}-v1.9.4) (2025-06-12)
3739

3840
### Bug fixes
39-
* change `glob` package to `globby`
41+
42+
- change `glob` package to `globby`
4043

4144
## [1.9.3](https://github.com/currents-dev/currents-reporter/compare/@currents/cmd-v1.9.2...${npm.name}-v1.9.3) (2025-06-12)
4245

43-
* Attempted fix for `glob` package issue (superseded by 1.9.4).
46+
- Attempted fix for `glob` package issue (superseded by 1.9.4).
4447

4548
## [1.9.2](https://github.com/currents-dev/currents-reporter/compare/@currents/cmd-v1.9.1...${npm.name}-v1.9.2) (2025-06-12)
4649

47-
* Attempted fix for `glob` package issue (superseded by 1.9.4).
50+
- Attempted fix for `glob` package issue (superseded by 1.9.4).
4851

4952
## [1.9.1](https://github.com/currents-dev/currents-reporter/compare/@currents/cmd-v1.9.0...${npm.name}-v1.9.1) (2025-06-12)
5053

51-
* Attempted fix for `glob` package issue (superseded by 1.9.4).
54+
- Attempted fix for `glob` package issue (superseded by 1.9.4).
5255

5356
# [1.9.0](https://github.com/currents-dev/currents-reporter/compare/@currents/cmd-v1.7.1...${npm.name}-v1.9.0) (2025-06-12)
5457

55-
* Attempted fix for `glob` package issue (superseded by 1.9.4).
58+
- Attempted fix for `glob` package issue (superseded by 1.9.4).
5659

5760
# [1.8.0](https://github.com/currents-dev/currents-reporter/compare/@currents/cmd-v1.7.1...${npm.name}-v1.8.0) (2025-04-30)
5861

59-
6062
### Bug Fixes
6163

62-
* Cache Run Attempts with GitLab ([#217](https://github.com/currents-dev/currents-reporter/issues/217)) ([a11d0ae](https://github.com/currents-dev/currents-reporter/commit/a11d0ae0687ee37b406c584624c89edb2edd41b2))
63-
64+
- Cache Run Attempts with GitLab ([#217](https://github.com/currents-dev/currents-reporter/issues/217)) ([a11d0ae](https://github.com/currents-dev/currents-reporter/commit/a11d0ae0687ee37b406c584624c89edb2edd41b2))
6465

6566
### Features
6667

67-
* refactor cache commands implementation ([#216](https://github.com/currents-dev/currents-reporter/issues/216)) ([3e21aab](https://github.com/currents-dev/currents-reporter/commit/3e21aab612a08ba556bc28517a3c581e91bbbae3))
68+
- refactor cache commands implementation ([#216](https://github.com/currents-dev/currents-reporter/issues/216)) ([3e21aab](https://github.com/currents-dev/currents-reporter/commit/3e21aab612a08ba556bc28517a3c581e91bbbae3))
6869

6970
## [1.7.1](https://github.com/currents-dev/currents-reporter/compare/@currents/cmd-v1.6.10...${npm.name}-v1.7.1) (2025-04-16)
7071

71-
7272
### Bug Fixes
7373

74-
* api get-run: exit early if no right set of parameters provided ([96e69e6](https://github.com/currents-dev/currents-reporter/commit/96e69e606876dbb514d7e19e340d42990bb5a1f0))
75-
* http formatting for 404 errors ([c1170b2](https://github.com/currents-dev/currents-reporter/commit/c1170b2606e999af51bd57a3464b10c599dd9aec))
76-
* omit ciBuildId from cache meta file when null ([#203](https://github.com/currents-dev/currents-reporter/issues/203)) ([72c2362](https://github.com/currents-dev/currents-reporter/commit/72c23625d1f4ad78a5ef4c4fc8386c2d6f985bbd))
77-
* remove tsconfig.json, add commander to dev deps ([8e7e83c](https://github.com/currents-dev/currents-reporter/commit/8e7e83c986b4cc03c47dc8a779ea9b05fb555ae6))
78-
74+
- api get-run: exit early if no right set of parameters provided ([96e69e6](https://github.com/currents-dev/currents-reporter/commit/96e69e606876dbb514d7e19e340d42990bb5a1f0))
75+
- http formatting for 404 errors ([c1170b2](https://github.com/currents-dev/currents-reporter/commit/c1170b2606e999af51bd57a3464b10c599dd9aec))
76+
- omit ciBuildId from cache meta file when null ([#203](https://github.com/currents-dev/currents-reporter/issues/203)) ([72c2362](https://github.com/currents-dev/currents-reporter/commit/72c23625d1f4ad78a5ef4c4fc8386c2d6f985bbd))
77+
- remove tsconfig.json, add commander to dev deps ([8e7e83c](https://github.com/currents-dev/currents-reporter/commit/8e7e83c986b4cc03c47dc8a779ea9b05fb555ae6))
7978

8079
### Features
8180

82-
* add node reporter v2 ([dae78a9](https://github.com/currents-dev/currents-reporter/commit/dae78a9a15df18751e7e139a134abe492003a3e3))
81+
- add node reporter v2 ([dae78a9](https://github.com/currents-dev/currents-reporter/commit/dae78a9a15df18751e7e139a134abe492003a3e3))
8382

8483
# [1.7.0](https://github.com/currents-dev/currents-reporter/compare/@currents/cmd-v1.6.10...${npm.name}-v1.7.0) (2025-04-10)
8584

8685
### Features
8786

88-
* Add support for Node as a framework for the convert command
87+
- Add support for Node as a framework for the convert command
8988

9089
### Bug Fixes
9190

92-
* remove tsconfig.json, add commander to dev deps ([8e7e83c](https://github.com/currents-dev/currents-reporter/commit/8e7e83c986b4cc03c47dc8a779ea9b05fb555ae6))
91+
- remove tsconfig.json, add commander to dev deps ([8e7e83c](https://github.com/currents-dev/currents-reporter/commit/8e7e83c986b4cc03c47dc8a779ea9b05fb555ae6))
9392

9493
## [1.6.10](https://github.com/currents-dev/currents-reporter/compare/@currents/cmd-v1.6.9...${npm.name}-v1.6.10) (2025-04-04)
9594

packages/cmd/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@currents/cmd",
3-
"version": "1.9.7",
3+
"version": "1.9.8",
44
"main": "./dist/index.js",
55
"author": {
66
"name": "Currents Software Inc",

0 commit comments

Comments
 (0)