Remove unused puppeteer dependency from Cloudflare Worker project#202
Merged
boyphongsakorn merged 3 commits intodependabot/npm_and_yarn/npm_and_yarn-e50b0cc2fffrom Nov 8, 2025
Merged
Conversation
|
ถ้าคุณต้องการช่วยเราในการแก้ไขบัค หรือ เพิ่มฟังก์ชั่น ได้โปรดส่งคำขอไปยังที่ https://github.com/quad-b/lottsanook-nodejs สำหรับ NodeJS หรือ https://github.com/quad-b/lottsanook สำหรับ PHP | This repository does not accept pull requests, if your want to pull requests for NodeJS,JS code please pull requests to https://github.com/quad-b/lottsanook-nodejs |
Copilot
AI
changed the title
[WIP] Bump npm_and_yarn group with updates for tar-fs
Clarify puppeteer dependency status in Cloudflare Worker project
Nov 8, 2025
Collaborator
|
@copilot remove puppeteer in package |
Co-authored-by: boyphongsakorn <3013842+boyphongsakorn@users.noreply.github.com>
Copilot
AI
changed the title
Clarify puppeteer dependency status in Cloudflare Worker project
Remove unused puppeteer dependency from Cloudflare Worker project
Nov 8, 2025
Collaborator
|
@copilot in pnpm-lock.yaml is not remove |
Co-authored-by: boyphongsakorn <3013842+boyphongsakorn@users.noreply.github.com>
83b6846
into
dependabot/npm_and_yarn/npm_and_yarn-e50b0cc2ff
1 check passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR addresses a dependency audit update that bumped
tar-fsandwsversions. A question was raised about puppeteer's presence in the dependency list.Analysis
Verified that puppeteer is listed in
package.jsonbut:cheeriofor HTML parsing andnode-fetchfor HTTP requestsChanges Made
The removal of this unused dependency reduces the project's dependency footprint and eliminates a package that is incompatible with the Cloudflare Workers environment.
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.