@atlaskit/media-test-helpers 42.0.1 → 42.1.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.
Files changed (3) hide show
  1. package/AGENTS.md +7 -5
  2. package/CHANGELOG.md +19 -1
  3. package/package.json +15 -15
package/AGENTS.md CHANGED
@@ -26,11 +26,13 @@
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
- **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>"`.
29
+ **Entry point:** `.agents/knowledge-index/INDEX.md` **Unit doc:**
30
+ `.agents/knowledge-index/domains/media/units/atlaskit-media-test-helpers.md` **Standards page:**
31
+ `.agents/knowledge-index/domains/media/units/atlaskit-media-test-helpers/standards-and-patterns.md`
32
+ **CLI:**
33
+ `python3 .agents/skills/knowledge-index/scripts/kg.py {find,read,edit,investigate,validate,init,explore,generate} …`
34
+ **Refresh protocol:** never silently bump `Last verified` — always re-read the listed `Sources`
35
+ first, edit, then `kg.py edit <path> --message "<reason>"`.
34
36
 
35
37
  ## Key source files
36
38
 
package/CHANGELOG.md CHANGED
@@ -1,11 +1,29 @@
1
1
  # @atlaskit/media-test-helpers
2
2
 
3
+ ## 42.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`cd097a2111788`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cd097a2111788) -
8
+ Republish packages depending on `@atlaskit/react-compiler-gating` so their published dependency
9
+ reference is updated to the renamed `@atlaskit/react-compiler-gating` scope.
10
+
11
+ The earlier rename of `@atlassian/react-compiler-gating` to `@atlaskit/react-compiler-gating` only
12
+ bumped the renamed package itself, so dependent packages were never republished and their
13
+ published versions still referenced the old `@atlassian/react-compiler-gating` name, which is not
14
+ available in the public npm registry. This minor bump republishes all affected packages with the
15
+ corrected dependency.
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+
3
21
  ## 42.0.1
4
22
 
5
23
  ### Patch Changes
6
24
 
7
25
  - [`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
26
+ Add @atlaskit/react-compiler-gating as a runtime dependency to enable React Compiler platform
9
27
  gating.
10
28
  - Updated dependencies
11
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/media-test-helpers",
3
- "version": "42.0.1",
3
+ "version": "42.1.0",
4
4
  "description": "Collection of test helpers used in media component stories and specs",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -17,31 +17,31 @@
17
17
  "react-compiler": {
18
18
  "enabled": true,
19
19
  "gating": {
20
- "source": "@atlassian/react-compiler-gating",
20
+ "source": "@atlaskit/react-compiler-gating",
21
21
  "importSpecifierName": "isReactCompilerActivePlatform"
22
22
  }
23
23
  },
24
24
  "team": "Media Exif"
25
25
  },
26
26
  "dependencies": {
27
- "@atlaskit/button": "^24.1.0",
28
- "@atlaskit/checkbox": "^18.0.0",
29
- "@atlaskit/form": "^16.0.0",
30
- "@atlaskit/icon": "^36.0.0",
27
+ "@atlaskit/button": "^24.2.0",
28
+ "@atlaskit/checkbox": "^18.1.0",
29
+ "@atlaskit/form": "^16.1.0",
30
+ "@atlaskit/icon": "^36.1.0",
31
31
  "@atlaskit/locale": "^5.0.0",
32
32
  "@atlaskit/media-client": "^37.1.0",
33
- "@atlaskit/media-common": "^14.1.0",
33
+ "@atlaskit/media-common": "^14.2.0",
34
34
  "@atlaskit/media-state": "^3.0.0",
35
- "@atlaskit/media-ui": "^30.3.0",
35
+ "@atlaskit/media-ui": "^30.5.0",
36
36
  "@atlaskit/platform-feature-flags": "^2.0.0",
37
- "@atlaskit/popup": "^5.0.0",
38
- "@atlaskit/primitives": "^20.0.0",
39
- "@atlaskit/tabs": "^20.0.0",
40
- "@atlaskit/textfield": "^9.0.0",
41
- "@atlaskit/tokens": "^15.0.0",
42
- "@atlaskit/tooltip": "^23.0.0",
37
+ "@atlaskit/popup": "^5.1.0",
38
+ "@atlaskit/primitives": "^20.1.0",
39
+ "@atlaskit/react-compiler-gating": "^0.2.0",
40
+ "@atlaskit/tabs": "^20.1.0",
41
+ "@atlaskit/textfield": "^9.1.0",
42
+ "@atlaskit/tokens": "^15.1.0",
43
+ "@atlaskit/tooltip": "^23.1.0",
43
44
  "@atlaskit/ufo": "^1.0.0",
44
- "@atlassian/react-compiler-gating": "^0.2.0",
45
45
  "@babel/runtime": "^7.0.0",
46
46
  "@emotion/react": "^11.7.1",
47
47
  "@emotion/styled": "^11.0.0",