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

deps: bump Rollup peerDep to 3.7.5+, remove tech debt #458

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jul 14, 2023

  1. deps: bump Rollup peerDep to 3.7.5+, remove tech debt

    - 3.7.5 includes rollup/rollup@ffab4cd
      - which fixes the duplicate error logging upstream and allows us to remove the `buildEnd` workaround
    - 2.60.0 includes `this.load`, so can remove the `satisfies` check
    - 2.14.0 includes `this.meta.watchMode`, so can remove the env check
    
    - remove deprecated `rollupCommonJSResolveHack`
      - it hasn't done anything since 6fb0e75 in late 2020 (~2.5 years ago)
      - and has been formally deprecated since 74f6761 over a year ago
    - remove `objectHashIgnoreUnknownHack` warning
      - hasn't been needed for async functions since 9afc8df in early 2020 (~3.5 years ago)
        - so I think that's a long enough window to now remove the warning
      - also add a link in the docs to `object-hash`
        - noticed there wasn't one, despite all the links I added to the docs!
    agilgur5 committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    d8301eb View commit details
    Browse the repository at this point in the history