@atlaskit/blanket 14.2.0 → 15.0.1

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,29 @@
1
1
  # @atlaskit/blanket
2
2
 
3
+ ## 15.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 15.0.0
10
+
11
+ ### Major Changes
12
+
13
+ - [#117363](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/117363)
14
+ [`10a0f7f6c2027`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/10a0f7f6c2027) -
15
+ This package's `peerDependencies` have been adjusted for `react` and/or `react-dom` to reflect the
16
+ status of only supporting React 18 going forward. No explicit breaking change to React support has
17
+ been made in this release, but this is to signify going forward, breaking changes for React 16 or
18
+ React 17 may come via non-major semver releases.
19
+
20
+ Please refer this community post for more details:
21
+ 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
22
+
23
+ ### Patch Changes
24
+
25
+ - Updated dependencies
26
+
3
27
  ## 14.2.0
4
28
 
5
29
  ### Minor Changes
@@ -21,7 +21,7 @@ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e;
21
21
  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; }
22
22
  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; }
23
23
  var packageName = "@atlaskit/blanket";
24
- var packageVersion = "14.2.0";
24
+ var packageVersion = "15.0.1";
25
25
  var analyticsAttributes = {
26
26
  componentName: 'blanket',
27
27
  packageName: packageName,
@@ -8,7 +8,7 @@ import noop from '@atlaskit/ds-lib/noop';
8
8
  import { N100A } from '@atlaskit/theme/colors';
9
9
  import { layers } from '@atlaskit/theme/constants';
10
10
  const packageName = "@atlaskit/blanket";
11
- const packageVersion = "14.2.0";
11
+ const packageVersion = "15.0.1";
12
12
  const analyticsAttributes = {
13
13
  componentName: 'blanket',
14
14
  packageName,
@@ -11,7 +11,7 @@ import noop from '@atlaskit/ds-lib/noop';
11
11
  import { N100A } from '@atlaskit/theme/colors';
12
12
  import { layers } from '@atlaskit/theme/constants';
13
13
  var packageName = "@atlaskit/blanket";
14
- var packageVersion = "14.2.0";
14
+ var packageVersion = "15.0.1";
15
15
  var analyticsAttributes = {
16
16
  componentName: 'blanket',
17
17
  packageName: packageName,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/blanket",
3
- "version": "14.2.0",
3
+ "version": "15.0.1",
4
4
  "description": "A blanket covers the underlying UI for a layered component, such as a modal dialog or a tooltip.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -38,32 +38,32 @@
38
38
  "./types": "./src/entry-points/types.tsx"
39
39
  },
40
40
  "dependencies": {
41
- "@atlaskit/analytics-next": "^10.3.0",
41
+ "@atlaskit/analytics-next": "^11.0.0",
42
42
  "@atlaskit/codemod-utils": "^4.2.0",
43
- "@atlaskit/css": "^0.9.0",
44
- "@atlaskit/ds-lib": "^3.5.0",
45
- "@atlaskit/theme": "^16.0.0",
46
- "@atlaskit/tokens": "^3.3.0",
43
+ "@atlaskit/css": "^0.10.0",
44
+ "@atlaskit/ds-lib": "^4.0.0",
45
+ "@atlaskit/theme": "^18.0.0",
46
+ "@atlaskit/tokens": "^4.3.0",
47
47
  "@babel/runtime": "^7.0.0",
48
48
  "@compiled/react": "^0.18.2"
49
49
  },
50
50
  "peerDependencies": {
51
- "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
51
+ "react": "^18.2.0"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@af/accessibility-testing": "*",
55
55
  "@af/integration-testing": "*",
56
56
  "@af/is-hoisted-product": "*",
57
- "@atlaskit/badge": "^17.2.0",
58
- "@atlaskit/button": "^20.5.0",
57
+ "@atlaskit/badge": "^18.1.0",
58
+ "@atlaskit/button": "^21.1.0",
59
59
  "@atlaskit/docs": "*",
60
- "@atlaskit/heading": "^4.3.0",
61
- "@atlaskit/layering": "^1.1.0",
60
+ "@atlaskit/heading": "^5.1.0",
61
+ "@atlaskit/layering": "^2.0.0",
62
62
  "@atlaskit/link": "*",
63
- "@atlaskit/primitives": "^13.6.0",
63
+ "@atlaskit/primitives": "^14.1.0",
64
64
  "@atlaskit/section-message": "*",
65
65
  "@atlaskit/ssr": "*",
66
- "@atlaskit/toggle": "^14.2.0",
66
+ "@atlaskit/toggle": "^15.0.0",
67
67
  "@atlaskit/visual-regression": "*",
68
68
  "@testing-library/dom": "^10.1.0",
69
69
  "@testing-library/react": "^13.4.0",