refactor: replace the parse-link-header dev dependency#11309
refactor: replace the parse-link-header dev dependency#11309therealharshit wants to merge 1 commit intostdlib-js:developfrom
parse-link-header dev dependency#11309Conversation
Remove the external `parse-link-header` dependency from the root
development dependency and replace its only in-repo usage
with a local parser in `_tools/github/get`.
---
type: pre_commit_static_analysis_report
description: Results of running static analysis checks when committing changes.
report:
- task: lint_filenames
status: passed
- task: lint_editorconfig
status: passed
- task: lint_markdown
status: na
- task: lint_package_json
status: passed
- task: lint_repl_help
status: na
- task: lint_javascript_src
status: passed
- task: lint_javascript_cli
status: na
- task: lint_javascript_examples
status: na
- task: lint_javascript_tests
status: passed
- task: lint_javascript_benchmarks
status: na
- task: lint_python
status: na
- task: lint_r
status: na
- task: lint_c_src
status: na
- task: lint_c_examples
status: na
- task: lint_c_benchmarks
status: na
- task: lint_c_tests_fixtures
status: na
- task: lint_shell
status: na
- task: lint_typescript_declarations
status: passed
- task: lint_typescript_tests
status: na
- task: lint_license_headers
status: passed
---
|
The dependency |
|
I suggest turning the link header logic into its own package: |
@kgryte Thanks for the review. |
I think the |
type: pre_commit_static_analysis_report
description: Results of running static analysis checks when committing changes. report:
Description
This pull request:
parse-link-headerdependency from the root development dependency and replace its only in-repo usage with a local parser in_tools/github/get.Related Issues
This pull request has the following related issues:
Questions
No.
Other
No.
Checklist
AI Assistance
If you answered "yes" above, how did you use AI assistance?
Disclosure
{{TODO: add disclosure if applicable}}
@stdlib-js/reviewers