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

Merge main into feature.color-4 #2217

Merged
merged 7 commits into from
Apr 12, 2024
Merged

Merge main into feature.color-4 #2217

merged 7 commits into from
Apr 12, 2024

Commits on Apr 1, 2024

  1. Configuration menu
    Copy the full SHA
    783c248 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    d9220d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1137797 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Make it possible to build npm with a linked language repo (#2214)

    This makes several changes:
    
    * It renames the `UPDATE_SASS_PROTOCOL` environment variable used by
      the Grinder `protobuf` task to `UPDATE_SASS_SASS_REPO` to make it
      more generic and so usable by other tasks. The previous name still
      works but is considered deprecated.
    
    * The `pkg-npm-*` grinder tasks now respects the
      `UPDATE_SASS_SASS_REPO` environment variable. This allows repos to
      ensure that the linked language repo's version of the TypeScript
      types are used when building the npm package.
    
    * `UPDATE_SASS_SASS_REPO=false` is set for all the `pkg-npm-*` tasks
      run by this repo, so that they will use the linked language repo's
      version of the TypeScript types.
    
    Co-authored-by: Carlos (Goodwine) <2022649+Goodwine@users.noreply.github.com>
    nex3 and Goodwine committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    c5aff1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    821b98e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d082da7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    78debaa View commit details
    Browse the repository at this point in the history