Browse Source

Merge branch 'main' into feature/rename-order-to-activities-in-account-database-schema

pull/4577/head
Thomas Kaul 4 months ago
committed by GitHub
parent
commit
2ede440319
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      CHANGELOG.md
  2. 1
      apps/api/src/app/user/user.service.ts
  3. 12
      apps/client/src/locales/messages.fr.xlf
  4. 747
      package-lock.json
  5. 24
      package.json

2
CHANGELOG.md

@ -12,6 +12,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Improved the error message of the currency code validation
- Tightened the currency code validation by requiring uppercase letters
- Renamed `Order` to `activities` in the `Account` database schema
- Improved the language localization for Français (`fr`)
- Upgraded `Nx` from version `20.8.0` to `20.8.1`
### Fixed

1
apps/api/src/app/user/user.service.ts

@ -380,6 +380,7 @@ export class UserService {
permissions.createAccess,
permissions.createMarketDataOfOwnAssetProfile,
permissions.createOwnTag,
permissions.createWatchlistItem,
permissions.readAiPrompt,
permissions.readMarketDataOfOwnAssetProfile,
permissions.updateMarketDataOfOwnAssetProfile

12
apps/client/src/locales/messages.fr.xlf

@ -7883,7 +7883,7 @@
</trans-unit>
<trans-unit id="f60c9276bebb4445596e3864f2f825c95b154ada" datatype="html">
<source>with API access for</source>
<target state="new">with API access for</target>
<target state="translated">avec accès API pour</target>
<context-group purpose="location">
<context context-type="sourcefile">apps/client/src/app/pages/pricing/pricing-page.html</context>
<context context-type="linenumber">266</context>
@ -7891,7 +7891,7 @@
</trans-unit>
<trans-unit id="d59937471dbd9dee61cfd6402c3963bbfccc7b2b" datatype="html">
<source>Gather Recent Historical Market Data</source>
<target state="new">Gather Recent Historical Market Data</target>
<target state="translated">Collecter les données récentes du marché historique</target>
<context-group purpose="location">
<context context-type="sourcefile">apps/client/src/app/components/admin-market-data/admin-market-data.html</context>
<context context-type="linenumber">225</context>
@ -7899,7 +7899,7 @@
</trans-unit>
<trans-unit id="7faff7a8ef4065b33ebb2e88a54183bf1b124525" datatype="html">
<source>Gather All Historical Market Data</source>
<target state="new">Gather All Historical Market Data</target>
<target state="translated">Collecter toutes les données du marché historique</target>
<context-group purpose="location">
<context context-type="sourcefile">apps/client/src/app/components/admin-market-data/admin-market-data.html</context>
<context context-type="linenumber">230</context>
@ -7907,7 +7907,7 @@
</trans-unit>
<trans-unit id="62b4a1aa9dbd2b3b744d7bcc726176640978364d" datatype="html">
<source>Gather Historical Market Data</source>
<target state="new">Gather Historical Market Data</target>
<target state="translated">Collecter les données du marché historique</target>
<context-group purpose="location">
<context context-type="sourcefile">apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html</context>
<context context-type="linenumber">29</context>
@ -7915,7 +7915,7 @@
</trans-unit>
<trans-unit id="82dddef5b7b438a8292c0ab4c0cf2955ef95fdda" datatype="html">
<source>Data Gathering is off</source>
<target state="new">Data Gathering is off</target>
<target state="translated">La collecte de données est désactivée</target>
<context-group purpose="location">
<context context-type="sourcefile">apps/client/src/app/components/admin-market-data/admin-market-data.html</context>
<context context-type="linenumber">38</context>
@ -7923,7 +7923,7 @@
</trans-unit>
<trans-unit id="3554d4201718e0ac1637ef3833c0fbe8aa6ffadb" datatype="html">
<source>Performance Calculation</source>
<target state="new">Performance Calculation</target>
<target state="translated">Calcul de performance</target>
<context-group purpose="location">
<context context-type="sourcefile">apps/client/src/app/components/user-account-settings/user-account-settings.html</context>
<context context-type="linenumber">31</context>

747
package-lock.json

File diff suppressed because it is too large

24
package.json

@ -155,17 +155,17 @@
"@eslint/js": "9.24.0",
"@nestjs/schematics": "10.2.3",
"@nestjs/testing": "10.4.15",
"@nx/angular": "20.8.0",
"@nx/cypress": "20.8.0",
"@nx/eslint-plugin": "20.8.0",
"@nx/jest": "20.8.0",
"@nx/js": "20.8.0",
"@nx/module-federation": "20.8.0",
"@nx/nest": "20.8.0",
"@nx/node": "20.8.0",
"@nx/storybook": "20.8.0",
"@nx/web": "20.8.0",
"@nx/workspace": "20.8.0",
"@nx/angular": "20.8.1",
"@nx/cypress": "20.8.1",
"@nx/eslint-plugin": "20.8.1",
"@nx/jest": "20.8.1",
"@nx/js": "20.8.1",
"@nx/module-federation": "20.8.1",
"@nx/nest": "20.8.1",
"@nx/node": "20.8.1",
"@nx/storybook": "20.8.1",
"@nx/web": "20.8.1",
"@nx/workspace": "20.8.1",
"@schematics/angular": "19.2.1",
"@storybook/addon-essentials": "8.6.12",
"@storybook/addon-interactions": "8.6.12",
@ -193,7 +193,7 @@
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-preset-angular": "14.4.2",
"nx": "20.8.0",
"nx": "20.8.1",
"prettier": "3.5.3",
"prettier-plugin-organize-attributes": "1.0.0",
"prisma": "6.6.0",

Loading…
Cancel
Save