-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into ree-visual-acceptance-tests
* main: Update to V18a46 (#419) Fix deploy Get rid of all barrel imports, ESlint rule to enforce it. (#418) Release 5.0.1 Changelog Changelog Added lint rule Updates from Oct24 (#417) Update versions to latest volto-highlight-block, volto-button-block (#408) Fix eslint config (#407) Release 5.0.0 Better changelog
- Loading branch information
Showing
42 changed files
with
2,653 additions
and
1,552 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,6 @@ | ||
# syntax=docker/dockerfile:1 | ||
ARG VOLTO_VERSION | ||
# TODO: Replace with | ||
# FROM plone/frontend-builder:${VOLTO_VERSION} | ||
# when the main image is ready | ||
FROM ghcr.io/kitconcept/frontend-builder:${VOLTO_VERSION} as builder | ||
FROM plone/frontend-builder:${VOLTO_VERSION} as builder | ||
|
||
COPY --chown=node packages/volto-light-theme /app/packages/volto-light-theme | ||
COPY --chown=node volto.config.js /app/ | ||
|
@@ -17,10 +14,7 @@ RUN --mount=type=cache,id=pnpm,target=/app/.pnpm-store,uid=1000 <<EOT | |
pnpm install --prod | ||
EOT | ||
|
||
# TODO: Replace with | ||
# FROM plone/frontend-prod-config:${VOLTO_VERSION} | ||
# when the main image is ready | ||
FROM ghcr.io/kitconcept/frontend-prod-config:${VOLTO_VERSION} | ||
FROM plone/frontend-prod-config:${VOLTO_VERSION} | ||
|
||
LABEL maintainer="Plone Foundation <[email protected]>" \ | ||
org.label-schema.name="adfsdf-frontend" \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
"package": "@plone/volto", | ||
"url": "[email protected]:plone/volto.git", | ||
"https": "https://github.com/plone/volto.git", | ||
"tag": "18.0.0-alpha.39" | ||
"tag": "18.0.0-alpha.46" | ||
}, | ||
"volto-button-block": { | ||
"develop": false, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@kitconcept/volto-light-theme-dev", | ||
"version": "4.0.1", | ||
"version": "5.0.1", | ||
"description": "Volto Light Theme by kitconcept", | ||
"main": "src/index.js", | ||
"types": "src/types/index.d.ts", | ||
|
@@ -55,4 +55,4 @@ | |
"@kitconcept/volto-light-theme": "workspace:*" | ||
}, | ||
"packageManager": "[email protected]" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Get rid of all imports from Volto barrel files. | ||
Added a rule to enforce not to import from `@plone/volto/components`, `@plone/volto/helpers` or `@plone/volto/actions`. @sneridagh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Update to Volto 18a46 @sneridagh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
packages/volto-light-theme/src/components/Blocks/EventMetadata/View.jsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 4 additions & 6 deletions
10
packages/volto-light-theme/src/components/Blocks/Image/Edit.jsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.