elwayman02 / ember-sinon-qunit

Sinon sandbox test integration for QUnit
MIT License
56 stars 30 forks source link

Peer dependency warning when using sinon@18 #1240

Open IgnaceMaes opened 5 days ago

IgnaceMaes commented 5 days ago

Hey πŸ‘‹

I'm seeing the following peer dependency warning when using "sinon": "^18.0.0".

WARN  Issues with peer dependencies found
my-app
└─┬ ember-sinon-qunit 7.4.0
  └── βœ• unmet peer sinon@"^15.0.3 || ^16.0.0 || ^17.0.0": found 18.0.0

When looking in the repo, the peerDependency range differs from the one published to npmjs.

SergeAstapov commented 5 days ago

@IgnaceMaes FYI https://github.com/elwayman02/ember-sinon-qunit/pull/1224 was merged but not piblished.

@elwayman02 would you be able to publish new minor to npm?

IgnaceMaes commented 4 days ago

Thanks, I should've digged a bit deeper to search for the PR. Good to know it's addressed already.

A new release would be appreciated πŸ˜„