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: upgrade @rollup/plugin-commonjs to v22 to fix try/catch requires #340

Merged
merged 1 commit into from Jun 6, 2022

Commits on Jun 3, 2022

  1. deps: upgrade @rollup/plugin-commonjs to v22 to fix try/catch requires

    - and build
    - v21 broke `graphlib`'s internal usage of `lodash` with its breaking
      change, and v22 has another breaking change to fix that
      - notably, this was breaking rpt2 imports for some users because rpt2
        bundles in `graphlib` etc, meaning the nuances of the bundling got
        leaked to consumers, and, in fact, broke their builds
        - another upside to unbundling
    agilgur5 committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    5f2f97d View commit details
    Browse the repository at this point in the history