Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: npm/template-oss
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.1.2
Choose a base ref
...
head repository: npm/template-oss
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.2.0
Choose a head ref
  • 4 commits
  • 69 files changed
  • 2 contributors

Commits on Sep 15, 2022

  1. Configuration menu
    Copy the full SHA
    423450f View commit details
    Browse the repository at this point in the history
  2. feat: add content config option to allow a module to set own content

    This also removes a lot of the redundant snapshot tests in favor of
    testing the actual files written.
    
    This also adds a few other features to allow `npm/cli` to use this in
    the root workspace:
    
    - set `npm` and `npx` paths in workflows via config
    - dependabot now works with workspaces
    - templated files now include more partials which can be overwritten
      with `content` directory config
    - only file config options are merged between root and workspaces. this
      allows for the root to set config which will only apply to itself
    - workspace paths are ignored from linting and testing in the root
    lukekarrys committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    849cecc View commit details
    Browse the repository at this point in the history
  3. fix: dont run workflows outside of npm org (#194)

    This adds a `if: github.repository_owner == 'npm'` to each workflow so
    they don't run outside of the npm organization by default.
    
    Closes #182
    lukekarrys committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    ffa2c08 View commit details
    Browse the repository at this point in the history
  4. chore: release 4.2.0

    github-actions[bot] authored and lukekarrys committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    f3bb589 View commit details
    Browse the repository at this point in the history
Loading