Skip to content

Commit 2b0afd6

Browse files
Version Packages (#450)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7cce71c commit 2b0afd6

File tree

13 files changed

+74
-49
lines changed

13 files changed

+74
-49
lines changed

.changeset/good-shoes-grab.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/smooth-bears-hunt.md

Lines changed: 0 additions & 30 deletions
This file was deleted.

.changeset/young-cars-pump.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

docs/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @moonwall/docs
22

3+
## 5.9.0
4+
35
## 5.8.0
46

57
### Minor Changes

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@moonwall/docs",
33
"type": "module",
4-
"version": "5.8.0",
4+
"version": "5.9.0",
55
"private": true,
66
"description": "Testing framework for the Moon family of projects",
77
"scripts": {

packages/cli/CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,45 @@
11
# @moonwall/cli
22

3+
## 5.9.0
4+
5+
### Minor Changes
6+
7+
- 543bda2: Update Inquirer
8+
9+
### Patch Changes
10+
11+
- 7cce71c: Added vitest arg pass through
12+
- 7cce71c: ### Enhanced Test CLI Options
13+
14+
#### New Features
15+
16+
- Added support for passing Vitest configuration options directly through CLI
17+
18+
```bash
19+
moonwall test dev_test --vitest "bail=2 retry=2"
20+
```
21+
22+
This can also be added to your `moonwall.config.json` file like:
23+
24+
```json
25+
{
26+
"name": "passthrough_test",
27+
"testFileDir": ["suites/multi_fail"],
28+
"description": "Testing that bail can be passed through",
29+
"foundation": {
30+
"type": "read_only"
31+
},
32+
"vitestArgs": {
33+
"bail": 1
34+
},
35+
"connections": []
36+
}
37+
```
38+
39+
- Updated dependencies [543bda2]
40+
- @moonwall/[email protected]
41+
- @moonwall/[email protected]
42+
343
## 5.8.0
444

545
### Minor Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@moonwall/cli",
33
"type": "module",
4-
"version": "5.8.0",
4+
"version": "5.9.0",
55
"description": "Testing framework for the Moon family of projects",
66
"author": "timbrinded",
77
"license": "ISC",

packages/types/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @moonwall/types
22

3+
## 5.9.0
4+
5+
### Minor Changes
6+
7+
- 543bda2: Update Inquirer
8+
39
## 5.8.0
410

511
### Minor Changes

packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@moonwall/types",
33
"type": "module",
4-
"version": "5.8.0",
4+
"version": "5.9.0",
55
"description": "Testing framework for the Moon family of projects",
66
"author": "timbrinded",
77
"license": "ISC",

packages/util/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @moonwall/util
22

3+
## 5.9.0
4+
5+
### Minor Changes
6+
7+
- 543bda2: Update Inquirer
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [543bda2]
12+
- @moonwall/types@5.9.0
13+
314
## 5.8.0
415

516
### Minor Changes

0 commit comments

Comments
 (0)