Skip to content

Conversation

manishsingh10895
Copy link

Updated packages.

I ran ncu to update package versions

Also this is first hacking around with jest in angular, and in jest.setup.ts line 16, updating transform property threw an error on running tests.
I have commented that code out, it works and as far as I google that workaround isn't needed anymore

@@ -1,7 +1,7 @@
{
"name": "angular-notifier",
"description": "A well designed, fully animated, highly customizable, and easy-to-use notification library for your Angular application.",
"version": "14.0.0",
"version": "14.1.0",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you are adding breaking changes and the version should be 15

Comment on lines +16 to +23
// Object.defineProperty(document.body.style, 'transform', {
// value: () => {
// return {
// enumerable: true,
// configurable: true,
// };
// },
// });
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if it's no longer needed, why are you commenting this code? maybe remove it?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wasn't sure about the working of this code, so didn't remove it at first.

@fouratachour
Copy link

i just add
"angular-notifier": {
"@angular/common": ">=16.0.0",
"@angular/core": ">=16.0.0"
}
to my package.json file and it work just fine

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants