diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 107fd7f7e3b..5e3a0a37b7f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,13 +10,26 @@ updates: - dependency-name: 'webpack' update-types: ['version-update:semver-major'] - dependency-name: 'winston' + # https://jira.dev.bbc.co.uk/browse/NEWSWORLDSERVICE-2185: Latest version of eslint has breaking changes - dependency-name: eslint update-types: ['version-update:semver-major'] - # Latest version of Emotion contains a memory leak that needs resolved: https://github.com/emotion-js/emotion/issues/3221 + - dependency-name: '@typescript-eslint/eslint-plugin' + update-types: ['version-update:semver-major'] + # https://jira.dev.bbc.co.uk/browse/NEWSWORLDSERVICE-2186: Latest version of Emotion contains a memory leak that needs resolved: https://github.com/emotion-js/emotion/issues/3221 - dependency-name: '@emotion/*' # Opera Mini unsupported packages - dependency-name: 'uuid' # https://github.com/bbc/simorgh/pull/11840 - dependency-name: '@types/uuid' # https://github.com/bbc/simorgh/pull/11840 + # https://jira.dev.bbc.co.uk/browse/NEWSWORLDSERVICE-1478 react-router & react-router-dom + - dependency-name: 'react-router-dom' + - dependency-name: 'react-router' + # https://jira.dev.bbc.co.uk/browse/NEWSWORLDSERVICE-2099: Delete path-to-regexp dependency + - dependency-name: 'path-to-regexp' + # https://jira.dev.bbc.co.uk/browse/NEWSWORLDSERVICE-2187: Latest major version of react has breaking changes + - dependency-name: 'react' + update-types: ['version-update:semver-major'] + - dependency-name: '@types/react' + update-types: ['version-update:semver-major'] labels: - 'dependencies' groups: