diff --git a/.github/workflows/pull_request_title.yml b/.github/workflows/pull_request_title.yml index 88676982a3..029f1fa08f 100644 --- a/.github/workflows/pull_request_title.yml +++ b/.github/workflows/pull_request_title.yml @@ -14,7 +14,7 @@ jobs: with: node-version: 22 cache: "pnpm" - - run: pnpm install --prod + - run: pnpm install - name: Check PR title env: TITLE: ${{ github.event.pull_request.title }} diff --git a/eslint.config.mjs b/eslint.config.mjs index 913f25dc8d..d112290442 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -28,6 +28,7 @@ export default [ '**/.vitest/', '**/coverage/', '.storybook', + 'eslint.config.mjs', ], }, { diff --git a/package.json b/package.json index 200fe27718..8cd86467b1 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ } } }, - "dependencies": { + "devDependencies": { "@babel/core": "7.26.0", "@babel/eslint-parser": "7.25.9", "@babel/plugin-transform-runtime": "7.25.9", @@ -103,7 +103,7 @@ "@emotion/styled": "11.13.5", "@eslint/compat": "1.2.4", "@eslint/eslintrc": "3.2.0", - "@manypkg/cli": "0.22.0", + "@manypkg/cli": "0.23.0", "@scaleway/eslint-config-react": "4.0.9", "@scaleway/tsconfig": "1.1.1", "@size-limit/file": "11.1.6", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e09896cf87..c6d3fda471 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -10,7 +10,7 @@ overrides: importers: .: - dependencies: + devDependencies: '@babel/core': specifier: 7.26.0 version: 7.26.0 @@ -72,8 +72,8 @@ importers: specifier: 3.2.0 version: 3.2.0 '@manypkg/cli': - specifier: 0.22.0 - version: 0.22.0 + specifier: 0.23.0 + version: 0.23.0 '@scaleway/eslint-config-react': specifier: 4.0.9 version: 4.0.9(eslint@9.16.0(jiti@2.1.0))(typescript@5.7.2) @@ -2325,8 +2325,8 @@ packages: '@lezer/yaml@1.0.3': resolution: {integrity: sha512-GuBLekbw9jDBDhGur82nuwkxKQ+a3W5H0GfaAthDXcAu+XdpS43VlnxA9E9hllkpSP5ellRDKjLLj7Lu9Wr6xA==} - '@manypkg/cli@0.22.0': - resolution: {integrity: sha512-HwONx0Pr9ucehlrMvFMSuztLiKfwPYkjRDc0ymL5RiGYBk1slX8k3RWy+F01f1T+JLbImthSGMwY04Ojt20nTA==} + '@manypkg/cli@0.23.0': + resolution: {integrity: sha512-9N0GuhUZhrDbOS2rer1/ZWaO8RvPOUI+kKTwlq74iQXomL+725E9Vfvl9U64FYwnLkQCxCmPZ9nBs/u8JwFnSw==} engines: {node: '>=18.0.0'} hasBin: true @@ -9862,7 +9862,7 @@ snapshots: '@lezer/highlight': 1.2.0 '@lezer/lr': 1.4.0 - '@manypkg/cli@0.22.0': + '@manypkg/cli@0.23.0': dependencies: '@manypkg/get-packages': 2.2.2 detect-indent: 6.1.0 @@ -9870,7 +9870,7 @@ snapshots: p-limit: 2.3.0 package-json: 10.0.1 parse-github-url: 1.0.3 - picocolors: 1.1.0 + picocolors: 1.1.1 sembear: 0.7.0 semver: 7.6.3 tinyexec: 0.3.1