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

BREAKING: support of es module #995

Merged
merged 10 commits into from
Oct 5, 2024
Merged

BREAKING: support of es module #995

merged 10 commits into from
Oct 5, 2024

Commits on Oct 5, 2024

  1. Configuration menu
    Copy the full SHA
    9784b9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6334d00 View commit details
    Browse the repository at this point in the history
  3. feat: migrate utils to esm

    myfreeer committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    afa5090 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    00f1437 View commit details
    Browse the repository at this point in the history
  5. BREAKING: migrate to got 13

    many type changed, hope it would run
    
    See breaking changes here: https://github.com/sindresorhus/got/releases/tag/v12.0.0
    
    Currently there is no plan for got 14.x or later since it requires node 20
    myfreeer committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    671a9d9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    688425f View commit details
    Browse the repository at this point in the history
  7. css-url-parser: update d.ts

    myfreeer committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    b2c9f96 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    839871d View commit details
    Browse the repository at this point in the history
  9. BREAKING: change importDefaultFromPath to async

    AbstractDownloader: added internal fields `_asyncOptions`, `_overrideOptions`, `_options`, `_isInit`, `_pipeline`, `_initOptions`
    changed readonly field `pipeline` and `options` to getters with check, will throw TypeError if not initialized.
    myfreeer committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    1585a32 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    46efc29 View commit details
    Browse the repository at this point in the history