@atlaskit/link-datasource 4.34.8 → 4.34.10

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 +15 -0
  2. package/package.json +12 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @atlaskit/link-datasource
2
2
 
3
+ ## 4.34.10
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 4.34.9
10
+
11
+ ### Patch Changes
12
+
13
+ - [`3b4f9743f0c18`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3b4f9743f0c18) -
14
+ Enrol navigation and linking-platform packages into the React Compiler with platform gating via
15
+ isReactCompilerActivePlatform.
16
+ - Updated dependencies
17
+
3
18
  ## 4.34.8
4
19
 
5
20
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/link-datasource",
3
- "version": "4.34.8",
3
+ "version": "4.34.10",
4
4
  "description": "UI Components to support linking platform dataset feature",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -25,6 +25,13 @@
25
25
  ],
26
26
  "atlaskit:src": "src/index.ts",
27
27
  "atlassian": {
28
+ "react-compiler": {
29
+ "enabled": true,
30
+ "gating": {
31
+ "source": "@atlassian/react-compiler-gating",
32
+ "importSpecifierName": "isReactCompilerActivePlatform"
33
+ }
34
+ },
28
35
  "team": "Navigation Experiences - Linking Platform",
29
36
  "i18n": true,
30
37
  "website": {
@@ -41,7 +48,7 @@
41
48
  "@atlaskit/analytics-next": "^11.2.0",
42
49
  "@atlaskit/atlassian-context": "^0.8.0",
43
50
  "@atlaskit/avatar": "^25.11.0",
44
- "@atlaskit/avatar-group": "^12.5.0",
51
+ "@atlaskit/avatar-group": "^12.6.0",
45
52
  "@atlaskit/badge": "^18.4.0",
46
53
  "@atlaskit/button": "^23.11.0",
47
54
  "@atlaskit/css": "^0.19.0",
@@ -78,14 +85,14 @@
78
85
  "@atlaskit/pragmatic-drag-and-drop-react-beautiful-dnd-autoscroll": "^2.0.0",
79
86
  "@atlaskit/pragmatic-drag-and-drop-react-drop-indicator": "^3.2.0",
80
87
  "@atlaskit/primitives": "^18.1.0",
81
- "@atlaskit/react-select": "^3.14.0",
88
+ "@atlaskit/react-select": "^3.15.0",
82
89
  "@atlaskit/select": "^21.10.0",
83
90
  "@atlaskit/smart-card": "^43.31.0",
84
91
  "@atlaskit/smart-user-picker": "^9.2.0",
85
92
  "@atlaskit/spinner": "^19.1.0",
86
93
  "@atlaskit/tag": "^14.7.0",
87
94
  "@atlaskit/textfield": "^8.3.0",
88
- "@atlaskit/theme": "^22.0.0",
95
+ "@atlaskit/theme": "^23.0.0",
89
96
  "@atlaskit/tokens": "^11.4.0",
90
97
  "@atlaskit/tooltip": "^21.1.0",
91
98
  "@atlaskit/ufo": "^0.4.0",
@@ -115,6 +122,7 @@
115
122
  "@atlaskit/ssr": "workspace:^",
116
123
  "@atlassian/a11y-jest-testing": "^0.11.0",
117
124
  "@atlassian/feature-flags-test-utils": "^1.0.0",
125
+ "@atlassian/react-compiler-gating": "workspace:^",
118
126
  "@faker-js/faker": "^7.5.0",
119
127
  "@testing-library/dom": "^10.1.0",
120
128
  "@testing-library/react": "^16.3.0",