-
Notifications
You must be signed in to change notification settings - Fork 230
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'latest' into lite-chartbeat-initial-impl
- Loading branch information
Showing
2,538 changed files
with
172,879 additions
and
220,454 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: 'npm' | ||
directory: '/' | ||
schedule: | ||
interval: 'weekly' | ||
ignore: | ||
- dependency-name: '@loadable/*' | ||
update-types: ['version-update:semver-major'] | ||
- 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'] | ||
- 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: 'react-dom' | ||
update-types: ['version-update:semver-major'] | ||
- dependency-name: '@types/react' | ||
update-types: ['version-update:semver-major'] | ||
- dependency-name: '@types/react-dom' | ||
update-types: ['version-update:semver-major'] | ||
labels: | ||
- 'dependencies' | ||
groups: | ||
babel: | ||
patterns: | ||
- '@babel/*' | ||
- 'babel-*' | ||
bbc: | ||
patterns: | ||
- '@bbc/*' | ||
emotion: | ||
patterns: | ||
- '@emotion/*' | ||
next: | ||
patterns: | ||
- '@next/*' | ||
- 'next' | ||
- 'next-*' | ||
loadable-minor-patch: | ||
patterns: | ||
- '@loadable/*' | ||
react: | ||
patterns: | ||
- 'react' | ||
- 'react-dom' | ||
- '@types/react' | ||
- '@types/react-dom' | ||
storybook: | ||
patterns: | ||
- '@storybook/*' | ||
- 'storybook' | ||
- '@esbuild/*' | ||
webpack-minor-patch: | ||
patterns: | ||
- 'webpack' | ||
- 'webpack-*' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
name: Auto Cancel Previous CI Runs | ||
on: | ||
create: | ||
branches: | ||
- '**' | ||
pull_request: | ||
branches: | ||
- '**' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v18.17.1 | ||
v18.20.5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.