diff --git a/.changeset/renovate-d476f50.md b/.changeset/renovate-d476f50.md new file mode 100644 index 000000000..bf3121dd3 --- /dev/null +++ b/.changeset/renovate-d476f50.md @@ -0,0 +1,8 @@ +--- +'@scaleway/jest-helpers': patch +--- + +Updated dependency `lint-staged` to `13.2.1`. +Updated dependency `@emotion/cache` to `11.10.8`. +Updated dependency `@emotion/jest` to `11.10.8`. +Updated dependency `@emotion/react` to `11.10.8`. diff --git a/packages/jest-helpers/package.json b/packages/jest-helpers/package.json index c064688ef..65897359f 100644 --- a/packages/jest-helpers/package.json +++ b/packages/jest-helpers/package.json @@ -20,9 +20,9 @@ }, "license": "MIT", "dependencies": { - "@emotion/cache": "11.10.7", - "@emotion/jest": "11.10.5", - "@emotion/react": "11.10.6", + "@emotion/cache": "11.10.8", + "@emotion/jest": "11.10.8", + "@emotion/react": "11.10.8", "@testing-library/react": "13.4.0" }, "peerDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 510dfba8a..e4f1bec0d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -192,14 +192,14 @@ importers: packages/jest-helpers: dependencies: '@emotion/cache': - specifier: 11.10.7 - version: 11.10.7 + specifier: 11.10.8 + version: 11.10.8 '@emotion/jest': - specifier: 11.10.5 - version: 11.10.5(@types/jest@29.5.1) + specifier: 11.10.8 + version: 11.10.8(@types/jest@29.5.1) '@emotion/react': - specifier: 11.10.6 - version: 11.10.6(@types/react@18.0.33)(react@18.2.0) + specifier: 11.10.8 + version: 11.10.8(@types/react@18.0.33)(react@18.2.0) '@testing-library/react': specifier: 13.4.0 version: 13.4.0(react-dom@18.2.0)(react@18.2.0) @@ -1625,13 +1625,6 @@ packages: dependencies: regenerator-runtime: 0.13.11 - /@babel/runtime@7.19.4: - resolution: {integrity: sha512-EXpLCrk55f+cYqmHsSR+yD/0gAIMxxA9QK9lnQWzhMCvt+YmoBN7Zx94s++Kv0+unHk39vxNO8t+CMA2WSS3wA==} - engines: {node: '>=6.9.0'} - dependencies: - regenerator-runtime: 0.13.11 - dev: false - /@babel/runtime@7.20.7: resolution: {integrity: sha512-UF0tvkUtxwAgZ5W/KrkHf0Rn0fdnLDU9ScxBrEVNUprE/MzirjK4MJUX1/BVDv00Sv8cljtukVK1aky++X1SjQ==} engines: {node: '>=6.9.0'} @@ -2062,11 +2055,11 @@ packages: '@jridgewell/trace-mapping': 0.3.9 dev: true - /@emotion/babel-plugin@11.10.6: - resolution: {integrity: sha512-p2dAqtVrkhSa7xz1u/m9eHYdLi+en8NowrmXeF/dKtJpU8lCWli8RUAati7NcSl0afsBott48pdnANuD0wh9QQ==} + /@emotion/babel-plugin@11.10.8: + resolution: {integrity: sha512-gxNky50AJL3AlkbjvTARiwAqei6/tNUxDZPSKd+3jqWVM3AmdVTTdpjHorR/an/M0VJqdsuq5oGcFH+rjtyujQ==} dependencies: '@babel/helper-module-imports': 7.21.4 - '@babel/runtime': 7.20.7 + '@babel/runtime': 7.21.0 '@emotion/hash': 0.9.0 '@emotion/memoize': 0.8.0 '@emotion/serialize': 1.1.1 @@ -2075,24 +2068,24 @@ packages: escape-string-regexp: 4.0.0 find-root: 1.1.0 source-map: 0.5.7 - stylis: 4.1.3 + stylis: 4.1.4 dev: false - /@emotion/cache@11.10.7: - resolution: {integrity: sha512-VLl1/2D6LOjH57Y8Vem1RoZ9haWF4jesHDGiHtKozDQuBIkJm2gimVo0I02sWCuzZtVACeixTVB4jeE8qvCBoQ==} + /@emotion/cache@11.10.8: + resolution: {integrity: sha512-5fyqGHi51LU95o7qQ/vD1jyvC4uCY5GcBT+UgP4LHdpO9jPDlXqhrRr9/wCKmfoAvh5G/F7aOh4MwQa+8uEqhA==} dependencies: '@emotion/memoize': 0.8.0 '@emotion/sheet': 1.2.1 '@emotion/utils': 1.2.0 '@emotion/weak-memoize': 0.3.0 - stylis: 4.1.3 + stylis: 4.1.4 dev: false - /@emotion/css-prettifier@1.1.1: - resolution: {integrity: sha512-dtiZLNN3dWP0mo/+VTPkzNrjp1wL6VRHOOSMn3XpQM4D/7xOVHEIQR6lT5Yj5Omun1REog5NFZ+5hxj+LtTIyQ==} + /@emotion/css-prettifier@1.1.2: + resolution: {integrity: sha512-82E8Dl1xcS93BryY9sZQofq1fN8zbwsGgAD1x+DALpokS21AOWS+8j0O0bvp8EIZpjzYWlcIvBpqPs9fi3RmUw==} dependencies: '@emotion/memoize': 0.8.0 - stylis: 4.1.3 + stylis: 4.1.4 dev: false /@emotion/eslint-plugin@11.10.0(eslint@8.39.0): @@ -2108,8 +2101,8 @@ packages: resolution: {integrity: sha512-14FtKiHhy2QoPIzdTcvh//8OyBlknNs2nXRwIhG904opCby3l+9Xaf/wuPvICBF0rc1ZCNBd3nKe9cd2mecVkQ==} dev: false - /@emotion/jest@11.10.5(@types/jest@29.5.1): - resolution: {integrity: sha512-LagosxybgisPlxfBGas9kGcNB5xTTX125WbjEVZiE3MEbb+dI4UYn0XIzrsilR8nUaQ5lH6yKUFrMmz7kB34vg==} + /@emotion/jest@11.10.8(@types/jest@29.5.1): + resolution: {integrity: sha512-D0sEEEwz1vw+dhjRZXytqLAplqJrX7/nx7weQfbsUbuyurEcl4oPjG2XZUGp4CUS5so8sba7LCb2v04qt4GhZQ==} peerDependencies: '@types/jest': ^26.0.14 || ^27.0.0 || ^28.0.0 || ^29.0.0 enzyme-to-json: ^3.2.1 @@ -2119,20 +2112,20 @@ packages: enzyme-to-json: optional: true dependencies: - '@babel/runtime': 7.19.4 - '@emotion/css-prettifier': 1.1.1 + '@babel/runtime': 7.21.0 + '@emotion/css-prettifier': 1.1.2 '@types/jest': 29.5.1 chalk: 4.1.2 specificity: 0.4.1 - stylis: 4.1.3 + stylis: 4.1.4 dev: false /@emotion/memoize@0.8.0: resolution: {integrity: sha512-G/YwXTkv7Den9mXDO7AhLWkE3q+I92B+VqAE+dYG4NGPaHZGvt3G8Q0p9vmE+sq7rTGphUbAvmQ9YpbfMQGGlA==} dev: false - /@emotion/react@11.10.6(@types/react@18.0.33)(react@18.2.0): - resolution: {integrity: sha512-6HT8jBmcSkfzO7mc+N1L9uwvOnlcGoix8Zn7srt+9ga0MjREo6lRpuVX0kzo6Jp6oTqDhREOFsygN6Ew4fEQbw==} + /@emotion/react@11.10.8(@types/react@18.0.33)(react@18.2.0): + resolution: {integrity: sha512-ZfGfiABtJ1P1OXqOBsW08EgCDp5fK6C5I8hUJauc/VcJBGSzqAirMnFslhFWnZJ/w5HxPI36XbvMV0l4KZHl+w==} peerDependencies: '@types/react': '*' react: '>=16.8.0 || 18' @@ -2140,9 +2133,9 @@ packages: '@types/react': optional: true dependencies: - '@babel/runtime': 7.20.7 - '@emotion/babel-plugin': 11.10.6 - '@emotion/cache': 11.10.7 + '@babel/runtime': 7.21.0 + '@emotion/babel-plugin': 11.10.8 + '@emotion/cache': 11.10.8 '@emotion/serialize': 1.1.1 '@emotion/use-insertion-effect-with-fallbacks': 1.0.0(react@18.2.0) '@emotion/utils': 1.2.0 @@ -4487,7 +4480,7 @@ packages: resolution: {integrity: sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==} engines: {node: '>=10', npm: '>=6'} dependencies: - '@babel/runtime': 7.20.7 + '@babel/runtime': 7.21.0 cosmiconfig: 7.1.0 resolve: 1.22.2 dev: false @@ -8767,8 +8760,8 @@ packages: resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==} engines: {node: '>=8'} - /stylis@4.1.3: - resolution: {integrity: sha512-GP6WDNWf+o403jrEp9c5jibKavrtLW+/qYGhFxFrG8maXhwTBI7gLLhiBb0o7uFccWN+EOS9aMO6cGHWAO07OA==} + /stylis@4.1.4: + resolution: {integrity: sha512-USf5pszRYwuE6hg9by0OkKChkQYEXfkeTtm0xKw+jqQhwyjCVLdYyMBK7R+n7dhzsblAWJnGxju4vxq5eH20GQ==} dev: false /supports-color@5.5.0: