Skip to content

Updating dependencies, especially Rollup and TypeScript #102

@ChristianIvicevic

Description

@ChristianIvicevic

Are there any plans to update this package properly to the newest versions of the various dependencies? By doing so manually I noticed the following issues:

  • source-map MUST stay at 0.6.1 for the ErrorMapper to work since SourceMapConsumer has been slightly reworked.
  • Upgrading rollup to 1.0.0 will yield some deprecation warnings:
(!) rpt2 plugin: The ongenerate hook used by plugin rpt2 is deprecated. The generateBundle hook should be used instead.
(!) rpt2 plugin: The onwrite hook used by plugin rpt2 is deprecated. The generateBundle hook should be used instead.
(!) screeps plugin: The ongenerate hook used by plugin screeps is deprecated. The generateBundle hook should be used instead.
(!) screeps plugin: The onwrite hook used by plugin screeps is deprecated. The generateBundle hook should be used instead.
  • I wasn't sure whether the rpt2 or rpt3 plugin are the way to go for TypeScript 3.2+.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions