Skip to content

Commit 1a1d835

Browse files
authoredFeb 11, 2025··
Revert "Revert "React 19"" (#12389)
* Revert "Revert "[DNM] React 19 (#12374)" (#12384)" This reverts commit 15d7529. * Set `async:false` on bundle script * Revert Cypress amendments
1 parent 3ff04cd commit 1a1d835

File tree

88 files changed

+398
-405
lines changed

Some content is hidden

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

88 files changed

+398
-405
lines changed
 

‎.eslintrc.js

-3
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,6 @@ module.exports = {
5151
'custom-element',
5252
'custom-template',
5353
'fallback',
54-
'fetchpriority',
55-
'imagesizes',
56-
'imagesrcset',
5754
],
5855
},
5956
],

‎.github/dependabot.yml

-9
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,6 @@ updates:
2323
- dependency-name: 'react-router'
2424
# https://jira.dev.bbc.co.uk/browse/NEWSWORLDSERVICE-2099: Delete path-to-regexp dependency
2525
- dependency-name: 'path-to-regexp'
26-
# https://jira.dev.bbc.co.uk/browse/NEWSWORLDSERVICE-2187: Latest major version of react has breaking changes
27-
- dependency-name: 'react'
28-
update-types: ['version-update:semver-major']
29-
- dependency-name: 'react-dom'
30-
update-types: ['version-update:semver-major']
31-
- dependency-name: '@types/react'
32-
update-types: ['version-update:semver-major']
33-
- dependency-name: '@types/react-dom'
34-
update-types: ['version-update:semver-major']
3526
labels:
3627
- 'dependencies'
3728
groups:

0 commit comments

Comments
 (0)
Please sign in to comment.