Skip to content

Conversation

@limzykenneth
Copy link
Member

Changes:

Updating dependencies where relevant and corresponding build/test updates as well.

WIP, this probably don't need to make it into 2.2 and can make 2.3.

@limzykenneth
Copy link
Member Author

@davepagurek CI failed on type tests

Error: test/types/typography.ts(50,23): error TS2550: Property 'at' does not exist on type 'Vector[]'. Do you need to change your target library? Try changing the 'lib' compiler option to 'es2022' or later.

Is there meant to be a tsconfig for us to define these things?

@davepagurek
Copy link
Contributor

@limzykenneth not yet, but we could update the script in package.json to be npx tsc --project test/types/tsconfig.json --noEmit test/types/*.ts, and then create test/types/tsconfig.json with:

{
  "compilerOptions": {
    "lib": "es2022"
  }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants