Skip to content

chore(deps): update dependency lint-staged to v15 #396

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

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -47,7 +47,7 @@
"jest": "^29.5.0",
"jest-watch-typeahead": "^2.2.2",
"licensor": "^4.0.0",
"lint-staged": "^13.0.0",
"lint-staged": "^15.0.0",
"pinst": "^3.0.0",
"prettier": "^2.2.1",
"puppeteer": "^21.0.0",
Loading

Unchanged files with check annotations Beta

const publicPath =
typeof compilation.options.output.publicPath !== 'undefined'
? compilation.options.output.publicPath
: path.relative(path.dirname(filename), '.'); // TODO: How to test this? I haven't written this logic, unsure what it does

Check warning on line 18 in src/utils.js

GitHub Actions / Run ESLint using Node.js LTS

Unexpected 'todo' comment: 'TODO: How to test this? I haven't...'
return ensureTrailingSlash(publicPath);
}
expect(pluginData.assets).toMatchSnapshot();
});
// TODO: No idea what this does, actually... Coverage currently hits it, but the logic is untested.

Check warning on line 81 in test.js

GitHub Actions / Run ESLint using Node.js LTS

Unexpected 'todo' comment: 'TODO: No idea what this does,...'
test.todo('should handle missing `publicPath`');
test('should add file missing "/" to public path', async () => {