File tree 10 files changed +39
-67
lines changed
10 files changed +39
-67
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
4
4
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
5
5
6
6
7
+ ## v7.57.4
8
+
9
+ _ January 17, 2025_
10
+
11
+ ### Changed
12
+
13
+ - Install ` chromedriver ` v131
14
+
15
+
7
16
## v7.57.3
8
17
9
18
_ January 16, 2025_
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " root" ,
3
- "version" : " 7.57.3 " ,
3
+ "version" : " 7.57.4 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"build" : " NODE_OPTIONS=--openssl-legacy-provider cross-env-shell turbo run build --continue --token=${TURBO_TOKEN}" ,
89
89
"babel-jest" : " 29.7.0" ,
90
90
"babel-loader" : " 8.1.0" ,
91
91
"bundlewatch" : " 0.3.3" ,
92
- "chromedriver" : " 132 .0.0 " ,
92
+ "chromedriver" : " 131 .0.5 " ,
93
93
"core-js" : " 3.36.1" ,
94
94
"cross-env" : " 7.0.2" ,
95
95
"css-loader" : " 1.0.1" ,
Original file line number Diff line number Diff line change 3
3
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
4
4
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
5
5
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
+
6
14
## v10.21.1
7
15
8
16
_ July 05, 2024_
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @justeat/f-header" ,
3
3
"description" : " Fozzie Header - Globalised Header Component" ,
4
- "version" : " 10.21.1 " ,
4
+ "version" : " 10.22.0 " ,
5
5
"main" : " dist/f-header.umd.min.js" ,
6
6
"maxBundleSize" : " 55kB" ,
7
7
"files" : [
Original file line number Diff line number Diff line change @@ -9,23 +9,18 @@ export default {
9
9
navLinks : {
10
10
accountInfo : {
11
11
text : 'Account info' ,
12
- url : '/account/info ' ,
12
+ url : '/#personalinfo ' ,
13
13
gtm : 'click_account_your_account'
14
14
} ,
15
15
orderHistory : {
16
16
text : 'Orders' ,
17
- url : '/order-history' ,
17
+ url : '/# order-history' ,
18
18
gtm : 'click_account_your_orders'
19
19
} ,
20
20
accountCredit : {
21
21
text : 'Account credit' ,
22
22
url : '/account/credit' ,
23
23
gtm : 'click_account_credit'
24
- } ,
25
- addressBook : {
26
- text : 'Delivery addresses' ,
27
- url : '/account/addressbook' ,
28
- gtm : 'click_account_address_books'
29
24
}
30
25
} ,
31
26
Original file line number Diff line number Diff line change @@ -9,24 +9,14 @@ export default {
9
9
navLinks : {
10
10
accountInfo : {
11
11
text : 'Your account' ,
12
- url : '/account/info ' ,
12
+ url : '/#personalinfo ' ,
13
13
gtm : 'click_account_your_account'
14
14
} ,
15
15
orderHistory : {
16
16
text : 'Your orders' ,
17
- url : '/order-history' ,
17
+ url : '/# order-history' ,
18
18
gtm : 'click_account_your_orders'
19
19
} ,
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
- } ,
30
20
redeemAGiftcard : {
31
21
text : 'Redeem a gift card' ,
32
22
url : '/giftcards/redeem' ,
@@ -39,7 +29,7 @@ export default {
39
29
} ,
40
30
contactPreferences : {
41
31
text : 'Contact preferences' ,
42
- url : '/account/preferences ' ,
32
+ url : '/#personalinfo ' ,
43
33
gtm : 'click_account_contact_preferences'
44
34
}
45
35
} ,
Original file line number Diff line number Diff line change @@ -9,32 +9,22 @@ export default {
9
9
navLinks : {
10
10
accountInfo : {
11
11
text : 'Account info' ,
12
- url : '/account/info ' ,
12
+ url : '/#personalinfo ' ,
13
13
gtm : 'click_account_your_account'
14
14
} ,
15
15
orderHistory : {
16
16
text : 'Orders' ,
17
- url : '/order-history' ,
17
+ url : '/# order-history' ,
18
18
gtm : 'click_account_your_orders'
19
19
} ,
20
20
redeemAGiftcard : {
21
21
text : 'Redeem a gift card' ,
22
22
url : '/giftcards/redeem' ,
23
23
gtm : 'click_account_redeem_giftcard'
24
24
} ,
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
- } ,
35
25
contactPreferences : {
36
26
text : 'Contact preferences' ,
37
- url : '/account/contact-preferences ' ,
27
+ url : '/#personalinfo ' ,
38
28
gtm : 'click_account_contact_preferences'
39
29
}
40
30
} ,
Original file line number Diff line number Diff line change @@ -9,32 +9,22 @@ export default {
9
9
navLinks : {
10
10
accountInfo : {
11
11
text : 'Información de la cuenta' ,
12
- url : '/account/info ' ,
12
+ url : '/#personalinfo ' ,
13
13
gtm : 'click_account_your_account'
14
14
} ,
15
15
orderHistory : {
16
16
text : 'Pedidos' ,
17
- url : '/order-history' ,
17
+ url : '/# order-history' ,
18
18
gtm : 'click_account_your_orders'
19
19
} ,
20
20
accountCredit : {
21
21
text : 'Crédito de la cuenta' ,
22
22
url : '/account/credit' ,
23
23
gtm : 'click_account_credit'
24
24
} ,
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
- } ,
35
25
contactPreferences : {
36
26
text : 'Preferencias de contacto' ,
37
- url : '/account/contact-preferences/ ' ,
27
+ url : '/#personalinfo ' ,
38
28
gtm : 'click_account_contact_preferences'
39
29
}
40
30
} ,
Original file line number Diff line number Diff line change @@ -9,32 +9,22 @@ export default {
9
9
navLinks : {
10
10
accountInfo : {
11
11
text : 'Account' ,
12
- url : '/account/info ' ,
12
+ url : '/#personalinfo ' ,
13
13
gtm : 'click_account_your_account'
14
14
} ,
15
15
orderHistory : {
16
16
text : 'Ordini' ,
17
- url : '/order-history' ,
17
+ url : '/# order-history' ,
18
18
gtm : 'click_account_your_orders'
19
19
} ,
20
20
accountCredit : {
21
21
text : "Credito dell'account" ,
22
22
url : '/account/credit' ,
23
23
gtm : 'click_account_credit'
24
24
} ,
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
- } ,
35
25
contactPreferences : {
36
26
text : 'Modalità di contatto' ,
37
- url : '/account/contact-preferences/ ' ,
27
+ url : '/#personalinfo ' ,
38
28
gtm : 'click_account_contact_preferences'
39
29
}
40
30
} ,
Original file line number Diff line number Diff line change @@ -12319,9 +12319,9 @@ __metadata:
12319
12319
languageName: node
12320
12320
linkType: hard
12321
12321
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 "
12325
12325
dependencies:
12326
12326
"@testim/chrome-version": ^1.1.4
12327
12327
axios: ^1.7.4
@@ -12332,7 +12332,7 @@ __metadata:
12332
12332
tcp-port-used: ^1.0.2
12333
12333
bin:
12334
12334
chromedriver: bin/chromedriver
12335
- checksum: ee8d7592688e498666ab6384be84b31e0c4a095fac53727403ec5e84b93e35a0dbfc29c82f8582660043cf7af5cc0d011697f29e0088fae293b69a0b601409a2
12335
+ checksum: 8b571eba80bab4c793c03526b299ac3fc2e4740aed3000d09ea283c44996c75eef940151a4f8ce9e3339d88e1bacc09ea89743eadc68ad23ab1cdf280d2a942d
12336
12336
languageName: node
12337
12337
linkType: hard
12338
12338
@@ -29677,7 +29677,7 @@ __metadata:
29677
29677
babel-jest: 29.7.0
29678
29678
babel-loader: 8.1.0
29679
29679
bundlewatch: 0.3.3
29680
- chromedriver: 132 .0.0
29680
+ chromedriver: 131 .0.5
29681
29681
core-js: 3.36.1
29682
29682
cross-env: 7.0.2
29683
29683
css-loader: 1.0.1
You can’t perform that action at this time.
0 commit comments