@atlaskit/link-datasource 6.1.5 → 6.1.6
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,20 @@
|
|
|
1
1
|
# @atlaskit/link-datasource
|
|
2
2
|
|
|
3
|
+
## 6.1.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`b1cf9e336f0f0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b1cf9e336f0f0) -
|
|
8
|
+
Migrate consumers of @atlaskit/atlassian-context from barrel imports to direct subpath imports,
|
|
9
|
+
and remove the deprecated `./domain-lookup`, `./generalized-domain-lookup`, and `./perimeter`
|
|
10
|
+
entry-point exports (all symbols remain available via their per-export subpaths).
|
|
11
|
+
|
|
12
|
+
Also extends the `no-restricted-fedramp-imports` ESLint rule to cover the new
|
|
13
|
+
`@atlaskit/atlassian-context/is-fedramp` and `@atlaskit/atlassian-context/is-isolated-cloud`
|
|
14
|
+
subpaths, so the FedRamp/IsolatedCloud deprecation guardrail keeps firing after the migration.
|
|
15
|
+
|
|
16
|
+
- Updated dependencies
|
|
17
|
+
|
|
3
18
|
## 6.1.5
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
|
@@ -11,7 +11,7 @@ var _asyncToGenerator2 = _interopRequireDefault(require("@babel/runtime/helpers/
|
|
|
11
11
|
var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/slicedToArray"));
|
|
12
12
|
var _react = require("react");
|
|
13
13
|
var _isEqual = _interopRequireDefault(require("lodash/isEqual"));
|
|
14
|
-
var
|
|
14
|
+
var _isFedramp = require("@atlaskit/atlassian-context/is-fedramp");
|
|
15
15
|
var _linkClientExtension = require("@atlaskit/link-client-extension");
|
|
16
16
|
var _analytics = require("../analytics");
|
|
17
17
|
var _state = require("../state");
|
|
@@ -328,7 +328,7 @@ var useDatasourceTableState = exports.useDatasourceTableState = function useData
|
|
|
328
328
|
setResponseItemIds(function (currentIds) {
|
|
329
329
|
return [].concat((0, _toConsumableArray2.default)(currentIds), (0, _toConsumableArray2.default)(newIds));
|
|
330
330
|
});
|
|
331
|
-
if (!(0,
|
|
331
|
+
if (!(0, _isFedramp.isFedRamp)()) {
|
|
332
332
|
if (typeof integrationKey === 'string') {
|
|
333
333
|
aris = items.reduce(function (acc, item) {
|
|
334
334
|
var _item$ari;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { useCallback, useEffect, useRef, useState } from 'react';
|
|
2
2
|
import isEqual from 'lodash/isEqual';
|
|
3
|
-
import { isFedRamp } from '@atlaskit/atlassian-context';
|
|
3
|
+
import { isFedRamp } from '@atlaskit/atlassian-context/is-fedramp';
|
|
4
4
|
import { DEFAULT_GET_DATASOURCE_DATA_PAGE_SIZE, useDatasourceClientExtension } from '@atlaskit/link-client-extension';
|
|
5
5
|
import { useDatasourceAnalyticsEvents } from '../analytics';
|
|
6
6
|
import { useDatasourceActions } from '../state';
|
|
@@ -4,7 +4,7 @@ import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
|
|
|
4
4
|
import _regeneratorRuntime from "@babel/runtime/regenerator";
|
|
5
5
|
import { useCallback, useEffect, useRef, useState } from 'react';
|
|
6
6
|
import isEqual from 'lodash/isEqual';
|
|
7
|
-
import { isFedRamp } from '@atlaskit/atlassian-context';
|
|
7
|
+
import { isFedRamp } from '@atlaskit/atlassian-context/is-fedramp';
|
|
8
8
|
import { DEFAULT_GET_DATASOURCE_DATA_PAGE_SIZE, useDatasourceClientExtension } from '@atlaskit/link-client-extension';
|
|
9
9
|
import { useDatasourceAnalyticsEvents } from '../analytics';
|
|
10
10
|
import { useDatasourceActions } from '../state';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/link-datasource",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.6",
|
|
4
4
|
"description": "UI Components to support linking platform dataset feature",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@atlaskit/adf-schema": "^56.1.0",
|
|
39
39
|
"@atlaskit/afm-i18n-platform-linking-platform-link-datasource": "2.7.0",
|
|
40
|
-
"@atlaskit/analytics-next": "^12.
|
|
41
|
-
"@atlaskit/atlassian-context": "^1.
|
|
40
|
+
"@atlaskit/analytics-next": "^12.3.0",
|
|
41
|
+
"@atlaskit/atlassian-context": "^1.1.0",
|
|
42
42
|
"@atlaskit/avatar": "^26.1.0",
|
|
43
43
|
"@atlaskit/avatar-group": "^13.1.0",
|
|
44
44
|
"@atlaskit/badge": "^19.1.0",
|
|
@@ -53,14 +53,14 @@
|
|
|
53
53
|
"@atlaskit/form": "^16.1.0",
|
|
54
54
|
"@atlaskit/heading": "^6.2.0",
|
|
55
55
|
"@atlaskit/icon": "^37.0.0",
|
|
56
|
-
"@atlaskit/image": "^4.
|
|
56
|
+
"@atlaskit/image": "^4.2.0",
|
|
57
57
|
"@atlaskit/inline-edit": "^16.2.0",
|
|
58
58
|
"@atlaskit/intl-messages-provider": "^4.1.0",
|
|
59
59
|
"@atlaskit/jql-ast": "^4.0.0",
|
|
60
|
-
"@atlaskit/jql-editor": "^7.
|
|
60
|
+
"@atlaskit/jql-editor": "^7.3.0",
|
|
61
61
|
"@atlaskit/jql-editor-autocomplete-rest": "^4.2.0",
|
|
62
62
|
"@atlaskit/layering": "^4.1.0",
|
|
63
|
-
"@atlaskit/link": "^4.
|
|
63
|
+
"@atlaskit/link": "^4.3.0",
|
|
64
64
|
"@atlaskit/link-client-extension": "^7.1.0",
|
|
65
65
|
"@atlaskit/link-provider": "^5.2.0",
|
|
66
66
|
"@atlaskit/linking-common": "^11.0.0",
|
|
@@ -69,24 +69,24 @@
|
|
|
69
69
|
"@atlaskit/lozenge": "^14.1.0",
|
|
70
70
|
"@atlaskit/modal-dialog": "^16.1.0",
|
|
71
71
|
"@atlaskit/object": "^2.2.0",
|
|
72
|
-
"@atlaskit/outbound-auth-flow-client": "^4.
|
|
72
|
+
"@atlaskit/outbound-auth-flow-client": "^4.1.0",
|
|
73
73
|
"@atlaskit/platform-feature-flags": "^2.0.0",
|
|
74
74
|
"@atlaskit/popup": "^5.1.0",
|
|
75
75
|
"@atlaskit/pragmatic-drag-and-drop": "^2.0.0",
|
|
76
76
|
"@atlaskit/pragmatic-drag-and-drop-hitbox": "^2.0.0",
|
|
77
77
|
"@atlaskit/pragmatic-drag-and-drop-react-beautiful-dnd-autoscroll": "^3.0.0",
|
|
78
78
|
"@atlaskit/pragmatic-drag-and-drop-react-drop-indicator": "^4.1.0",
|
|
79
|
-
"@atlaskit/primitives": "^20.
|
|
79
|
+
"@atlaskit/primitives": "^20.6.0",
|
|
80
80
|
"@atlaskit/react-compiler-gating": "^0.2.0",
|
|
81
81
|
"@atlaskit/react-select": "^4.5.0",
|
|
82
82
|
"@atlaskit/select": "^22.5.0",
|
|
83
|
-
"@atlaskit/smart-card": "^45.
|
|
83
|
+
"@atlaskit/smart-card": "^45.9.0",
|
|
84
84
|
"@atlaskit/smart-user-picker": "^11.0.0",
|
|
85
85
|
"@atlaskit/spinner": "^20.1.0",
|
|
86
86
|
"@atlaskit/tag": "^15.2.0",
|
|
87
87
|
"@atlaskit/textfield": "^9.1.0",
|
|
88
88
|
"@atlaskit/theme": "^26.1.0",
|
|
89
|
-
"@atlaskit/tokens": "^15.
|
|
89
|
+
"@atlaskit/tokens": "^15.8.0",
|
|
90
90
|
"@atlaskit/tooltip": "^23.1.0",
|
|
91
91
|
"@atlaskit/ufo": "^1.0.0",
|
|
92
92
|
"@atlaskit/visually-hidden": "^4.1.0",
|