Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tsdjs/tsd
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.30.7
Choose a base ref
...
head repository: tsdjs/tsd
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.31.0
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Mar 30, 2024

  1. Upgrade to TypeScript 5.4

    Closes #213
    sindresorhus committed Mar 30, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    10a84ba View commit details
  2. 0.31.0

    sindresorhus committed Mar 30, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    fa33d83 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 package.json
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tsd",
"version": "0.30.7",
"version": "0.31.0",
"description": "Check TypeScript type definitions",
"license": "MIT",
"repository": "tsdjs/tsd",
@@ -39,7 +39,7 @@
"typedefinitions"
],
"dependencies": {
"@tsd/typescript": "~5.3.3",
"@tsd/typescript": "~5.4.3",
"eslint-formatter-pretty": "^4.1.0",
"globby": "^11.0.1",
"jest-diff": "^29.0.3",