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

feat(deploy): apply publishConfig to all packages during deploy #7647

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from

Commits on Oct 29, 2023

  1. chore(install): add test for injected installs

    Add (currently failing) test for injected installs.
    
    Represents regression issue discussed here: #7040
    JacobLey committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    8ba10c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e00a5b2 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. feat(deploy): apply publishConfig to all packages during deploy (#6943)

    When deploying packages, the package.json of the deployed package
    (as well as any other locally defined dependencies)
    should be treated as if it published, and mutate the package.json
    according to `publishConfig` and local `workspace:` dependencies.
    
    close #6693
    
    ---------
    
    Co-authored-by: Zoltan Kochan <z@kochan.io>
    JacobLey and zkochan committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    7ac0389 View commit details
    Browse the repository at this point in the history
  2. fix: update tsconfig

    zkochan committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    bcddfae View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. Configuration menu
    Copy the full SHA
    4421cc4 View commit details
    Browse the repository at this point in the history
  2. fix: compile

    zkochan committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    6d66575 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dcee537 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1b7ee49 View commit details
    Browse the repository at this point in the history