diff --git a/extension/jest.config.cjs b/extension/jest.config.cjs index 64f413ba..d717f83f 100644 --- a/extension/jest.config.cjs +++ b/extension/jest.config.cjs @@ -6,6 +6,6 @@ module.exports = { '\\.css$': '/test/__mocks__/styleMock.js', }, transformIgnorePatterns: [ - 'node_modules/(?!.pnpm|@babel/code-frame|@babel/highlight|@babel/helper-validator-identifier|chalk|d3|dateformat|delaunator|internmap|jsondiffpatch|lodash-es|nanoid|robust-predicates|uuid)', + '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)', ], }; diff --git a/packages/react-base16-styling/package.json b/packages/react-base16-styling/package.json index 8bc38ee3..493fc5c3 100644 --- a/packages/react-base16-styling/package.json +++ b/packages/react-base16-styling/package.json @@ -37,7 +37,7 @@ }, "dependencies": { "@types/lodash": "^4.17.17", - "color": "^4.2.3", + "color": "^5.0.0", "csstype": "^3.1.3", "lodash-es": "^4.17.21" }, diff --git a/packages/redux-devtools-app-core/jest.config.cjs b/packages/redux-devtools-app-core/jest.config.cjs index a65c379b..f9332283 100644 --- a/packages/redux-devtools-app-core/jest.config.cjs +++ b/packages/redux-devtools-app-core/jest.config.cjs @@ -10,6 +10,6 @@ module.exports = { '^.+\\.tsx?$': ['ts-jest', { tsconfig: 'tsconfig.test.json' }], }, transformIgnorePatterns: [ - 'node_modules/(?!.pnpm|@babel/code-frame|@babel/highlight|@babel/helper-validator-identifier|chalk|d3|dateformat|delaunator|internmap|jsondiffpatch|lodash-es|nanoid|robust-predicates|uuid)', + '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)', ], }; diff --git a/packages/redux-devtools-cli/package.json b/packages/redux-devtools-cli/package.json index e42efff3..c7ccc185 100644 --- a/packages/redux-devtools-cli/package.json +++ b/packages/redux-devtools-cli/package.json @@ -66,7 +66,7 @@ "socketcluster-server": "^19.1.1", "sqlite3": "^5.1.7", "styled-components": "^5.3.11", - "uuid": "^10.0.0" + "uuid": "^11.1.0" }, "devDependencies": { "@types/body-parser": "^1.19.5", diff --git a/packages/redux-devtools-inspector-monitor-test-tab/jest.config.cjs b/packages/redux-devtools-inspector-monitor-test-tab/jest.config.cjs index 675273a8..3cd15eef 100644 --- a/packages/redux-devtools-inspector-monitor-test-tab/jest.config.cjs +++ b/packages/redux-devtools-inspector-monitor-test-tab/jest.config.cjs @@ -8,5 +8,5 @@ module.exports = { '^.+\\.jsx?$': 'babel-jest', '^.+\\.tsx?$': ['ts-jest', { tsconfig: 'tsconfig.test.json' }], }, - transformIgnorePatterns: ['node_modules/(?!.pnpm|lodash-es|nanoid)'], + transformIgnorePatterns: ['node_modules/(?!.pnpm|color|lodash-es|nanoid)'], }; diff --git a/packages/redux-devtools-inspector-monitor-trace-tab/jest.config.cjs b/packages/redux-devtools-inspector-monitor-trace-tab/jest.config.cjs index 3123471f..3c78b672 100644 --- a/packages/redux-devtools-inspector-monitor-trace-tab/jest.config.cjs +++ b/packages/redux-devtools-inspector-monitor-trace-tab/jest.config.cjs @@ -6,6 +6,6 @@ module.exports = { '^.+\\.tsx?$': ['ts-jest', { tsconfig: 'tsconfig.test.json' }], }, transformIgnorePatterns: [ - 'node_modules/(?!.pnpm|@babel/code-frame|@babel/highlight|@babel/helper-validator-identifier|chalk|lodash-es)', + 'node_modules/(?!.pnpm|@babel/code-frame|@babel/highlight|@babel/helper-validator-identifier|chalk|color|lodash-es)', ], }; diff --git a/packages/redux-devtools-rtk-query-monitor/jest.config.cjs b/packages/redux-devtools-rtk-query-monitor/jest.config.cjs index 675273a8..3cd15eef 100644 --- a/packages/redux-devtools-rtk-query-monitor/jest.config.cjs +++ b/packages/redux-devtools-rtk-query-monitor/jest.config.cjs @@ -8,5 +8,5 @@ module.exports = { '^.+\\.jsx?$': 'babel-jest', '^.+\\.tsx?$': ['ts-jest', { tsconfig: 'tsconfig.test.json' }], }, - transformIgnorePatterns: ['node_modules/(?!.pnpm|lodash-es|nanoid)'], + transformIgnorePatterns: ['node_modules/(?!.pnpm|color|lodash-es|nanoid)'], }; diff --git a/packages/redux-devtools-ui/jest.config.cjs b/packages/redux-devtools-ui/jest.config.cjs index 675273a8..3cd15eef 100644 --- a/packages/redux-devtools-ui/jest.config.cjs +++ b/packages/redux-devtools-ui/jest.config.cjs @@ -8,5 +8,5 @@ module.exports = { '^.+\\.jsx?$': 'babel-jest', '^.+\\.tsx?$': ['ts-jest', { tsconfig: 'tsconfig.test.json' }], }, - transformIgnorePatterns: ['node_modules/(?!.pnpm|lodash-es|nanoid)'], + transformIgnorePatterns: ['node_modules/(?!.pnpm|color|lodash-es|nanoid)'], }; diff --git a/packages/redux-devtools-ui/package.json b/packages/redux-devtools-ui/package.json index 64c28e9d..37ef5343 100644 --- a/packages/redux-devtools-ui/package.json +++ b/packages/redux-devtools-ui/package.json @@ -50,7 +50,7 @@ "@types/json-schema": "^7.0.15", "@types/simple-element-resize-detector": "^1.3.3", "codemirror": "^5.65.19", - "color": "^4.2.3", + "color": "^5.0.0", "react-base16-styling": "workspace:^", "react-icons": "^5.5.0", "react-select": "^5.10.1", @@ -94,7 +94,7 @@ "storybook": "^8.6.14", "styled-components": "^5.3.11", "stylelint": "^16.19.1", - "stylelint-config-standard": "^37.0.0", + "stylelint-config-standard": "^38.0.0", "stylelint-config-styled-components": "^0.1.1", "stylelint-processor-styled-components": "^1.10.0", "ts-jest": "^29.3.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 893ef3e6..f327ca21 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -334,8 +334,8 @@ importers: specifier: ^4.17.17 version: 4.17.17 color: - specifier: ^4.2.3 - version: 4.2.3 + specifier: ^5.0.0 + version: 5.0.0 csstype: specifier: ^3.1.3 version: 3.1.3 @@ -1078,8 +1078,8 @@ importers: specifier: ^5.3.11 version: 5.3.11(@babel/core@7.27.1)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1) uuid: - specifier: ^10.0.0 - version: 10.0.0 + specifier: ^11.1.0 + version: 11.1.0 devDependencies: '@types/body-parser': specifier: ^1.19.5 @@ -2428,8 +2428,8 @@ importers: specifier: ^5.65.19 version: 5.65.19 color: - specifier: ^4.2.3 - version: 4.2.3 + specifier: ^5.0.0 + version: 5.0.0 react-base16-styling: specifier: workspace:^ version: link:../react-base16-styling @@ -2555,8 +2555,8 @@ importers: specifier: ^16.19.1 version: 16.19.1(typescript@5.8.3) stylelint-config-standard: - specifier: ^37.0.0 - version: 37.0.0(stylelint@16.19.1(typescript@5.8.3)) + specifier: ^38.0.0 + version: 38.0.0(stylelint@16.19.1(typescript@5.8.3)) stylelint-config-styled-components: specifier: ^0.1.1 version: 0.1.1 @@ -5905,11 +5905,20 @@ packages: resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==} engines: {node: '>=7.0.0'} + color-convert@3.1.0: + resolution: {integrity: sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==} + engines: {node: '>=14.6'} + color-name@1.1.4: resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==} - color-string@1.9.1: - resolution: {integrity: sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==} + color-name@2.0.0: + resolution: {integrity: sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==} + engines: {node: '>=12.20'} + + color-string@2.0.1: + resolution: {integrity: sha512-5z9FbYTZPAo8iKsNEqRNv+OlpBbDcoE+SY9GjLfDUHEfcNNV7tS9eSAlFHEaub/r5tBL9LtskAeq1l9SaoZ5tQ==} + engines: {node: '>=18'} color-support@1.1.3: resolution: {integrity: sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==} @@ -5918,9 +5927,9 @@ packages: color2k@2.0.3: resolution: {integrity: sha512-zW190nQTIoXcGCaU08DvVNFTmQhUpnJfVuAKfWqUQkflXKpaDdpaYoM0iluLS9lgJNHyBF58KKA2FBEwkD7wog==} - color@4.2.3: - resolution: {integrity: sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==} - engines: {node: '>=12.5.0'} + color@5.0.0: + resolution: {integrity: sha512-16BlyiuyLq3MLxpRWyOTiWsO3ii/eLQLJUQXBSNcxMBBSnyt1ee9YUdaozQp03ifwm5woztEZGDbk9RGVuCsdw==} + engines: {node: '>=18'} colord@2.9.3: resolution: {integrity: sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==} @@ -7476,9 +7485,6 @@ packages: is-arrayish@0.2.1: resolution: {integrity: sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==} - is-arrayish@0.3.2: - resolution: {integrity: sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==} - is-async-function@2.1.1: resolution: {integrity: sha512-9dgM/cZBnNvjzaMYHVoxxfPj2QXt22Ev7SuuPrs+xav0ukGB0S6d4ydZdEiM48kLx5kDV+QBPrpVnFyefL8kkQ==} engines: {node: '>= 0.4'} @@ -9463,9 +9469,6 @@ packages: simple-get@4.0.1: resolution: {integrity: sha512-brv7p5WgH0jmQJr1ZDDfKDOSeWWg+OVypG99A/5vYGPqJ6pxiaHLy8nxtFjBA7oMa01ebA9gfh1uMCFqOuXxvA==} - simple-swizzle@0.2.2: - resolution: {integrity: sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==} - sinon-chrome@3.0.1: resolution: {integrity: sha512-NTEFhyuiWEMnRmIqldUiA2DhKn2EqnZxyEk5Ez5rBXj+Nl54aJ0MEmF4wjltrxecxd8zlNLxyE0HyLabev9JsQ==} @@ -9677,17 +9680,17 @@ packages: react-dom: '>= 16.8.0' react-is: '>= 16.8.0' - stylelint-config-recommended@15.0.0: - resolution: {integrity: sha512-9LejMFsat7L+NXttdHdTq94byn25TD+82bzGRiV1Pgasl99pWnwipXS5DguTpp3nP1XjvLXVnEJIuYBfsRjRkA==} + stylelint-config-recommended@16.0.0: + resolution: {integrity: sha512-4RSmPjQegF34wNcK1e1O3Uz91HN8P1aFdFzio90wNK9mjgAI19u5vsU868cVZboKzCaa5XbpvtTzAAGQAxpcXA==} engines: {node: '>=18.12.0'} peerDependencies: - stylelint: ^16.13.0 + stylelint: ^16.16.0 - stylelint-config-standard@37.0.0: - resolution: {integrity: sha512-+6eBlbSTrOn/il2RlV0zYGQwRTkr+WtzuVSs1reaWGObxnxLpbcspCUYajVQHonVfxVw2U+h42azGhrBvcg8OA==} + stylelint-config-standard@38.0.0: + resolution: {integrity: sha512-uj3JIX+dpFseqd/DJx8Gy3PcRAJhlEZ2IrlFOc4LUxBX/PNMEQ198x7LCOE2Q5oT9Vw8nyc4CIL78xSqPr6iag==} engines: {node: '>=18.12.0'} peerDependencies: - stylelint: ^16.13.0 + stylelint: ^16.18.0 stylelint-config-styled-components@0.1.1: resolution: {integrity: sha512-z5Xz/9GmvxO6e/DLzBMwkB85zHxEEjN6K7Cj80Bi+o/9vR9eS3GX3E9VuMnX9WLFYulqbqLtTapGGY28JBiy9Q==} @@ -10129,8 +10132,8 @@ packages: resolution: {integrity: sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==} engines: {node: '>= 0.4.0'} - uuid@10.0.0: - resolution: {integrity: sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==} + uuid@11.1.0: + resolution: {integrity: sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==} hasBin: true uuid@8.3.2: @@ -14296,22 +14299,27 @@ snapshots: dependencies: color-name: 1.1.4 + color-convert@3.1.0: + dependencies: + color-name: 2.0.0 + color-name@1.1.4: {} - color-string@1.9.1: + color-name@2.0.0: {} + + color-string@2.0.1: dependencies: - color-name: 1.1.4 - simple-swizzle: 0.2.2 + color-name: 2.0.0 color-support@1.1.3: optional: true color2k@2.0.3: {} - color@4.2.3: + color@5.0.0: dependencies: - color-convert: 2.0.1 - color-string: 1.9.1 + color-convert: 3.1.0 + color-string: 2.0.1 colord@2.9.3: {} @@ -16064,8 +16072,6 @@ snapshots: is-arrayish@0.2.1: {} - is-arrayish@0.3.2: {} - is-async-function@2.1.1: dependencies: async-function: 1.0.0 @@ -18360,10 +18366,6 @@ snapshots: once: 1.4.0 simple-concat: 1.0.1 - simple-swizzle@0.2.2: - dependencies: - is-arrayish: 0.3.2 - sinon-chrome@3.0.1: dependencies: lodash: 4.17.21 @@ -18669,14 +18671,14 @@ snapshots: transitivePeerDependencies: - '@babel/core' - stylelint-config-recommended@15.0.0(stylelint@16.19.1(typescript@5.8.3)): + stylelint-config-recommended@16.0.0(stylelint@16.19.1(typescript@5.8.3)): dependencies: stylelint: 16.19.1(typescript@5.8.3) - stylelint-config-standard@37.0.0(stylelint@16.19.1(typescript@5.8.3)): + stylelint-config-standard@38.0.0(stylelint@16.19.1(typescript@5.8.3)): dependencies: stylelint: 16.19.1(typescript@5.8.3) - stylelint-config-recommended: 15.0.0(stylelint@16.19.1(typescript@5.8.3)) + stylelint-config-recommended: 16.0.0(stylelint@16.19.1(typescript@5.8.3)) stylelint-config-styled-components@0.1.1: {} @@ -19195,7 +19197,7 @@ snapshots: utils-merge@1.0.1: {} - uuid@10.0.0: {} + uuid@11.1.0: {} uuid@8.3.2: {}