-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
updated to angular 17.1.2 #259
base: develop
Are you sure you want to change the base?
updated to angular 17.1.2 #259
Conversation
update package version
Updated versions
update peer deps
Update peer deps
@@ -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", |
There was a problem hiding this comment.
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
// Object.defineProperty(document.body.style, 'transform', { | ||
// value: () => { | ||
// return { | ||
// enumerable: true, | ||
// configurable: true, | ||
// }; | ||
// }, | ||
// }); |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
i just add |
Updated packages.
I ran
ncu
to update package versionsAlso this is first hacking around with jest in angular, and in
jest.setup.ts
line 16, updatingtransform
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