@atlaskit/editor-plugins 14.0.60 → 14.0.62

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,19 @@
1
1
  # @atlaskit/editor-plugins
2
2
 
3
+ ## 14.0.62
4
+
5
+ ### Patch Changes
6
+
7
+ - [`c2986ab2c7a01`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c2986ab2c7a01) -
8
+ Cleans up prefer static regex violations and enables e18e rule
9
+ - Updated dependencies
10
+
11
+ ## 14.0.61
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+
3
17
  ## 14.0.60
4
18
 
5
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugins",
3
- "version": "14.0.60",
3
+ "version": "14.0.62",
4
4
  "description": "A convenience facade package that exposes all @atlaskit/editor-plugin-* plugins so that users can add this package without having to manually add all their plugins",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -26,7 +26,7 @@
26
26
  "@atlaskit/editor-plugin-alignment": "13.0.17",
27
27
  "@atlaskit/editor-plugin-analytics": "12.0.17",
28
28
  "@atlaskit/editor-plugin-annotation": "12.0.17",
29
- "@atlaskit/editor-plugin-autocomplete": "4.0.5",
29
+ "@atlaskit/editor-plugin-autocomplete": "4.0.6",
30
30
  "@atlaskit/editor-plugin-avatar-group": "13.0.1",
31
31
  "@atlaskit/editor-plugin-base": "13.0.17",
32
32
  "@atlaskit/editor-plugin-batch-attribute-updates": "12.0.1",
@@ -42,7 +42,7 @@
42
42
  "@atlaskit/editor-plugin-clear-marks-on-empty-doc": "12.0.0",
43
43
  "@atlaskit/editor-plugin-clipboard": "12.0.0",
44
44
  "@atlaskit/editor-plugin-code-bidi-warning": "12.0.16",
45
- "@atlaskit/editor-plugin-code-block": "14.1.12",
45
+ "@atlaskit/editor-plugin-code-block": "14.1.13",
46
46
  "@atlaskit/editor-plugin-collab-edit": "13.0.17",
47
47
  "@atlaskit/editor-plugin-composition": "11.0.0",
48
48
  "@atlaskit/editor-plugin-connectivity": "12.0.0",
@@ -74,7 +74,7 @@
74
74
  "@atlaskit/editor-plugin-highlight": "12.1.17",
75
75
  "@atlaskit/editor-plugin-history": "12.0.0",
76
76
  "@atlaskit/editor-plugin-hyperlink": "14.0.18",
77
- "@atlaskit/editor-plugin-image-upload": "12.0.0",
77
+ "@atlaskit/editor-plugin-image-upload": "12.0.1",
78
78
  "@atlaskit/editor-plugin-indentation": "12.0.1",
79
79
  "@atlaskit/editor-plugin-insert-block": "13.0.16",
80
80
  "@atlaskit/editor-plugin-interaction": "22.0.0",
@@ -87,10 +87,10 @@
87
87
  "@atlaskit/editor-plugin-media": "14.2.13",
88
88
  "@atlaskit/editor-plugin-media-editing": "6.0.1",
89
89
  "@atlaskit/editor-plugin-media-insert": "26.0.11",
90
- "@atlaskit/editor-plugin-mentions": "14.5.11",
90
+ "@atlaskit/editor-plugin-mentions": "14.5.12",
91
91
  "@atlaskit/editor-plugin-metrics": "13.0.17",
92
92
  "@atlaskit/editor-plugin-panel": "14.1.10",
93
- "@atlaskit/editor-plugin-paste": "13.3.7",
93
+ "@atlaskit/editor-plugin-paste": "13.3.8",
94
94
  "@atlaskit/editor-plugin-paste-options-toolbar": "13.0.19",
95
95
  "@atlaskit/editor-plugin-placeholder": "12.0.16",
96
96
  "@atlaskit/editor-plugin-placeholder-text": "13.0.2",
@@ -107,14 +107,14 @@
107
107
  "@atlaskit/editor-plugin-status": "13.0.17",
108
108
  "@atlaskit/editor-plugin-submit-editor": "12.0.0",
109
109
  "@atlaskit/editor-plugin-synced-block": "10.1.3",
110
- "@atlaskit/editor-plugin-table": "24.3.11",
110
+ "@atlaskit/editor-plugin-table": "24.3.12",
111
111
  "@atlaskit/editor-plugin-tasks-and-decisions": "15.1.10",
112
112
  "@atlaskit/editor-plugin-text-color": "12.3.12",
113
113
  "@atlaskit/editor-plugin-text-formatting": "12.0.17",
114
114
  "@atlaskit/editor-plugin-toolbar": "9.0.17",
115
115
  "@atlaskit/editor-plugin-toolbar-lists-indentation": "13.0.16",
116
116
  "@atlaskit/editor-plugin-track-changes": "11.0.22",
117
- "@atlaskit/editor-plugin-type-ahead": "12.1.11",
117
+ "@atlaskit/editor-plugin-type-ahead": "12.1.12",
118
118
  "@atlaskit/editor-plugin-ufo": "12.0.16",
119
119
  "@atlaskit/editor-plugin-ui-control-registry": "6.0.0",
120
120
  "@atlaskit/editor-plugin-undo-redo": "12.0.16",
@@ -14,6 +14,10 @@ import { getEntryPointDataForPlugin } from './entrypoint-data';
14
14
  import { generateAllPluginTests } from './generate-tests';
15
15
  import { formatCode, sortObjectKeys } from './util';
16
16
 
17
+ // Ignored via go/ees005
18
+ // eslint-disable-next-line require-unicode-regexp
19
+ const TESTS_FOLDER_REGEX = /editor-plugin-.*-tests$/;
20
+
17
21
  // Interfaces for dependency tracking
18
22
  interface Dependencies {
19
23
  [key: string]: string;
@@ -70,9 +74,7 @@ function getPluginFolderNames(): string[] {
70
74
  (folder) =>
71
75
  folder.startsWith('editor-plugin-') &&
72
76
  !foldersToIgnore.includes(folder) &&
73
- // Ignored via go/ees005
74
- // eslint-disable-next-line require-unicode-regexp
75
- !/editor-plugin-.*-tests$/.test(folder),
77
+ !TESTS_FOLDER_REGEX.test(folder),
76
78
  );
77
79
  }
78
80