@orchestrator-ui/jest-config 1.5.1 → 1.6.0

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.
@@ -1,10 +1,10 @@
1
1
 
2
- > @orchestrator-ui/jest-config@1.5.1 build
2
+ > @orchestrator-ui/jest-config@1.6.0 build
3
3
  > tsup jest-base.config.js --format esm
4
4
 
5
5
  CLI Building entry: jest-base.config.js
6
- CLI tsup v8.3.5
6
+ CLI tsup v8.5.0
7
7
  CLI Target: node16
8
8
  ESM Build start
9
9
  ESM dist/jest-base.config.mjs 854.00 B
10
- ESM ⚡️ Build success in 19ms
10
+ ESM ⚡️ Build success in 28ms
package/CHANGELOG.md CHANGED
@@ -1,92 +1,98 @@
1
1
  # @orchestrator-ui/jest-config
2
2
 
3
+ ## 1.6.0
4
+
5
+ ### Minor Changes
6
+
7
+ - e732016: Updates depencencies to latest minor versions
8
+
3
9
  ## 1.5.1
4
10
 
5
11
  ### Patch Changes
6
12
 
7
- - 56e2537: Fixes rights issue in github action
8
- - b7fe3ee: Adds github action permission to publish with provenance
13
+ - 56e2537: Fixes rights issue in github action
14
+ - b7fe3ee: Adds github action permission to publish with provenance
9
15
 
10
16
  ## 1.5.0
11
17
 
12
18
  ### Minor Changes
13
19
 
14
- - 85fca33: Adds npm provenance flag
20
+ - 85fca33: Adds npm provenance flag
15
21
 
16
22
  ## 1.4.1
17
23
 
18
24
  ### Patch Changes
19
25
 
20
- - 3bfe651: Updates npm packages to latest versions
26
+ - 3bfe651: Updates npm packages to latest versions
21
27
 
22
28
  ## 1.4.0
23
29
 
24
30
  ### Minor Changes
25
31
 
26
- - 846a884: Updates npm dependency minor versions
32
+ - 846a884: Updates npm dependency minor versions
27
33
 
28
34
  ## 1.3.0
29
35
 
30
36
  ### Minor Changes
31
37
 
32
- - 80f18ae: Fixes npm audit messages
38
+ - 80f18ae: Fixes npm audit messages
33
39
 
34
40
  ## 1.2.1
35
41
 
36
42
  ### Patch Changes
37
43
 
38
- - 09f3e09: Fixes markdown in README files
44
+ - 09f3e09: Fixes markdown in README files
39
45
 
40
46
  ## 1.2.0
41
47
 
42
48
  ### Minor Changes
43
49
 
44
- - c122786: Adds README files to be displayed on NPM. Adds Apache 2.0 license.
50
+ - c122786: Adds README files to be displayed on NPM. Adds Apache 2.0 license.
45
51
 
46
52
  ## 1.1.0
47
53
 
48
54
  ### Minor Changes
49
55
 
50
- - 00fe7c1: Adds jest-environment-jsdom package
56
+ - 00fe7c1: Adds jest-environment-jsdom package
51
57
 
52
58
  ## 1.0.0
53
59
 
54
60
  ### Major Changes
55
61
 
56
- - 507399b: R1 Release
62
+ - 507399b: R1 Release
57
63
 
58
64
  ## 0.2.0
59
65
 
60
66
  ### Minor Changes
61
67
 
62
- - c8c6e10: Update npm dependency versions
68
+ - c8c6e10: Update npm dependency versions
63
69
 
64
70
  ## 0.1.0
65
71
 
66
72
  ### Minor Changes
67
73
 
68
- - ef5eace: Updates all major dependencies including Typescript to version 5 and NextJS to version 14
74
+ - ef5eace: Updates all major dependencies including Typescript to version 5 and NextJS to version 14
69
75
 
70
76
  ## 0.0.4
71
77
 
72
78
  ### Patch Changes
73
79
 
74
- - 6597ac1: Test release after adding absolute imports (issue 414)
80
+ - 6597ac1: Test release after adding absolute imports (issue 414)
75
81
 
76
82
  ## 0.0.3
77
83
 
78
84
  ### Patch Changes
79
85
 
80
- - 6d680f6: Test release before adding absolute imports (issue 414)
86
+ - 6d680f6: Test release before adding absolute imports (issue 414)
81
87
 
82
88
  ## 0.0.2
83
89
 
84
90
  ### Patch Changes
85
91
 
86
- - c780503: Initial release
92
+ - c780503: Initial release
87
93
 
88
94
  ## 0.0.1
89
95
 
90
96
  ### Patch Changes
91
97
 
92
- - 0cef169: Splitted WFO in separate packages
98
+ - 0cef169: Splitted WFO in separate packages
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orchestrator-ui/jest-config",
3
- "version": "1.5.1",
3
+ "version": "1.6.0",
4
4
  "license": "Apache-2.0",
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -32,10 +32,11 @@
32
32
  "@testing-library/jest-dom": "^6.6.2",
33
33
  "@testing-library/react": "^16.0.1",
34
34
  "@testing-library/user-event": "^14.5.2",
35
- "@types/jest": "^29.5.11",
36
- "babel-jest": "^29.7.0",
37
- "jest": "^29.7.0",
38
- "jest-environment-jsdom": "^29.7.0",
39
- "jest-watch-typeahead": "^2.2.2"
35
+ "@types/jest": "^30.0.0",
36
+ "babel-jest": "^30.2.0",
37
+ "jest": "^30.2.0",
38
+ "jest-environment-jsdom": "^30.2.0",
39
+ "jest-watch-typeahead": "^3.0.1",
40
+ "tsup": "^8.5.0"
40
41
  }
41
42
  }