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

Update devDependencies and fix new issues #797

Merged
merged 5 commits into from
Apr 12, 2023
Merged

Update devDependencies and fix new issues #797

merged 5 commits into from
Apr 12, 2023

Conversation

XhmikosR
Copy link
Member

@XhmikosR XhmikosR commented Apr 12, 2023

@Kreeg: I haven't updated playwright-chromium due to that old issue you were facing. I assume you are still facing it with the latest version, right?

The only other deps that are outdated is glob and pngjs. For glob there's no hurry and in fact we better keep it to v7.x for now. pngjs I didn't try to update it, so if you have time feel free to update it :)

@XhmikosR XhmikosR added dependencies Pull requests that update a dependency file squash labels Apr 12, 2023
@XhmikosR XhmikosR marked this pull request as ready for review April 12, 2023 06:50
@XhmikosR XhmikosR requested a review from Kreeg April 12, 2023 06:53
@@ -7,7 +7,7 @@ const yaml = require('js-yaml');
const SVGSpriterConfig = require('../../../lib/svg-sprite/config.js');

jest.mock('node:fs');
jest.mock('yaml');
jest.mock('js-yaml');
Copy link
Member Author

Choose a reason for hiding this comment

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

I don't quite get how this worked all this time 😛

@@ -324,10 +324,7 @@ module.exports = class SVGSpriterConfig {
['padding'].forEach(function(property) {
let spacing;

if (!Array.isArray(this.spacing[property])) {
Copy link
Member

Choose a reason for hiding this comment

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

Was this eslint's correction?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yeah, I guess the no negated condition rule I guess added some fixes

@Kreeg
Copy link
Member

Kreeg commented Apr 12, 2023

Yes. The problem with playwright-chromium still exists. I do not have much time to deal with it and I sure this is a chromium problem rather than a playwright.
I updated pngjs. This was a seamless update, no extra work.

@Kreeg Kreeg merged commit 64ed4f3 into main Apr 12, 2023
12 checks passed
@Kreeg Kreeg deleted the xmr/deps branch April 12, 2023 13:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file squash
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants