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 deps and removed package-lock.json file #5102

Merged
merged 1 commit into from
Feb 23, 2022
Merged

Conversation

jacekbogdanski
Copy link
Member

I've updated our deps and removed package-lock.json as we discussed some time ago that this file may actually force library consumers to use a specific version of the package that should be rather specified in package.json . There is a nice discussion regarding this issue: yarnpkg/yarn#838 (comment)

No package-lock.json means also a better understanding of potential breaking changes during development, so we actually want to see ASAP if some dependency starts to break it.

@jacekbogdanski jacekbogdanski changed the title Updated deps and removed package-lock.json file. Updated deps and removed package-lock.json file Feb 23, 2022
@sculpt0r sculpt0r self-assigned this Feb 23, 2022
Copy link
Contributor

@sculpt0r sculpt0r left a comment

Choose a reason for hiding this comment

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

I removed the entire node_muldes and reinstalled deps again.

  • grunt based tasks work fine (linting, img minification, packing ckeditor_base.js)
  • I tried to run grunt less from dev/tasks/samples.js - but it fails due to dependency in another repo cksource-samples-framework and I don't have access to it
    image
    However, it looks like an old error (probably we could extract an issue for it? @jacekbogdanski )
  • bender and randomly ran tests also works fine

Beside that... Looks fine

Copy link
Contributor

@sculpt0r sculpt0r left a comment

Choose a reason for hiding this comment

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

I extracted the issue: #5103

The rest: LGTM 🎉

@sculpt0r sculpt0r merged commit ac8b08c into master Feb 23, 2022
@sculpt0r sculpt0r deleted the update-deps branch February 23, 2022 20:22
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.

2 participants