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.23.4
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.23.6
Choose a head ref
  • 7 commits
  • 12 files changed
  • 4 contributors

Commits on Nov 25, 2024

  1. Configuration menu
    Copy the full SHA
    7915f76 View commit details
    Browse the repository at this point in the history
  2. chore: snapshots

    wraithgar committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    f0847b2 View commit details
    Browse the repository at this point in the history
  3. deps: bump diff from 6.0.0 to 7.0.0 (#480)

    Bumps [diff](https://github.com/kpdecker/jsdiff) from 6.0.0 to 7.0.0.
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a
    href="https://github.com/kpdecker/jsdiff/blob/master/release-notes.md">diff's
    changelog</a>.</em></p>
    <blockquote>
    <h2>7.0.0</h2>
    <p>Just a single (breaking) bugfix, undoing a behaviour change
    introduced accidentally in 6.0.0:</p>
    <ul>
    <li><a
    href="https://redirect.github.com/kpdecker/jsdiff/pull/554">#554</a>
    <strong><code>diffWords</code> treats numbers and underscores as word
    characters again.</strong> This behaviour was broken in v6.0.0.</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/kpdecker/jsdiff/commit/ad8f0eb9f4cea9a4b6abdede878e7a3d0f555a73"><code>ad8f0eb</code></a>
    Prep for 7.0.0 release (<a
    href="https://redirect.github.com/kpdecker/jsdiff/issues/556">#556</a>)</li>
    <li><a
    href="https://github.com/kpdecker/jsdiff/commit/7d113b61e6f43fbb89f7d1388eac339ebea9eeb5"><code>7d113b6</code></a>
    Fix diffWords treating numbers and underscores as not being word
    characters (...</li>
    <li><a
    href="https://github.com/kpdecker/jsdiff/commit/f9972d6993c268eb97530e6a4bc605303bcca77b"><code>f9972d6</code></a>
    Fix links to commit lists in release-notes.md (<a
    href="https://redirect.github.com/kpdecker/jsdiff/issues/555">#555</a>)</li>
    <li><a
    href="https://github.com/kpdecker/jsdiff/commit/68526b9b95fb2732c251ecadb46f228ee90281f3"><code>68526b9</code></a>
    Update release-notes.md (<a
    href="https://redirect.github.com/kpdecker/jsdiff/issues/552">#552</a>)</li>
    <li>See full diff in <a
    href="https://github.com/kpdecker/jsdiff/compare/v6.0.0...7.0.0">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=diff&package-manager=npm_and_yarn&previous-version=6.0.0&new-version=7.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    
    
    </details>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 25, 2024
    Configuration menu
    Copy the full SHA
    bac43ef View commit details
    Browse the repository at this point in the history
  4. deps: bump release-please from 16.13.0 to 16.15.0 (#494)

    Bumps [release-please](https://github.com/googleapis/release-please)
    from 16.13.0 to 16.15.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/googleapis/release-please/releases">release-please's
    releases</a>.</em></p>
    <blockquote>
    <h2>v16.15.0</h2>
    <h2><a
    href="https://github.com/googleapis/release-please/compare/v16.14.4...v16.15.0">16.15.0</a>
    (2024-11-13)</h2>
    <h3>Features</h3>
    <ul>
    <li>add <code>always-update</code> option to push to always push to
    release branch (<a
    href="https://github.com/googleapis/release-please/commit/72d40df677b08fd52654a4c3b320649f63b9c635">72d40df</a>)</li>
    </ul>
    <h2>v16.14.4</h2>
    <h2><a
    href="https://github.com/googleapis/release-please/compare/v16.14.3...v16.14.4">16.14.4</a>
    (2024-11-12)</h2>
    <h3>Bug Fixes</h3>
    <ul>
    <li><strong>deps:</strong> update dependency jsonpath-plus to v10.0.7
    [security] (<a
    href="https://redirect.github.com/googleapis/release-please/issues/2427">#2427</a>)
    (<a
    href="https://github.com/googleapis/release-please/commit/f9614e30557a4a0741005f761da87417834d6871">f9614e3</a>)</li>
    </ul>
    <h2>v16.14.3</h2>
    <h2><a
    href="https://github.com/googleapis/release-please/compare/v16.14.2...v16.14.3">16.14.3</a>
    (2024-10-15)</h2>
    <h3>Bug Fixes</h3>
    <ul>
    <li><strong>deps:</strong> bump jsonpath-plus from 9.0.0 to 10.0.0 (<a
    href="https://github.com/googleapis/release-please/commit/ab989e41032ab6eca2938ea46521792440fb0882">ab989e4</a>)</li>
    </ul>
    <h2>v16.14.2</h2>
    <h2><a
    href="https://github.com/googleapis/release-please/compare/v16.14.1...v16.14.2">16.14.2</a>
    (2024-10-08)</h2>
    <h3>Bug Fixes</h3>
    <ul>
    <li><strong>java-yoshi:</strong> match full artifact id when updating
    versions (<a
    href="https://redirect.github.com/googleapis/release-please/issues/2398">#2398</a>)
    (<a
    href="https://github.com/googleapis/release-please/commit/e062dc1b73b336b021f62971c50917d6ca4c266b">e062dc1</a>)</li>
    <li>make workspace plugin with <code>separate-pull-request</code> fine
    (<a
    href="https://redirect.github.com/googleapis/release-please/issues/2310">#2310</a>)
    (<a
    href="https://github.com/googleapis/release-please/commit/15c75a92761f844dfeb8dec36efbb15af6848e27">15c75a9</a>)</li>
    </ul>
    <h2>v16.14.1</h2>
    <h2><a
    href="https://github.com/googleapis/release-please/compare/v16.14.0...v16.14.1">16.14.1</a>
    (2024-10-01)</h2>
    <h3>Bug Fixes</h3>
    <ul>
    <li><strong>deps:</strong> replace jsonpath with jsonpath-plus (<a
    href="https://redirect.github.com/googleapis/release-please/issues/2391">#2391</a>)
    (<a
    href="https://github.com/googleapis/release-please/commit/47db9b5ce447fdc71a169c94e58480b525210679">47db9b5</a>)</li>
    <li>when parsing multiple messages from a single commit, require 2
    newlines (<a
    href="https://redirect.github.com/googleapis/release-please/issues/2390">#2390</a>)
    (<a
    href="https://github.com/googleapis/release-please/commit/bb5e69b958c9dd4818c30315ae99d3ecc7e41fa1">bb5e69b</a>)</li>
    </ul>
    <h2>v16.14.0</h2>
    <h2><a
    href="https://github.com/googleapis/release-please/compare/v16.13.0...v16.14.0">16.14.0</a>
    (2024-09-17)</h2>
    <h3>Features</h3>
    <ul>
    <li>handle multiple commits in a single message (<a
    href="https://redirect.github.com/googleapis/release-please/issues/2358">#2358</a>)
    (<a
    href="https://github.com/googleapis/release-please/commit/ec41c38422fc23c6671f4ee7e4f09e9e120ab751">ec41c38</a>)</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a
    href="https://github.com/googleapis/release-please/blob/main/CHANGELOG.md">release-please's
    changelog</a>.</em></p>
    <blockquote>
    <h2><a
    href="https://github.com/googleapis/release-please/compare/v16.14.4...v16.15.0">16.15.0</a>
    (2024-11-13)</h2>
    <h3>Features</h3>
    <ul>
    <li>add <code>always-update</code> option to push to always push to
    release branch (<a
    href="https://github.com/googleapis/release-please/commit/72d40df677b08fd52654a4c3b320649f63b9c635">72d40df</a>)</li>
    </ul>
    <h2><a
    href="https://github.com/googleapis/release-please/compare/v16.14.3...v16.14.4">16.14.4</a>
    (2024-11-12)</h2>
    <h3>Bug Fixes</h3>
    <ul>
    <li><strong>deps:</strong> update dependency jsonpath-plus to v10.0.7
    [security] (<a
    href="https://redirect.github.com/googleapis/release-please/issues/2427">#2427</a>)
    (<a
    href="https://github.com/googleapis/release-please/commit/f9614e30557a4a0741005f761da87417834d6871">f9614e3</a>)</li>
    </ul>
    <h2><a
    href="https://github.com/googleapis/release-please/compare/v16.14.2...v16.14.3">16.14.3</a>
    (2024-10-15)</h2>
    <h3>Bug Fixes</h3>
    <ul>
    <li><strong>deps:</strong> bump jsonpath-plus from 9.0.0 to 10.0.0 (<a
    href="https://github.com/googleapis/release-please/commit/ab989e41032ab6eca2938ea46521792440fb0882">ab989e4</a>)</li>
    </ul>
    <h2><a
    href="https://github.com/googleapis/release-please/compare/v16.14.1...v16.14.2">16.14.2</a>
    (2024-10-08)</h2>
    <h3>Bug Fixes</h3>
    <ul>
    <li><strong>java-yoshi:</strong> match full artifact id when updating
    versions (<a
    href="https://redirect.github.com/googleapis/release-please/issues/2398">#2398</a>)
    (<a
    href="https://github.com/googleapis/release-please/commit/e062dc1b73b336b021f62971c50917d6ca4c266b">e062dc1</a>)</li>
    <li>make workspace plugin with <code>separate-pull-request</code> fine
    (<a
    href="https://redirect.github.com/googleapis/release-please/issues/2310">#2310</a>)
    (<a
    href="https://github.com/googleapis/release-please/commit/15c75a92761f844dfeb8dec36efbb15af6848e27">15c75a9</a>)</li>
    </ul>
    <h2><a
    href="https://github.com/googleapis/release-please/compare/v16.14.0...v16.14.1">16.14.1</a>
    (2024-10-01)</h2>
    <h3>Bug Fixes</h3>
    <ul>
    <li><strong>deps:</strong> replace jsonpath with jsonpath-plus (<a
    href="https://redirect.github.com/googleapis/release-please/issues/2391">#2391</a>)
    (<a
    href="https://github.com/googleapis/release-please/commit/47db9b5ce447fdc71a169c94e58480b525210679">47db9b5</a>)</li>
    <li>when parsing multiple messages from a single commit, require 2
    newlines (<a
    href="https://redirect.github.com/googleapis/release-please/issues/2390">#2390</a>)
    (<a
    href="https://github.com/googleapis/release-please/commit/bb5e69b958c9dd4818c30315ae99d3ecc7e41fa1">bb5e69b</a>)</li>
    </ul>
    <h2><a
    href="https://github.com/googleapis/release-please/compare/v16.13.0...v16.14.0">16.14.0</a>
    (2024-09-17)</h2>
    <h3>Features</h3>
    <ul>
    <li>handle multiple commits in a single message (<a
    href="https://redirect.github.com/googleapis/release-please/issues/2358">#2358</a>)
    (<a
    href="https://github.com/googleapis/release-please/commit/ec41c38422fc23c6671f4ee7e4f09e9e120ab751">ec41c38</a>)</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/googleapis/release-please/commit/3e807972fc8d1a348cd45e32d933ada4d25d4a28"><code>3e80797</code></a>
    chore(main): release 16.15.0 (<a
    href="https://redirect.github.com/googleapis/release-please/issues/2429">#2429</a>)</li>
    <li><a
    href="https://github.com/googleapis/release-please/commit/72d40df677b08fd52654a4c3b320649f63b9c635"><code>72d40df</code></a>
    feat: always-update (<a
    href="https://redirect.github.com/googleapis/release-please/issues/2420">#2420</a>)</li>
    <li><a
    href="https://github.com/googleapis/release-please/commit/b79f423099f655731bff6365ecc9792780cee0aa"><code>b79f423</code></a>
    chore(main): release 16.14.4 (<a
    href="https://redirect.github.com/googleapis/release-please/issues/2428">#2428</a>)</li>
    <li><a
    href="https://github.com/googleapis/release-please/commit/f9614e30557a4a0741005f761da87417834d6871"><code>f9614e3</code></a>
    fix(deps): update dependency jsonpath-plus to v10.0.7 [security] (<a
    href="https://redirect.github.com/googleapis/release-please/issues/2427">#2427</a>)</li>
    <li><a
    href="https://github.com/googleapis/release-please/commit/d68f5c31ddb5bc89fece7284436bcb240dea2b57"><code>d68f5c3</code></a>
    build: migrate to multiScm for release builds (<a
    href="https://redirect.github.com/googleapis/release-please/issues/2418">#2418</a>)</li>
    <li><a
    href="https://github.com/googleapis/release-please/commit/33e2d6dfe8af7aa94c27ea4a8ef64d7c2d01cf80"><code>33e2d6d</code></a>
    deps: update rexml 3.3.9 (<a
    href="https://redirect.github.com/googleapis/release-please/issues/2413">#2413</a>)</li>
    <li><a
    href="https://github.com/googleapis/release-please/commit/3202daa81d0a5ef8f8959ec48aa5f79159fde997"><code>3202daa</code></a>
    chore(main): release 16.14.3 (<a
    href="https://redirect.github.com/googleapis/release-please/issues/2404">#2404</a>)</li>
    <li><a
    href="https://github.com/googleapis/release-please/commit/ab989e41032ab6eca2938ea46521792440fb0882"><code>ab989e4</code></a>
    build(deps): bump jsonpath-plus from 9.0.0 to 10.0.0 (<a
    href="https://redirect.github.com/googleapis/release-please/issues/2401">#2401</a>)</li>
    <li><a
    href="https://github.com/googleapis/release-please/commit/64ffba96734bf158818121c067870077d903611b"><code>64ffba9</code></a>
    chore(main): release 16.14.2 (<a
    href="https://redirect.github.com/googleapis/release-please/issues/2394">#2394</a>)</li>
    <li><a
    href="https://github.com/googleapis/release-please/commit/e062dc1b73b336b021f62971c50917d6ca4c266b"><code>e062dc1</code></a>
    fix(java-yoshi): match full artifact id when updating versions (<a
    href="https://redirect.github.com/googleapis/release-please/issues/2398">#2398</a>)</li>
    <li>Additional commits viewable in <a
    href="https://github.com/googleapis/release-please/compare/v16.13.0...v16.15.0">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=release-please&package-manager=npm_and_yarn&previous-version=16.13.0&new-version=16.15.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    
    
    </details>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 25, 2024
    Configuration menu
    Copy the full SHA
    48087ac View commit details
    Browse the repository at this point in the history
  5. chore: release 4.23.5 (#493)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ##
    [4.23.5](v4.23.4...v4.23.5)
    (2024-11-25)
    ### Bug Fixes
    *
    [`7915f76`](7915f76)
    [#492](#492) add number suffix
    to prerelease (@wraithgar)
    ### Dependencies
    *
    [`48087ac`](48087ac)
    [#494](#494) bump release-please
    from 16.13.0 to 16.15.0 (#494) (@dependabot[bot])
    *
    [`bac43ef`](bac43ef)
    [#480](#480) bump diff from
    6.0.0 to 7.0.0 (#480) (@dependabot[bot])
    ### Chores
    *
    [`f0847b2`](f0847b2)
    [#492](#492) snapshots
    (@wraithgar)
    
    ---
    This PR was generated with [Release
    Please](https://github.com/googleapis/release-please). See
    [documentation](https://github.com/googleapis/release-please#release-please).
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Nov 25, 2024
    Configuration menu
    Copy the full SHA
    abdc939 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2024

  1. Configuration menu
    Copy the full SHA
    252092a View commit details
    Browse the repository at this point in the history
  2. chore: release 4.23.6 (#496)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ##
    [4.23.6](v4.23.5...v4.23.6)
    (2024-12-11)
    ### Bug Fixes
    *
    [`252092a`](252092a)
    [#495](#495) correct versions
    with prereleases (#495) (@reggi)
    
    ---
    This PR was generated with [Release
    Please](https://github.com/googleapis/release-please). See
    [documentation](https://github.com/googleapis/release-please#release-please).
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Dec 11, 2024
    Configuration menu
    Copy the full SHA
    c172754 View commit details
    Browse the repository at this point in the history
Loading