-
Notifications
You must be signed in to change notification settings - Fork 215
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update deps, fix pacote and test (#1099)
- Loading branch information
1 parent
492bc3f
commit 3a00e49
Showing
18 changed files
with
1,732 additions
and
3,123 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
"@definitelytyped/dtslint-runner": patch | ||
"@definitelytyped/eslint-plugin": patch | ||
"@definitelytyped/header-parser": patch | ||
"@definitelytyped/dtslint": patch | ||
--- | ||
|
||
Update deps |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@definitelytyped/definitions-parser": patch | ||
--- | ||
|
||
Update pacote |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,19 +14,19 @@ | |
"ci:publish": "pnpm changeset tag && pnpm publish -r" | ||
}, | ||
"devDependencies": { | ||
"@changesets/cli": "^2.27.5", | ||
"@types/jest": "^29.5.11", | ||
"@types/node": "^18.19.58", | ||
"@types/yargs": "^17.0.32", | ||
"@typescript-eslint/eslint-plugin": "^8.11.0", | ||
"@typescript-eslint/parser": "^8.11.0", | ||
"@changesets/cli": "^2.27.9", | ||
"@types/jest": "^29.5.14", | ||
"@types/node": "^18.19.64", | ||
"@types/yargs": "^17.0.33", | ||
"@typescript-eslint/eslint-plugin": "^8.13.0", | ||
"@typescript-eslint/parser": "^8.13.0", | ||
"eslint": "^8.57.1", | ||
"eslint-plugin-import": "^2.29.1", | ||
"eslint-plugin-jsdoc": "^48.0.2", | ||
"eslint-plugin-import": "^2.31.0", | ||
"eslint-plugin-jsdoc": "^48.11.0", | ||
"jest": "^29.7.0", | ||
"knip": "^4.6.0", | ||
"prettier": "^3.2.2", | ||
"ts-jest": "^29.1.1", | ||
"knip": "^5.36.3", | ||
"prettier": "^3.3.3", | ||
"ts-jest": "^29.2.5", | ||
"typescript": "^5.6.3" | ||
}, | ||
"pnpm": { | ||
|
@@ -41,9 +41,6 @@ | |
"strip-json-comments", | ||
"typescript-*.*" | ||
] | ||
}, | ||
"patchedDependencies": { | ||
"[email protected]": "patches/[email protected]" | ||
} | ||
}, | ||
"packageManager": "[email protected]" | ||
|
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,41 +19,30 @@ | |
"node": ">=18" | ||
}, | ||
"dependencies": { | ||
"@apollo/client": "^3.10.3", | ||
"@azure/functions": "^4.4.0", | ||
"@apollo/client": "^3.11.9", | ||
"@azure/functions": "^4.6.0", | ||
"@definitelytyped/old-header-parser": "npm:@definitelytyped/[email protected]", | ||
"@definitelytyped/utils": "workspace:*", | ||
"@octokit/webhooks-methods": "^4.1.0", | ||
"dayjs": "^1.11.11", | ||
"dayjs": "^1.11.13", | ||
"fast-json-patch": "^3.1.1", | ||
"graphql": "15.8.0", | ||
"prettyjson": "^1.2.5", | ||
"yargs": "^17.7.2" | ||
}, | ||
"devDependencies": { | ||
"@octokit/graphql-schema": "^14.58.0", | ||
"@octokit/webhooks-types": "^7.5.1", | ||
"@types/node": "^18.19.58", | ||
"@octokit/webhooks-types": "^7.6.1", | ||
"@types/node": "^18.19.64", | ||
"@types/prettyjson": "^0.0.33", | ||
"@types/yargs": "^17.0.32", | ||
"@types/yargs": "^17.0.33", | ||
"apollo": "^2.34.0", | ||
"azure-functions-core-tools": "^4.0.5700", | ||
"esbuild": "^0.21.5", | ||
"jest": "^29.7.0", | ||
"jest-file-snapshot": "^0.5.0", | ||
"knip": "^5.33.3", | ||
"rimraf": "^5.0.7", | ||
"seroval": "^1.0.7", | ||
"ts-jest": "^29.1.2", | ||
"typescript": "^5.4.5" | ||
}, | ||
"overrides": { | ||
"apollo": { | ||
"graphql": "15.8.0" | ||
}, | ||
"apollo-language-server": { | ||
"graphql": "15.8.0" | ||
} | ||
"azure-functions-core-tools": "^4.0.6543", | ||
"esbuild": "^0.24.0", | ||
"jest-file-snapshot": "^0.7.0", | ||
"rimraf": "^5.0.10", | ||
"seroval": "^1.1.1", | ||
"typescript": "^5.6.3" | ||
}, | ||
"scripts": { | ||
"prestart": "pnpm run build", | ||
|
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
import { NotNeededPackage } from "@definitelytyped/definitions-parser"; | ||
import { isAlreadyDeprecated } from "../src/calculate-versions"; | ||
|
||
describe("isAlreadyDeprecated", () => { | ||
const shouldSkip = !process.env.CI; | ||
|
||
(shouldSkip ? it.skip : it)("should report @types/commander as deprecated", async () => { | ||
const pkg = new NotNeededPackage("@types/commander", "commander", "2.12.2"); | ||
const result = await isAlreadyDeprecated(pkg, { info: () => {}, error: () => {} }); | ||
expect(!!result).toBe(true); | ||
}); | ||
}) |
This file contains 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
This file contains 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
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.