Skip to content

feat(webpack): bump, andd proto loader #352

feat(webpack): bump, andd proto loader

feat(webpack): bump, andd proto loader #352

GitHub Actions / Release failed Dec 20, 2024 in 0s

Errors 1

Found 1 errors

Annotations

Check failure on line 1 in code/code-icons/package.json

See this annotation in the file changed.

@github-actions github-actions / Release

Error release workspace @atls/code-icons

Exit code 1
Raw output
╭──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│                                                                                                                                                              │
│  src/webpack.config.ts:27:4                                                                                                                          TS2322  │
│                                                                                                                                                              │
│  25 |     await this.applyModules(config)                                                                                                                    │
│  26 |                                                                                                                                                        │
│> 27 |     return config.toConfig()                                                                                                                           │
│     |    ^                                                                                                                                                   │
│  28 |   }                                                                                                                                                    │
│  29 |                                                                                                                                                        │
│  30 |   private async applyCommon(config: Config): Promise<void> {                                                                                           │
│                                                                                                                                                              │
│  Type 'import("/home/runner/work/raijin/raijin/.yarn/__virtual__/webpack-virtual-689808d5bd/0/cache/webpack-npm-5.96.1-1a1f8d3a52-d3419ffd19.zip/node_modul  │
│  es/webpack/types").Configuration' is not assignable to type 'import("/home/runner/work/raijin/raijin/.yarn/__virtual__/webpack-virtual-d787f76606/0/cache/  │
│  webpack-npm-5.97.1-b41b9903c1-665bd3b8c8.zip/node_modules/webpack/types").Configuration'.                                                                   │
│    Types of property 'entry' are incompatible.                                                                                                               │
│      Type 'string | string[] | import("/home/runner/work/raijin/raijin/.yarn/__virtual__/webpack-virtual-689808d5bd/0/cache/webpack-npm-5.96.1-1a1f8d3a52-d  │
│  3419ffd19.zip/node_modules/webpack/types").EntryObject | (() => string | ... 2 more ... | Promise<...>) | undefined' is not assignable to type 'string |    │
│  string[] | import("/home/runner/work/raijin/raijin/.yarn/__virtual__/webpack-virtual-d787f76606/0/cache/webpack-npm-5.97.1-b41b9903c1-665bd3b8c8.zip/node_  │
│  modules/webpack/types").EntryObject | (() => string | ... 2 more ... | Promise<...>) | undefined'.                                                          │
│        Type 'EntryObject' is not assignable to type 'string | string[] | EntryObject | (() => string | string[] | EntryObject | Promise<EntryStatic>) |      │
│  undefined'.                                                                                                                                                 │
│          Type 'EntryObject' is missing the following properties from type 'string[]': length, pop, push, concat, and 35 more.                                │
│                                                                                                                                                              │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯