@eeacms/volto-eea-kitkat 8.2.3 → 9.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/.coverage.babel.config.js +1 -1
- package/.i18n.babel.config.js +1 -0
- package/CHANGELOG +51 -17
- package/CHANGELOG.md +51 -17
- package/README.md +12 -98
- package/RELEASE.md +74 -0
- package/babel.config.js +1 -1
- package/cypress.config.js +27 -0
- package/jest-addon.config.js +4 -4
- package/new.json +63 -68
- package/old.json +7 -6
- package/package.json +63 -68
- package/partfile +13 -1
- package/releasefile +277 -6
- package/cypress.eeacms.json +0 -23
- package/cypress.json +0 -17
- package/cypress.slate.json +0 -21
package/jest-addon.config.js
CHANGED
|
@@ -9,18 +9,18 @@ module.exports = {
|
|
|
9
9
|
'@plone/volto/babel': '<rootDir>/node_modules/@plone/volto/babel',
|
|
10
10
|
'@plone/volto/(.*)$': '<rootDir>/node_modules/@plone/volto/src/$1',
|
|
11
11
|
'@package/(.*)$': '<rootDir>/src/$1',
|
|
12
|
+
'@root/(.*)$': '<rootDir>/src/$1',
|
|
12
13
|
'@plone/volto-quanta/(.*)$': '<rootDir>/src/addons/volto-quanta/src/$1',
|
|
13
14
|
'@eeacms/(.*?)/(.*)$': '<rootDir>/src/addons/$1/src/$2',
|
|
14
|
-
'volto-slate
|
|
15
|
+
'@plone/volto-slate':
|
|
16
|
+
'<rootDir>/node_modules/@plone/volto/packages/volto-slate/src',
|
|
15
17
|
'~/(.*)$': '<rootDir>/src/$1',
|
|
16
18
|
'load-volto-addons':
|
|
17
19
|
'<rootDir>/node_modules/@plone/volto/jest-addons-loader.js',
|
|
20
|
+
'\\.(css|less|scss|sass)$': 'identity-obj-proxy',
|
|
18
21
|
},
|
|
19
22
|
transform: {
|
|
20
23
|
'^.+\\.js(x)?$': 'babel-jest',
|
|
21
|
-
'^.+\\.css$': 'jest-css-modules',
|
|
22
|
-
'^.+\\.less$': 'jest-css-modules',
|
|
23
|
-
'^.+\\.scss$': 'jest-css-modules',
|
|
24
24
|
'^.+\\.(png)$': 'jest-file',
|
|
25
25
|
'^.+\\.(jpg)$': 'jest-file',
|
|
26
26
|
'^.+\\.(svg)$': './node_modules/@plone/volto/jest-svgsystem-transform.js',
|
package/new.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eeacms/volto-eea-kitkat",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "9.0.0",
|
|
4
4
|
"description": "@eeacms/volto-eea-kitkat: Volto Add-ons bundle - A known good set of Volto addons to be used within all EEA projects and beyond",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"author": "European Environment Agency: IDM2 A-Team",
|
|
@@ -32,12 +32,10 @@
|
|
|
32
32
|
"@eeacms/volto-widget-temporal-coverage",
|
|
33
33
|
"@eeacms/volto-widget-geolocation",
|
|
34
34
|
"@eeacms/volto-widget-dataprovenance",
|
|
35
|
-
"volto-slate:asDefault",
|
|
36
35
|
"@eeacms/volto-slate-metadata-mentions",
|
|
37
36
|
"@eeacms/volto-slate-footnote",
|
|
38
37
|
"@eeacms/volto-slate-zotero",
|
|
39
38
|
"@eeacms/volto-accordion-block",
|
|
40
|
-
"@eeacms/volto-block-toc",
|
|
41
39
|
"@eeacms/volto-block-divider",
|
|
42
40
|
"@eeacms/volto-listing-block",
|
|
43
41
|
"@eeacms/volto-metadata-block",
|
|
@@ -50,67 +48,64 @@
|
|
|
50
48
|
"@eeacms/volto-block-image-cards"
|
|
51
49
|
],
|
|
52
50
|
"dependencies": {
|
|
53
|
-
"@eeacms/volto-accordion-block": "
|
|
54
|
-
"@eeacms/volto-banner": "
|
|
55
|
-
"@eeacms/volto-block-divider": "
|
|
56
|
-
"@eeacms/volto-block-image-cards": "0.
|
|
57
|
-
"@eeacms/volto-block-style": "
|
|
58
|
-
"@eeacms/volto-block
|
|
59
|
-
"@eeacms/volto-
|
|
60
|
-
"@eeacms/volto-
|
|
61
|
-
"@eeacms/volto-
|
|
62
|
-
"@eeacms/volto-
|
|
63
|
-
"@eeacms/volto-
|
|
64
|
-
"@eeacms/volto-
|
|
65
|
-
"@eeacms/volto-
|
|
66
|
-
"@eeacms/volto-
|
|
67
|
-
"@eeacms/volto-
|
|
68
|
-
"@eeacms/volto-
|
|
69
|
-
"@eeacms/volto-slate-
|
|
70
|
-
"@eeacms/volto-slate-
|
|
71
|
-
"@eeacms/volto-
|
|
72
|
-
"@eeacms/volto-
|
|
73
|
-
"@eeacms/volto-
|
|
74
|
-
"@eeacms/volto-widget-
|
|
75
|
-
"@eeacms/volto-widget-
|
|
76
|
-
"@eeacms/volto-widget-
|
|
77
|
-
"@eeacms/volto-
|
|
78
|
-
"@eeacms/volto-widgets-view": "3.0.5",
|
|
79
|
-
"volto-slate": "6.4.0"
|
|
51
|
+
"@eeacms/volto-accordion-block": "5.0.0",
|
|
52
|
+
"@eeacms/volto-banner": "3.0.0",
|
|
53
|
+
"@eeacms/volto-block-divider": "4.0.0",
|
|
54
|
+
"@eeacms/volto-block-image-cards": "1.0.0",
|
|
55
|
+
"@eeacms/volto-block-style": "4.1.0",
|
|
56
|
+
"@eeacms/volto-columns-block": "5.0.0",
|
|
57
|
+
"@eeacms/volto-corsproxy": "3.0.0",
|
|
58
|
+
"@eeacms/volto-depiction": "1.0.0",
|
|
59
|
+
"@eeacms/volto-group-block": "5.0.0",
|
|
60
|
+
"@eeacms/volto-listing-block": "1.0.1",
|
|
61
|
+
"@eeacms/volto-matomo": "3.0.0",
|
|
62
|
+
"@eeacms/volto-metadata-block": "5.0.0",
|
|
63
|
+
"@eeacms/volto-object-widget": "5.0.0",
|
|
64
|
+
"@eeacms/volto-resize-helper": "1.0.0",
|
|
65
|
+
"@eeacms/volto-sentry-rancher-config": "3.0.0",
|
|
66
|
+
"@eeacms/volto-slate-footnote": "6.0.1",
|
|
67
|
+
"@eeacms/volto-slate-metadata-mentions": "6.0.0",
|
|
68
|
+
"@eeacms/volto-slate-zotero": "5.0.1",
|
|
69
|
+
"@eeacms/volto-tabs-block": "3.0.0",
|
|
70
|
+
"@eeacms/volto-taxonomy": "3.0.0",
|
|
71
|
+
"@eeacms/volto-widget-dataprovenance": "0.2.0",
|
|
72
|
+
"@eeacms/volto-widget-geolocation": "5.0.0",
|
|
73
|
+
"@eeacms/volto-widget-temporal-coverage": "5.0.0",
|
|
74
|
+
"@eeacms/volto-widget-toggle": "3.0.0",
|
|
75
|
+
"@eeacms/volto-widgets-view": "4.0.0"
|
|
80
76
|
},
|
|
81
77
|
"resolutions": {
|
|
82
|
-
"@eeacms/volto-accordion-block": "
|
|
83
|
-
"@eeacms/volto-banner": "
|
|
84
|
-
"@eeacms/volto-block-divider": "
|
|
85
|
-
"@eeacms/volto-block-image-cards": "0.
|
|
86
|
-
"@eeacms/volto-block-style": "
|
|
87
|
-
"@eeacms/volto-block
|
|
88
|
-
"@eeacms/volto-
|
|
89
|
-
"@eeacms/volto-
|
|
90
|
-
"@eeacms/volto-
|
|
91
|
-
"@eeacms/volto-
|
|
92
|
-
"@eeacms/volto-
|
|
93
|
-
"@eeacms/volto-
|
|
94
|
-
"@eeacms/volto-
|
|
95
|
-
"@eeacms/volto-
|
|
96
|
-
"@eeacms/volto-
|
|
97
|
-
"@eeacms/volto-
|
|
98
|
-
"@eeacms/volto-slate-
|
|
99
|
-
"@eeacms/volto-slate-
|
|
100
|
-
"@eeacms/volto-
|
|
101
|
-
"@eeacms/volto-
|
|
102
|
-
"@eeacms/volto-
|
|
103
|
-
"@eeacms/volto-widget-
|
|
104
|
-
"@eeacms/volto-widget-
|
|
105
|
-
"@eeacms/volto-widget-
|
|
106
|
-
"@eeacms/volto-
|
|
107
|
-
"@eeacms/volto-widgets-view": "3.0.5",
|
|
108
|
-
"volto-slate": "6.4.0"
|
|
78
|
+
"@eeacms/volto-accordion-block": "5.0.0",
|
|
79
|
+
"@eeacms/volto-banner": "3.0.0",
|
|
80
|
+
"@eeacms/volto-block-divider": "4.0.0",
|
|
81
|
+
"@eeacms/volto-block-image-cards": "1.0.0",
|
|
82
|
+
"@eeacms/volto-block-style": "4.1.0",
|
|
83
|
+
"@eeacms/volto-columns-block": "5.0.0",
|
|
84
|
+
"@eeacms/volto-corsproxy": "3.0.0",
|
|
85
|
+
"@eeacms/volto-depiction": "1.0.0",
|
|
86
|
+
"@eeacms/volto-group-block": "5.0.0",
|
|
87
|
+
"@eeacms/volto-listing-block": "1.0.1",
|
|
88
|
+
"@eeacms/volto-matomo": "3.0.0",
|
|
89
|
+
"@eeacms/volto-metadata-block": "5.0.0",
|
|
90
|
+
"@eeacms/volto-object-widget": "5.0.0",
|
|
91
|
+
"@eeacms/volto-resize-helper": "1.0.0",
|
|
92
|
+
"@eeacms/volto-sentry-rancher-config": "3.0.0",
|
|
93
|
+
"@eeacms/volto-slate-footnote": "6.0.1",
|
|
94
|
+
"@eeacms/volto-slate-metadata-mentions": "6.0.0",
|
|
95
|
+
"@eeacms/volto-slate-zotero": "5.0.1",
|
|
96
|
+
"@eeacms/volto-tabs-block": "3.0.0",
|
|
97
|
+
"@eeacms/volto-taxonomy": "3.0.0",
|
|
98
|
+
"@eeacms/volto-widget-geolocation": "5.0.0",
|
|
99
|
+
"@eeacms/volto-widget-dataprovenance": "0.2.0",
|
|
100
|
+
"@eeacms/volto-widget-temporal-coverage": "5.0.0",
|
|
101
|
+
"@eeacms/volto-widget-toggle": "3.0.0",
|
|
102
|
+
"@eeacms/volto-widgets-view": "4.0.0"
|
|
109
103
|
},
|
|
110
104
|
"devDependencies": {
|
|
111
|
-
"@cypress/code-coverage": "^3.
|
|
105
|
+
"@cypress/code-coverage": "^3.10.0",
|
|
112
106
|
"@plone/scripts": "*",
|
|
113
107
|
"babel-plugin-transform-class-properties": "^6.24.1",
|
|
108
|
+
"cypress-fail-fast": "^5.0.1",
|
|
114
109
|
"md5": "^2.3.0"
|
|
115
110
|
},
|
|
116
111
|
"scripts": {
|
|
@@ -120,17 +115,17 @@
|
|
|
120
115
|
"bootstrap": "npm install -g ejs; npm link ejs; node bootstrap",
|
|
121
116
|
"test": "make test",
|
|
122
117
|
"test:fix": "make test-update",
|
|
123
|
-
"i18n": "rm -rf build/messages && NODE_ENV=production i18n --addon",
|
|
124
118
|
"pre-commit": "yarn stylelint:fix && yarn prettier:fix && yarn lint:fix",
|
|
125
|
-
"stylelint": "
|
|
126
|
-
"stylelint:overrides": "
|
|
127
|
-
"stylelint:fix": "
|
|
128
|
-
"prettier": "
|
|
129
|
-
"prettier:fix": "
|
|
130
|
-
"lint": "
|
|
131
|
-
"lint:fix": "
|
|
132
|
-
"
|
|
133
|
-
"cypress:
|
|
119
|
+
"stylelint": "make stylelint",
|
|
120
|
+
"stylelint:overrides": "make stylelint-overrides",
|
|
121
|
+
"stylelint:fix": "make stylelint-fix",
|
|
122
|
+
"prettier": "make prettier",
|
|
123
|
+
"prettier:fix": "make prettier-fix",
|
|
124
|
+
"lint": "make lint",
|
|
125
|
+
"lint:fix": "make lint-fix",
|
|
126
|
+
"i18n": "make i18n",
|
|
127
|
+
"cypress:run": "make cypress-run",
|
|
128
|
+
"cypress:open": "make cypress-open",
|
|
134
129
|
"update": "./scripts/update.sh"
|
|
135
130
|
}
|
|
136
131
|
}
|
package/old.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eeacms/volto-eea-kitkat",
|
|
3
|
-
"version": "8.2.
|
|
3
|
+
"version": "8.2.4",
|
|
4
4
|
"description": "@eeacms/volto-eea-kitkat: Volto Add-ons bundle - A known good set of Volto addons to be used within all EEA projects and beyond",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"author": "European Environment Agency: IDM2 A-Team",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"@eeacms/volto-block-image-cards"
|
|
51
51
|
],
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@eeacms/volto-accordion-block": "4.
|
|
53
|
+
"@eeacms/volto-accordion-block": "4.1.0",
|
|
54
54
|
"@eeacms/volto-banner": "2.2.1",
|
|
55
55
|
"@eeacms/volto-block-divider": "3.0.2",
|
|
56
56
|
"@eeacms/volto-block-image-cards": "0.6.5",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"@eeacms/volto-corsproxy": "2.1.6",
|
|
61
61
|
"@eeacms/volto-depiction": "0.1.6",
|
|
62
62
|
"@eeacms/volto-group-block": "4.3.8",
|
|
63
|
-
"@eeacms/volto-listing-block": "0.6.
|
|
63
|
+
"@eeacms/volto-listing-block": "0.6.8",
|
|
64
64
|
"@eeacms/volto-matomo": "2.0.9",
|
|
65
65
|
"@eeacms/volto-metadata-block": "4.0.8",
|
|
66
66
|
"@eeacms/volto-object-widget": "4.0.2",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"volto-slate": "6.4.0"
|
|
80
80
|
},
|
|
81
81
|
"resolutions": {
|
|
82
|
-
"@eeacms/volto-accordion-block": "4.
|
|
82
|
+
"@eeacms/volto-accordion-block": "4.1.0",
|
|
83
83
|
"@eeacms/volto-banner": "2.2.1",
|
|
84
84
|
"@eeacms/volto-block-divider": "3.0.2",
|
|
85
85
|
"@eeacms/volto-block-image-cards": "0.6.5",
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
"@eeacms/volto-corsproxy": "2.1.6",
|
|
90
90
|
"@eeacms/volto-depiction": "0.1.6",
|
|
91
91
|
"@eeacms/volto-group-block": "4.3.8",
|
|
92
|
-
"@eeacms/volto-listing-block": "0.6.
|
|
92
|
+
"@eeacms/volto-listing-block": "0.6.8",
|
|
93
93
|
"@eeacms/volto-matomo": "2.0.9",
|
|
94
94
|
"@eeacms/volto-metadata-block": "4.0.8",
|
|
95
95
|
"@eeacms/volto-object-widget": "4.0.2",
|
|
@@ -110,7 +110,8 @@
|
|
|
110
110
|
"devDependencies": {
|
|
111
111
|
"@cypress/code-coverage": "^3.9.5",
|
|
112
112
|
"@plone/scripts": "*",
|
|
113
|
-
"babel-plugin-transform-class-properties": "^6.24.1"
|
|
113
|
+
"babel-plugin-transform-class-properties": "^6.24.1",
|
|
114
|
+
"md5": "^2.3.0"
|
|
114
115
|
},
|
|
115
116
|
"scripts": {
|
|
116
117
|
"release": "release-it",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eeacms/volto-eea-kitkat",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "9.0.0",
|
|
4
4
|
"description": "@eeacms/volto-eea-kitkat: Volto Add-ons bundle - A known good set of Volto addons to be used within all EEA projects and beyond",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"author": "European Environment Agency: IDM2 A-Team",
|
|
@@ -32,12 +32,10 @@
|
|
|
32
32
|
"@eeacms/volto-widget-temporal-coverage",
|
|
33
33
|
"@eeacms/volto-widget-geolocation",
|
|
34
34
|
"@eeacms/volto-widget-dataprovenance",
|
|
35
|
-
"volto-slate:asDefault",
|
|
36
35
|
"@eeacms/volto-slate-metadata-mentions",
|
|
37
36
|
"@eeacms/volto-slate-footnote",
|
|
38
37
|
"@eeacms/volto-slate-zotero",
|
|
39
38
|
"@eeacms/volto-accordion-block",
|
|
40
|
-
"@eeacms/volto-block-toc",
|
|
41
39
|
"@eeacms/volto-block-divider",
|
|
42
40
|
"@eeacms/volto-listing-block",
|
|
43
41
|
"@eeacms/volto-metadata-block",
|
|
@@ -50,67 +48,64 @@
|
|
|
50
48
|
"@eeacms/volto-block-image-cards"
|
|
51
49
|
],
|
|
52
50
|
"dependencies": {
|
|
53
|
-
"@eeacms/volto-accordion-block": "
|
|
54
|
-
"@eeacms/volto-banner": "
|
|
55
|
-
"@eeacms/volto-block-divider": "
|
|
56
|
-
"@eeacms/volto-block-image-cards": "0.
|
|
57
|
-
"@eeacms/volto-block-style": "
|
|
58
|
-
"@eeacms/volto-block
|
|
59
|
-
"@eeacms/volto-
|
|
60
|
-
"@eeacms/volto-
|
|
61
|
-
"@eeacms/volto-
|
|
62
|
-
"@eeacms/volto-
|
|
63
|
-
"@eeacms/volto-
|
|
64
|
-
"@eeacms/volto-
|
|
65
|
-
"@eeacms/volto-
|
|
66
|
-
"@eeacms/volto-
|
|
67
|
-
"@eeacms/volto-
|
|
68
|
-
"@eeacms/volto-
|
|
69
|
-
"@eeacms/volto-slate-
|
|
70
|
-
"@eeacms/volto-slate-
|
|
71
|
-
"@eeacms/volto-
|
|
72
|
-
"@eeacms/volto-
|
|
73
|
-
"@eeacms/volto-
|
|
74
|
-
"@eeacms/volto-widget-
|
|
75
|
-
"@eeacms/volto-widget-
|
|
76
|
-
"@eeacms/volto-widget-
|
|
77
|
-
"@eeacms/volto-
|
|
78
|
-
"@eeacms/volto-widgets-view": "3.0.5",
|
|
79
|
-
"volto-slate": "6.4.0"
|
|
51
|
+
"@eeacms/volto-accordion-block": "5.0.0",
|
|
52
|
+
"@eeacms/volto-banner": "3.0.0",
|
|
53
|
+
"@eeacms/volto-block-divider": "4.0.0",
|
|
54
|
+
"@eeacms/volto-block-image-cards": "1.0.0",
|
|
55
|
+
"@eeacms/volto-block-style": "4.1.0",
|
|
56
|
+
"@eeacms/volto-columns-block": "5.0.0",
|
|
57
|
+
"@eeacms/volto-corsproxy": "3.0.0",
|
|
58
|
+
"@eeacms/volto-depiction": "1.0.0",
|
|
59
|
+
"@eeacms/volto-group-block": "5.0.0",
|
|
60
|
+
"@eeacms/volto-listing-block": "1.0.1",
|
|
61
|
+
"@eeacms/volto-matomo": "3.0.0",
|
|
62
|
+
"@eeacms/volto-metadata-block": "5.0.0",
|
|
63
|
+
"@eeacms/volto-object-widget": "5.0.0",
|
|
64
|
+
"@eeacms/volto-resize-helper": "1.0.0",
|
|
65
|
+
"@eeacms/volto-sentry-rancher-config": "3.0.0",
|
|
66
|
+
"@eeacms/volto-slate-footnote": "6.0.1",
|
|
67
|
+
"@eeacms/volto-slate-metadata-mentions": "6.0.0",
|
|
68
|
+
"@eeacms/volto-slate-zotero": "5.0.1",
|
|
69
|
+
"@eeacms/volto-tabs-block": "3.0.0",
|
|
70
|
+
"@eeacms/volto-taxonomy": "3.0.0",
|
|
71
|
+
"@eeacms/volto-widget-dataprovenance": "0.2.0",
|
|
72
|
+
"@eeacms/volto-widget-geolocation": "5.0.0",
|
|
73
|
+
"@eeacms/volto-widget-temporal-coverage": "5.0.0",
|
|
74
|
+
"@eeacms/volto-widget-toggle": "3.0.0",
|
|
75
|
+
"@eeacms/volto-widgets-view": "4.0.0"
|
|
80
76
|
},
|
|
81
77
|
"resolutions": {
|
|
82
|
-
"@eeacms/volto-accordion-block": "
|
|
83
|
-
"@eeacms/volto-banner": "
|
|
84
|
-
"@eeacms/volto-block-divider": "
|
|
85
|
-
"@eeacms/volto-block-image-cards": "0.
|
|
86
|
-
"@eeacms/volto-block-style": "
|
|
87
|
-
"@eeacms/volto-block
|
|
88
|
-
"@eeacms/volto-
|
|
89
|
-
"@eeacms/volto-
|
|
90
|
-
"@eeacms/volto-
|
|
91
|
-
"@eeacms/volto-
|
|
92
|
-
"@eeacms/volto-
|
|
93
|
-
"@eeacms/volto-
|
|
94
|
-
"@eeacms/volto-
|
|
95
|
-
"@eeacms/volto-
|
|
96
|
-
"@eeacms/volto-
|
|
97
|
-
"@eeacms/volto-
|
|
98
|
-
"@eeacms/volto-slate-
|
|
99
|
-
"@eeacms/volto-slate-
|
|
100
|
-
"@eeacms/volto-
|
|
101
|
-
"@eeacms/volto-
|
|
102
|
-
"@eeacms/volto-
|
|
103
|
-
"@eeacms/volto-widget-
|
|
104
|
-
"@eeacms/volto-widget-
|
|
105
|
-
"@eeacms/volto-widget-
|
|
106
|
-
"@eeacms/volto-
|
|
107
|
-
"@eeacms/volto-widgets-view": "3.0.5",
|
|
108
|
-
"volto-slate": "6.4.0"
|
|
78
|
+
"@eeacms/volto-accordion-block": "5.0.0",
|
|
79
|
+
"@eeacms/volto-banner": "3.0.0",
|
|
80
|
+
"@eeacms/volto-block-divider": "4.0.0",
|
|
81
|
+
"@eeacms/volto-block-image-cards": "1.0.0",
|
|
82
|
+
"@eeacms/volto-block-style": "4.1.0",
|
|
83
|
+
"@eeacms/volto-columns-block": "5.0.0",
|
|
84
|
+
"@eeacms/volto-corsproxy": "3.0.0",
|
|
85
|
+
"@eeacms/volto-depiction": "1.0.0",
|
|
86
|
+
"@eeacms/volto-group-block": "5.0.0",
|
|
87
|
+
"@eeacms/volto-listing-block": "1.0.1",
|
|
88
|
+
"@eeacms/volto-matomo": "3.0.0",
|
|
89
|
+
"@eeacms/volto-metadata-block": "5.0.0",
|
|
90
|
+
"@eeacms/volto-object-widget": "5.0.0",
|
|
91
|
+
"@eeacms/volto-resize-helper": "1.0.0",
|
|
92
|
+
"@eeacms/volto-sentry-rancher-config": "3.0.0",
|
|
93
|
+
"@eeacms/volto-slate-footnote": "6.0.1",
|
|
94
|
+
"@eeacms/volto-slate-metadata-mentions": "6.0.0",
|
|
95
|
+
"@eeacms/volto-slate-zotero": "5.0.1",
|
|
96
|
+
"@eeacms/volto-tabs-block": "3.0.0",
|
|
97
|
+
"@eeacms/volto-taxonomy": "3.0.0",
|
|
98
|
+
"@eeacms/volto-widget-geolocation": "5.0.0",
|
|
99
|
+
"@eeacms/volto-widget-dataprovenance": "0.2.0",
|
|
100
|
+
"@eeacms/volto-widget-temporal-coverage": "5.0.0",
|
|
101
|
+
"@eeacms/volto-widget-toggle": "3.0.0",
|
|
102
|
+
"@eeacms/volto-widgets-view": "4.0.0"
|
|
109
103
|
},
|
|
110
104
|
"devDependencies": {
|
|
111
|
-
"@cypress/code-coverage": "^3.
|
|
105
|
+
"@cypress/code-coverage": "^3.10.0",
|
|
112
106
|
"@plone/scripts": "*",
|
|
113
107
|
"babel-plugin-transform-class-properties": "^6.24.1",
|
|
108
|
+
"cypress-fail-fast": "^5.0.1",
|
|
114
109
|
"md5": "^2.3.0"
|
|
115
110
|
},
|
|
116
111
|
"scripts": {
|
|
@@ -120,17 +115,17 @@
|
|
|
120
115
|
"bootstrap": "npm install -g ejs; npm link ejs; node bootstrap",
|
|
121
116
|
"test": "make test",
|
|
122
117
|
"test:fix": "make test-update",
|
|
123
|
-
"i18n": "rm -rf build/messages && NODE_ENV=production i18n --addon",
|
|
124
118
|
"pre-commit": "yarn stylelint:fix && yarn prettier:fix && yarn lint:fix",
|
|
125
|
-
"stylelint": "
|
|
126
|
-
"stylelint:overrides": "
|
|
127
|
-
"stylelint:fix": "
|
|
128
|
-
"prettier": "
|
|
129
|
-
"prettier:fix": "
|
|
130
|
-
"lint": "
|
|
131
|
-
"lint:fix": "
|
|
132
|
-
"
|
|
133
|
-
"cypress:
|
|
119
|
+
"stylelint": "make stylelint",
|
|
120
|
+
"stylelint:overrides": "make stylelint-overrides",
|
|
121
|
+
"stylelint:fix": "make stylelint-fix",
|
|
122
|
+
"prettier": "make prettier",
|
|
123
|
+
"prettier:fix": "make prettier-fix",
|
|
124
|
+
"lint": "make lint",
|
|
125
|
+
"lint:fix": "make lint-fix",
|
|
126
|
+
"i18n": "make i18n",
|
|
127
|
+
"cypress:run": "make cypress-run",
|
|
128
|
+
"cypress:open": "make cypress-open",
|
|
134
129
|
"update": "./scripts/update.sh"
|
|
135
130
|
}
|
|
136
131
|
}
|
package/partfile
CHANGED
|
@@ -1 +1,13 @@
|
|
|
1
|
-
|
|
1
|
+
#### :nail_care: Enhancements
|
|
2
|
+
- refactor(cypress): Cypress 10 / Razzle 4 [Alin Voinea - [`19c7f80`](https://github.com/eea/volto-eea-kitkat/commit/19c7f8059c64dfff213a1aceacbf6f19de8ebd56)]
|
|
3
|
+
- refactor(dependencies): Remove volto-block-toc from kitkat [Alin Voinea - [`4313b52`](https://github.com/eea/volto-eea-kitkat/commit/4313b523cc715793a712b6053d64cd5667cf719b)]
|
|
4
|
+
#### :hammer_and_wrench: Others
|
|
5
|
+
- test(cypress): Remove random failing tests [Alin Voinea - [`d0b41df`](https://github.com/eea/volto-eea-kitkat/commit/d0b41df52a2837641f31334a32022aee5b5e1940)]
|
|
6
|
+
- test(cypress): Fix failing tests [Alin Voinea - [`7833a9d`](https://github.com/eea/volto-eea-kitkat/commit/7833a9df3d8c1c3c2a0952672113e9445ace0e8b)]
|
|
7
|
+
- test(cypress): Fail fast [Alin Voinea - [`bc43206`](https://github.com/eea/volto-eea-kitkat/commit/bc43206e3556a4d9376dd18d62a1c8fc3bc9e3bd)]
|
|
8
|
+
- test(cypress): Adjust specPattern [Alin Voinea - [`67c98f5`](https://github.com/eea/volto-eea-kitkat/commit/67c98f512c4f5aba9ecb68817e9d322d7f85d117)]
|
|
9
|
+
- test(cypress): Cleanup Jenkins pipeline [Alin Voinea - [`4aa41ab`](https://github.com/eea/volto-eea-kitkat/commit/4aa41ab80d8d27cb7187203bcbb16b3d71ecae0f)]
|
|
10
|
+
- Fix @eeacms/volto-widget-temporal-coverage until release [Alin Voinea - [`2e1d218`](https://github.com/eea/volto-eea-kitkat/commit/2e1d218bdf59fade17b105f3b1271d3fffb2bbe7)]
|
|
11
|
+
- Cleanup volto-slate from README [Alin Voinea - [`54c974d`](https://github.com/eea/volto-eea-kitkat/commit/54c974dcfe35d6a8cccfdb4bc05e4f6c99345a76)]
|
|
12
|
+
- Fix dependencies [Alin Voinea - [`a895e5a`](https://github.com/eea/volto-eea-kitkat/commit/a895e5a458361e8592bef4a12dc0a586dfbf1140)]
|
|
13
|
+
- Update dependencies [Alin Voinea - [`336a419`](https://github.com/eea/volto-eea-kitkat/commit/336a419a6c1b1b657109099e1b3b1dd569e2e09b)]
|