-
Notifications
You must be signed in to change notification settings - Fork 201
cacheable-request - chore: upgrading tsup to 8.5.1 #1575
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -43,7 +43,7 @@ | |||||
| "@types/http-cache-semantics": "It needs to be in the dependencies list and not devDependencies because otherwise projects that use this one will be getting `Could not find a declaration file for module 'http-cache-semantics'` error when running `tsc`, see https://github.com/jaredwray/cacheable-request/issues/194 for details" | ||||||
| }, | ||||||
| "dependencies": { | ||||||
| "@types/http-cache-semantics": "^4.0.4", | ||||||
| "@types/http-cache-semantics": "^4.2.0", | ||||||
| "get-stream": "^9.0.1", | ||||||
| "http-cache-semantics": "^4.2.0", | ||||||
| "keyv": "^5.6.0", | ||||||
|
|
@@ -54,15 +54,15 @@ | |||||
| "devDependencies": { | ||||||
| "@keyv/sqlite": "^4.0.6", | ||||||
| "@types/express": "^5.0.6", | ||||||
| "@types/node": "^25.0.3", | ||||||
| "@types/node": "^25.2.0", | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The version for
Suggested change
|
||||||
| "@types/responselike": "^1.0.3", | ||||||
| "body-parser": "^2.2.2", | ||||||
| "delay": "^7.0.0", | ||||||
| "express": "^5.2.1", | ||||||
| "pify": "^6.1.0", | ||||||
| "rimraf": "^6.1.0", | ||||||
| "rimraf": "^6.1.2", | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||||||
| "sqlite3": "^5.1.7", | ||||||
| "tsup": "^8.5.0", | ||||||
| "tsup": "^8.5.1", | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||||||
| "typescript": "^5.9.3" | ||||||
| } | ||||||
| } | ||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The version for
@types/http-cache-semanticsis being updated to^4.2.0, but this version does not appear to exist on the npm registry. The latest available version is4.0.4. Using a non-existent version will break dependency installation.