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

Update Linter #458

Closed
devhawk opened this issue May 22, 2024 · 2 comments
Closed

Update Linter #458

devhawk opened this issue May 22, 2024 · 2 comments
Assignees

Comments

@devhawk
Copy link
Collaborator

devhawk commented May 22, 2024

https://eslint.org/blog/2024/04/eslint-v9.0.0-released/
https://typescript-eslint.io/blog/announcing-typescript-eslint-v7/

@devhawk
Copy link
Collaborator Author

devhawk commented May 22, 2024

possible dupe of #442

@devhawk devhawk self-assigned this May 22, 2024
kraftp added a commit that referenced this issue May 30, 2024
The latest versions of some of our popular dev dependencies (`jest` and
`ts-jest`) contain deprecated dependencies that print warnings when
installed. For now, we suppress those warnings. Going forward, we need
to:

- Upgrade to the next version of `jest` and `ts-jest` when they're
released.
- Upgrade to the latest `eslint` soon. This is difficult because it
completely changes how the linter is configured, so we'll have to redo
our linter configuration files from scratch.
(#458)
qianl15 pushed a commit that referenced this issue May 30, 2024
The latest versions of some of our popular dev dependencies (`jest` and
`ts-jest`) contain deprecated dependencies that print warnings when
installed. For now, we suppress those warnings. Going forward, we need
to:

- Upgrade to the next version of `jest` and `ts-jest` when they're
released.
- Upgrade to the latest `eslint` soon. This is difficult because it
completely changes how the linter is configured, so we'll have to redo
our linter configuration files from scratch.
(#458)
qianl15 added a commit that referenced this issue May 30, 2024
The latest versions of some of our popular dev dependencies (`jest` and
`ts-jest`) contain deprecated dependencies that print warnings when
installed. For now, we suppress those warnings. Going forward, we need
to:

- Upgrade to the next version of `jest` and `ts-jest` when they're
released.
- Upgrade to the latest `eslint` soon. This is difficult because it
completely changes how the linter is configured, so we'll have to redo
our linter configuration files from scratch.
(#458)

Co-authored-by: Peter Kraft <peter.kraft@dbos.dev>
@kraftp
Copy link
Contributor

kraftp commented Jun 13, 2024

Addressed in #510

@kraftp kraftp closed this as completed Jun 13, 2024
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

No branches or pull requests

2 participants