Update ember

This commit is contained in:
Simon Prévost 2024-02-06 19:19:09 -05:00
parent 92be9d0a8d
commit 8bcdf3b1c9
8 changed files with 4416 additions and 2812 deletions

View File

@ -1,7 +1,7 @@
#
# Build webapp and jipt deps
#
FROM node:16.19-bullseye-slim AS webapp-builder
FROM node:21.6.1-bullseye-slim AS webapp-builder
RUN apt-get update -y && \
apt-get install -y build-essential git python3 python3-pip && \
apt-get clean && \
@ -11,7 +11,7 @@ COPY webapp .
RUN npm ci --no-audit --no-color && \
npm run build-production
FROM node:16.19-bullseye-slim AS jipt-builder
FROM node:21.6.1-bullseye-slim AS jipt-builder
RUN apt-get update -y && \
apt-get install -y build-essential git python3 python3-pip && \
apt-get clean && \

2
cli/package-lock.json generated
View File

@ -6,7 +6,7 @@
"packages": {
"": {
"name": "accent-cli",
"version": "0.14.0",
"version": "0.16.0",
"license": "MIT",
"dependencies": {
"@oclif/command": "^1.8.22",

7174
jipt/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -23,7 +23,7 @@
font-size: 11px;
font-family: var(--font-monospace);
font-weight: 600;
text-transform: capitalize;
text-transform: none;
}
.all-reviewed {

View File

@ -2,13 +2,6 @@
margin-top: 20px;
}
.icon {
display: block;
width: 50px;
height: 50px;
margin-bottom: 10px;
}
.empty-content {
margin-top: 20px;
}

View File

@ -10,7 +10,6 @@
/>
{{else}}
<EmptyContent local-class='empty-content'>
{{inline-svg 'assets/tag.svg' local-class='icon'}}
{{t 'components.translation_editions_list.no_translations'}}
<div>
{{t 'components.translation_editions_list.no_versions'}}
@ -20,4 +19,4 @@
</div>
</EmptyContent>
{{/each}}
</ul>
</ul>

View File

@ -8,7 +8,7 @@
"name": "accent-webapp",
"version": "0.0.1",
"dependencies": {
"@apollo/client": "3.9.2",
"@apollo/client": "3.9.3",
"@glimmer/tracking": "1.1.2",
"broccoli-asset-rev": "3.0.0",
"color": "4.2.3",
@ -70,7 +70,7 @@
"webpack": "5.90.1"
},
"engines": {
"node": ">= 16.13.0"
"node": ">= 21.6.0"
}
},
"node_modules/@aashutoshrathi/word-wrap": {
@ -96,9 +96,9 @@
}
},
"node_modules/@apollo/client": {
"version": "3.9.2",
"resolved": "https://registry.npmjs.org/@apollo/client/-/client-3.9.2.tgz",
"integrity": "sha512-Zw9WvXjqhpbgkvAvnj52vstOWwM0iedKWtn1hSq1cODQyoe1CF2uFwMYFI7l56BrAY9CzLi6MQA0AhxpgJgvxw==",
"version": "3.9.3",
"resolved": "https://registry.npmjs.org/@apollo/client/-/client-3.9.3.tgz",
"integrity": "sha512-ACWWvWEwwws8V2SO2FoLVAKD7Nc34N/WqnfHIsbtoHoo90ym5vFQp53nGruaWK+bNcb46z53C/fcp4s8P8bXKw==",
"dependencies": {
"@graphql-typed-document-node/core": "^3.1.1",
"@wry/caches": "^1.0.0",
@ -108,7 +108,7 @@
"hoist-non-react-statics": "^3.3.2",
"optimism": "^0.18.0",
"prop-types": "^15.7.2",
"rehackt": "0.0.3",
"rehackt": "0.0.4",
"response-iterator": "^0.2.6",
"symbol-observable": "^4.0.0",
"ts-invariant": "^0.10.3",
@ -31543,9 +31543,9 @@
}
},
"node_modules/rehackt": {
"version": "0.0.3",
"resolved": "https://registry.npmjs.org/rehackt/-/rehackt-0.0.3.tgz",
"integrity": "sha512-aBRHudKhOWwsTvCbSoinzq+Lej/7R8e8UoPvLZo5HirZIIBLGAgdG7SL9QpdcBoQ7+3QYPi3lRLknAzXBlhZ7g==",
"version": "0.0.4",
"resolved": "https://registry.npmjs.org/rehackt/-/rehackt-0.0.4.tgz",
"integrity": "sha512-xFroSGCbMEK/cTJVhq+c8l/AzIeMeojVyLqtZmr2jmIAFvePjapkCSGg9MnrcNk68HPaMxGf+Ndqozotu78ITw==",
"peerDependencies": {
"@types/react": "*",
"react": "*"
@ -34543,9 +34543,9 @@
}
},
"@apollo/client": {
"version": "3.9.2",
"resolved": "https://registry.npmjs.org/@apollo/client/-/client-3.9.2.tgz",
"integrity": "sha512-Zw9WvXjqhpbgkvAvnj52vstOWwM0iedKWtn1hSq1cODQyoe1CF2uFwMYFI7l56BrAY9CzLi6MQA0AhxpgJgvxw==",
"version": "3.9.3",
"resolved": "https://registry.npmjs.org/@apollo/client/-/client-3.9.3.tgz",
"integrity": "sha512-ACWWvWEwwws8V2SO2FoLVAKD7Nc34N/WqnfHIsbtoHoo90ym5vFQp53nGruaWK+bNcb46z53C/fcp4s8P8bXKw==",
"requires": {
"@graphql-typed-document-node/core": "^3.1.1",
"@wry/caches": "^1.0.0",
@ -34555,7 +34555,7 @@
"hoist-non-react-statics": "^3.3.2",
"optimism": "^0.18.0",
"prop-types": "^15.7.2",
"rehackt": "0.0.3",
"rehackt": "0.0.4",
"response-iterator": "^0.2.6",
"symbol-observable": "^4.0.0",
"ts-invariant": "^0.10.3",
@ -59916,9 +59916,9 @@
}
},
"rehackt": {
"version": "0.0.3",
"resolved": "https://registry.npmjs.org/rehackt/-/rehackt-0.0.3.tgz",
"integrity": "sha512-aBRHudKhOWwsTvCbSoinzq+Lej/7R8e8UoPvLZo5HirZIIBLGAgdG7SL9QpdcBoQ7+3QYPi3lRLknAzXBlhZ7g==",
"version": "0.0.4",
"resolved": "https://registry.npmjs.org/rehackt/-/rehackt-0.0.4.tgz",
"integrity": "sha512-xFroSGCbMEK/cTJVhq+c8l/AzIeMeojVyLqtZmr2jmIAFvePjapkCSGg9MnrcNk68HPaMxGf+Ndqozotu78ITw==",
"requires": {}
},
"remove-trailing-separator": {

View File

@ -21,13 +21,13 @@
},
"repository": "https://github.com/mirego/accent",
"engines": {
"node": ">= 16.13.0"
"node": ">= 21.6.0"
},
"ember": {
"edition": "octane"
},
"dependencies": {
"@apollo/client": "3.9.2",
"@apollo/client": "3.9.3",
"@glimmer/tracking": "1.1.2",
"broccoli-asset-rev": "3.0.0",
"color": "4.2.3",