Code-Inspect / flowr

A program slicer and dataflow analyzer for the R programming language.
https://github.com/Code-Inspect/flowr/wiki
GNU General Public License v3.0
14 stars 2 forks source link

chore: update eslint dependencies #767

Closed EagleoutIce closed 1 month ago

EagleoutIce commented 1 month ago
  1. We have to update the estree dependencies
    
    =============

WARNING: You are currently running a version of TypeScript which is not officially supported by @typescript-eslint/typescript-estree.

You may find that it works just fine, or you may not.

SUPPORTED TYPESCRIPT VERSIONS: >=4.3.5 <5.4.0

YOUR TYPESCRIPT VERSION: 5.4.3

Please only submit bug reports when using the officially supported version.

=============



2. We should switch `deprecated eslint-config-standard-with-typescript@42.0.0: Please use eslint-config-love, instead.`
Ellpeck commented 1 month ago

waiting on https://github.com/Code-Inspect/flowr-lint/pull/8

EagleoutIce commented 1 month ago

Implemented as part of #775.