Skip to content
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

0.6.17 and 2025 #2270

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from
Draft

0.6.17 and 2025 #2270

wants to merge 9 commits into from

Conversation

Fil
Copy link
Contributor

@Fil Fil commented Jan 10, 2025

TODO:

  • complete the CHANGELOG
    • examples and explanations
    • make separate reference notebooks/pages? (current notebook)
  • fix typescript error (happens when we yarn upgrade)
  • fix typescript-eslint compat

After this is done:

  • review all links in /releases that should now point to CHANGELOG-2024.md instead of CHANGELOG.md.

The typescript-eslint issue happens if we yarn upgrade, then we get this warning when we run yarn test:tsc:

WARNING: You are currently running a version of TypeScript which is not officially supported by @typescript-eslint/typescript-estree.

You may find that it works just fine, or you may not.

SUPPORTED TYPESCRIPT VERSIONS: >=4.7.4 <5.6.0

YOUR TYPESCRIPT VERSION: 5.7.3

Please only submit bug reports when using the officially supported version.

due to https://github.com/typescript-eslint/typescript-eslint/blob/81dc579e01c6e95bd347725eab4d9a26a5fc724d/package.json#L123

(A way of dealing with this is to avoid doing yarn upgrade for the moment.)

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