@atlaskit/reactions 34.4.13 → 35.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/reactions
2
2
 
3
+ ## 35.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
  ## 34.4.13
4
30
 
5
31
  ### Patch Changes
@@ -11,7 +11,7 @@ var _analyticsGasTypes = require("@atlaskit/analytics-gas-types");
11
11
  function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
12
12
  function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2.default)(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; } // eslint-disable-next-line @typescript-eslint/consistent-type-imports
13
13
  var packageName = "@atlaskit/reactions";
14
- var packageVersion = "34.4.12";
14
+ var packageVersion = "34.4.13";
15
15
  /**
16
16
  * TODO: move to utility package?
17
17
  * A random sampling function
@@ -2,7 +2,7 @@
2
2
  import { createAndFireEvent } from '@atlaskit/analytics-next';
3
3
  import { UI_EVENT_TYPE, OPERATIONAL_EVENT_TYPE } from '@atlaskit/analytics-gas-types';
4
4
  const packageName = "@atlaskit/reactions";
5
- const packageVersion = "34.4.12";
5
+ const packageVersion = "34.4.13";
6
6
  /**
7
7
  * TODO: move to utility package?
8
8
  * A random sampling function
@@ -5,7 +5,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
5
5
  import { createAndFireEvent } from '@atlaskit/analytics-next';
6
6
  import { UI_EVENT_TYPE, OPERATIONAL_EVENT_TYPE } from '@atlaskit/analytics-gas-types';
7
7
  var packageName = "@atlaskit/reactions";
8
- var packageVersion = "34.4.12";
8
+ var packageVersion = "34.4.13";
9
9
  /**
10
10
  * TODO: move to utility package?
11
11
  * A random sampling function
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/reactions",
3
- "version": "34.4.13",
3
+ "version": "35.0.0",
4
4
  "description": "Reactions component",
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
  "atlaskit:src": "src/index.ts",
24
16
  "atlassian": {
25
17
  "react-compiler": {
@@ -39,32 +31,32 @@
39
31
  },
40
32
  "dependencies": {
41
33
  "@atlaskit/afm-i18n-platform-elements-reactions": "2.7.0",
42
- "@atlaskit/analytics-gas-types": "^5.1.0",
43
- "@atlaskit/analytics-namespaced-context": "^7.3.0",
44
- "@atlaskit/analytics-next": "^11.3.0",
45
- "@atlaskit/avatar": "^25.15.0",
46
- "@atlaskit/button": "^23.11.0",
47
- "@atlaskit/css": "^0.19.0",
48
- "@atlaskit/emoji": "^70.17.0",
49
- "@atlaskit/heading": "^5.4.0",
50
- "@atlaskit/icon": "^35.4.0",
51
- "@atlaskit/link": "^3.4.0",
52
- "@atlaskit/modal-dialog": "^15.3.0",
53
- "@atlaskit/motion": "^6.2.0",
54
- "@atlaskit/platform-feature-flags": "^1.1.0",
55
- "@atlaskit/popper": "^7.2.0",
56
- "@atlaskit/popup": "^4.25.0",
57
- "@atlaskit/portal": "^5.5.0",
58
- "@atlaskit/primitives": "^19.0.0",
59
- "@atlaskit/react-ufo": "^6.7.0",
60
- "@atlaskit/spinner": "^19.1.0",
61
- "@atlaskit/tabs": "^19.1.0",
62
- "@atlaskit/theme": "^25.0.0",
63
- "@atlaskit/tmp-editor-statsig": "^103.0.0",
64
- "@atlaskit/tokens": "^13.4.0",
65
- "@atlaskit/tooltip": "^22.6.0",
66
- "@atlaskit/ufo": "^0.5.0",
67
- "@atlaskit/util-service-support": "^6.4.0",
34
+ "@atlaskit/analytics-gas-types": "^6.0.0",
35
+ "@atlaskit/analytics-namespaced-context": "^8.0.0",
36
+ "@atlaskit/analytics-next": "^12.0.0",
37
+ "@atlaskit/avatar": "^26.0.0",
38
+ "@atlaskit/button": "^24.0.0",
39
+ "@atlaskit/css": "^1.0.0",
40
+ "@atlaskit/emoji": "^71.0.0",
41
+ "@atlaskit/heading": "^6.0.0",
42
+ "@atlaskit/icon": "^36.0.0",
43
+ "@atlaskit/link": "^4.0.0",
44
+ "@atlaskit/modal-dialog": "^16.0.0",
45
+ "@atlaskit/motion": "^7.0.0",
46
+ "@atlaskit/platform-feature-flags": "^2.0.0",
47
+ "@atlaskit/popper": "^8.0.0",
48
+ "@atlaskit/popup": "^5.0.0",
49
+ "@atlaskit/portal": "^6.0.0",
50
+ "@atlaskit/primitives": "^20.0.0",
51
+ "@atlaskit/react-ufo": "^7.0.0",
52
+ "@atlaskit/spinner": "^20.0.0",
53
+ "@atlaskit/tabs": "^20.0.0",
54
+ "@atlaskit/theme": "^26.0.0",
55
+ "@atlaskit/tmp-editor-statsig": "^104.0.0",
56
+ "@atlaskit/tokens": "^14.0.0",
57
+ "@atlaskit/tooltip": "^23.0.0",
58
+ "@atlaskit/ufo": "^1.0.0",
59
+ "@atlaskit/util-service-support": "^7.0.0",
68
60
  "@babel/runtime": "^7.0.0",
69
61
  "@compiled/react": "^0.20.0",
70
62
  "focus-trap": "^2.4.5"
@@ -77,7 +69,7 @@
77
69
  "devDependencies": {
78
70
  "@af/visual-regression": "workspace:^",
79
71
  "@atlaskit/editor-test-helpers": "workspace:^",
80
- "@atlaskit/util-data-test": "^18.6.0",
72
+ "@atlaskit/util-data-test": "^19.0.0",
81
73
  "@atlassian/a11y-jest-testing": "^0.12.0",
82
74
  "@atlassian/feature-flags-test-utils": "^1.1.0",
83
75
  "@atlassian/react-compiler-gating": "workspace:^",