@atlaskit/media-picker 67.1.3 → 68.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,23 @@
1
1
  # @atlaskit/media-picker
2
2
 
3
+ ## 68.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [#117363](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/117363)
8
+ [`10a0f7f6c2027`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/10a0f7f6c2027) -
9
+ This package's `peerDependencies` have been adjusted for `react` and/or `react-dom` to reflect the
10
+ status of only supporting React 18 going forward. No explicit breaking change to React support has
11
+ been made in this release, but this is to signify going forward, breaking changes for React 16 or
12
+ React 17 may come via non-major semver releases.
13
+
14
+ Please refer this community post for more details:
15
+ https://community.developer.atlassian.com/t/rfc-78-dropping-support-for-react-16-and-rendering-in-a-react-18-concurrent-root-in-jira-and-confluence/87026
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+
3
21
  ## 67.1.3
4
22
 
5
23
  ### Patch Changes
@@ -9,7 +9,7 @@ var _mediaClient = require("@atlaskit/media-client");
9
9
  // Component name will be prefixed with "media-picker-" in logs. Check ufoExperiences in utils files
10
10
 
11
11
  var packageName = "@atlaskit/media-picker";
12
- var packageVersion = "67.1.3";
12
+ var packageVersion = "68.0.0";
13
13
  function getPackageAttributes(componentName) {
14
14
  return {
15
15
  packageName: packageName,
@@ -12,7 +12,7 @@ var _mediaClient = require("@atlaskit/media-client");
12
12
  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; }
13
13
  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; }
14
14
  var packageName = "@atlaskit/media-picker";
15
- var packageVersion = "67.1.3";
15
+ var packageVersion = "68.0.0";
16
16
  var ufoExperience;
17
17
  var initExperience = function initExperience(id, componentName) {
18
18
  if (!ufoExperience) {
@@ -3,7 +3,7 @@ import { isRequestError } from '@atlaskit/media-client';
3
3
  // Component name will be prefixed with "media-picker-" in logs. Check ufoExperiences in utils files
4
4
 
5
5
  const packageName = "@atlaskit/media-picker";
6
- const packageVersion = "67.1.3";
6
+ const packageVersion = "68.0.0";
7
7
  export function getPackageAttributes(componentName) {
8
8
  return {
9
9
  packageName,
@@ -2,7 +2,7 @@ import { ConcurrentExperience, ExperiencePerformanceTypes, ExperienceTypes } fro
2
2
  import { getFeatureFlagKeysAllProducts } from '@atlaskit/media-common';
3
3
  import { getMediaEnvironment, getMediaRegion } from '@atlaskit/media-client';
4
4
  const packageName = "@atlaskit/media-picker";
5
- const packageVersion = "67.1.3";
5
+ const packageVersion = "68.0.0";
6
6
  let ufoExperience;
7
7
  const initExperience = (id, componentName) => {
8
8
  if (!ufoExperience) {
@@ -3,7 +3,7 @@ import { isRequestError } from '@atlaskit/media-client';
3
3
  // Component name will be prefixed with "media-picker-" in logs. Check ufoExperiences in utils files
4
4
 
5
5
  var packageName = "@atlaskit/media-picker";
6
- var packageVersion = "67.1.3";
6
+ var packageVersion = "68.0.0";
7
7
  export function getPackageAttributes(componentName) {
8
8
  return {
9
9
  packageName: packageName,
@@ -5,7 +5,7 @@ import { ConcurrentExperience, ExperiencePerformanceTypes, ExperienceTypes } fro
5
5
  import { getFeatureFlagKeysAllProducts } from '@atlaskit/media-common';
6
6
  import { getMediaEnvironment, getMediaRegion } from '@atlaskit/media-client';
7
7
  var packageName = "@atlaskit/media-picker";
8
- var packageVersion = "67.1.3";
8
+ var packageVersion = "68.0.0";
9
9
  var ufoExperience;
10
10
  var initExperience = function initExperience(id, componentName) {
11
11
  if (!ufoExperience) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/media-picker",
3
- "version": "67.1.3",
3
+ "version": "68.0.0",
4
4
  "description": "Library for handling file uploads",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -34,16 +34,16 @@
34
34
  "runReact18": true
35
35
  },
36
36
  "dependencies": {
37
- "@atlaskit/analytics-next": "^10.3.0",
38
- "@atlaskit/flag": "^15.9.0",
39
- "@atlaskit/icon": "^23.9.0",
40
- "@atlaskit/media-client": "^31.1.0",
41
- "@atlaskit/media-client-react": "^3.0.0",
42
- "@atlaskit/media-common": "^11.8.0",
43
- "@atlaskit/media-ui": "^27.4.0",
44
- "@atlaskit/theme": "^16.0.0",
45
- "@atlaskit/tokens": "^3.3.0",
46
- "@atlaskit/ufo": "^0.3.0",
37
+ "@atlaskit/analytics-next": "^11.0.0",
38
+ "@atlaskit/flag": "^16.0.0",
39
+ "@atlaskit/icon": "^24.0.0",
40
+ "@atlaskit/media-client": "^32.0.0",
41
+ "@atlaskit/media-client-react": "^4.0.0",
42
+ "@atlaskit/media-common": "^12.0.0",
43
+ "@atlaskit/media-ui": "^28.0.0",
44
+ "@atlaskit/theme": "^17.0.0",
45
+ "@atlaskit/tokens": "^4.0.0",
46
+ "@atlaskit/ufo": "^0.4.0",
47
47
  "@babel/runtime": "^7.0.0",
48
48
  "eventemitter2": "^4.1.0",
49
49
  "exenv": "^1.2.2",
@@ -52,19 +52,19 @@
52
52
  "uuid-validate": "^0.0.3"
53
53
  },
54
54
  "peerDependencies": {
55
- "@atlaskit/media-core": "^34.4.0",
56
- "react": "^16.8.0 || ^17.0.0 || ~18.2.0",
57
- "react-dom": "^16.8.0 || ^17.0.0 || ~18.2.0",
55
+ "@atlaskit/media-core": "^35.0.0",
56
+ "react": "^18.2.0",
57
+ "react-dom": "^18.2.0",
58
58
  "react-intl-next": "npm:react-intl@^5.18.1"
59
59
  },
60
60
  "devDependencies": {
61
- "@atlaskit/analytics-listeners": "^8.15.0",
62
- "@atlaskit/analytics-namespaced-context": "^6.14.0",
63
- "@atlaskit/button": "^20.5.0",
64
- "@atlaskit/media-core": "^34.5.0",
65
- "@atlaskit/media-test-helpers": "^34.8.0",
61
+ "@atlaskit/analytics-listeners": "^9.0.0",
62
+ "@atlaskit/analytics-namespaced-context": "^7.0.0",
63
+ "@atlaskit/button": "^21.0.0",
64
+ "@atlaskit/media-core": "^35.0.0",
65
+ "@atlaskit/media-test-helpers": "^35.0.0",
66
66
  "@atlaskit/ssr": "*",
67
- "@atlassian/ufo": "^0.5.0",
67
+ "@atlassian/ufo": "^0.6.0",
68
68
  "@babel/plugin-proposal-numeric-separator": "^7.18.6",
69
69
  "@emotion/react": "^11.7.1",
70
70
  "@testing-library/dom": "^10.1.0",