@plone/volto 19.0.0-alpha.14 → 19.0.0-alpha.16

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
@@ -17,6 +17,18 @@ myst:
17
17
 
18
18
  <!-- towncrier release notes start -->
19
19
 
20
+ ## 19.0.0-alpha.16 (2025-11-20)
21
+
22
+ ### Bugfix
23
+
24
+ - Fixed missing deepmerge in prod build and add it as a direct dep in Volto core. @sneridagh
25
+
26
+ ## 19.0.0-alpha.15 (2025-11-19)
27
+
28
+ ### Bugfix
29
+
30
+ - Pin the sass dependency to 1.58.0 @sneridagh
31
+
20
32
  ## 19.0.0-alpha.14 (2025-11-19)
21
33
 
22
34
  ### Breaking
@@ -24,9 +36,6 @@ myst:
24
36
  - Add package `@plone/razzle`. It's a fork of `razzle`. @wesleybl [#7542](https://github.com/plone/volto/issues/7542)
25
37
  - Fork `babel-razzle-preset` from Razzle. Update dependencies. @sneridagh [#7619](https://github.com/plone/volto/issues/7619)
26
38
  - Removed Jest from build. @sneridagh [#7620](https://github.com/plone/volto/issues/7620)
27
-
28
- ### Feature
29
-
30
39
  - Forked Razzle SCSS plugin, pin the version to one that does not flood the log with useless deprecation warnings. @sneridagh [#7188](https://github.com/plone/volto/issues/7188)
31
40
 
32
41
  ### Bugfix
@@ -39,14 +48,14 @@ myst:
39
48
 
40
49
  ### Documentation
41
50
 
42
- - Added missing steps for `babel-preset-razzle` in the upgrade guide. @sneridagh
43
- - Added missing upgrade steps for 19 projects. @sneridagh
51
+ - Added missing steps for `babel-preset-razzle` in the upgrade guide. @sneridagh
52
+ - Added missing upgrade steps for 19 projects. @sneridagh
44
53
 
45
54
  ## 19.0.0-alpha.13 (2025-11-12)
46
55
 
47
56
  ### Internal
48
57
 
49
- - Release with `@plone/components` 4a3. @sneridagh
58
+ - Release with `@plone/components` 4a3. @sneridagh
50
59
 
51
60
  ## 19.0.0-alpha.12 (2025-11-10)
52
61
 
@@ -88,9 +97,9 @@ myst:
88
97
  - Move '.visually-hidden' class to 'main.less' and remove unused 'utils.less' and references @Wagner3UB [#7552](https://github.com/plone/volto/issues/7552)
89
98
  - Improve some JSDocs for better typing. @sneridagh [#7560](https://github.com/plone/volto/issues/7560)
90
99
  - Fix image upload inside `ImageWidget` component when used inside a non-folderish object. [@jnptk] [#7573](https://github.com/plone/volto/issues/7573)
91
- - Avoid re-rendering a content item view while hydrating server-side rendered components. @reebalazs
92
- - Fix failing cypress test on updating to Cypress 15 @Tishasoumya-02
93
- - Fix infinite @users requests caused by anonymous useUser hook. @iFlameing
100
+ - Avoid re-rendering a content item view while hydrating server-side rendered components. @reebalazs
101
+ - Fix failing cypress test on updating to Cypress 15 @Tishasoumya-02
102
+ - Fix infinite @users requests caused by anonymous useUser hook. @iFlameing
94
103
 
95
104
  ### Internal
96
105
 
@@ -105,13 +114,13 @@ myst:
105
114
 
106
115
  - Add Cypress for a subpath. @wesleybl [#6976](https://github.com/plone/volto/issues/6976)
107
116
  - Serve API requests from a subpath. @davisagli [#7326](https://github.com/plone/volto/issues/7326)
108
- - Add option to serve a Volto site on a subpath using the `RAZZLE_SUBPATH_PREFIX` environment variable. @nileshgulia1, @wesleybl, @davisagli
117
+ - Add option to serve a Volto site on a subpath using the `RAZZLE_SUBPATH_PREFIX` environment variable. @nileshgulia1, @wesleybl, @davisagli
109
118
 
110
119
  ### Internal
111
120
 
112
121
  - Expires the cache if the root `package.json` is changed. @wesleybl [#7536](https://github.com/plone/volto/issues/7536)
113
- - Move to `dependencies` some bad categorized dependencies in `devDependencies`. @sneridagh
114
- - Run Cookieplone acceptance test with Node 24. @davisagli
122
+ - Move to `dependencies` some bad categorized dependencies in `devDependencies`. @sneridagh
123
+ - Run Cookieplone acceptance test with Node 24. @davisagli
115
124
 
116
125
  ## 19.0.0-alpha.8 (2025-10-22)
117
126
 
@@ -141,8 +150,8 @@ myst:
141
150
  - Fix api middleware possible empty values error. @robgietema [#7433](https://github.com/plone/volto/issues/7433)
142
151
  - Escape double quotes in POT / PO files @erral [#7476](https://github.com/plone/volto/issues/7476)
143
152
  - Fixed corner case where RAZZLE_INTERNAL_API_PATH is set and id is still undefined on first SSR load. @sneridagh [#7478](https://github.com/plone/volto/issues/7478)
144
- - Reset fieldset.invisible class definition in order to prevent clashes with other CSS frameworks that might have `invisible` as utility. @sneridagh
145
- - Set type="button" for more widget buttons to prevent them from triggering when Enter is pressed elsewhere in the form. @davisagli
153
+ - Reset fieldset.invisible class definition in order to prevent clashes with other CSS frameworks that might have `invisible` as utility. @sneridagh
154
+ - Set type="button" for more widget buttons to prevent them from triggering when Enter is pressed elsewhere in the form. @davisagli
146
155
 
147
156
  ### Internal
148
157
 
@@ -151,8 +160,8 @@ myst:
151
160
  - Makes the Cypress commands `getSlateEditorAndType` and `getSlateEditorSelectorAndType` more robust. @wesleybl [#7503](https://github.com/plone/volto/issues/7503)
152
161
  - Enhance Cypress commands to trigger focus before typing in Slate editor. @wesleybl [#7506](https://github.com/plone/volto/issues/7506)
153
162
  - Fix error and rename test to "should save typed content in the Slate editor". @wesleybl [#7507](https://github.com/plone/volto/issues/7507)
154
- - Skip link check for URL which blocks traffic from GitHub. @davisagli
155
- - Use Plone 6.1.3. @sneridagh
163
+ - Skip link check for URL which blocks traffic from GitHub. @davisagli
164
+ - Use Plone 6.1.3. @sneridagh
156
165
 
157
166
  ### Documentation
158
167
 
@@ -180,7 +189,7 @@ myst:
180
189
  - Update folder content search input to announce result count for screen readers on search or input change. @Wagner3UB [#7364](https://github.com/plone/volto/issues/7364)
181
190
  - Check if we are editing a content type before rendering the Content Type control panel form. @ericof [#7396](https://github.com/plone/volto/issues/7396)
182
191
  - Added guard in API REDUX middleware. @sneridagh [#7412](https://github.com/plone/volto/issues/7412)
183
- - Ensure the Refresh Content button correctly loads the preview image when using preview_image_link for Teaser block. @iFlameing
192
+ - Ensure the Refresh Content button correctly loads the preview image when using preview_image_link for Teaser block. @iFlameing
184
193
 
185
194
  ### Internal
186
195
 
@@ -243,7 +252,7 @@ myst:
243
252
 
244
253
  - Update eslint-config-prettier past malware versions to "^9.1.2". @kittauri [#7254](https://github.com/plone/volto/issues/7254)
245
254
  - Update @testing-library/react to 14.3.1. @wesleybl [#7260](https://github.com/plone/volto/issues/7260)
246
- - Test with Plone 6.1.2. @davisagli
255
+ - Test with Plone 6.1.2. @davisagli
247
256
 
248
257
  ### Documentation
249
258
 
@@ -268,7 +277,7 @@ myst:
268
277
  - Added the `.error` class to blocks with errors, highlighting them with a red border in edit mode. @alexandreIFB [#7138](https://github.com/plone/volto/issues/7138)
269
278
  - Synchronizes versions of Volto dependencies with other packages in the monorepo. @wesleybl [#7184](https://github.com/plone/volto/issues/7184)
270
279
  - In the contents view, add a pill to indicate working copies.
271
- This only works with `plone.app.iterate` >= 6.2.0. @davisagli
280
+ This only works with `plone.app.iterate` >= 6.2.0. @davisagli
272
281
 
273
282
  ### Bugfix
274
283
 
@@ -335,7 +344,7 @@ myst:
335
344
 
336
345
  ### Internal
337
346
 
338
- - Fixed types of #6826 in build:types. @sneridagh
347
+ - Fixed types of #6826 in build:types. @sneridagh
339
348
 
340
349
  ### Documentation
341
350
 
package/README.md CHANGED
@@ -136,7 +136,7 @@ To ensure your website gets the greatest exposure, add it both to [Awesome Volto
136
136
  - [Comune di Vaiano](https://www.comune.vaiano.po.it/) (Website of the Municipality of Vaiano. Developed by [RedTurtle](https://www.redturtle.it), 2021)
137
137
  - [Comune di Vernio](https://www.comune.vernio.po.it/) (Website of the Municipality of Vernio. Developed by [RedTurtle](https://www.redturtle.it), 2021)
138
138
  - [Copernicus In-Situ](https://insitu.copernicus.eu) (Copernicus In-Situ compiles and provides high-quality ground, sea and airborne observation and geospatial reference data to support the Copernicus services. Developed by [Eau de web](https://eaudeweb.ro) for the European Environmental Agency, 2025)
139
- - [Copernicus Land Monitoring Service](https://land.copernicus.eu) (The Copernicus Land Monitoring Service (CLMS) delivers high-quality geospatial information on land cover, land use changes, vegetation state, the water cycle and Earth's surface energy variables. Developed by [CodeSyntax](https://www.codesyntax.com/en) and [Eau de web](https://eaudeweb.ro) for the European Environmental Agency, 2023)
139
+ - [Copernicus Land Monitoring Service](https://land.copernicus.eu/en) (The Copernicus Land Monitoring Service (CLMS) delivers high-quality geospatial information on land cover, land use changes, vegetation state, the water cycle and Earth's surface energy variables. Developed by [CodeSyntax](https://www.codesyntax.com/en) and [Eau de web](https://eaudeweb.ro) for the European Environmental Agency, 2023)
140
140
  - [Debabarreneko mankomunitatea](https://debabarrena.eus/eu) (Website of the Commonwealth of Debabarrena, community of municipalities to centralize waste handling services, developed by [CodeSyntax](https://www.codesyntax.com/en), 2022)
141
141
  - [Debako Udala / Ayuntamiento de Deba](https://www.deba.eus/eu) (Website of the municipality of Deba, developed by [CodeSyntax](https://www.codesyntax.com/en), 2022)
142
142
  - [European Environment Agency](https://www.eea.europa.eu/en) (Website of the European Environment Agency. Developed by [Eau de Web](https://eaudeweb.ro), 2023)
@@ -181,7 +181,7 @@ You should check the dependencies in their `package.json` for more details.
181
181
 
182
182
  - [2022.ploneconf.org](https://github.com/plone/ploneconf.org/tree/2022) - Volto project for [Plone Conference 2022 site](https://2022.ploneconf.org)
183
183
  - [2023.ploneconf.org](https://github.com/plone/ploneconf.org/tree/2023) - Volto project for [Plone Conference 2023 site](https://2023.ploneconf.org)
184
- - [2024.ploneconf.org](https://github.com/plone/2024.ploneconf.org) - Volto project for [Plone Conference 2024 site](https://2024.ploneconf.org)
184
+ - [2024.ploneconf.org](https://github.com/plone/2024.ploneconf.org) - Volto project for [Plone Conference 2024 site](https://2024.ploneconf.org/en)
185
185
  - [2025.ploneconf.org](https://github.com/plone/2025.ploneconf.org) - Volto project for [Plone Conference 2025 site](https://2025.ploneconf.org)
186
186
  - [Biodiversity Information System for Europe](https://github.com/eea/bise-frontend) - Volto project for [Biodiversity Information System for Europe website](https://biodiversity.europa.eu)
187
187
  - [design-volto-theme](https://github.com/RedTurtle/design-volto-theme) Volto theme for Italian Public Administration
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  }
10
10
  ],
11
11
  "license": "MIT",
12
- "version": "19.0.0-alpha.14",
12
+ "version": "19.0.0-alpha.16",
13
13
  "repository": {
14
14
  "type": "git",
15
15
  "url": "git@github.com:plone/volto.git"
@@ -106,6 +106,7 @@
106
106
  "debug": "4.3.4",
107
107
  "decorate-component-with-props": "1.2.1",
108
108
  "dependency-graph": "0.10.0",
109
+ "deepmerge": "^4.2.2",
109
110
  "detect-browser": "5.1.0",
110
111
  "diff": "3.5.0",
111
112
  "express": "4.19.2",
@@ -188,10 +189,10 @@
188
189
  "url": "^0.11.3",
189
190
  "use-deep-compare-effect": "1.8.1",
190
191
  "uuid": "^8.3.2",
191
- "@plone/registry": "3.0.0-alpha.8",
192
+ "@plone/components": "4.0.0-alpha.4",
192
193
  "@plone/volto-slate": "19.0.0-alpha.8",
193
- "@plone/scripts": "4.0.0-alpha.4",
194
- "@plone/components": "4.0.0-alpha.4"
194
+ "@plone/registry": "3.0.0-alpha.8",
195
+ "@plone/scripts": "4.0.0-alpha.4"
195
196
  },
196
197
  "devDependencies": {
197
198
  "@babel/core": "^7.28.5",
@@ -246,7 +247,6 @@
246
247
  "cypress-axe": "1.7.0",
247
248
  "cypress-file-upload": "5.0.8",
248
249
  "deep-freeze": "0.0.1",
249
- "deepmerge": "^4.2.2",
250
250
  "eslint": "^8.57.0",
251
251
  "eslint-config-prettier": "^9.1.2",
252
252
  "eslint-config-react-app": "^7.0.1",
@@ -283,7 +283,7 @@
283
283
  "react-is": "^18.2.0",
284
284
  "release-it": "^19.0.4",
285
285
  "resolve-url-loader": "^3.1.2",
286
- "sass": "1.32.0",
286
+ "sass": "1.58.0",
287
287
  "sass-loader": "^10.0.3",
288
288
  "semver": "^7.5.4",
289
289
  "start-server-and-test": "1.14.0",
@@ -306,10 +306,10 @@
306
306
  "webpack-bundle-analyzer": "4.10.1",
307
307
  "webpack-dev-server": "4.11.1",
308
308
  "webpack-node-externals": "3.0.0",
309
- "@plone/types": "2.0.0-alpha.11",
310
- "@plone/volto-coresandbox": "1.0.0",
311
309
  "@plone/razzle": "1.0.0-alpha.0",
312
- "@plone/babel-preset-razzle": "^1.0.0-alpha.0"
310
+ "@plone/babel-preset-razzle": "^1.0.0-alpha.0",
311
+ "@plone/types": "2.0.0-alpha.11",
312
+ "@plone/volto-coresandbox": "1.0.0"
313
313
  },
314
314
  "volta": {
315
315
  "node": "20.9.0"
@@ -5,6 +5,7 @@ import configureStore from 'redux-mock-store';
5
5
  import ObjectListWidget from './ObjectListWidget';
6
6
 
7
7
  vi.mock('@plone/volto/helpers/Loadable/Loadable');
8
+ vi.mock('@plone/volto/components/manage/Form');
8
9
  beforeAll(async () => {
9
10
  const { __setLoadables } = await import(
10
11
  '@plone/volto/helpers/Loadable/Loadable'
@@ -5,6 +5,7 @@ import { Provider } from 'react-intl-redux';
5
5
  import VocabularyTermsWidget from './VocabularyTermsWidget';
6
6
 
7
7
  vi.mock('@plone/volto/helpers/Loadable/Loadable');
8
+ vi.mock('@plone/volto/components/manage/Form');
8
9
  beforeAll(async () => {
9
10
  const { __setLoadables } = await import(
10
11
  '@plone/volto/helpers/Loadable/Loadable'
@@ -20,6 +20,7 @@ vi.mock('moment', () => ({
20
20
  }));
21
21
 
22
22
  vi.mock('@plone/volto/helpers/Loadable/Loadable');
23
+ vi.mock('@plone/volto/components/manage/Form');
23
24
  beforeAll(async () => {
24
25
  const { __setLoadables } = await import(
25
26
  '@plone/volto/helpers/Loadable/Loadable'
@@ -59,6 +59,7 @@ module.exports = {
59
59
  includePaths: [paths.appNodeModules],
60
60
  outputStyle: 'expanded',
61
61
  silenceDeprecations: ['legacy-js-api', 'mixed-decls', 'import'],
62
+ quiet: true,
62
63
  quietDeps: true,
63
64
  },
64
65
  },
@@ -71,6 +72,7 @@ module.exports = {
71
72
  includePaths: [paths.appNodeModules],
72
73
  outputStyle: 'expanded',
73
74
  silenceDeprecations: ['legacy-js-api', 'mixed-decls', 'import'],
75
+ quiet: true,
74
76
  quietDeps: true,
75
77
  },
76
78
  },