kopia lustrzana https://github.com/wagtail/wagtail
rodzic
91970e66e5
commit
ff11b9c5c6
|
@ -5,7 +5,7 @@ Changelog
|
|||
~~~~~~~~~~~~~~~~~
|
||||
|
||||
* Phase out special-purpose panel types (`StreamFieldPanel`, `RichTextFieldPanel`, `ImageChooserPanel`, `DocumentChooserPanel`, `PageChooserPanel`, `SnippetChooserPanel`) in favour of `FieldPanel` (Matt Westcott)
|
||||
* Upgrade ESLint and Stylelint configurations to latest shared Wagtail configs (Thibaud Colas)
|
||||
* Upgrade ESLint and Stylelint configurations to latest shared Wagtail configs (Thibaud Colas, Paarth Agarwal)
|
||||
* Major updates to frontend tooling; move Node tooling from Gulp to Webpack, upgrade to Node v16 and npm v8, eslint v8, stylelint v14 and others (Thibaud Colas)
|
||||
* Change comment headers’ date formatting to use browser APIs instead of requiring a library (LB (Ben Johnston))
|
||||
* Lint with flake8-comprehensions and flake8-assertive, including adding a pre-commit hook for these (Mads Jensen, Dan Braghis)
|
||||
|
|
|
@ -30,7 +30,7 @@ The panel types `StreamFieldPanel`, `RichTextFieldPanel`, `ImageChooserPanel`, `
|
|||
|
||||
### Other features
|
||||
|
||||
* Upgrade ESLint and Stylelint configurations to latest shared Wagtail configs (Thibaud Colas)
|
||||
* Upgrade ESLint and Stylelint configurations to latest shared Wagtail configs (Thibaud Colas, Paarth Agarwal)
|
||||
* Major updates to frontend tooling; move Node tooling from Gulp to Webpack, upgrade to Node v16 and npm v8, eslint v8, stylelint v14 and others (Thibaud Colas)
|
||||
* Change comment headers’ date formatting to use browser APIs instead of requiring a library (LB (Ben Johnston))
|
||||
* Lint with flake8-comprehensions and flake8-assertive, including adding a pre-commit hook for these (Mads Jensen, Dan Braghis)
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
"@typescript-eslint/eslint-plugin": "^5.8.0",
|
||||
"@typescript-eslint/parser": "^5.8.0",
|
||||
"@wagtail/eslint-config-wagtail": "^0.4.0",
|
||||
"@wagtail/stylelint-config-wagtail": "^0.4.1",
|
||||
"@wagtail/stylelint-config-wagtail": "^0.5.0",
|
||||
"autoprefixer": "^10.4.2",
|
||||
"babel-loader": "^8.2.3",
|
||||
"copy-webpack-plugin": "^10.2.0",
|
||||
|
@ -10126,9 +10126,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@wagtail/stylelint-config-wagtail": {
|
||||
"version": "0.4.1",
|
||||
"resolved": "https://registry.npmjs.org/@wagtail/stylelint-config-wagtail/-/stylelint-config-wagtail-0.4.1.tgz",
|
||||
"integrity": "sha512-b0PpwtVtQKTxzZ5N8N26I75mxDd5qoc3AlvEkT9dQD3FqQcUS45/k4p8pIVdNg4YFonh3tckxxILlOQ9dH7Cxg==",
|
||||
"version": "0.5.0",
|
||||
"resolved": "https://registry.npmjs.org/@wagtail/stylelint-config-wagtail/-/stylelint-config-wagtail-0.5.0.tgz",
|
||||
"integrity": "sha512-BKvTR1IbjRYvoIOMJcWkDpzqZ8XeOcUWzLkKyM2G7l84G1lq3IPPWvxaVo3wrDakGzOk6lXDUD/pVzBa+TMQyA==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"stylelint-config-prettier-scss": "^0.0.1",
|
||||
|
@ -37349,9 +37349,9 @@
|
|||
"requires": {}
|
||||
},
|
||||
"@wagtail/stylelint-config-wagtail": {
|
||||
"version": "0.4.1",
|
||||
"resolved": "https://registry.npmjs.org/@wagtail/stylelint-config-wagtail/-/stylelint-config-wagtail-0.4.1.tgz",
|
||||
"integrity": "sha512-b0PpwtVtQKTxzZ5N8N26I75mxDd5qoc3AlvEkT9dQD3FqQcUS45/k4p8pIVdNg4YFonh3tckxxILlOQ9dH7Cxg==",
|
||||
"version": "0.5.0",
|
||||
"resolved": "https://registry.npmjs.org/@wagtail/stylelint-config-wagtail/-/stylelint-config-wagtail-0.5.0.tgz",
|
||||
"integrity": "sha512-BKvTR1IbjRYvoIOMJcWkDpzqZ8XeOcUWzLkKyM2G7l84G1lq3IPPWvxaVo3wrDakGzOk6lXDUD/pVzBa+TMQyA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"stylelint-config-prettier-scss": "^0.0.1",
|
||||
|
|
|
@ -63,7 +63,7 @@
|
|||
"@typescript-eslint/eslint-plugin": "^5.8.0",
|
||||
"@typescript-eslint/parser": "^5.8.0",
|
||||
"@wagtail/eslint-config-wagtail": "^0.4.0",
|
||||
"@wagtail/stylelint-config-wagtail": "^0.4.1",
|
||||
"@wagtail/stylelint-config-wagtail": "^0.5.0",
|
||||
"autoprefixer": "^10.4.2",
|
||||
"babel-loader": "^8.2.3",
|
||||
"copy-webpack-plugin": "^10.2.0",
|
||||
|
|
Ładowanie…
Reference in New Issue