Skip to content

engines in patch release 6.5.4 is a breaking compatibility change #945

@zburke

Description

@zburke

Are you submitting a bug report or a feature request?

Bug report

What is the current behavior?

Patch release 6.5.4 of react-final-form contains breaking compatibility changes introduced in #943:

// package.json
// …
  "engines": {
    "node": "14"
  },

For users on node < 14 (node v12 is still in maintenance mode through mid-2022) or > 14 (node v16 is in active development), this is a breaking change.

What is the expected behavior?

Patch release should not contain breaking compatibility changes.

Sandbox Link

Not relevant.

What's your environment?

Node v12.22.2

Other information

Relates to final-form/final-form#434

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