@itwin/presentation-testing 5.4.14-alpha.0 → 5.4.14
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 +3 -60
- package/package.json +14 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
# Change Log - @itwin/presentation-testing
|
|
2
2
|
|
|
3
|
-
## 5.4.14
|
|
3
|
+
## 5.4.14
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
+
- [#1208](https://github.com/iTwin/presentation/pull/1208): Bump dependencies.
|
|
7
8
|
- Updated dependencies:
|
|
8
|
-
- @itwin/presentation-components@5.12.18
|
|
9
|
+
- @itwin/presentation-components@5.12.18
|
|
9
10
|
|
|
10
11
|
## 5.4.13
|
|
11
12
|
|
|
@@ -32,13 +33,6 @@
|
|
|
32
33
|
- Updated dependencies:
|
|
33
34
|
- @itwin/presentation-components@5.12.15
|
|
34
35
|
|
|
35
|
-
## 5.4.11-alpha.0
|
|
36
|
-
|
|
37
|
-
### Patch Changes
|
|
38
|
-
|
|
39
|
-
- Updated dependencies:
|
|
40
|
-
- @itwin/presentation-components@5.12.15-alpha.0
|
|
41
|
-
|
|
42
36
|
## 5.4.10
|
|
43
37
|
|
|
44
38
|
### Patch Changes
|
|
@@ -47,13 +41,6 @@
|
|
|
47
41
|
- Updated dependencies:
|
|
48
42
|
- @itwin/presentation-components@5.12.14
|
|
49
43
|
|
|
50
|
-
## 5.4.10-alpha.0
|
|
51
|
-
|
|
52
|
-
### Patch Changes
|
|
53
|
-
|
|
54
|
-
- Updated dependencies:
|
|
55
|
-
- @itwin/presentation-components@5.12.14-alpha.0
|
|
56
|
-
|
|
57
44
|
## 5.4.9
|
|
58
45
|
|
|
59
46
|
### Patch Changes
|
|
@@ -77,28 +64,6 @@
|
|
|
77
64
|
- Updated dependencies:
|
|
78
65
|
- @itwin/presentation-components@5.12.6
|
|
79
66
|
|
|
80
|
-
## 5.4.7-alpha.2
|
|
81
|
-
|
|
82
|
-
### Patch Changes
|
|
83
|
-
|
|
84
|
-
- Updated dependencies:
|
|
85
|
-
- @itwin/presentation-components@5.12.9-alpha.0
|
|
86
|
-
|
|
87
|
-
## 5.4.7-alpha.1
|
|
88
|
-
|
|
89
|
-
### Patch Changes
|
|
90
|
-
|
|
91
|
-
- [#1042](https://github.com/iTwin/presentation/pull/1042): Version bump
|
|
92
|
-
- Updated dependencies:
|
|
93
|
-
- @itwin/presentation-components@5.12.6-alpha.1
|
|
94
|
-
|
|
95
|
-
## 5.4.7-alpha.0
|
|
96
|
-
|
|
97
|
-
### Patch Changes
|
|
98
|
-
|
|
99
|
-
- Updated dependencies:
|
|
100
|
-
- @itwin/presentation-components@5.12.6-alpha.0
|
|
101
|
-
|
|
102
67
|
## 5.4.6
|
|
103
68
|
|
|
104
69
|
### Patch Changes
|
|
@@ -106,13 +71,6 @@
|
|
|
106
71
|
- Updated dependencies:
|
|
107
72
|
- @itwin/presentation-components@5.12.5
|
|
108
73
|
|
|
109
|
-
## 5.4.6-alpha.0
|
|
110
|
-
|
|
111
|
-
### Patch Changes
|
|
112
|
-
|
|
113
|
-
- Updated dependencies:
|
|
114
|
-
- @itwin/presentation-components@5.12.5-alpha.0
|
|
115
|
-
|
|
116
74
|
## 5.4.5
|
|
117
75
|
|
|
118
76
|
### Patch Changes
|
|
@@ -128,21 +86,6 @@
|
|
|
128
86
|
- Updated dependencies:
|
|
129
87
|
- @itwin/presentation-components@5.12.3
|
|
130
88
|
|
|
131
|
-
## 5.4.3-alpha.1
|
|
132
|
-
|
|
133
|
-
### Patch Changes
|
|
134
|
-
|
|
135
|
-
- [#963](https://github.com/iTwin/presentation/pull/963): Fix support for `itwinjs-core@5.0-rc`.
|
|
136
|
-
- Updated dependencies:
|
|
137
|
-
- @itwin/presentation-components@5.12.2-alpha.1
|
|
138
|
-
|
|
139
|
-
## 5.4.3-alpha.0
|
|
140
|
-
|
|
141
|
-
### Patch Changes
|
|
142
|
-
|
|
143
|
-
- Updated dependencies:
|
|
144
|
-
- @itwin/presentation-components@5.12.2-alpha.0
|
|
145
|
-
|
|
146
89
|
## 5.4.3
|
|
147
90
|
|
|
148
91
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/presentation-testing",
|
|
3
|
-
"version": "5.4.14
|
|
3
|
+
"version": "5.4.14",
|
|
4
4
|
"description": "Testing utilities for iTwin.js Presentation library",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"rimraf": "^6.1.2",
|
|
34
34
|
"sanitize-filename": "^1.6.3",
|
|
35
|
-
"@itwin/presentation-components": "^5.12.18
|
|
35
|
+
"@itwin/presentation-components": "^5.12.18"
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
38
38
|
"@itwin/appui-abstract": "^4.1.0 || ^5.0.0",
|
|
@@ -46,24 +46,23 @@
|
|
|
46
46
|
"@itwin/presentation-frontend": "^4.1.0 || ^5.0.0"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@itwin/appui-abstract": "
|
|
50
|
-
"@itwin/build-tools": "^5.5.
|
|
51
|
-
"@itwin/components-react": "^5.
|
|
52
|
-
"@itwin/core-backend": "
|
|
53
|
-
"@itwin/core-bentley": "
|
|
54
|
-
"@itwin/core-common": "
|
|
55
|
-
"@itwin/core-frontend": "
|
|
56
|
-
"@itwin/core-orbitgt": "
|
|
49
|
+
"@itwin/appui-abstract": "5.6.0-dev.17",
|
|
50
|
+
"@itwin/build-tools": "^5.5.2",
|
|
51
|
+
"@itwin/components-react": "^5.24.1",
|
|
52
|
+
"@itwin/core-backend": "5.6.0-dev.17",
|
|
53
|
+
"@itwin/core-bentley": "5.6.0-dev.17",
|
|
54
|
+
"@itwin/core-common": "5.6.0-dev.17",
|
|
55
|
+
"@itwin/core-frontend": "5.6.0-dev.17",
|
|
56
|
+
"@itwin/core-orbitgt": "5.6.0-dev.17",
|
|
57
57
|
"@itwin/eslint-plugin": "5.1.0",
|
|
58
|
-
"@itwin/
|
|
59
|
-
"@itwin/presentation-
|
|
60
|
-
"@itwin/presentation-
|
|
61
|
-
"@itwin/presentation-frontend": "^5.6.0-dev.8",
|
|
58
|
+
"@itwin/presentation-backend": "5.6.0-dev.17",
|
|
59
|
+
"@itwin/presentation-common": "5.6.0-dev.17",
|
|
60
|
+
"@itwin/presentation-frontend": "5.6.0-dev.17",
|
|
62
61
|
"@types/chai": "^5.2.3",
|
|
63
62
|
"@types/chai-as-promised": "^8.0.2",
|
|
64
63
|
"@types/chai-jest-snapshot": "^1.3.8",
|
|
65
64
|
"@types/mocha": "^10.0.10",
|
|
66
|
-
"@types/node": "^22.19.
|
|
65
|
+
"@types/node": "^22.19.8",
|
|
67
66
|
"@types/sinon": "^17.0.4",
|
|
68
67
|
"@types/sinon-chai": "^4.0.0",
|
|
69
68
|
"c8": "^10.1.3",
|