@friggframework/test 1.1.6 → 1.1.7-next.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +63 -0
- package/README.md +2 -0
- package/package.json +7 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,66 @@
|
|
|
1
|
+
# v1.2.0 (Tue Aug 06 2024)
|
|
2
|
+
|
|
3
|
+
:tada: This release contains work from a new contributor! :tada:
|
|
4
|
+
|
|
5
|
+
Thank you, Daniel Klotz ([@d-klotz](https://github.com/d-klotz)), for all your work!
|
|
6
|
+
|
|
7
|
+
#### 🐛 Bug Fix
|
|
8
|
+
|
|
9
|
+
- small update to integration testing / tooling [#304](https://github.com/friggframework/frigg/pull/304) ([@MichaelRyanWebber](https://github.com/MichaelRyanWebber))
|
|
10
|
+
- chore: bump deprecated npm package versions [#323](https://github.com/friggframework/frigg/pull/323) ([@d-klotz](https://github.com/d-klotz) [@seanspeaks](https://github.com/seanspeaks))
|
|
11
|
+
- chore: bump deprecated package versions ([@d-klotz](https://github.com/d-klotz))
|
|
12
|
+
- Bump version to: v1.1.8 \[skip ci\] ([@seanspeaks](https://github.com/seanspeaks))
|
|
13
|
+
- Bump version to: v1.1.5 \[skip ci\] ([@seanspeaks](https://github.com/seanspeaks))
|
|
14
|
+
|
|
15
|
+
#### Authors: 3
|
|
16
|
+
|
|
17
|
+
- [@MichaelRyanWebber](https://github.com/MichaelRyanWebber)
|
|
18
|
+
- Daniel Klotz ([@d-klotz](https://github.com/d-klotz))
|
|
19
|
+
- Sean Matthews ([@seanspeaks](https://github.com/seanspeaks))
|
|
20
|
+
|
|
21
|
+
---
|
|
22
|
+
|
|
23
|
+
# v1.1.8 (Thu Jul 18 2024)
|
|
24
|
+
|
|
25
|
+
:tada: This release contains work from a new contributor! :tada:
|
|
26
|
+
|
|
27
|
+
Thank you, Igor Schechtel ([@igorschechtel](https://github.com/igorschechtel)), for all your work!
|
|
28
|
+
|
|
29
|
+
#### 🐛 Bug Fix
|
|
30
|
+
|
|
31
|
+
- Revert open to support commonjs [#319](https://github.com/friggframework/frigg/pull/319) ([@MichaelRyanWebber](https://github.com/MichaelRyanWebber))
|
|
32
|
+
- revert open to 8.4.2 to for commonjs support ([@MichaelRyanWebber](https://github.com/MichaelRyanWebber))
|
|
33
|
+
- Add missing dependency for tests [#312](https://github.com/friggframework/frigg/pull/312) ([@igorschechtel](https://github.com/igorschechtel))
|
|
34
|
+
- Add missing dependency: open ([@igorschechtel](https://github.com/igorschechtel))
|
|
35
|
+
- Bump version to: v1.1.6 \[skip ci\] ([@seanspeaks](https://github.com/seanspeaks))
|
|
36
|
+
|
|
37
|
+
#### Authors: 3
|
|
38
|
+
|
|
39
|
+
- [@MichaelRyanWebber](https://github.com/MichaelRyanWebber)
|
|
40
|
+
- Igor Schechtel ([@igorschechtel](https://github.com/igorschechtel))
|
|
41
|
+
- Sean Matthews ([@seanspeaks](https://github.com/seanspeaks))
|
|
42
|
+
|
|
43
|
+
---
|
|
44
|
+
|
|
45
|
+
# v1.1.7 (Mon Jul 15 2024)
|
|
46
|
+
|
|
47
|
+
:tada: This release contains work from a new contributor! :tada:
|
|
48
|
+
|
|
49
|
+
Thank you, Igor Schechtel ([@igorschechtel](https://github.com/igorschechtel)), for all your work!
|
|
50
|
+
|
|
51
|
+
#### 🐛 Bug Fix
|
|
52
|
+
|
|
53
|
+
- Add missing dependency for tests [#312](https://github.com/friggframework/frigg/pull/312) ([@igorschechtel](https://github.com/igorschechtel))
|
|
54
|
+
- Add missing dependency: open ([@igorschechtel](https://github.com/igorschechtel))
|
|
55
|
+
- Bump version to: v1.1.6 \[skip ci\] ([@seanspeaks](https://github.com/seanspeaks))
|
|
56
|
+
|
|
57
|
+
#### Authors: 2
|
|
58
|
+
|
|
59
|
+
- Igor Schechtel ([@igorschechtel](https://github.com/igorschechtel))
|
|
60
|
+
- Sean Matthews ([@seanspeaks](https://github.com/seanspeaks))
|
|
61
|
+
|
|
62
|
+
---
|
|
63
|
+
|
|
1
64
|
# v2.0.0 (Sat Mar 30 2024)
|
|
2
65
|
|
|
3
66
|
#### 🚀 Enhancement
|
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@friggframework/test",
|
|
3
3
|
"prettier": "@friggframework/prettier-config",
|
|
4
|
-
"version": "1.1.
|
|
4
|
+
"version": "1.1.7-next.1",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@babel/eslint-parser": "^7.18.9",
|
|
7
7
|
"eslint": "^8.22.0",
|
|
@@ -11,12 +11,13 @@
|
|
|
11
11
|
"eslint-plugin-no-only-tests": "^3.0.0",
|
|
12
12
|
"eslint-plugin-yaml": "^0.5.0",
|
|
13
13
|
"jest-runner-groups": "^2.2.0",
|
|
14
|
-
"mongodb-memory-server": "^8.9.0"
|
|
14
|
+
"mongodb-memory-server": "^8.9.0",
|
|
15
|
+
"open": "^8.4.2"
|
|
15
16
|
},
|
|
16
17
|
"devDependencies": {
|
|
17
|
-
"@friggframework/eslint-config": "
|
|
18
|
-
"@friggframework/prettier-config": "
|
|
19
|
-
"jest": "^
|
|
18
|
+
"@friggframework/eslint-config": "1.1.7-next.1",
|
|
19
|
+
"@friggframework/prettier-config": "1.1.7-next.1",
|
|
20
|
+
"jest": "^29.7.0",
|
|
20
21
|
"prettier": "^2.7.1"
|
|
21
22
|
},
|
|
22
23
|
"scripts": {
|
|
@@ -38,5 +39,5 @@
|
|
|
38
39
|
"publishConfig": {
|
|
39
40
|
"access": "public"
|
|
40
41
|
},
|
|
41
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "064b36b36e6600ea126bde63ea05890ee87795a3"
|
|
42
43
|
}
|