@atlaskit/emoji 70.17.10 → 71.0.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # @atlaskit/emoji
2
2
 
3
+ ## 71.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`f2dc9097319f0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f2dc9097319f0) - ###
8
+ Dropped support for _legacy_ Typescript 4 types. **Typescript 5 is now the new minimum**.
9
+
10
+ Removes the `typesVersions` property and `dist/types-ts4.5` directory from the dist.
11
+
12
+ Types are now exclusively via the `"types": "dist/types/index.d.ts"` property.
13
+
14
+ ```diff
15
+ - "typesVersions": {
16
+ - ">=4.5 <4.9": {
17
+ - "*": [
18
+ - "dist/types-ts4.5/*",
19
+ - "dist/types-ts4.5/index.d.ts"
20
+ - ]
21
+ - }
22
+ - },
23
+ ```
24
+
25
+ ### Patch Changes
26
+
27
+ - Updated dependencies
28
+
3
29
  ## 70.17.10
4
30
 
5
31
  ### Patch Changes
@@ -20,7 +20,7 @@ var createEvent = function createEvent(eventType, action, actionSubject, actionS
20
20
  actionSubjectId: actionSubjectId,
21
21
  attributes: _objectSpread({
22
22
  packageName: "@atlaskit/emoji",
23
- packageVersion: "70.17.9"
23
+ packageVersion: "70.17.10"
24
24
  }, attributes)
25
25
  };
26
26
  };
@@ -9,7 +9,7 @@ const createEvent = (eventType, action, actionSubject, actionSubjectId, attribut
9
9
  actionSubjectId,
10
10
  attributes: {
11
11
  packageName: "@atlaskit/emoji",
12
- packageVersion: "70.17.9",
12
+ packageVersion: "70.17.10",
13
13
  ...attributes
14
14
  }
15
15
  });
@@ -14,7 +14,7 @@ var createEvent = function createEvent(eventType, action, actionSubject, actionS
14
14
  actionSubjectId: actionSubjectId,
15
15
  attributes: _objectSpread({
16
16
  packageName: "@atlaskit/emoji",
17
- packageVersion: "70.17.9"
17
+ packageVersion: "70.17.10"
18
18
  }, attributes)
19
19
  };
20
20
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/emoji",
3
- "version": "70.17.10",
3
+ "version": "71.0.0",
4
4
  "description": "Fabric emoji React components",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -12,14 +12,6 @@
12
12
  "module": "dist/esm/index.js",
13
13
  "module:es2019": "dist/es2019/index.js",
14
14
  "types": "dist/types/index.d.ts",
15
- "typesVersions": {
16
- ">=4.5 <4.9": {
17
- "*": [
18
- "dist/types-ts4.5/*",
19
- "dist/types-ts4.5/index.d.ts"
20
- ]
21
- }
22
- },
23
15
  "sideEffects": [
24
16
  "*.compiled.css"
25
17
  ],
@@ -38,29 +30,29 @@
38
30
  },
39
31
  "dependencies": {
40
32
  "@atlaskit/afm-i18n-platform-elements-emoji": "2.7.0",
41
- "@atlaskit/analytics-next": "^11.3.0",
42
- "@atlaskit/browser-apis": "^0.0.2",
43
- "@atlaskit/button": "^23.11.0",
44
- "@atlaskit/css": "^0.19.0",
45
- "@atlaskit/feature-gate-js-client": "^5.8.0",
46
- "@atlaskit/form": "^15.5.0",
47
- "@atlaskit/heading": "^5.4.0",
48
- "@atlaskit/icon": "^35.4.0",
49
- "@atlaskit/icon-lab": "^6.14.0",
50
- "@atlaskit/image": "^3.1.0",
51
- "@atlaskit/media-client": "^36.3.0",
52
- "@atlaskit/media-client-react": "^5.2.0",
53
- "@atlaskit/platform-feature-flags": "^1.1.0",
54
- "@atlaskit/pragmatic-drag-and-drop": "^1.8.0",
55
- "@atlaskit/primitives": "^19.0.0",
56
- "@atlaskit/spinner": "^19.1.0",
57
- "@atlaskit/textfield": "^8.3.0",
58
- "@atlaskit/tmp-editor-statsig": "^103.0.0",
59
- "@atlaskit/tokens": "^13.4.0",
60
- "@atlaskit/tooltip": "^22.6.0",
61
- "@atlaskit/ufo": "^0.5.0",
62
- "@atlaskit/util-service-support": "^6.4.0",
63
- "@atlaskit/visually-hidden": "^3.1.0",
33
+ "@atlaskit/analytics-next": "^12.0.0",
34
+ "@atlaskit/browser-apis": "^1.0.0",
35
+ "@atlaskit/button": "^24.0.0",
36
+ "@atlaskit/css": "^1.0.0",
37
+ "@atlaskit/feature-gate-js-client": "^6.0.0",
38
+ "@atlaskit/form": "^16.0.0",
39
+ "@atlaskit/heading": "^6.0.0",
40
+ "@atlaskit/icon": "^36.0.0",
41
+ "@atlaskit/icon-lab": "^7.0.0",
42
+ "@atlaskit/image": "^4.0.0",
43
+ "@atlaskit/media-client": "^37.0.0",
44
+ "@atlaskit/media-client-react": "^6.0.0",
45
+ "@atlaskit/platform-feature-flags": "^2.0.0",
46
+ "@atlaskit/pragmatic-drag-and-drop": "^2.0.0",
47
+ "@atlaskit/primitives": "^20.0.0",
48
+ "@atlaskit/spinner": "^20.0.0",
49
+ "@atlaskit/textfield": "^9.0.0",
50
+ "@atlaskit/tmp-editor-statsig": "^104.0.0",
51
+ "@atlaskit/tokens": "^14.0.0",
52
+ "@atlaskit/tooltip": "^23.0.0",
53
+ "@atlaskit/ufo": "^1.0.0",
54
+ "@atlaskit/util-service-support": "^7.0.0",
55
+ "@atlaskit/visually-hidden": "^4.0.0",
64
56
  "@babel/runtime": "^7.0.0",
65
57
  "@compiled/react": "^0.20.0",
66
58
  "@tanstack/react-virtual": "3.0.0-beta.60",
@@ -80,9 +72,9 @@
80
72
  "devDependencies": {
81
73
  "@af/integration-testing": "workspace:^",
82
74
  "@af/visual-regression": "workspace:^",
83
- "@atlaskit/media-core": "^37.1.0",
75
+ "@atlaskit/media-core": "^38.0.0",
84
76
  "@atlaskit/ssr": "workspace:^",
85
- "@atlaskit/theme": "^25.0.0",
77
+ "@atlaskit/theme": "^26.0.0",
86
78
  "@atlassian/a11y-jest-testing": "^0.12.0",
87
79
  "@atlassian/feature-flags-test-utils": "^1.1.0",
88
80
  "@emotion/jest": "^11.8.0",