help-me-mom / ng-mocks

Angular testing library for mocking components, directives, pipes, services and facilitating TestBed setup
https://www.npmjs.com/package/ng-mocks
MIT License
1.07k stars 81 forks source link

Feature Request: release angular18 version #9041

Open Wooshaah opened 6 months ago

Wooshaah commented 6 months ago

Describe the feature or problem you'd like to solve

In source code it seems angular 18 support has been added. However the latest released version does not yet support this.

Proposed solution

release the latest version?

Additional context

PieterjanDeClippel commented 6 months ago

@Wooshaah An 18 release seems to be on its way

PieterjanDeClippel commented 6 months ago

@satanTime when will the new version be released?

satanTime commented 6 months ago

Hi @PieterjanDeClippel, I can release the current state this weekend. However, it doesn't include support of all new cool stuff Angular has added.

That I plan to implement during the next month and release around July.

mitchdowd commented 6 months ago

An incremental point release without the extra features could help for those who are having to put package.json overrides for ng-mocks since upgrading Angular.

tabanliviu commented 6 months ago

Any particular reason the package is limited to <= 17 Highly unlikely that a testing framework will be incompatible with newer versions of angular. Even if it is projects can chose to no upgrade when the tests fail.

hendrickson-tyler commented 6 months ago

Thanks @satanTime, v14.13.0 works great!

second-slip commented 6 months ago

I was just typing the same as @hendrickson-tyler, above. Thank you @satanTime for the new version; and for the all the work on the library in general. :)

satanTime commented 6 months ago

Hi all, my pleasure.

Meanwhile, please post here or as new issues examples of things you wanted to test in angular 17/18 and that doesn't work.

I'll be working on new features in a couple of weeks, and it would be great to have real-live examples.