Skip to content

Commit 4eb5a91

Browse files
authored
Release 20250920 (#12)
* Atualiza configurações e extensões recomendadas para o VSCode * Atualiza techevent para versão 1.0.0a21 * Atualiza @plone/volto para versão 19.0.0-alpha.5 * Atualiza @kitconcept/volto-light-theme para versão 7.0.0-beta.5 * Frontend: Melhorias de estilos * Atualiza techevent para versão 1.0.0a22
1 parent 34c39b6 commit 4eb5a91

File tree

13 files changed

+1076
-2986
lines changed

13 files changed

+1076
-2986
lines changed

.vscode/extensions.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
{
22
"recommendations": [
33
"charliermarsh.ruff",
4+
"dbaeumer.vscode-eslint",
5+
"editorconfig.editorconfig",
6+
"esbenp.prettier-vscode",
7+
"ExecutableBookProject.myst-highlight",
8+
"github.vscode-github-actions",
49
"ms-python.python",
10+
"ms-vscode-remote.remote-containers",
511
"redhat.vscode-yaml",
6-
"editorconfig.editorconfig"
12+
"stylelint.vscode-stylelint",
13+
"plone.plone-vs-utilities"
714
]
8-
}
15+
}

.vscode/settings.json

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,29 @@
11
{
22
"eslint.workingDirectories": ["./frontend"],
3-
"flake8.cwd": "${workspaceFolder}/backend",
4-
"flake8.args": ["--config=pyproject.toml"],
3+
"stylelint.enable": true,
4+
"css.validate": false,
5+
"less.validate": false,
6+
"scss.validate": false,
57
"ruff.organizeImports": true,
8+
"python.analysis.include": [
9+
"backend/src/**/*",
10+
"backend/scripts/**/*",
11+
"backend/tests/**/*"
12+
],
613
"python.terminal.activateEnvironment": true,
714
"python.testing.pytestArgs": [
815
"backend/tests"
916
],
1017
"python.testing.unittestEnabled": false,
1118
"python.testing.pytestEnabled": true,
19+
"[css][less][scss]": {
20+
"editor.tabSize": 2,
21+
"editor.formatOnSave": true,
22+
"editor.codeActionsOnSave": {
23+
"source.fixAll.stylelint": "explicit"
24+
},
25+
"editor.defaultFormatter": "esbenp.prettier-vscode"
26+
},
1227
"[markdown]": {
1328
"editor.formatOnSave": false
1429
}

backend/news/+tech-event.feature

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Atualiza collective.techevent para versão 1.0.0a22. @ericof

backend/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies = [
3232
"collective.volto.formsupport",
3333
"pas.plugins.authomatic==2.0.0",
3434
"collective.honeypot",
35-
"collective.techevent==1.0.0a19",
35+
"collective.techevent==1.0.0a21",
3636
"plone.app.upgrade",
3737
"plone.app.discussion",
3838
]
@@ -105,7 +105,7 @@ constraint-dependencies = [
105105
"collective.recipe.omelette==2.0.0",
106106
"collective.recipe.template==2.2",
107107
"collective.recipe.vscode==0.1.9",
108-
"collective.techevent==1.0.0a19",
108+
"collective.techevent==1.0.0a21",
109109
"collective.xmltestreport==2.0.2",
110110
"collective.z3cform.datagridfield==3.0.4",
111111
"colorama==0.4.6",

backend/uv.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/mrs.developer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"package": "@plone/volto",
55
"url": "[email protected]:plone/volto.git",
66
"https": "https://github.com/plone/volto.git",
7-
"tag": "18.23.0",
7+
"tag": "19.0.0-alpha.5",
88
"filterBlobs": true
99
}
1010
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Atualiza @plone-collective/volto-techevent para versão 1.0.0-alpha.22. @ericof
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Atualiza @kitconcept/volto-light-theme para versão 7.0.0-beta.5 @ericof
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Atualiza @plone/volto para versão 19.0.0-alpha.5. @ericof

frontend/packages/volto-pythonbrasil-site/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
"@plone/registry": "workspace:*",
4949
"@eeacms/volto-matomo": "*",
5050
"@eeacms/volto-statistic-block": "*",
51-
"@plone-collective/volto-techevent": "1.0.0-alpha.19",
52-
"@kitconcept/volto-light-theme": "7.0.0-alpha.22",
51+
"@plone-collective/volto-techevent": "1.0.0-alpha.22",
52+
"@kitconcept/volto-light-theme": "7.0.0-beta.5",
5353
"@kitconcept/volto-social-blocks": "1.0.0-alpha.8",
5454
"@mbarde/volto-image-crop-widget": "0.5.1",
5555
"@plone-collective/volto-authomatic": "3.0.0-alpha.3",

0 commit comments

Comments
 (0)