@plone/volto 19.0.0-alpha.15 → 19.0.0-alpha.17

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.17 (2025-11-21)
21
+
22
+ ### Bugfix
23
+
24
+ - Added `prettier` as a direct dependency of Volto, since is used by HTML block, to prevent the removal from the production build. @sneridagh
25
+
26
+ ## 19.0.0-alpha.16 (2025-11-20)
27
+
28
+ ### Bugfix
29
+
30
+ - Fixed missing deepmerge in prod build and add it as a direct dep in Volto core. @sneridagh
31
+
20
32
  ## 19.0.0-alpha.15 (2025-11-19)
21
33
 
22
34
  ### Bugfix
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.15",
12
+ "version": "19.0.0-alpha.17",
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",
@@ -129,6 +130,7 @@
129
130
  "object-assign": "4.1.1",
130
131
  "prepend-http": "2",
131
132
  "pretty-bytes": "5.3.0",
133
+ "prettier": "3.2.5",
132
134
  "prismjs": "1.27.0",
133
135
  "process": "^0.11.10",
134
136
  "promise-file-reader": "1.0.2",
@@ -188,10 +190,10 @@
188
190
  "url": "^0.11.3",
189
191
  "use-deep-compare-effect": "1.8.1",
190
192
  "uuid": "^8.3.2",
191
- "@plone/scripts": "4.0.0-alpha.4",
193
+ "@plone/components": "4.0.0-alpha.4",
192
194
  "@plone/volto-slate": "19.0.0-alpha.8",
193
- "@plone/registry": "3.0.0-alpha.8",
194
- "@plone/components": "4.0.0-alpha.4"
195
+ "@plone/scripts": "4.0.0-alpha.4",
196
+ "@plone/registry": "3.0.0-alpha.8"
195
197
  },
196
198
  "devDependencies": {
197
199
  "@babel/core": "^7.28.5",
@@ -246,7 +248,6 @@
246
248
  "cypress-axe": "1.7.0",
247
249
  "cypress-file-upload": "5.0.8",
248
250
  "deep-freeze": "0.0.1",
249
- "deepmerge": "^4.2.2",
250
251
  "eslint": "^8.57.0",
251
252
  "eslint-config-prettier": "^9.1.2",
252
253
  "eslint-config-react-app": "^7.0.1",
@@ -276,7 +277,6 @@
276
277
  "postcss-loader": "7.0.2",
277
278
  "postcss-overrides": "3.1.4",
278
279
  "postcss-scss": "4.0.6",
279
- "prettier": "3.2.5",
280
280
  "razzle-dev-utils": "4.2.18",
281
281
  "react-docgen-typescript-plugin": "^1.0.5",
282
282
  "react-error-overlay": "6.0.9",
@@ -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",
309
310
  "@plone/babel-preset-razzle": "^1.0.0-alpha.0",
310
- "@plone/razzle": "1.0.0-alpha.0",
311
311
  "@plone/volto-coresandbox": "1.0.0",
312
- "@plone/types": "2.0.0-alpha.11"
312
+ "@plone/razzle": "1.0.0-alpha.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'
@@ -0,0 +1,11 @@
1
+ import { describe, it, expect } from 'vitest';
2
+ import packageJson from '../package.json';
3
+
4
+ describe('internal checks', () => {
5
+ it('keeps prettier listed as a runtime dependency', () => {
6
+ const dependencies = packageJson.dependencies ?? {};
7
+
8
+ expect(dependencies).toHaveProperty('prettier');
9
+ expect(typeof dependencies.prettier).toBe('string');
10
+ });
11
+ });