@newskit-render/core 4.53.9-db45f7167.7 → 4.54.1-3721e16b6.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,25 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [4.54.1](https://github.com/newscorp-ghfb/ncu-newskit-render/compare/@newskit-render/core@4.54.0...@newskit-render/core@4.54.1) (2025-12-16)
7
+
8
+ **Note:** Version bump only for package @newskit-render/core
9
+
10
+
11
+
12
+
13
+
14
+ # [4.54.0](https://github.com/newscorp-ghfb/ncu-newskit-render/compare/@newskit-render/core@4.53.8...@newskit-render/core@4.54.0) (2025-12-15)
15
+
16
+
17
+ ### Features
18
+
19
+ * **TMR-2961:** Enable edit payment for users with payment data ([#1922](https://github.com/newscorp-ghfb/ncu-newskit-render/issues/1922)) ([6b6a47e](https://github.com/newscorp-ghfb/ncu-newskit-render/commit/6b6a47ee71d8c7876939687371fe65c444af07d5))
20
+
21
+
22
+
23
+
24
+
6
25
  ## [4.53.8](https://github.com/newscorp-ghfb/ncu-newskit-render/compare/@newskit-render/core@4.53.7...@newskit-render/core@4.53.8) (2025-12-11)
7
26
 
8
27
  **Note:** Version bump only for package @newskit-render/core
@@ -191,29 +191,4 @@ describe('Cancellation page', () => {
191
191
  )
192
192
  })
193
193
  })
194
-
195
- it('Should show outstanding payment modal for user in payment failure', () => {
196
- cy.GetTnlAcsSession('digitalCard')
197
- cy.mockConsent()
198
- cy.visitAndOverrideNextData(
199
- '/account/subscription-and-billing',
200
- 'props.pageProps.user.paymentFailure',
201
- paymentFailure
202
- )
203
-
204
- cy.get('a[href="/account/cancellation"]').should('be.visible').click()
205
-
206
- cy.contains('You have outstanding payments')
207
- cy.contains(
208
- 'If you wish to cancel your subscription update your payment details or speak to one of our advisors on XXXX-XXX-XXXX.'
209
- )
210
- cy.contains('Update payment details')
211
-
212
- cy.get('[data-testid="centered-button"]').click()
213
-
214
- cy.location().should((loc) => {
215
- expect(loc.pathname).to.eq('/account/payment')
216
- })
217
- cy.contains('Edit your payment method')
218
- })
219
194
  })
@@ -27,7 +27,7 @@ export const userMap = {
27
27
  digitalCard: {
28
28
  //dtc=false
29
29
  username: 'cmp-digi-card-20-09-22@yopmail.com',
30
- password: 'Password123Testing123$',
30
+ password: 'Password123$',
31
31
  },
32
32
  digitalDirectDebit: {
33
33
  //dtc=false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@newskit-render/core",
3
- "version": "4.53.9-db45f7167.7+db45f7167",
3
+ "version": "4.54.1-3721e16b6.3+3721e16b6",
4
4
  "description": "Newskit Render - Core package",
5
5
  "author": "",
6
6
  "license": "UNLICENSED",
@@ -47,7 +47,7 @@
47
47
  "@newskit-render/checkout": "^3.13.10",
48
48
  "@newskit-render/feature-flags": "^1.15.0",
49
49
  "@newskit-render/feed": "^1.10.0",
50
- "@newskit-render/my-account": "^7.149.1-db45f7167.7+db45f7167",
50
+ "@newskit-render/my-account": "^7.150.1-3721e16b6.3+3721e16b6",
51
51
  "@newskit-render/shared-components": "^4.65.0",
52
52
  "@newskit-render/standalone-components": "^3.27.10",
53
53
  "@newskit-render/validation": "^1.22.1",
@@ -123,5 +123,5 @@
123
123
  "@types/pino-std-serializers": "2.4.1",
124
124
  "@types/pino-pretty": "4.7.5"
125
125
  },
126
- "gitHead": "db45f71670f8f889c67edd512300644bd64a9ac4"
126
+ "gitHead": "3721e16b69ab628c49cde395e621d07450e0e7ac"
127
127
  }