Skip to content

Commit 42624e3

Browse files
zlatinivanov-jezlatin.ivanov
and
zlatin.ivanov
authored
[email protected] Remove legacy account page links (#2573)
* [email protected] Remove legacy account pge links * Update `accountInfo` and `contactPreferences` URLs * Minor: Changelog update * Order history links update * Install `chromedriver` v131 --------- Co-authored-by: zlatin.ivanov <[email protected]>
1 parent 12f14ee commit 42624e3

File tree

10 files changed

+39
-67
lines changed

10 files changed

+39
-67
lines changed

Diff for: CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
44
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
55

66

7+
## v7.57.4
8+
9+
_January 17, 2025_
10+
11+
### Changed
12+
13+
- Install `chromedriver` v131
14+
15+
716
## v7.57.3
817

918
_January 16, 2025_

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "root",
3-
"version": "7.57.3",
3+
"version": "7.57.4",
44
"private": true,
55
"scripts": {
66
"build": "NODE_OPTIONS=--openssl-legacy-provider cross-env-shell turbo run build --continue --token=${TURBO_TOKEN}",
@@ -89,7 +89,7 @@
8989
"babel-jest": "29.7.0",
9090
"babel-loader": "8.1.0",
9191
"bundlewatch": "0.3.3",
92-
"chromedriver": "132.0.0",
92+
"chromedriver": "131.0.5",
9393
"core-js": "3.36.1",
9494
"cross-env": "7.0.2",
9595
"css-loader": "1.0.1",

Diff for: packages/components/organisms/f-header/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
44
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
55

6+
## v10.22.0
7+
8+
_Jan 15, 2025_
9+
10+
### Changed
11+
12+
- Update and remove deprecated account pages links from user navigation
13+
614
## v10.21.1
715

816
_July 05, 2024_

Diff for: packages/components/organisms/f-header/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@justeat/f-header",
33
"description": "Fozzie Header - Globalised Header Component",
4-
"version": "10.21.1",
4+
"version": "10.22.0",
55
"main": "dist/f-header.umd.min.js",
66
"maxBundleSize": "55kB",
77
"files": [

Diff for: packages/components/organisms/f-header/src/tenants/en-AU.js

+2-7
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,18 @@ export default {
99
navLinks: {
1010
accountInfo: {
1111
text: 'Account info',
12-
url: '/account/info',
12+
url: '/#personalinfo',
1313
gtm: 'click_account_your_account'
1414
},
1515
orderHistory: {
1616
text: 'Orders',
17-
url: '/order-history',
17+
url: '/#order-history',
1818
gtm: 'click_account_your_orders'
1919
},
2020
accountCredit: {
2121
text: 'Account credit',
2222
url: '/account/credit',
2323
gtm: 'click_account_credit'
24-
},
25-
addressBook: {
26-
text: 'Delivery addresses',
27-
url: '/account/addressbook',
28-
gtm: 'click_account_address_books'
2924
}
3025
},
3126

Diff for: packages/components/organisms/f-header/src/tenants/en-GB.js

+3-13
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,14 @@ export default {
99
navLinks: {
1010
accountInfo: {
1111
text: 'Your account',
12-
url: '/account/info',
12+
url: '/#personalinfo',
1313
gtm: 'click_account_your_account'
1414
},
1515
orderHistory: {
1616
text: 'Your orders',
17-
url: '/order-history',
17+
url: '/#order-history',
1818
gtm: 'click_account_your_orders'
1919
},
20-
savedCards: {
21-
text: 'Your saved cards',
22-
url: '/account/paymentoptions',
23-
gtm: 'click_account_saved_cards'
24-
},
25-
addressBook: {
26-
text: 'Your address book',
27-
url: '/account/addressbook',
28-
gtm: 'click_account_address_books'
29-
},
3020
redeemAGiftcard: {
3121
text: 'Redeem a gift card',
3222
url: '/giftcards/redeem',
@@ -39,7 +29,7 @@ export default {
3929
},
4030
contactPreferences: {
4131
text: 'Contact preferences',
42-
url: '/account/preferences',
32+
url: '/#personalinfo',
4333
gtm: 'click_account_contact_preferences'
4434
}
4535
},

Diff for: packages/components/organisms/f-header/src/tenants/en-IE.js

+3-13
Original file line numberDiff line numberDiff line change
@@ -9,32 +9,22 @@ export default {
99
navLinks: {
1010
accountInfo: {
1111
text: 'Account info',
12-
url: '/account/info',
12+
url: '/#personalinfo',
1313
gtm: 'click_account_your_account'
1414
},
1515
orderHistory: {
1616
text: 'Orders',
17-
url: '/order-history',
17+
url: '/#order-history',
1818
gtm: 'click_account_your_orders'
1919
},
2020
redeemAGiftcard: {
2121
text: 'Redeem a gift card',
2222
url: '/giftcards/redeem',
2323
gtm: 'click_account_redeem_giftcard'
2424
},
25-
savedCards: {
26-
text: 'Payment methods',
27-
url: '/account/saved-cards',
28-
gtm: 'click_account_saved_cards'
29-
},
30-
addressBook: {
31-
text: 'Delivery addresses',
32-
url: '/account/addressbook',
33-
gtm: 'click_account_address_books'
34-
},
3525
contactPreferences: {
3626
text: 'Contact preferences',
37-
url: '/account/contact-preferences',
27+
url: '/#personalinfo',
3828
gtm: 'click_account_contact_preferences'
3929
}
4030
},

Diff for: packages/components/organisms/f-header/src/tenants/es-ES.js

+3-13
Original file line numberDiff line numberDiff line change
@@ -9,32 +9,22 @@ export default {
99
navLinks: {
1010
accountInfo: {
1111
text: 'Información de la cuenta',
12-
url: '/account/info',
12+
url: '/#personalinfo',
1313
gtm: 'click_account_your_account'
1414
},
1515
orderHistory: {
1616
text: 'Pedidos',
17-
url: '/order-history',
17+
url: '/#order-history',
1818
gtm: 'click_account_your_orders'
1919
},
2020
accountCredit: {
2121
text: 'Crédito de la cuenta',
2222
url: '/account/credit',
2323
gtm: 'click_account_credit'
2424
},
25-
savedCards: {
26-
text: 'Métodos de pago',
27-
url: '/account/saved-cards',
28-
gtm: 'click_account_saved_cards'
29-
},
30-
addressBook: {
31-
text: 'Direcciones de reparto',
32-
url: '/account/addressbook',
33-
gtm: 'click_account_address_books'
34-
},
3525
contactPreferences: {
3626
text: 'Preferencias de contacto',
37-
url: '/account/contact-preferences/',
27+
url: '/#personalinfo',
3828
gtm: 'click_account_contact_preferences'
3929
}
4030
},

Diff for: packages/components/organisms/f-header/src/tenants/it-IT.js

+3-13
Original file line numberDiff line numberDiff line change
@@ -9,32 +9,22 @@ export default {
99
navLinks: {
1010
accountInfo: {
1111
text: 'Account',
12-
url: '/account/info',
12+
url: '/#personalinfo',
1313
gtm: 'click_account_your_account'
1414
},
1515
orderHistory: {
1616
text: 'Ordini',
17-
url: '/order-history',
17+
url: '/#order-history',
1818
gtm: 'click_account_your_orders'
1919
},
2020
accountCredit: {
2121
text: "Credito dell'account",
2222
url: '/account/credit',
2323
gtm: 'click_account_credit'
2424
},
25-
savedCards: {
26-
text: 'Metodi di pagamento',
27-
url: '/account/saved-cards',
28-
gtm: 'click_account_saved_cards'
29-
},
30-
addressBook: {
31-
text: 'Indirizzi di consegna',
32-
url: '/account/addressbook',
33-
gtm: 'click_account_address_books'
34-
},
3525
contactPreferences: {
3626
text: 'Modalità di contatto',
37-
url: '/account/contact-preferences/',
27+
url: '/#personalinfo',
3828
gtm: 'click_account_contact_preferences'
3929
}
4030
},

Diff for: yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -12319,9 +12319,9 @@ __metadata:
1231912319
languageName: node
1232012320
linkType: hard
1232112321

12322-
"chromedriver@npm:132.0.0":
12323-
version: 132.0.0
12324-
resolution: "chromedriver@npm:132.0.0"
12322+
"chromedriver@npm:131.0.5":
12323+
version: 131.0.5
12324+
resolution: "chromedriver@npm:131.0.5"
1232512325
dependencies:
1232612326
"@testim/chrome-version": ^1.1.4
1232712327
axios: ^1.7.4
@@ -12332,7 +12332,7 @@ __metadata:
1233212332
tcp-port-used: ^1.0.2
1233312333
bin:
1233412334
chromedriver: bin/chromedriver
12335-
checksum: ee8d7592688e498666ab6384be84b31e0c4a095fac53727403ec5e84b93e35a0dbfc29c82f8582660043cf7af5cc0d011697f29e0088fae293b69a0b601409a2
12335+
checksum: 8b571eba80bab4c793c03526b299ac3fc2e4740aed3000d09ea283c44996c75eef940151a4f8ce9e3339d88e1bacc09ea89743eadc68ad23ab1cdf280d2a942d
1233612336
languageName: node
1233712337
linkType: hard
1233812338

@@ -29677,7 +29677,7 @@ __metadata:
2967729677
babel-jest: 29.7.0
2967829678
babel-loader: 8.1.0
2967929679
bundlewatch: 0.3.3
29680-
chromedriver: 132.0.0
29680+
chromedriver: 131.0.5
2968129681
core-js: 3.36.1
2968229682
cross-env: 7.0.2
2968329683
css-loader: 1.0.1

0 commit comments

Comments
 (0)