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.19.0
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.20.0
Choose a head ref
  • 18 commits
  • 77 files changed
  • 5 contributors

Commits on Sep 15, 2023

  1. fix: Ignore transient tap test directories (#364)

    Running tests causes a lot of file churn. Although (usually) ephemeral,
    these files cause high CPU usage and can make developer tools difficult
    to use. These files also make linting fail.
    
    Now the files will be ignored by git and by eslint.
    
    ## References
    Fixes #348
    Fixes #359
    
    This is a rebase of #350 since it had yet another conflict.
    
    ---------
    
    Authored-by: Dan <[email protected]>
    wraithgar authored Sep 15, 2023
    Configuration menu
    Copy the full SHA
    29bf19d View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

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

Commits on Oct 26, 2023

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

Commits on Nov 6, 2023

  1. fix: add suffix to template files (#362)

    Add `.hbs` as a suffix to all Handlebars template files.
    rotu authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    3e1792c View commit details
    Browse the repository at this point in the history
  2. docs: add note about semver and breaking changes (#372)

    This has always been true for this package, but we haven't made too many
    API breaking changes. Recently #362 landed which is a breaking change,
    since the API includes shadowing and using these files as partials. So
    it is best to embrace these types of changes and document the behavior.
    lukekarrys authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    2a8d79e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea0e866 View commit details
    Browse the repository at this point in the history
  4. deps: bump npm-package-arg from 10.1.0 to 11.0.1

    Bumps [npm-package-arg](https://github.com/npm/npm-package-arg) from 10.1.0 to 11.0.1.
    - [Release notes](https://github.com/npm/npm-package-arg/releases)
    - [Changelog](https://github.com/npm/npm-package-arg/blob/main/CHANGELOG.md)
    - [Commits](npm/npm-package-arg@v10.1.0...v11.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: npm-package-arg
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and lukekarrys committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    0b59cd6 View commit details
    Browse the repository at this point in the history
  5. deps: bump hosted-git-info from 6.1.1 to 7.0.1

    Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 6.1.1 to 7.0.1.
    - [Release notes](https://github.com/npm/hosted-git-info/releases)
    - [Changelog](https://github.com/npm/hosted-git-info/blob/main/CHANGELOG.md)
    - [Commits](npm/hosted-git-info@v6.1.1...v7.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: hosted-git-info
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and lukekarrys committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    af30dbe View commit details
    Browse the repository at this point in the history
  6. deps: bump @npmcli/package-json from 4.0.1 to 5.0.0

    Bumps [@npmcli/package-json](https://github.com/npm/package-json) from 4.0.1 to 5.0.0.
    - [Release notes](https://github.com/npm/package-json/releases)
    - [Changelog](https://github.com/npm/package-json/blob/main/CHANGELOG.md)
    - [Commits](npm/package-json@v4.0.1...v5.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@npmcli/package-json"
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and lukekarrys committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    f25926a View commit details
    Browse the repository at this point in the history
  7. deps: bump @npmcli/git from 4.1.0 to 5.0.3

    Bumps [@npmcli/git](https://github.com/npm/git) from 4.1.0 to 5.0.3.
    - [Release notes](https://github.com/npm/git/releases)
    - [Changelog](https://github.com/npm/git/blob/main/CHANGELOG.md)
    - [Commits](npm/git@v4.1.0...v5.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: "@npmcli/git"
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and lukekarrys committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    8c20554 View commit details
    Browse the repository at this point in the history
  8. deps: bump @npmcli/arborist from 6.5.0 to 7.2.1

    Bumps [@npmcli/arborist](https://github.com/npm/cli/tree/HEAD/workspaces/arborist) from 6.5.0 to 7.2.1.
    - [Release notes](https://github.com/npm/cli/releases)
    - [Changelog](https://github.com/npm/cli/blob/latest/workspaces/arborist/CHANGELOG.md)
    - [Commits](https://github.com/npm/cli/commits/arborist-v7.2.1/workspaces/arborist)
    
    ---
    updated-dependencies:
    - dependency-name: "@npmcli/arborist"
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and lukekarrys committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    f2521ed View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. deps: bump @commitlint/cli from 17.8.1 to 18.2.0

    Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 17.8.1 to 18.2.0.
    - [Release notes](https://github.com/conventional-changelog/commitlint/releases)
    - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md)
    - [Commits](https://github.com/conventional-changelog/commitlint/commits/v18.2.0/@commitlint/cli)
    
    ---
    updated-dependencies:
    - dependency-name: "@commitlint/cli"
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and lukekarrys committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    c8420a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec65582 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Configuration menu
    Copy the full SHA
    37e9e0e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3fca74f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    17ea62d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    74331b4 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. chore: release 4.20.0

    github-actions[bot] authored and lukekarrys committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    7f86c5f View commit details
    Browse the repository at this point in the history
Loading