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

chore(deps): lock file maintenance #462

Merged
merged 1 commit into from
Feb 12, 2025
Merged
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
1,603 changes: 911 additions & 692 deletions yarn.lock

Large diffs are not rendered by default.


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 () => {