dividab / tsconfig-paths

Load node modules according to tsconfig paths, in run-time or via API.
MIT License
1.82k stars 104 forks source link

deps: bump json5 to use type definition provided officially #158

Closed koba04 closed 3 years ago

koba04 commented 3 years ago

json5 has provided its type definition from v2.2.0, so @types/json5 has been deprecated. https://github.com/json5/json5/releases/tag/v2.2.0

json5 has dropped Node v4 support at v2, so if tsconfig-paths supports the version, this would be a breaking change.

Thanks!

jonaskello commented 3 years ago

Thanks!

koba04 commented 3 years ago

Thank you!

ljharb commented 3 years ago

See #171 - this is indeed a breaking change published in a minor version, because json5 v2 breaks on node 4.

jonaskello commented 3 years ago

@ljharb Good catch, I'll revert this PR then.