@itwin/presentation-testing 5.4.14-alpha.0 → 5.4.15

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -60
  2. package/package.json +16 -17
package/CHANGELOG.md CHANGED
@@ -1,11 +1,20 @@
1
1
  # Change Log - @itwin/presentation-testing
2
2
 
3
- ## 5.4.14-alpha.0
3
+ ## 5.4.15
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - [#1215](https://github.com/iTwin/presentation/pull/1215): Update dependencies.
7
8
  - Updated dependencies:
8
- - @itwin/presentation-components@5.12.18-alpha.0
9
+ - @itwin/presentation-components@5.13.0
10
+
11
+ ## 5.4.14
12
+
13
+ ### Patch Changes
14
+
15
+ - [#1208](https://github.com/iTwin/presentation/pull/1208): Bump dependencies.
16
+ - Updated dependencies:
17
+ - @itwin/presentation-components@5.12.18
9
18
 
10
19
  ## 5.4.13
11
20
 
@@ -32,13 +41,6 @@
32
41
  - Updated dependencies:
33
42
  - @itwin/presentation-components@5.12.15
34
43
 
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
44
  ## 5.4.10
43
45
 
44
46
  ### Patch Changes
@@ -47,13 +49,6 @@
47
49
  - Updated dependencies:
48
50
  - @itwin/presentation-components@5.12.14
49
51
 
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
52
  ## 5.4.9
58
53
 
59
54
  ### Patch Changes
@@ -77,28 +72,6 @@
77
72
  - Updated dependencies:
78
73
  - @itwin/presentation-components@5.12.6
79
74
 
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
75
  ## 5.4.6
103
76
 
104
77
  ### Patch Changes
@@ -106,13 +79,6 @@
106
79
  - Updated dependencies:
107
80
  - @itwin/presentation-components@5.12.5
108
81
 
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
82
  ## 5.4.5
117
83
 
118
84
  ### Patch Changes
@@ -128,21 +94,6 @@
128
94
  - Updated dependencies:
129
95
  - @itwin/presentation-components@5.12.3
130
96
 
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
97
  ## 5.4.3
147
98
 
148
99
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/presentation-testing",
3
- "version": "5.4.14-alpha.0",
3
+ "version": "5.4.15",
4
4
  "description": "Testing utilities for iTwin.js Presentation library",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -30,9 +30,9 @@
30
30
  "./package.json": "./package.json"
31
31
  },
32
32
  "dependencies": {
33
- "rimraf": "^6.1.2",
33
+ "rimraf": "^6.1.3",
34
34
  "sanitize-filename": "^1.6.3",
35
- "@itwin/presentation-components": "^5.12.18-alpha.0"
35
+ "@itwin/presentation-components": "^5.13.0"
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": "^5.6.0-dev.8",
50
- "@itwin/build-tools": "^5.5.1",
51
- "@itwin/components-react": "^5.23.0",
52
- "@itwin/core-backend": "^5.6.0-dev.8",
53
- "@itwin/core-bentley": "^5.6.0-dev.8",
54
- "@itwin/core-common": "^5.6.0-dev.8",
55
- "@itwin/core-frontend": "^5.6.0-dev.8",
56
- "@itwin/core-orbitgt": "^5.6.0-dev.8",
49
+ "@itwin/appui-abstract": "^5.6.2",
50
+ "@itwin/build-tools": "^5.6.2",
51
+ "@itwin/components-react": "^5.25.0",
52
+ "@itwin/core-backend": "^5.6.2",
53
+ "@itwin/core-bentley": "^5.6.2",
54
+ "@itwin/core-common": "^5.6.2",
55
+ "@itwin/core-frontend": "^5.6.2",
56
+ "@itwin/core-orbitgt": "^5.6.2",
57
57
  "@itwin/eslint-plugin": "5.1.0",
58
- "@itwin/itwinui-react": "^3.20.1",
59
- "@itwin/presentation-backend": "^5.6.0-dev.8",
60
- "@itwin/presentation-common": "^5.6.0-dev.8",
61
- "@itwin/presentation-frontend": "^5.6.0-dev.8",
58
+ "@itwin/presentation-backend": "^5.6.2",
59
+ "@itwin/presentation-common": "^5.6.2",
60
+ "@itwin/presentation-frontend": "^5.6.2",
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.7",
65
+ "@types/node": "^22.19.13",
67
66
  "@types/sinon": "^17.0.4",
68
67
  "@types/sinon-chai": "^4.0.0",
69
68
  "c8": "^10.1.3",
@@ -72,7 +71,7 @@
72
71
  "chai-jest-snapshot": "^2.0.0",
73
72
  "cpx2": "^7.0.2",
74
73
  "cross-env": "^7.0.3",
75
- "eslint": "^9.39.2",
74
+ "eslint": "^9.39.3",
76
75
  "global-jsdom": "^26.0.0",
77
76
  "ignore-styles": "^5.0.1",
78
77
  "jsdom": "^26.1.0",