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

Use require.resolve to detect "framework" packages (fix pnpm) #21048

Merged
merged 27 commits into from Nov 9, 2021

Commits on Jan 17, 2021

  1. Copy the full SHA
    3740547 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f785c27 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    e9c6cc0 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2021

  1. Copy the full SHA
    3502549 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2021

  1. Copy the full SHA
    a9c2ec8 View commit details
    Browse the repository at this point in the history
  2. Wait 5 seconds after killing app

    Try to avoid 'EBUSY: resource busy or locked' on Windows when removing
    temp directory
    elliottsj committed Jan 26, 2021
    Copy the full SHA
    c67d0aa View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2021

  1. Use tree-kill to kill process

    Try to avoid 'EBUSY: resource busy or locked' on Windows when removing
    temp directory
    elliottsj committed Jan 28, 2021
    Copy the full SHA
    0a347ed View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    edbf543 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2021

  1. Copy the full SHA
    c308764 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2021

  1. Copy the full SHA
    7e9970d View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2021

  1. Copy the full SHA
    f5594df View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2021

  1. Copy the full SHA
    218a400 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8b539e3 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    fae174b View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2021

  1. Copy the full SHA
    f4f0d5e View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2021

  1. Copy the full SHA
    3228ceb View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6dd774b View commit details
    Browse the repository at this point in the history
  3. Remove prop-types from 'framework' chunk paths

    It's no longer needed because 'next' no longer declares a direct
    dep on 'prop-types' since c7e2a1d
    elliottsj committed Aug 28, 2021
    Copy the full SHA
    4450a12 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2021

  1. Copy the full SHA
    41d25a9 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2021

  1. Fix pnpm-support tests

    - Upgrade to react@17 for next@11 compat
    - Add .babelrc to disable SWC
    - Add @next/polyfill-nomodule dep
    elliottsj committed Oct 29, 2021
    Copy the full SHA
    16b2443 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5f96288 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2021

  1. Copy the full SHA
    a9904ca View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ed1800f View commit details
    Browse the repository at this point in the history
  3. Return execa object in runPnpm

    Should fix the 'pid must be a number' error when
    `killProcess(appProcess.pid)` is called.
    elliottsj committed Nov 8, 2021
    Copy the full SHA
    43dce85 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    758ac4f View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    c097bb2 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. Copy the full SHA
    c25339b View commit details
    Browse the repository at this point in the history