@plone/volto 16.20.2 → 16.20.3
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.draft +2 -4
- package/.eslintrc +1 -21
- package/.yarn/install-state.gz +0 -0
- package/CHANGELOG.md +7 -0
- package/package.json +3 -6
- package/packages/volto-slate/package.json +1 -1
package/.changelog.draft
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
|
-
## 16.20.
|
|
1
|
+
## 16.20.3 (2023-04-18)
|
|
2
2
|
|
|
3
3
|
### Bugfix
|
|
4
4
|
|
|
5
|
-
-
|
|
6
|
-
- Fix Move to top of folder ordering in folder content view by searching also @iFlameing [#4690](https://github.com/plone/volto/issues/4690)
|
|
7
|
-
- Fix faulty D&D elements in ObjectBrowserList widget @sneridagh [#4703](https://github.com/plone/volto/issues/4703)
|
|
5
|
+
- Revert inadvertently included files from another PR in #4710 @sneridagh [#4713](https://github.com/plone/volto/issues/4713)
|
|
8
6
|
|
package/.eslintrc
CHANGED
|
@@ -44,28 +44,8 @@
|
|
|
44
44
|
"rootPathSuffix": "src"
|
|
45
45
|
}
|
|
46
46
|
},
|
|
47
|
-
"import/core-modules": ["load-volto-addons"]
|
|
48
|
-
"react": {
|
|
49
|
-
"version": "detect"
|
|
50
|
-
}
|
|
47
|
+
"import/core-modules": ["load-volto-addons"]
|
|
51
48
|
},
|
|
52
|
-
"overrides": [
|
|
53
|
-
{
|
|
54
|
-
"files": ["**/*.ts", "**/*.tsx"],
|
|
55
|
-
"extends": ["plugin:@typescript-eslint/recommended", "react-app", "prettier", "plugin:jsx-a11y/recommended"],
|
|
56
|
-
"plugins": ["@typescript-eslint", "prettier", "react-hooks", "jsx-a11y"],
|
|
57
|
-
"parser": "@typescript-eslint/parser"
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
"files": [
|
|
61
|
-
"**/*.stories.js",
|
|
62
|
-
"**/*.stories.jsx"
|
|
63
|
-
],
|
|
64
|
-
"rules": {
|
|
65
|
-
"import/no-anonymous-default-export": "off"
|
|
66
|
-
}
|
|
67
|
-
}
|
|
68
|
-
],
|
|
69
49
|
"globals": {
|
|
70
50
|
"root": true,
|
|
71
51
|
"__DEVELOPMENT__": true,
|
package/.yarn/install-state.gz
CHANGED
|
Binary file
|
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,13 @@
|
|
|
8
8
|
|
|
9
9
|
<!-- towncrier release notes start -->
|
|
10
10
|
|
|
11
|
+
## 16.20.3 (2023-04-18)
|
|
12
|
+
|
|
13
|
+
### Bugfix
|
|
14
|
+
|
|
15
|
+
- Revert inadvertently included files from another PR in #4710 @sneridagh [#4713](https://github.com/plone/volto/issues/4713)
|
|
16
|
+
|
|
17
|
+
|
|
11
18
|
## 16.20.2 (2023-04-18)
|
|
12
19
|
|
|
13
20
|
### Bugfix
|
package/package.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
}
|
|
10
10
|
],
|
|
11
11
|
"license": "MIT",
|
|
12
|
-
"version": "16.20.
|
|
12
|
+
"version": "16.20.3",
|
|
13
13
|
"repository": {
|
|
14
14
|
"type": "git",
|
|
15
15
|
"url": "git@github.com:plone/volto.git"
|
|
@@ -44,8 +44,8 @@
|
|
|
44
44
|
"test:husky": "CI=true yarn test --bail --findRelatedTests",
|
|
45
45
|
"test:debug": "node --inspect node_modules/.bin/jest --runInBand",
|
|
46
46
|
"start:prod": "NODE_ENV=production node build/server.js",
|
|
47
|
-
"prettier": "./node_modules/.bin/prettier --single-quote --check 'src/**/*.{js,jsx,
|
|
48
|
-
"prettier:fix": "./node_modules/.bin/prettier --single-quote --write 'src/**/*.{js,jsx,
|
|
47
|
+
"prettier": "./node_modules/.bin/prettier --single-quote --check 'src/**/*.{js,jsx,json}'",
|
|
48
|
+
"prettier:fix": "./node_modules/.bin/prettier --single-quote --write 'src/**/*.{js,jsx,json}'",
|
|
49
49
|
"stylelint": "./node_modules/.bin/stylelint 'theme/**/*.{css,less}' 'src/**/*.{css,less}'",
|
|
50
50
|
"stylelint:overrides": "./node_modules/.bin/stylelint 'theme/**/*.overrides' 'src/**/*.overrides'",
|
|
51
51
|
"stylelint:fix": "yarn stylelint --fix && yarn stylelint:overrides --fix",
|
|
@@ -412,8 +412,6 @@
|
|
|
412
412
|
"@storybook/addon-essentials": "^6.3.0",
|
|
413
413
|
"@storybook/addon-links": "^6.3.0",
|
|
414
414
|
"@storybook/react": "^6.3.0",
|
|
415
|
-
"@typescript-eslint/eslint-plugin": "5.58.0",
|
|
416
|
-
"@typescript-eslint/parser": "5.58.0",
|
|
417
415
|
"babel-loader": "8.2.2",
|
|
418
416
|
"full-icu": "1.4.0",
|
|
419
417
|
"identity-obj-proxy": "3.0.0",
|
|
@@ -423,7 +421,6 @@
|
|
|
423
421
|
"react-is": "^16.13.1",
|
|
424
422
|
"release-it": "^15.1.3",
|
|
425
423
|
"tmp": "0.2.1",
|
|
426
|
-
"typescript": "5.0.4",
|
|
427
424
|
"use-trace-update": "1.3.2",
|
|
428
425
|
"why": "0.6.2"
|
|
429
426
|
},
|