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

Fixes ERR_PNPM_FETCH-HelperSubprocessFailed #10398

Merged
merged 2 commits into from
Aug 10, 2024

Conversation

sachin-sandhu
Copy link
Contributor

@sachin-sandhu sachin-sandhu commented Aug 9, 2024

What are you trying to accomplish?

Preface: Fixing issues related with HelperSubprocessFailed and sanitize error response for yarn_lock_file_updater

Issues: Resolves following issues:

ERR_PNPM_FETCH_401  GET  https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.62.0.tgz:  - 401
ERR_PNPM_FETCH_403 GET  https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.62.0.tgz:  - 403
ERR_PNPM_FETCH_500  GET  https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.62.0.tgz:  - 500
ERR_PNPM_FETCH_502 GET  https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.62.0.tgz:  - 502

Fix: Adds exception handling for ERR_PNPM_FETCH errors.

+-----------------------------------------------------------------------------------+
|                           Dependencies failed to update                           |
+-------------------------------------------+---------------------------------------+
| stylelint-no-unsupported-browser-features | private_source_authentication_failure |
| typescript                                | private_source_authentication_failure |
+-------------------------------------------+---------------------------------------+

Anything you want to highlight for special attention from reviewers?

How will you know you've accomplished your goal?

Checklist

  • I have run the complete test suite to ensure all tests and linters pass.
  • I have thoroughly tested my code changes to ensure they work as expected, including adding additional tests for new functionality.
  • I have written clear and descriptive commit messages.
  • I have provided a detailed description of the changes in the pull request, including the problem it addresses, how it fixes the problem, and any relevant details about the implementation.
  • I have ensured that the code is well-documented and easy to understand.

@sachin-sandhu sachin-sandhu self-assigned this Aug 9, 2024
@sachin-sandhu sachin-sandhu marked this pull request as ready for review August 10, 2024 01:11
@sachin-sandhu sachin-sandhu requested a review from a team as a code owner August 10, 2024 01:11
@sachin-sandhu sachin-sandhu force-pushed the ssandhu/gemrequirement-badrequirementerror branch from 678af89 to 2b46a3b Compare August 10, 2024 01:17
@sachin-sandhu sachin-sandhu merged commit 6b1f289 into main Aug 10, 2024
65 checks passed
@sachin-sandhu sachin-sandhu deleted the ssandhu/gemrequirement-badrequirementerror branch August 10, 2024 02:39
imajes pushed a commit to imajes/dependabot-core that referenced this pull request Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants