Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TS2300: Duplicate identifier 'Prepend'. #56

Closed
rostislav-simonik opened this issue Mar 19, 2023 · 2 comments
Closed

TS2300: Duplicate identifier 'Prepend'. #56

rostislav-simonik opened this issue Mar 19, 2023 · 2 comments

Comments

@rostislav-simonik
Copy link
Contributor

node_modules/@types/eslint-scope/node_modules/@types/eslint/helpers.d.ts:1:6 - error TS2300: Duplicate identifier 'Prepend'.

1 type Prepend<Tuple extends any[], Addend> = ((_: Addend, ..._1: Tuple) => any) extends (..._: infer Result) => any
       ~~~~~~~

  node_modules/@types/eslint/helpers.d.ts:1:6
    1 type Prepend<Tuple extends any[], Addend> = ((_: Addend, ..._1: Tuple) => any) extends (..._: infer Result) => any
           ~~~~~~~
    'Prepend' was also declared here.

caused by outdated

https://github.com/sindresorhus/eslint-formatter-pretty/blob/main/package.json#L32

what about to setup renovate + semantic release to resolve and auto-merge dependencies upgrades?

@rostislav-simonik
Copy link
Contributor Author

Is it even needed?

@sindresorhus
Copy link
Owner

what about to setup renovate + semantic release to resolve and auto-merge dependencies upgrades?

No thanks. Those tools cause way more work and problems than they save.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants