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

Refs #28: [Proposal] Updates, fixes and new features #29

Open
wants to merge 20 commits into
base: main
Choose a base branch
from

Conversation

jenkin
Copy link

@jenkin jenkin commented Jul 4, 2023

See #28.

jenkin added 12 commits June 26, 2023 10:01
- Move from CommonJS to ESM.
- Fix `__dirname` and `__filename` use.
- Bump package version to v2.0.0.
Ie. `[absolute local link](/absolute/path/to/file.md)`.
Regular mode shows all processed files and all valid and invalid links in them.

Quiet mode (`-q` or `--quietMode`) shows only files with invalid links.

Refs: webhintio#6
Regular mode flags as invalid all local links without `.md` extension.

With this option (`-e` or `--optionalMdExtension`) also links without extension (ie. `./path/to/file` instead of `./path/to/file.md`) are checked and can be valid.
They can be also folders with an `index.md` file inside.
Regular mode flags as invalid all local links without extensions other than `.md`. Links in image tags are ignored (ie. `![]()`).

With this option (`-o` or `--allowOtherExtensions`) also links with extensions other than`.md` (ie. `./path/to/file.txt`, but also images) are checked and can be valid.
Fix vulnerabilities overriding nested dependencies.
@linux-foundation-easycla
Copy link

linux-foundation-easycla bot commented Jul 4, 2023

CLA Signed

The committers listed above are authorized under a signed CLA.

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.

1 participant