@atlaskit/link-picker 1.47.18 → 1.48.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 +18 -0
- package/dist/cjs/ui/main.js +1 -1
- package/dist/es2019/ui/main.js +1 -1
- package/dist/esm/ui/main.js +1 -1
- package/dist/types/ui/error-boundary/error-boundary-base/index.d.ts +1 -1
- package/dist/types/ui/link-picker/announcer.d.ts +1 -1
- package/dist/types-ts4.5/ui/error-boundary/error-boundary-base/index.d.ts +1 -1
- package/dist/types-ts4.5/ui/link-picker/announcer.d.ts +1 -1
- package/package.json +24 -24
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @atlaskit/link-picker
|
|
2
2
|
|
|
3
|
+
## 1.48.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#109060](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/109060)
|
|
8
|
+
[`4660ec858a305`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4660ec858a305) -
|
|
9
|
+
Update `React` from v16 to v18
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
15
|
+
## 1.47.19
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies
|
|
20
|
+
|
|
3
21
|
## 1.47.18
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
package/dist/cjs/ui/main.js
CHANGED
|
@@ -31,7 +31,7 @@ var testIds = exports.testIds = {
|
|
|
31
31
|
};
|
|
32
32
|
var PACKAGE_DATA = exports.PACKAGE_DATA = {
|
|
33
33
|
packageName: "@atlaskit/link-picker" || '',
|
|
34
|
-
packageVersion: "1.
|
|
34
|
+
packageVersion: "1.48.0" || '',
|
|
35
35
|
componentName: _constants.COMPONENT_NAME,
|
|
36
36
|
source: _constants.COMPONENT_NAME
|
|
37
37
|
};
|
package/dist/es2019/ui/main.js
CHANGED
package/dist/esm/ui/main.js
CHANGED
|
@@ -13,6 +13,6 @@ interface BaseErrorBoundaryProps {
|
|
|
13
13
|
export declare class BaseErrorBoundary extends Component<BaseErrorBoundaryProps, BaseErrorBoundaryState> {
|
|
14
14
|
constructor(props: BaseErrorBoundaryProps);
|
|
15
15
|
componentDidCatch(error: Error, info?: ErrorInfo): void;
|
|
16
|
-
render(): React.
|
|
16
|
+
render(): string | number | boolean | React.ReactFragment | JSX.Element | null | undefined;
|
|
17
17
|
}
|
|
18
18
|
export {};
|
|
@@ -18,5 +18,5 @@ type AnnouncerProps = {
|
|
|
18
18
|
* It can be useful for cases when the parent component re-renders with the same announcer's text. */
|
|
19
19
|
delay?: number;
|
|
20
20
|
};
|
|
21
|
-
export declare const Announcer: React.MemoExoticComponent<React.ForwardRefExoticComponent<
|
|
21
|
+
export declare const Announcer: React.MemoExoticComponent<React.ForwardRefExoticComponent<Omit<AnnouncerProps, "ref"> & React.RefAttributes<HTMLDivElement>>>;
|
|
22
22
|
export {};
|
|
@@ -13,6 +13,6 @@ interface BaseErrorBoundaryProps {
|
|
|
13
13
|
export declare class BaseErrorBoundary extends Component<BaseErrorBoundaryProps, BaseErrorBoundaryState> {
|
|
14
14
|
constructor(props: BaseErrorBoundaryProps);
|
|
15
15
|
componentDidCatch(error: Error, info?: ErrorInfo): void;
|
|
16
|
-
render(): React.
|
|
16
|
+
render(): string | number | boolean | React.ReactFragment | JSX.Element | null | undefined;
|
|
17
17
|
}
|
|
18
18
|
export {};
|
|
@@ -18,5 +18,5 @@ type AnnouncerProps = {
|
|
|
18
18
|
* It can be useful for cases when the parent component re-renders with the same announcer's text. */
|
|
19
19
|
delay?: number;
|
|
20
20
|
};
|
|
21
|
-
export declare const Announcer: React.MemoExoticComponent<React.ForwardRefExoticComponent<
|
|
21
|
+
export declare const Announcer: React.MemoExoticComponent<React.ForwardRefExoticComponent<Omit<AnnouncerProps, "ref"> & React.RefAttributes<HTMLDivElement>>>;
|
|
22
22
|
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/link-picker",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.48.0",
|
|
4
4
|
"description": "Standalone link picker",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"publishConfig": {
|
|
@@ -43,26 +43,26 @@
|
|
|
43
43
|
"codegen-analytics": "yarn run ts-analytics-codegen --command='yarn workspace @atlaskit/link-picker run codegen-analytics'"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@atlaskit/analytics-next": "^10.
|
|
47
|
-
"@atlaskit/atlassian-context": "^0.0
|
|
48
|
-
"@atlaskit/button": "^20.
|
|
49
|
-
"@atlaskit/form": "^11.
|
|
50
|
-
"@atlaskit/frontend-utilities": "^2.
|
|
51
|
-
"@atlaskit/heading": "^4.
|
|
52
|
-
"@atlaskit/icon": "^23.
|
|
53
|
-
"@atlaskit/intl-messages-provider": "^1.0
|
|
54
|
-
"@atlaskit/linking-common": "^6.
|
|
55
|
-
"@atlaskit/onboarding": "^12.
|
|
46
|
+
"@atlaskit/analytics-next": "^10.3.0",
|
|
47
|
+
"@atlaskit/atlassian-context": "^0.1.0",
|
|
48
|
+
"@atlaskit/button": "^20.4.0",
|
|
49
|
+
"@atlaskit/form": "^11.1.0",
|
|
50
|
+
"@atlaskit/frontend-utilities": "^2.9.0",
|
|
51
|
+
"@atlaskit/heading": "^4.1.0",
|
|
52
|
+
"@atlaskit/icon": "^23.5.0",
|
|
53
|
+
"@atlaskit/intl-messages-provider": "^1.1.0",
|
|
54
|
+
"@atlaskit/linking-common": "^6.2.0",
|
|
55
|
+
"@atlaskit/onboarding": "^12.3.0",
|
|
56
56
|
"@atlaskit/platform-feature-flags": "^0.3.0",
|
|
57
|
-
"@atlaskit/primitives": "^13.
|
|
58
|
-
"@atlaskit/spinner": "^
|
|
59
|
-
"@atlaskit/tabs": "^17.
|
|
60
|
-
"@atlaskit/textfield": "^6.
|
|
61
|
-
"@atlaskit/theme": "^14.
|
|
62
|
-
"@atlaskit/tokens": "^3.
|
|
63
|
-
"@atlaskit/tooltip": "^19.
|
|
57
|
+
"@atlaskit/primitives": "^13.4.0",
|
|
58
|
+
"@atlaskit/spinner": "^17.1.0",
|
|
59
|
+
"@atlaskit/tabs": "^17.2.0",
|
|
60
|
+
"@atlaskit/textfield": "^6.8.0",
|
|
61
|
+
"@atlaskit/theme": "^14.1.0",
|
|
62
|
+
"@atlaskit/tokens": "^3.3.0",
|
|
63
|
+
"@atlaskit/tooltip": "^19.1.0",
|
|
64
64
|
"@atlaskit/ufo": "^0.3.0",
|
|
65
|
-
"@atlaskit/visually-hidden": "^1.
|
|
65
|
+
"@atlaskit/visually-hidden": "^1.6.0",
|
|
66
66
|
"@babel/runtime": "^7.0.0",
|
|
67
67
|
"@emotion/react": "^11.7.1",
|
|
68
68
|
"@react-loosely-lazy/manifest": "^1.0.0",
|
|
@@ -79,14 +79,14 @@
|
|
|
79
79
|
"@af/analytics-codegen": "^0.1.0",
|
|
80
80
|
"@af/integration-testing": "*",
|
|
81
81
|
"@af/visual-regression": "*",
|
|
82
|
-
"@atlaskit/dropdown-menu": "^12.
|
|
83
|
-
"@atlaskit/link-provider": "^1.
|
|
84
|
-
"@atlaskit/link-test-helpers": "^7.
|
|
82
|
+
"@atlaskit/dropdown-menu": "^12.26.0",
|
|
83
|
+
"@atlaskit/link-provider": "^1.19.0",
|
|
84
|
+
"@atlaskit/link-test-helpers": "^7.6.0",
|
|
85
85
|
"@atlaskit/visual-regression": "*",
|
|
86
86
|
"@atlassian/feature-flags-test-utils": "*",
|
|
87
87
|
"@testing-library/dom": "^10.1.0",
|
|
88
88
|
"@testing-library/jest-dom": "^6.4.5",
|
|
89
|
-
"@testing-library/react": "^
|
|
89
|
+
"@testing-library/react": "^13.4.0",
|
|
90
90
|
"@testing-library/react-hooks": "^8.0.1",
|
|
91
91
|
"@testing-library/user-event": "^14.4.3",
|
|
92
92
|
"fetch-mock": "^8.0.0",
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
"mockdate": "^3.0.5",
|
|
96
96
|
"node-fetch": "^2.6.7",
|
|
97
97
|
"prettier": "^3.2.5",
|
|
98
|
-
"react-dom": "^
|
|
98
|
+
"react-dom": "^18.2.0",
|
|
99
99
|
"sinon": "^2.2.0",
|
|
100
100
|
"typescript": "~5.4.2"
|
|
101
101
|
},
|