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

Fix /bun config profile so it emulates Node.js ^21.0.0 versions, otherwise linting for feature support will fail for modern APIs common in Bun apps like Request, Response, and Headers #17

Merged
merged 1 commit into from
Jul 26, 2024

Conversation

mangs
Copy link
Contributor

@mangs mangs commented Jul 25, 2024

Pull Request Checklist

  • I have read the CONTRIBUTING document
  • Readme and changelog updates were made reflecting this PR's changes
  • Increase the project version number in package.json following Semantic Versioning

Changes Included

  • Version bump to 2.0.1
  • Fix /bun config profile so it emulates Node.js ^21.0.0 versions, otherwise linting for feature support will fail for modern APIs common in Bun apps like Request, Response, and Headers
  • Upgrade dependencies to latest versions

…otherwise linting for feature support will fail for modern APIs common in Bun apps like `Request`, `Response`, and `Headers`
@mangs mangs requested a review from jduthon July 25, 2024 17:04
@mangs
Copy link
Contributor Author

mangs commented Jul 25, 2024

Not sure why this failed when I tested this with bun link before merging 2.0.0, but I got 137 errors on the get.babbel.com lambda after applying it there. With this fix, that goes down to 3. The rest of the errors are actual errors due to package updates/improvements.

@mangs mangs merged commit b7263c7 into babbel:main Jul 26, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants