@atlaskit/media-test-helpers 42.0.0 → 42.0.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/AGENTS.md +5 -5
- package/CHANGELOG.md +9 -0
- package/package.json +8 -8
package/AGENTS.md
CHANGED
|
@@ -26,11 +26,11 @@
|
|
|
26
26
|
> codebase and the docs after any code change. Use the `generate` subcommand to bootstrap the index
|
|
27
27
|
> in a new repository.
|
|
28
28
|
|
|
29
|
-
**Entry point:** `.agents/knowledge-index/INDEX.md`
|
|
30
|
-
`.agents/knowledge-index/domains/media/units/atlaskit-media-test-helpers.md`
|
|
31
|
-
|
|
32
|
-
**
|
|
33
|
-
first, edit, then `kg.py edit <path> --message "<reason>"`.
|
|
29
|
+
**Entry point:** `.agents/knowledge-index/INDEX.md`
|
|
30
|
+
**Unit doc:** `.agents/knowledge-index/domains/media/units/atlaskit-media-test-helpers.md`
|
|
31
|
+
**Standards page:** `.agents/knowledge-index/domains/media/units/atlaskit-media-test-helpers/standards-and-patterns.md`
|
|
32
|
+
**CLI:** `python3 .agents/skills/knowledge-index/scripts/kg.py {find,read,edit,investigate,validate,init,explore,generate} …`
|
|
33
|
+
**Refresh protocol:** never silently bump `Last verified` — always re-read the listed `Sources` first, edit, then `kg.py edit <path> --message "<reason>"`.
|
|
34
34
|
|
|
35
35
|
## Key source files
|
|
36
36
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @atlaskit/media-test-helpers
|
|
2
2
|
|
|
3
|
+
## 42.0.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`ee28cf33718b0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ee28cf33718b0) -
|
|
8
|
+
Add @atlassian/react-compiler-gating as a runtime dependency to enable React Compiler platform
|
|
9
|
+
gating.
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
|
|
3
12
|
## 42.0.0
|
|
4
13
|
|
|
5
14
|
### Major Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/media-test-helpers",
|
|
3
|
-
"version": "42.0.
|
|
3
|
+
"version": "42.0.1",
|
|
4
4
|
"description": "Collection of test helpers used in media component stories and specs",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -24,23 +24,24 @@
|
|
|
24
24
|
"team": "Media Exif"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@atlaskit/button": "^24.
|
|
27
|
+
"@atlaskit/button": "^24.1.0",
|
|
28
28
|
"@atlaskit/checkbox": "^18.0.0",
|
|
29
29
|
"@atlaskit/form": "^16.0.0",
|
|
30
30
|
"@atlaskit/icon": "^36.0.0",
|
|
31
31
|
"@atlaskit/locale": "^5.0.0",
|
|
32
|
-
"@atlaskit/media-client": "^37.
|
|
33
|
-
"@atlaskit/media-common": "^14.
|
|
32
|
+
"@atlaskit/media-client": "^37.1.0",
|
|
33
|
+
"@atlaskit/media-common": "^14.1.0",
|
|
34
34
|
"@atlaskit/media-state": "^3.0.0",
|
|
35
|
-
"@atlaskit/media-ui": "^30.
|
|
35
|
+
"@atlaskit/media-ui": "^30.3.0",
|
|
36
36
|
"@atlaskit/platform-feature-flags": "^2.0.0",
|
|
37
37
|
"@atlaskit/popup": "^5.0.0",
|
|
38
38
|
"@atlaskit/primitives": "^20.0.0",
|
|
39
39
|
"@atlaskit/tabs": "^20.0.0",
|
|
40
40
|
"@atlaskit/textfield": "^9.0.0",
|
|
41
|
-
"@atlaskit/tokens": "^
|
|
41
|
+
"@atlaskit/tokens": "^15.0.0",
|
|
42
42
|
"@atlaskit/tooltip": "^23.0.0",
|
|
43
43
|
"@atlaskit/ufo": "^1.0.0",
|
|
44
|
+
"@atlassian/react-compiler-gating": "^0.2.0",
|
|
44
45
|
"@babel/runtime": "^7.0.0",
|
|
45
46
|
"@emotion/react": "^11.7.1",
|
|
46
47
|
"@emotion/styled": "^11.0.0",
|
|
@@ -59,11 +60,10 @@
|
|
|
59
60
|
},
|
|
60
61
|
"devDependencies": {
|
|
61
62
|
"@atlaskit/media-core": "^38.0.0",
|
|
62
|
-
"@atlassian/react-compiler-gating": "workspace:^",
|
|
63
63
|
"@types/exenv": "^1.2.0",
|
|
64
64
|
"react": "^18.2.0",
|
|
65
65
|
"react-dom": "^18.2.0",
|
|
66
|
-
"react-intl": "^
|
|
66
|
+
"react-intl": "^7.0.0"
|
|
67
67
|
},
|
|
68
68
|
"techstack": {
|
|
69
69
|
"@repo/internal": {
|