Skip to content

Commit 93dee2b

Browse files
authored
Merge branch 'main' into new_paragraph_for_ui_mvp_notif
2 parents 3e5c3e4 + a708f61 commit 93dee2b

165 files changed

Lines changed: 6088 additions & 5555 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## v2.116.2 - 2025-06-11
2+
3+
[Full Changelog](https://github.com/ORCID/orcid-angular/compare/v2.116.1...v2.116.2)
4+
5+
## v2.116.1 - 2025-06-11
6+
7+
[Full Changelog](https://github.com/ORCID/orcid-angular/compare/v2.116.0...v2.116.1)
8+
9+
## v2.116.0 - 2025-06-11
10+
11+
[Full Changelog](https://github.com/ORCID/orcid-angular/compare/v2.115.13...v2.116.0)
12+
13+
## v2.115.13 - 2025-06-11
14+
15+
[Full Changelog](https://github.com/ORCID/orcid-angular/compare/v2.115.12...v2.115.13)
16+
17+
- [#2543](https://github.com/ORCID/orcid-angular/pull/2543): transifex pull
18+
119
## v2.115.12 - 2025-06-09
220

321
[Full Changelog](https://github.com/ORCID/orcid-angular/compare/v2.115.11...v2.115.12)

package.json

Lines changed: 21 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -34,23 +34,22 @@
3434
"lighthouse": "ts-node -P scripts/tsconfig.json scripts/lighthouse/main.ts",
3535
"build:browserslist": "ts-node -P scripts/tsconfig.json scripts/browserlist.prebuild.ts",
3636
"build:fetchCombineWordpressCss": "ts-node -P scripts/tsconfig.json scripts/fetch-combine-wordpress-css.prebuild"
37-
3837
},
3938
"private": true,
4039
"dependencies": {
41-
"@angular-devkit/core": "^16.2.6",
42-
"@angular/animations": "^16.2.8",
43-
"@angular/cdk": "^16.2.8",
44-
"@angular/common": "^16.2.8",
45-
"@angular/compiler": "^16.2.8",
46-
"@angular/core": "^16.2.8",
47-
"@angular/forms": "^16.2.8",
48-
"@angular/localize": "^16.2.8",
49-
"@angular/material": "^16.2.8",
50-
"@angular/platform-browser": "^16.2.8",
51-
"@angular/platform-browser-dynamic": "^16.2.8",
52-
"@angular/router": "^16.2.8",
53-
"@angular/service-worker": "^16.2.8",
40+
"@angular-devkit/core": "16.2.12",
41+
"@angular/animations": "^16.2.12",
42+
"@angular/cdk": "^16.2.12",
43+
"@angular/common": "^16.2.12",
44+
"@angular/compiler": "^16.2.12",
45+
"@angular/core": "^16.2.12",
46+
"@angular/forms": "^16.2.12",
47+
"@angular/localize": "^16.2.12",
48+
"@angular/material": "^16.2.12",
49+
"@angular/platform-browser": "^16.2.12",
50+
"@angular/platform-browser-dynamic": "^16.2.12",
51+
"@angular/router": "^16.2.12",
52+
"@angular/service-worker": "^16.2.12",
5453
"@orcid/bibtex-parse-js": "0.0.25",
5554
"@storybook/addon-a11y": "^7.3.0",
5655
"browserslist": "^4.19.1",
@@ -68,18 +67,18 @@
6867
"ngx-cookie-service": "^16",
6968
"nodemailer": "^6.9.9",
7069
"properties-to-json": "^0.1.4",
71-
"rxjs": "~6.5.2",
70+
"rxjs": "~7.8.0",
7271
"stream": "0.0.2",
7372
"timers": "^0.1.1",
7473
"xml2js": "^0.5.0",
7574
"zone.js": "~0.13.3"
7675
},
7776
"devDependencies": {
78-
"@angular-devkit/build-angular": "^16.2.6",
79-
"@angular-devkit/schematics": "16.2.6",
80-
"@angular/cli": "^16.2.6",
81-
"@angular/compiler-cli": "^16.2.8",
82-
"@angular/language-service": "^16.2.8",
77+
"@angular-devkit/build-angular": "16.2.12",
78+
"@angular-devkit/schematics": "16.2.12",
79+
"@angular/cli": "16.2.12",
80+
"@angular/compiler-cli": "16.2.12",
81+
"@angular/language-service": "16.2.12",
8382
"@babel/core": "^7.6.0",
8483
"@compodoc/compodoc": "^1.1.21",
8584
"@storybook/addon-essentials": "^7.0.17",
@@ -115,7 +114,7 @@
115114
"npm-run-all": "^4.1.5",
116115
"prettier": "^2.0.5",
117116
"protractor": "^7.0.0",
118-
"puppeteer": "^21.7.0",
117+
"puppeteer": "^23.11.1",
119118
"puppeteer-tsd": "^0.0.2",
120119
"react": "^18.2.0",
121120
"react-dom": "^18.2.0",
@@ -127,4 +126,4 @@
127126
"tslint-config-prettier": "^1.18.0",
128127
"typescript": "~5.1.6"
129128
}
130-
}
129+
}

src/app/account-settings/components/settings-actions-duplicated/settings-actions-duplicated.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export class SettingsActionsDuplicatedComponent implements OnInit {
3030
private _user: UserService
3131
) {}
3232
@Output() loading = new EventEmitter<boolean>()
33-
@Output() close = new EventEmitter()
33+
@Output() close = new EventEmitter<void>()
3434

3535
form: UntypedFormGroup
3636
errors: any[]

src/app/account-settings/components/settings-security-alternate-sign-in/settings-security-alternate-sign-in.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export class SettingsSecurityAlternateSignInComponent
2626
accounts$: Observable<SocialAccount[]>
2727

2828
displayedColumns = ['provider', 'email', 'granted', 'actions']
29-
$destroy = new Subject()
29+
$destroy = new Subject<void>()
3030
isMobile: any
3131

3232
constructor(

src/app/account-settings/components/settings-security-password/settings-security-password.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export class SettingsSecurityPasswordComponent implements OnInit, OnDestroy {
3232
@Output() loading = new EventEmitter<boolean>()
3333
errors: string[]
3434
success: boolean
35-
$destroy = new Subject()
35+
$destroy = new Subject<void>()
3636

3737
constructor(
3838
private _fb: UntypedFormBuilder,

src/app/account-settings/pages/account-settings/account-settings.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
width: 100%;
55
}
66

7-
.mat-headline {
7+
.mat-headline-5 {
88
margin-bottom: $spacing-large;
99
}
1010
main#main {

src/app/account-settings/pages/account-settings/account-settings.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { TogglzService } from 'src/app/core/togglz/togglz.service'
1212
})
1313
export class AccountSettingsComponent implements OnInit, OnDestroy {
1414
userInfo: any
15-
$destroy = new Subject()
15+
$destroy = new Subject<void>()
1616
constructor(
1717
private _togglz: TogglzService,
1818
private _userSession: UserService,

src/app/account-trusted-parties/components/settings-trusted-individuals-search/settings-trusted-individuals-search.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ import { DialogAddTrustedIndividualsComponent } from '../dialog-add-trusted-indi
4141
export class SettingsTrustedIndividualsSearchComponent
4242
implements OnInit, OnDestroy
4343
{
44-
$destroy = new Subject()
44+
$destroy = new Subject<void>()
4545
searchDone = false
4646
displayedColumns = ['trustedIndividuals', 'orcid', 'actions']
4747
isMobile: boolean

src/app/account-trusted-parties/pages/account-trusted-parties/account-trusted-parties.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
width: 100%;
55
}
66

7-
.mat-headline {
7+
.mat-headline-5 {
88
margin-bottom: $spacing-large;
99
}
1010
main#main {

src/app/account-trusted-parties/pages/account-trusted-parties/account-trusted-parties.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { TogglzService } from 'src/app/core/togglz/togglz.service'
1212
})
1313
export class AccountTrustedPartiesComponent implements OnInit, OnDestroy {
1414
userInfo: any
15-
$destroy = new Subject()
15+
$destroy = new Subject<void>()
1616
constructor(
1717
private _togglz: TogglzService,
1818
private _userSession: UserService,

0 commit comments

Comments
 (0)