Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Drop explicit support for Sinon v13 and v14 #445

Merged
merged 2 commits into from
May 29, 2023

Conversation

ericcornelissen
Copy link
Owner

Relates to #293, #442

Summary

Update the peerDependencies of the testing package to drop support for older Sinon.JS versions.

Update the `peerDependencies` value for the testing library to support
only the latest major version if Sinon.JS.

Accordingly, update the supported Node.js version array. First, the
range is narrowed in line with the versions version supported by
Sinon.JS as well as to only support modern versions (LTS and Current).
Secondly, the range is changed to only support LTS release lines (i.e.
even releases) to avoid any unnecessary complications from offering
support to a short-term (i.e. odd) release. If necessary, support for
non-LTS releases may be added on demand.
@ericcornelissen ericcornelissen added the package/testing Relates to packages/testing label May 28, 2023
@ericcornelissen ericcornelissen merged commit d3094c2 into main May 29, 2023
@ericcornelissen ericcornelissen deleted the chore/testing/drop-old-sinon branch May 29, 2023 10:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
package/testing Relates to packages/testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant