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 rpt2 to latest v0.32.0 to fix monorepos #967

Merged

Commits on Jun 2, 2022

  1. deps: upgrade rpt2 to latest v0.32.0 to fix monorepos

    - rpt2 v0.30.0 supports compiling files outside of the project directory
      with no additional configuration (e.g. of `rootDir`) as it upgraded
      its dep of `@rollup/pluginutils` to v4, which has a breaking change
      affecting `createFilter`
      - essentially, the change to `@rollup/pluginutils` allows transforming
        files outside of the project dir
    
    - rpt2 v0.32.0 supports symlinks, such as with monorepos built w/ pnpm
    
    - previously, microbundle was using rpt2 v0.29.0, which is about ~1.5
      years out-of-date
    agilgur5 committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    31699a6 View commit details
    Browse the repository at this point in the history
  2. add changeset

    agilgur5 committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    336a485 View commit details
    Browse the repository at this point in the history