Skip to content
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

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from

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?

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.

None yet

2 participants