Skip to content

Commit 04c234d

Browse files
fix(deps): update dependency color to v5 (#1869)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Nathan Bierema <[email protected]>
1 parent c394803 commit 04c234d

File tree

9 files changed

+37
-35
lines changed

9 files changed

+37
-35
lines changed

extension/jest.config.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ module.exports = {
66
'\\.css$': '<rootDir>/test/__mocks__/styleMock.js',
77
},
88
transformIgnorePatterns: [
9-
'node_modules/(?!.pnpm|@babel/code-frame|@babel/highlight|@babel/helper-validator-identifier|chalk|d3|dateformat|delaunator|internmap|jsondiffpatch|lodash-es|nanoid|robust-predicates|uuid)',
9+
'node_modules/(?!.pnpm|@babel/code-frame|@babel/highlight|@babel/helper-validator-identifier|chalk|color|d3|dateformat|delaunator|internmap|jsondiffpatch|lodash-es|nanoid|robust-predicates|uuid)',
1010
],
1111
};

packages/react-base16-styling/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
},
3838
"dependencies": {
3939
"@types/lodash": "^4.17.17",
40-
"color": "^4.2.3",
40+
"color": "^5.0.0",
4141
"csstype": "^3.1.3",
4242
"lodash-es": "^4.17.21"
4343
},

packages/redux-devtools-app-core/jest.config.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ module.exports = {
1010
'^.+\\.tsx?$': ['ts-jest', { tsconfig: 'tsconfig.test.json' }],
1111
},
1212
transformIgnorePatterns: [
13-
'node_modules/(?!.pnpm|@babel/code-frame|@babel/highlight|@babel/helper-validator-identifier|chalk|d3|dateformat|delaunator|internmap|jsondiffpatch|lodash-es|nanoid|robust-predicates|uuid)',
13+
'node_modules/(?!.pnpm|@babel/code-frame|@babel/highlight|@babel/helper-validator-identifier|chalk|color|d3|dateformat|delaunator|internmap|jsondiffpatch|lodash-es|nanoid|robust-predicates|uuid)',
1414
],
1515
};

packages/redux-devtools-inspector-monitor-test-tab/jest.config.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ module.exports = {
88
'^.+\\.jsx?$': 'babel-jest',
99
'^.+\\.tsx?$': ['ts-jest', { tsconfig: 'tsconfig.test.json' }],
1010
},
11-
transformIgnorePatterns: ['node_modules/(?!.pnpm|lodash-es|nanoid)'],
11+
transformIgnorePatterns: ['node_modules/(?!.pnpm|color|lodash-es|nanoid)'],
1212
};

packages/redux-devtools-inspector-monitor-trace-tab/jest.config.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ module.exports = {
66
'^.+\\.tsx?$': ['ts-jest', { tsconfig: 'tsconfig.test.json' }],
77
},
88
transformIgnorePatterns: [
9-
'node_modules/(?!.pnpm|@babel/code-frame|@babel/highlight|@babel/helper-validator-identifier|chalk|lodash-es)',
9+
'node_modules/(?!.pnpm|@babel/code-frame|@babel/highlight|@babel/helper-validator-identifier|chalk|color|lodash-es)',
1010
],
1111
};

packages/redux-devtools-rtk-query-monitor/jest.config.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ module.exports = {
88
'^.+\\.jsx?$': 'babel-jest',
99
'^.+\\.tsx?$': ['ts-jest', { tsconfig: 'tsconfig.test.json' }],
1010
},
11-
transformIgnorePatterns: ['node_modules/(?!.pnpm|lodash-es|nanoid)'],
11+
transformIgnorePatterns: ['node_modules/(?!.pnpm|color|lodash-es|nanoid)'],
1212
};

packages/redux-devtools-ui/jest.config.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ module.exports = {
88
'^.+\\.jsx?$': 'babel-jest',
99
'^.+\\.tsx?$': ['ts-jest', { tsconfig: 'tsconfig.test.json' }],
1010
},
11-
transformIgnorePatterns: ['node_modules/(?!.pnpm|lodash-es|nanoid)'],
11+
transformIgnorePatterns: ['node_modules/(?!.pnpm|color|lodash-es|nanoid)'],
1212
};

packages/redux-devtools-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@types/json-schema": "^7.0.15",
5151
"@types/simple-element-resize-detector": "^1.3.3",
5252
"codemirror": "^5.65.19",
53-
"color": "^4.2.3",
53+
"color": "^5.0.0",
5454
"react-base16-styling": "workspace:^",
5555
"react-icons": "^5.5.0",
5656
"react-select": "^5.10.1",

pnpm-lock.yaml

Lines changed: 29 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)