@atlaskit/adf-schema 54.0.4 → 55.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # @atlaskit/adf-schema
2
2
 
3
+ ## 55.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`f2dc9097319f0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f2dc9097319f0) - ###
8
+ Dropped support for _legacy_ Typescript 4 types. **Typescript 5 is now the new minimum**.
9
+
10
+ Removes the `typesVersions` property and `dist/types-ts4.5` directory from the dist.
11
+
12
+ Types are now exclusively via the `"types": "dist/types/index.d.ts"` property.
13
+
14
+ ```diff
15
+ - "typesVersions": {
16
+ - ">=4.5 <4.9": {
17
+ - "*": [
18
+ - "dist/types-ts4.5/*",
19
+ - "dist/types-ts4.5/index.d.ts"
20
+ - ]
21
+ - }
22
+ - },
23
+ ```
24
+
25
+ ### Patch Changes
26
+
27
+ - Updated dependencies
28
+
3
29
  ## 54.0.4
4
30
 
5
31
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/adf-schema",
3
- "version": "54.0.4",
3
+ "version": "55.0.0",
4
4
  "description": "Shared package that contains the ADF-schema (json) and ProseMirror node/mark specs",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -37,16 +37,16 @@
37
37
  "build:schema:all": "yarn build:schema:pm && yarn build:schema:json && yarn build:schema:validator"
38
38
  },
39
39
  "dependencies": {
40
- "@atlaskit/adf-schema-generator": "^2.4.0",
41
- "@atlaskit/editor-prosemirror": "^7.3.0",
42
- "@atlaskit/tmp-editor-statsig": "^103.0.0",
40
+ "@atlaskit/adf-schema-generator": "^3.0.0",
41
+ "@atlaskit/editor-prosemirror": "^8.0.0",
42
+ "@atlaskit/tmp-editor-statsig": "^104.0.0",
43
43
  "@babel/runtime": "^7.0.0",
44
44
  "css-color-names": "0.0.4",
45
45
  "linkify-it": "^3.0.3",
46
46
  "memoize-one": "^6.0.0"
47
47
  },
48
48
  "devDependencies": {
49
- "@atlaskit/codemod-utils": "^4.3.0",
49
+ "@atlaskit/codemod-utils": "^5.0.0",
50
50
  "@atlassian/adf-schema-json": "^1.33.0",
51
51
  "@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
52
52
  "@babel/cli": "^7.20.0",