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

feat: ESM migration of got-scraping #109

Merged
merged 6 commits into from
Oct 2, 2023
Merged

feat: ESM migration of got-scraping #109

merged 6 commits into from
Oct 2, 2023

Conversation

vladfrangu
Copy link
Member

@vladfrangu vladfrangu commented Oct 2, 2023

Closes #90
Closes #106
Closes #108
Closes #105

BREAKING CHANGE
This package is now ESM only, as such, it cannot be required from inside a CJS project, use dynamic import instead.

@vladfrangu vladfrangu requested a review from B4nan October 2, 2023 12:00
@github-actions github-actions bot added this to the 73nd sprint - Tooling team milestone Oct 2, 2023
@github-actions github-actions bot added t-tooling Issues with this label are in the ownership of the tooling team. tested Temporary label used only programatically for some analytics. labels Oct 2, 2023
package.json Outdated Show resolved Hide resolved
.eslintrc.json Outdated Show resolved Hide resolved
@@ -12,7 +12,8 @@ const connect = async (proxyUrl: string, options: tls.ConnectionOptions, callbac
host = `[${options.host}]:${options.port}`;
}

(async () => {
// eslint-disable-next-line no-void
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we really need to get rid of the no-void rule as well

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've mentioned https://github.com/iCrawl/eslint-config-neon before, our eslint rules really need some love and attention 😢

tsconfig.json Show resolved Hide resolved
@B4nan B4nan merged commit 35f1920 into master Oct 2, 2023
8 checks passed
@B4nan B4nan deleted the feat/esm branch October 2, 2023 14:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
t-tooling Issues with this label are in the ownership of the tooling team. tested Temporary label used only programatically for some analytics.
Projects
None yet
2 participants