Skip to content

Commit ace7d76

Browse files
committed
chore(deps): upgrade yarn and angular
1 parent b205308 commit ace7d76

File tree

17 files changed

+3884
-137
lines changed

17 files changed

+3884
-137
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.174.2](https://github.com/SocialGouv/domifa/compare/v2.174.1...v2.174.2) (2024-10-01)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** update dependency @ckeditor/ckeditor5-angular to v9 ([b205308](https://github.com/SocialGouv/domifa/commit/b205308a17713c708a2fe9e05bd764b4841dd522))
7+
18
## [2.174.1](https://github.com/SocialGouv/domifa/compare/v2.174.0...v2.174.1) (2024-09-26)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "domifa",
33
"private": true,
4-
"version": "2.174.1",
4+
"version": "2.174.2",
55
"scripts": {
66
"build": "lerna run build ",
77
"dev": "lerna run dev ",

packages/frontend/package.json

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -17,23 +17,23 @@
1717
},
1818
"private": true,
1919
"dependencies": {
20-
"@angular/animations": "^16.2.12",
21-
"@angular/cdk": "^16.2.14",
22-
"@angular/common": "^16.2.12",
23-
"@angular/compiler": "^16.2.12",
24-
"@angular/core": "^16.2.12",
25-
"@angular/forms": "^16.2.12",
26-
"@angular/localize": "^16.2.12",
27-
"@angular/platform-browser": "^16.2.12",
28-
"@angular/platform-browser-dynamic": "^16.2.12",
29-
"@angular/router": "^16.2.12",
20+
"@angular/animations": "^17.3.12",
21+
"@angular/cdk": "^17.3.10",
22+
"@angular/common": "^17.3.12",
23+
"@angular/compiler": "^17.3.12",
24+
"@angular/core": "^17.3.12",
25+
"@angular/forms": "^17.3.12",
26+
"@angular/localize": "^17.3.12",
27+
"@angular/platform-browser": "^17.3.12",
28+
"@angular/platform-browser-dynamic": "^17.3.12",
29+
"@angular/router": "^17.3.12",
3030
"@ckeditor/ckeditor5-angular": "^9.0.0",
3131
"@ckeditor/ckeditor5-build-classic": "^43.1.0",
3232
"@domifa/common": "workspace:^",
33-
"@fortawesome/angular-fontawesome": "0.12.1",
34-
"@fortawesome/fontawesome-svg-core": "^6.5.2",
35-
"@fortawesome/free-regular-svg-icons": "^6.5.2",
36-
"@fortawesome/free-solid-svg-icons": "^6.5.2",
33+
"@fortawesome/angular-fontawesome": "0.14.1",
34+
"@fortawesome/fontawesome-svg-core": "^6.6.0",
35+
"@fortawesome/free-regular-svg-icons": "^6.6.0",
36+
"@fortawesome/free-solid-svg-icons": "^6.6.0",
3737
"@khazii/ngx-intl-tel-input": "^17.0.1",
3838
"@ng-bootstrap/ng-bootstrap": "^15.1.2",
3939
"@ngrx/effects": "^16.3.0",
@@ -62,30 +62,30 @@
6262
},
6363
"devDependencies": {
6464
"@angular-devkit/architect": "^0.1802.0",
65-
"@angular-devkit/build-angular": "^16.2.14",
66-
"@angular-devkit/core": "^16.2.14",
67-
"@angular-devkit/schematics": "^16.2.14",
68-
"@angular-eslint/builder": "15.2.1",
69-
"@angular-eslint/eslint-plugin": "15.2.1",
70-
"@angular-eslint/eslint-plugin-template": "15.2.1",
71-
"@angular-eslint/schematics": "15.2.1",
72-
"@angular-eslint/template-parser": "15.2.1",
73-
"@angular/cli": "16.2.14",
74-
"@angular/compiler-cli": "^16.2.12",
75-
"@angular/language-service": "^16.2.12",
65+
"@angular-devkit/build-angular": "^17.3.10",
66+
"@angular-devkit/core": "^17.3.10",
67+
"@angular-devkit/schematics": "^17.3.10",
68+
"@angular-eslint/builder": "^17.5.3",
69+
"@angular-eslint/eslint-plugin": "^17.5.3",
70+
"@angular-eslint/eslint-plugin-template": "^17.5.3",
71+
"@angular-eslint/schematics": "^17.5.3",
72+
"@angular-eslint/template-parser": "^17.5.3",
73+
"@angular/cli": "^17.3.10",
74+
"@angular/compiler-cli": "^17.3.12",
75+
"@angular/language-service": "^17.3.12",
7676
"@schematics/update": "^0.1102.19",
7777
"@types/file-saver": "^2.0.7",
7878
"@types/google-libphonenumber": "^7.4.30",
7979
"@types/jest": "^29.5.12",
80-
"@typescript-eslint/eslint-plugin": "^7.14.1",
80+
"@typescript-eslint/eslint-plugin": "^7.18.0",
8181
"@typescript-eslint/parser": "7.18.0",
82-
"eslint": "^8.57.0",
82+
"eslint": "^8.57.1",
8383
"eslint-config-love": "^43.1.0",
8484
"eslint-config-prettier": "^9.1.0",
85-
"eslint-plugin-import": "^2.29.1",
86-
"eslint-plugin-n": "^17.9.0",
85+
"eslint-plugin-import": "^2.30.0",
86+
"eslint-plugin-n": "^17.10.3",
8787
"eslint-plugin-no-lookahead-lookbehind-regexp": "^0.3.0",
88-
"eslint-plugin-prettier": "^5.1.3",
88+
"eslint-plugin-prettier": "^5.2.1",
8989
"jest": "^29.7.0",
9090
"jest-preset-angular": "^14.1.1",
9191
"lint-staged": "^15.2.7",
@@ -94,7 +94,7 @@
9494
"source-map-explorer": "^2.5.3",
9595
"ts-jest": "^29.1.5",
9696
"ts-node": "~10.9.2",
97-
"typescript": "4.9.5"
97+
"typescript": "5.4.5"
9898
},
9999
"lint-staged": {
100100
"*!(.ts)": "prettier --ignore-unknown -w",

packages/frontend/src/app/modules/general/components/contact-support/contact-support.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ <h2 class="text-success">
136136
class="invalid-feedback"
137137
>
138138
Veuillez vérifier l'adresse email, format attendu :
139-
nom@domaine.fr
139+
nom&#64;domaine.fr
140140
</p>
141141
</div>
142142
<div class="form-group required">

packages/frontend/src/app/modules/general/components/login/login.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ <h2 class="title">
6868
class="invalid-feedback"
6969
>
7070
Veuillez vérifier l'adresse email, format attendu :
71-
nom@domaine.fr
71+
nom&#64;domaine.fr
7272
</p>
7373
</div>
7474
<div class="form-group required">

packages/frontend/src/app/modules/general/components/static-pages/cgu-responsable/cgu-responsable.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ <h3>
404404
<p>
405405
Ces droits s’exercent auprès de la Direction générale de la Cohésion
406406
sociale, par voie électronique à l’adresse suivante:
407-
dpd-minsociaux@sgsocial.gouv.fr.
407+
dpd-minsociaux&#64;sgsocial.gouv.fr.
408408
</p>
409409
<p>
410410
La Direction générale de la Cohésion sociale est également chargée de

packages/frontend/src/app/modules/structures/components/register-user/register-user.component.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,8 @@ <h2 class="title">
201201
L'adresse email est déjà utilisée
202202
</p>
203203
<p *ngIf="!f.email.errors.emailTaken">
204-
Veuillez vérifier l'adresse email, format attendu : nom@domaine.fr
204+
Veuillez vérifier l'adresse email, format attendu :
205+
nom&#64;domaine.fr
205206
</p>
206207
</div>
207208
</div>

packages/frontend/src/app/modules/structures/components/structure-edit-form/structure-edit-form.component.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,8 @@ <h2 class="title">Modifier les informations de votre structure</h2>
493493
L'adresse email est déjà utilisée
494494
</p>
495495
<p *ngIf="!f.email.errors.emailTaken">
496-
Veuillez vérifier l'adresse email, format attendu : nom@domaine.fr
496+
Veuillez vérifier l'adresse email, format attendu :
497+
nom&#64;domaine.fr
497498
</p>
498499
</div>
499500
</div>

packages/frontend/src/app/modules/structures/components/structures-form/structures-form.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ <h1 class="title" *ngIf="structureRegisterInfos.etapeInscription === 1">
517517
</p>
518518
<p *ngIf="!f.email.errors.emailTaken">
519519
Veuillez vérifier l'adresse email, format attendu:
520-
nom@domaine.fr
520+
nom&#64;domaine.fr
521521
</p>
522522
</div>
523523
</div>

packages/frontend/src/app/modules/usager-dossier/components/step-etat-civil/step-etat-civil.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ <h2 class="form-title">État civil du demandeur</h2>
371371
class="invalid-feedback"
372372
>
373373
Veuillez vérifier l'adresse email, format attendu :
374-
nom@domaine.fr
374+
nom&#64;domaine.fr
375375
</p>
376376
</div>
377377
</div>

0 commit comments

Comments
 (0)