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

Mola #5

Open
wants to merge 1,392 commits into
base: bpwatch
Choose a base branch
from
Open

Mola #5

wants to merge 1,392 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Feb 1, 2021

  1. add Node 15 tests and download scripts

    Danielle Adams committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    4cebba1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c868da0 View commit details
    Browse the repository at this point in the history
  3. make Node 14 the default version

    Danielle Adams committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    2bbc026 View commit details
    Browse the repository at this point in the history
  4. add Node 15 specs

    Danielle Adams committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    ae7ae15 View commit details
    Browse the repository at this point in the history
  5. update Node plugins

    Danielle Adams committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    39fa6fe View commit details
    Browse the repository at this point in the history
  6. update CHANGELOG

    Danielle Adams committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    be3b8a0 View commit details
    Browse the repository at this point in the history
  7. remove travis env vars; update plugins again

    Danielle Adams committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    8b08b4b View commit details
    Browse the repository at this point in the history
  8. update node plugins

    Danielle Adams committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    54bf313 View commit details
    Browse the repository at this point in the history
  9. Merge pull request heroku#895 from heroku/add-node-15

    Add Node 15 test and plugin references
    danielleadams authored Feb 1, 2021
    Configuration menu
    Copy the full SHA
    5d785fe View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

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

Commits on Feb 3, 2021

  1. Configuration menu
    Copy the full SHA
    4817e09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98d9073 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2021

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

Commits on Feb 10, 2021

  1. prune yarn devDependencies at the end of build (heroku#891)

    * prune yarn devDependencies at the end of build
    
    * Remove warning message for production flag
    
    * Update tests to reflect need of workspace import
    
    * install workspace plugin when not present
    
    * update fixtures
    
    * cache build with yarn 2
    
    * change grep of yarn plugins from yarnrc.yml; delete warning test for production flag
    
    * set up buildpack to instead warn that plugin is missing and prompt user to install before build
    danielleadams authored Feb 10, 2021
    Configuration menu
    Copy the full SHA
    752f1d5 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2021

  1. swap a dependency with a failure script

    Danielle Adams committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    6933e1c View commit details
    Browse the repository at this point in the history
  2. remove unneeded deps in tests

    Danielle Adams committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    f949185 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    031c65e View commit details
    Browse the repository at this point in the history
  4. continue updating tests for lagging node versions and unused dependen…

    …cies
    Danielle Adams committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    1a1a7f6 View commit details
    Browse the repository at this point in the history
  5. replace heroku package with more lightweight

    Danielle Adams committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    231af75 View commit details
    Browse the repository at this point in the history
  6. fix mismatching npm + node versions

    Danielle Adams committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    4405a5d View commit details
    Browse the repository at this point in the history
  7. fix test with devdependencies missing

    Danielle Adams committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    79f61cb View commit details
    Browse the repository at this point in the history
  8. Merge pull request heroku#903 from heroku/fix-some-tests

    Fix tests that depend on packages [changelog skip]
    danielleadams authored Feb 11, 2021
    Configuration menu
    Copy the full SHA
    6ffb5c5 View commit details
    Browse the repository at this point in the history
  9. add 10.23.3 and 14.5.5 to inventory

    Danielle Adams committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    b4e845a View commit details
    Browse the repository at this point in the history
  10. add 12.x

    Danielle Adams committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    b751dcc View commit details
    Browse the repository at this point in the history
  11. Merge pull request heroku#902 from heroku/update-inventory

    add 10.23.3, 12.20.2 and 14.5.5 to inventory
    danielleadams authored Feb 11, 2021
    Configuration menu
    Copy the full SHA
    1660cf2 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2021

  1. fix return value for detecting yarn workspace plugin

    Danielle Adams committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    2935101 View commit details
    Browse the repository at this point in the history
  2. use built in yarn command

    Danielle Adams committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    fd3d41c View commit details
    Browse the repository at this point in the history
  3. Merge pull request heroku#905 from heroku/bug/fix-yarn-prune

    fix return value for detecting yarn workspace plugin
    danielleadams authored Feb 26, 2021
    Configuration menu
    Copy the full SHA
    70af836 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2021

  1. Prefer local packages when present in cache

    This change updates the `yarn install` step to use the
    `--prefer-offline` argument. This avoids reinstalling already-present
    packages when the local cache has them.
    geoffharcourt committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    74bb294 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2021

  1. create CHANGELOG release for v184

    Danielle Adams committed May 20, 2021
    Configuration menu
    Copy the full SHA
    818938d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9339e59 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2021

  1. Drop Heroku-16 from CI test matrix

    The Heroku-16 stack reached end-of-life on May 1st, 2021, and from
    June 1st, 2021, builds will be disabled.
    
    This removes support for testing against Heroku-16 in CI.
    
    This change is non-breaking as it only affects development (hence why
    it's landing a few days early), however a changelog entry has been added
    regardless, for improved visibility into the support status of the stack.
    
    Closes GUS-W-9329672.
    edmorley committed May 27, 2021
    Configuration menu
    Copy the full SHA
    0272d77 View commit details
    Browse the repository at this point in the history
  2. Merge pull request heroku#920 from heroku/edmorley/rm-heroku-16-testing

    Drop Heroku-16 from CI test matrix
    danielleadams authored May 27, 2021
    Configuration menu
    Copy the full SHA
    3f4c594 View commit details
    Browse the repository at this point in the history
  3. Tests: Use the correct value for STACK during integration tests (hero…

    …ku#921)
    
    In production `STACK` is always set to `heroku-{16,18,20}` even for the
    `-build` stack image variants. This changes make the tests closer to production.
    edmorley authored May 27, 2021
    Configuration menu
    Copy the full SHA
    338cf9b View commit details
    Browse the repository at this point in the history
  4. remove @danielleadams from buildpack README

    Danielle Adams committed May 27, 2021
    Configuration menu
    Copy the full SHA
    5ed109b View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2021

  1. Merge pull request heroku#922 from heroku/rm-tweet-handle

    remove @danielleadams from buildpack README [changelog skip]
    danielleadams authored Jun 1, 2021
    Configuration menu
    Copy the full SHA
    1b9a117 View commit details
    Browse the repository at this point in the history
  2. add plugin for Node 16

    Danielle Adams committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    db67c64 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2021

  1. Merge pull request heroku#923 from heroku/release-node-16-plugin

    add metrics plugin for Node 16
    danielleadams authored Jun 2, 2021
    Configuration menu
    Copy the full SHA
    76c21b3 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2021

  1. release v185

    Danielle Adams committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    30f4721 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23572a2 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2021

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

Commits on Jul 1, 2021

  1. Configuration menu
    Copy the full SHA
    1c1c5ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52a8d7f View commit details
    Browse the repository at this point in the history
  3. Merge pull request heroku#931 from heroku/refactor-web-concurrency

    Refactor $WEB_CONCURRENCY handling
    dzuelke authored Jul 1, 2021
    Configuration menu
    Copy the full SHA
    d3b484a View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2021

  1. Update shunit2

    joshwlewis committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    a50567d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8028eb View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2021

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

Commits on Aug 11, 2021

  1. Configuration menu
    Copy the full SHA
    4ded7fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed02061 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ebd83e3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    77c5efe View commit details
    Browse the repository at this point in the history
  5. Update node inventory

    joshwlewis committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    2cc5895 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    49f4806 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    49df608 View commit details
    Browse the repository at this point in the history
  8. Merge pull request heroku#934 from heroku/jwl/update-shunit2

    Fix broken tests; bump shUnit2 to 2.1.8
    joshwlewis authored Aug 11, 2021
    Configuration menu
    Copy the full SHA
    4e478c9 View commit details
    Browse the repository at this point in the history
  9. Update changelog for v186

    joshwlewis committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    ddd8ebf View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2021

  1. Configuration menu
    Copy the full SHA
    908b595 View commit details
    Browse the repository at this point in the history
  2. Merge pull request heroku#935 from heroku/jwl/release-v186

    Prepare release v186
    joshwlewis authored Aug 12, 2021
    Configuration menu
    Copy the full SHA
    9937029 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8eaa64d View commit details
    Browse the repository at this point in the history
  4. Merge pull request heroku#928 from djmarcin/fix-custom-url

    Fix NODE_BINARY_URL extraction
    joshwlewis authored Aug 12, 2021
    Configuration menu
    Copy the full SHA
    39e4b17 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2021

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

Commits on Sep 1, 2021

  1. Configuration menu
    Copy the full SHA
    79871cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5adfe72 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f704ca4 View commit details
    Browse the repository at this point in the history
  4. Merge pull request heroku#936 from heroku/jwl/upgrade-hatchet

    Upgrade to latest heroku_hatchet (7.3.4)
    joshwlewis authored Sep 1, 2021
    Configuration menu
    Copy the full SHA
    cd6ecdf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c041510 View commit details
    Browse the repository at this point in the history
  6. Move changelog entry

    edmorley authored and joshwlewis committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    c84260f View commit details
    Browse the repository at this point in the history
  7. Merge pull request heroku#901 from BigAlUK/tiny_typo

    Corrects tiny typo in conflicting lockfile failure message
    joshwlewis authored Sep 1, 2021
    Configuration menu
    Copy the full SHA
    45f5120 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5eed950 View commit details
    Browse the repository at this point in the history
  9. Merge pull request heroku#937 from heroku/jwl/update-check-changelog

    Update changelog check to be skippable
    joshwlewis authored Sep 1, 2021
    Configuration menu
    Copy the full SHA
    d61da4e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    dc6e23c View commit details
    Browse the repository at this point in the history
  11. add support for running "npm ci" when "npm-shrinkwrap.json" is found …

    …on the project directory
    fjorgemota committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    61a2c2c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b16a707 View commit details
    Browse the repository at this point in the history
  13. Merge pull request heroku#913 from commonlit/prefer-offline

    Prefer local packages when present in cache
    joshwlewis authored Sep 1, 2021
    Configuration menu
    Copy the full SHA
    b44600c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    900cd1c View commit details
    Browse the repository at this point in the history
  15. Merge pull request heroku#938 from fjorgemota/main

    Add support for running "npm ci" when "npm-shrinkwrap.json" is found on the project directory
    joshwlewis authored Sep 1, 2021
    Configuration menu
    Copy the full SHA
    5b3fac9 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2021

  1. Prepare v187 release

    joshwlewis committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    3ff2d26 View commit details
    Browse the repository at this point in the history
  2. Merge pull request heroku#939 from heroku/release-v187

    Prepare v187 release
    joshwlewis authored Sep 2, 2021
    Configuration menu
    Copy the full SHA
    6335e29 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2021

  1. Configuration menu
    Copy the full SHA
    d92962a View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    brandonchinn178 committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    0d910b8 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2021

  1. Merge pull request heroku#888 from brandonchinn178/main

    Always use local yarn cache with yarn 2
    joshwlewis authored Sep 8, 2021
    Configuration menu
    Copy the full SHA
    5c733ce View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2021

  1. Configuration menu
    Copy the full SHA
    8f720a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff81d5a View commit details
    Browse the repository at this point in the history
  3. Merge pull request heroku#940 from heroku/jwl/update-node-inventory-p…

    …ages
    
    Update node inventory to include previously truncated versions
    joshwlewis authored Sep 9, 2021
    Configuration menu
    Copy the full SHA
    b3edf9d View commit details
    Browse the repository at this point in the history
  4. Prepare release v188

    joshwlewis committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    21a6d7e View commit details
    Browse the repository at this point in the history
  5. Merge pull request heroku#941 from heroku/release-v188

    Prepare release v188
    joshwlewis authored Sep 9, 2021
    Configuration menu
    Copy the full SHA
    4c419b5 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2021

  1. Update changelog release date for v188

    Since it was published the day after the currently listed date:
    
    ```
    $ h buildpacks:versions heroku/nodejs | head -n3
    Version  Released At               Status
    ───────  ────────────────────────  ─────────
    188      2021-09-10T17:03:08.056Z  published
    ```
    edmorley authored Sep 13, 2021
    Configuration menu
    Copy the full SHA
    3532eb5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request heroku#942 from heroku/edmorley/changelog-v188

    Update changelog release date for v188
    joshwlewis authored Sep 13, 2021
    Configuration menu
    Copy the full SHA
    314a783 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2021

  1. Configuration menu
    Copy the full SHA
    86fcc85 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    512a2ef View commit details
    Browse the repository at this point in the history
  3. Merge pull request heroku#944 from heroku/revert-888-main

    Revert "Always use local yarn cache with yarn 2"
    joshwlewis authored Sep 14, 2021
    Configuration menu
    Copy the full SHA
    05cece9 View commit details
    Browse the repository at this point in the history
  4. Prepare release v189

    joshwlewis committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    699fd14 View commit details
    Browse the repository at this point in the history
  5. Merge pull request heroku#945 from heroku/release-v189

    Prepare release v189
    joshwlewis authored Sep 14, 2021
    Configuration menu
    Copy the full SHA
    083bccc View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2021

  1. Add Yarn 1.22.1{2,3,4,5} to inventory/yarn.toml (heroku#947)

    To fix CI on `main`, now that there are newer Yarn versions, which cause `testBuildMetaData`
    to fail, the same as it did in heroku#934.
    
    GUS-W-9981764.
    edmorley authored Oct 4, 2021
    Configuration menu
    Copy the full SHA
    2993213 View commit details
    Browse the repository at this point in the history
  2. Add Dependabot config (heroku#946)

    Since by default Dependabot only opens PRs for security fixes, unless an explicit config exists.
    
    See:
    https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates
    
    GUS-W-9981100.
    edmorley authored Oct 4, 2021
    Configuration menu
    Copy the full SHA
    ff5859b View commit details
    Browse the repository at this point in the history
  3. Bump github.com/stretchr/testify from 1.3.0 to 1.7.0 (heroku#950)

    Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.3.0 to 1.7.0.
    - [Release notes](https://github.com/stretchr/testify/releases)
    - [Commits](stretchr/testify@v1.3.0...v1.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/stretchr/testify
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 4, 2021
    Configuration menu
    Copy the full SHA
    f7b3677 View commit details
    Browse the repository at this point in the history
  4. Remove unused parallel_tests gem & refresh Gemfile.lock (heroku#953)

    - Removed unused `parallel_tests` dependency (this repository is using
      `parallel_split_tests` instead).
    - Refreshes `Gemfile.lock` to pick up new dependencies. Moving forwards
      Dependabot will take care of this, but doing so in one go reduces the
      PR churn to get the repo up to date. Mass-updating is safe since the
      Ruby deps are only used in CI.
    
    GUS-W-9981100.
    edmorley authored Oct 4, 2021
    Configuration menu
    Copy the full SHA
    bbdfac4 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2021

  1. Bump actions/checkout from 2.3.4 to 2.3.5 (heroku#955)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.3.5.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v2.3.4...v2.3.5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 17, 2021
    Configuration menu
    Copy the full SHA
    c7a3e20 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2021

  1. Configuration menu
    Copy the full SHA
    83f3262 View commit details
    Browse the repository at this point in the history
  2. Merge pull request heroku#966 from heroku/jwl/update-inventory

    Update node and yarn inventory
    joshwlewis authored Dec 14, 2021
    Configuration menu
    Copy the full SHA
    f47bc34 View commit details
    Browse the repository at this point in the history
  3. Bump actions/checkout from 2.3.5 to 2.4.0

    Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.5 to 2.4.0.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v2.3.5...v2.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 14, 2021
    Configuration menu
    Copy the full SHA
    f2ded7b View commit details
    Browse the repository at this point in the history
  4. Merge pull request heroku#960 from heroku/dependabot/github_actions/a…

    …ctions/checkout-2.4.0
    
    Bump actions/checkout from 2.3.5 to 2.4.0
    joshwlewis authored Dec 14, 2021
    Configuration menu
    Copy the full SHA
    a4a029a View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2022

  1. Bump rspec-expectations from 3.10.1 to 3.10.2 (heroku#970)

    Bumps [rspec-expectations](https://github.com/rspec/rspec-expectations) from 3.10.1 to 3.10.2.
    - [Release notes](https://github.com/rspec/rspec-expectations/releases)
    - [Changelog](https://github.com/rspec/rspec-expectations/blob/main/Changelog.md)
    - [Commits](rspec/rspec-expectations@v3.10.1...v3.10.2)
    
    ---
    updated-dependencies:
    - dependency-name: rspec-expectations
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 14, 2022
    Configuration menu
    Copy the full SHA
    b9baa76 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2022

  1. Configuration menu
    Copy the full SHA
    ddedbb6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9a13d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d4032bc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a3857be View commit details
    Browse the repository at this point in the history
  5. Merge pull request heroku#973 from heroku/jwl/default-nodejs-16

    Update default node version to 16.x
    joshwlewis authored Jan 28, 2022
    Configuration menu
    Copy the full SHA
    3fe582f View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2022

  1. Configuration menu
    Copy the full SHA
    8204a89 View commit details
    Browse the repository at this point in the history
  2. Merge pull request heroku#974 from heroku/jwl/update-inventory-jan22

    Chore: Update Inventory
    joshwlewis authored Jan 31, 2022
    Configuration menu
    Copy the full SHA
    d18c0f8 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2022

  1. Configuration menu
    Copy the full SHA
    c753166 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3940e95 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. Document v190 release

    joshwlewis committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    357617b View commit details
    Browse the repository at this point in the history
  2. Update v190 release date

    Co-authored-by: Ed Morley <[email protected]>
    joshwlewis and edmorley authored Feb 2, 2022
    Configuration menu
    Copy the full SHA
    1ec9c65 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83741aa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7d93bc7 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2022

  1. Configuration menu
    Copy the full SHA
    e8f6f47 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    214714e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    add674f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    53cd8ff View commit details
    Browse the repository at this point in the history
  5. Fix pnp spec syntax error

    joshwlewis committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    c960694 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a63e1e3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    075c31a View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2022

  1. Configuration menu
    Copy the full SHA
    8c64f1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44c90ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a7aeb3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    501a890 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f945b69 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7027301 View commit details
    Browse the repository at this point in the history
  7. Fix test syntax errors

    joshwlewis committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    9ee5751 View commit details
    Browse the repository at this point in the history
  8. Add missing sem

    joshwlewis committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    f0eafa2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a3e8188 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6994e80 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2022

  1. Merge pull request heroku#977 from heroku/jwl/release-v190

    Document v190 release
    joshwlewis authored Feb 7, 2022
    Configuration menu
    Copy the full SHA
    3a38aed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76fa321 View commit details
    Browse the repository at this point in the history
  3. s/yarn_pnp/yarn2

    joshwlewis committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    a8068b9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    45d1b04 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c8e493f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bc33290 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    90b0bae View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0c9a8da View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3014d6b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3630f56 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

  1. Bump rspec-expectations from 3.10.2 to 3.11.0 (heroku#980)

    Bumps [rspec-expectations](https://github.com/rspec/rspec-expectations) from 3.10.2 to 3.11.0.
    - [Release notes](https://github.com/rspec/rspec-expectations/releases)
    - [Changelog](https://github.com/rspec/rspec-expectations/blob/main/Changelog.md)
    - [Commits](rspec/rspec-expectations@v3.10.2...v3.11.0)
    
    ---
    updated-dependencies:
    - dependency-name: rspec-expectations
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 10, 2022
    Configuration menu
    Copy the full SHA
    dd1a8f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8ee60e View commit details
    Browse the repository at this point in the history
  3. Merge pull request heroku#978 from heroku/jwl/yarn-pnp-nonzero

    Improve support for yarn 2
    joshwlewis authored Feb 10, 2022
    Configuration menu
    Copy the full SHA
    7b053c7 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2022

  1. Prepare v191 release

    joshwlewis committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    d6d7406 View commit details
    Browse the repository at this point in the history
  2. Merge pull request heroku#984 from heroku/joshwlewis/prepare-v191

    Prepare v191 release
    joshwlewis authored Feb 14, 2022
    Configuration menu
    Copy the full SHA
    48d9595 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. Configuration menu
    Copy the full SHA
    1a8f4c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b057c5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request heroku#985 from heroku/yarn-cache-replace-target

    Replace yarn cache rather than nest it
    joshwlewis authored Feb 16, 2022
    Configuration menu
    Copy the full SHA
    6c2109e View commit details
    Browse the repository at this point in the history
  4. Fix additional occurrence of yarn cache nesting (heroku#987)

    * Fix additional occurrence of yarn cache nesting
    
    * Delete any nested caches
    
    * Add changelog note about cache restoration
    
    * Fix comment typo
    joshwlewis authored Feb 16, 2022
    Configuration menu
    Copy the full SHA
    f4e7ee2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3fe3841 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

  1. Prune devDependencies for Yarn 2

    With Yarn 2 there is currently no built in support for pruning `devDependencies`.  Instead of removing the cache directory entirely and forcing a new install of just the production dependencies, this PR extracts the `devDependencies` from each `package.json` found in the application and calls `yarn remove` to prune them.
    colincasey committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    4f32fcf View commit details
    Browse the repository at this point in the history
  2. Added changelog entry

    colincasey committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    924b7bc View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2022

  1. Merge pull request heroku#990 from heroku/fix/918_yarn_dev_dependency…

    …_pruning
    
    Prune devDependencies for Yarn 2
    colincasey authored Mar 23, 2022
    Configuration menu
    Copy the full SHA
    8d0502a View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. Added inventory entry for yarn 1.22.18

    Noticed this was causing CI failures after merging heroku#990.  This should get the failing tests sorted.
    colincasey committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    c14724d View commit details
    Browse the repository at this point in the history
  2. Added inventory entry for yarn 1.22.18

    Noticed this was causing CI failures after merging heroku#990.  This should get the failing tests sorted.
    colincasey committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    1b5b790 View commit details
    Browse the repository at this point in the history
  3. Merge pull request heroku#992 from heroku/fix/update_yarn_inventory

    Added inventory entry for yarn 1.22.18
    colincasey authored Mar 28, 2022
    Configuration menu
    Copy the full SHA
    d069744 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cebabdb View commit details
    Browse the repository at this point in the history
  5. Merge pull request heroku#993 from heroku/fix/update_changelog_for_re…

    …lease
    
    Merged changelog entries before publishing buildpack
    colincasey authored Mar 28, 2022
    Configuration menu
    Copy the full SHA
    f0175ef View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. Revert changes introduced in heroku#990

    There is an issue with the changes to prune the yarn 2 cache that, in certain situations, would cause all devDependencies to be reinstalled during the prune stage which is the opposite result of the intended fix.  This can cause slug sizes to increase for customers so this PR restores the previous cache clearing behavior.
    colincasey committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    52cf70c View commit details
    Browse the repository at this point in the history
  2. Merge pull request heroku#994 from heroku/revert/v193_yarn_dependency…

    …_pruning
    
    Revert changes introduced in heroku#990
    colincasey authored Mar 30, 2022
    Configuration menu
    Copy the full SHA
    66aa7b0 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2022

  1. feat: set xtrace if $BUILDPACK_XTRACE set

    For debugging or for folks who are curious about how the buildpack works.
    
    Similar implementation here: heroku/heroku-buildpack-python#226
    josegonzalez authored and Jose Diaz-Gonzalez committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    2ff6de1 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

  1. Bump actions/checkout from 2.4.0 to 3 (heroku#989)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v2.4.0...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 4, 2022
    Configuration menu
    Copy the full SHA
    8f964fc View commit details
    Browse the repository at this point in the history
  2. Bump github.com/stretchr/testify from 1.7.0 to 1.7.1 (heroku#991)

    Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.0 to 1.7.1.
    - [Release notes](https://github.com/stretchr/testify/releases)
    - [Commits](stretchr/testify@v1.7.0...v1.7.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/stretchr/testify
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 4, 2022
    Configuration menu
    Copy the full SHA
    b02199b View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2022

  1. Configuration menu
    Copy the full SHA
    6d421ae View commit details
    Browse the repository at this point in the history
  2. Merge pull request heroku#925 from josegonzalez/patch-1

    feat: set xtrace if $BUILDPACK_XTRACE set
    colincasey authored Apr 5, 2022
    Configuration menu
    Copy the full SHA
    5968fe0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    461abc0 View commit details
    Browse the repository at this point in the history
  4. Merge pull request heroku#997 from heroku/fix/update_changelog_for_v195

    Fixing up the changelog after merging heroku#925
    colincasey authored Apr 5, 2022
    Configuration menu
    Copy the full SHA
    d448274 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. Set permissions for GitHub actions (heroku#998)

    Restrict the GitHub token permissions only to the required ones; this way, even if the attackers will succeed in compromising your workflow, they won’t be able to do much.
    
    - Included permissions for the action. https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions
    
    https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
    
    https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs
    
    [Keeping your GitHub Actions and workflows secure Part 1: Preventing pwn requests](https://securitylab.github.com/research/github-actions-preventing-pwn-requests/)
    
    Signed-off-by: naveensrinivasan <[email protected]>
    naveensrinivasan authored Apr 11, 2022
    Configuration menu
    Copy the full SHA
    2c0566d View commit details
    Browse the repository at this point in the history
  2. Log exact installed npm version (heroku#995)

    When a new version of npm is installed only the specified compatible
    version is logged, not the resolved/installed one. This differs from
    when installing node, where both versions are logged. Logging the exact
    version helps in debugging and adds clarity.
    
    Before:
    
    ```sh
    Resolving node version ~16...
    Downloading and installing node 16.14.2...
    Bootstrapping npm ~8 (replacing 8.5.0)...
    npm ~8 installed
    ```
    After:
    
    ```sh
    Resolving node version ~16...
    Downloading and installing node 16.14.2...
    Bootstrapping npm ~8 (replacing 8.5.0)...
    npm 8.6.0 installed
    ```
    
    Co-authored-by: Josh W Lewis <[email protected]>
    johanholmerin and joshwlewis authored Apr 11, 2022
    Configuration menu
    Copy the full SHA
    8afcc90 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2022

  1. Prune devDependencies for Yarn 2

    Adds a custom Yarn 2 plugin to handle `devDependency` pruning.
    colincasey committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    8398783 View commit details
    Browse the repository at this point in the history
  2. Prune devDependencies for Yarn 2

    Adds a custom Yarn 2 plugin to handle `devDependency` pruning.
    colincasey committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    e3618f5 View commit details
    Browse the repository at this point in the history
  3. Prune devDependencies for Yarn 2

    Adds a custom Yarn 2 plugin to handle `devDependency` pruning.
    colincasey committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    388b537 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2022

  1. Prune devDependencies for Yarn 2

    Adds a custom Yarn 2 plugin to handle `devDependency` pruning.
    colincasey committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    908c2f6 View commit details
    Browse the repository at this point in the history
  2. Prune devDependencies for Yarn 2

    Adds a custom Yarn 2 plugin to handle `devDependency` pruning.
    colincasey committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    e867fef View commit details
    Browse the repository at this point in the history
  3. Prune devDependencies for Yarn 2

    Adds a custom Yarn 2 plugin to handle `devDependency` pruning.
    colincasey committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    6c84d17 View commit details
    Browse the repository at this point in the history
  4. Merge pull request heroku#999 from heroku/fix/918_yarn_dev_dependency…

    …_pruning_attempt_2
    
    Prune devDependencies for Yarn 2
    colincasey authored Apr 13, 2022
    Configuration menu
    Copy the full SHA
    83aa0de View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

  1. Enable devDependency pruning for Yarn 2

    After monitoring the custom Yarn 2 plugin for a period of time there doesn't seem to be any issues from the 20% of builds that it has been active on.  This PR enables this feature completely and removes the old code path that used to handle pruning for Yarn 2.
    colincasey committed May 18, 2022
    Configuration menu
    Copy the full SHA
    123baaa View commit details
    Browse the repository at this point in the history
  2. Enable devDependency pruning for Yarn 2

    After monitoring the custom Yarn 2 plugin for a period of time there doesn't seem to be any issues from the 20% of builds that it has been active on.  This PR enables this feature completely and removes the old code path that used to handle pruning for Yarn 2.
    colincasey committed May 18, 2022
    Configuration menu
    Copy the full SHA
    3d058ee View commit details
    Browse the repository at this point in the history

Commits on May 19, 2022

  1. Update CHANGELOG.md

    colincasey authored May 19, 2022
    Configuration menu
    Copy the full SHA
    3b6a939 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

  1. Update CHANGELOG.md

    colincasey authored May 26, 2022
    Configuration menu
    Copy the full SHA
    c497cb2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request heroku#1001 from heroku/ccasey/fully_enable_yarn2_…

    …pruning
    
    Enable devDependency pruning for Yarn 2
    colincasey authored May 26, 2022
    Configuration menu
    Copy the full SHA
    e496d9c View commit details
    Browse the repository at this point in the history
  3. Add Heroku-22 to the CI test matrix (heroku#1003)

    The Node.js binaries are not stack-specific, so no buildpack/binary
    changes are needed for Heroku-22 - only testing it in CI.
    
    GUS-W-10343867.
    edmorley authored May 26, 2022
    Configuration menu
    Copy the full SHA
    91e821f View commit details
    Browse the repository at this point in the history
  4. Add Node.js 17 and 18 support (heroku#1002)

    * Metrics support for Node 17, 18 (not 12)
    
    * Update test version range to include Node.js 17 and 18
    
    * Update metrics plugins
    
    * Add a node 16 spec
    
    * Add a node-17 spec
    
    * Tie down range-with-space version range, so it'll work with heroku-18+Node18
    
    * Add a spec for Node 18.x
    
    * Add failure message for heroku-18 and Node.js 18
    
    * Add a spec for heroku-18/Node 18 incompatibilty
    
    * Use PCRE regex on failure check
    
    * Adjust regex
    
    * Add log grep debugging
    
    * Actually grep the file
    
    * Make sure npm --version errors make it to the log
    
    * Redirect more stderr so that errors end up in logs
    
    * Capture npm --version stderr in the output logs
    
    * Add additional debugging
    
    * Add additional debugging
    
    * More debug logs =(
    
    * Still debugging
    
    * Fix npm --version redirection
    
    * Clean up debugging and add comments
    
    * Add node-16-metrics test
    
    * add node-17-metrics test
    
    * Add node-18-metrics test
    
    * Update changelog for Node 17 and 18 support
    
    * Adjust test-range-with-space expectation
    
    * Update CHANGELOG.md
    
    Co-authored-by: Ed Morley <[email protected]>
    
    * Update lib/failure.sh
    
    Co-authored-by: Ed Morley <[email protected]>
    
    * Update lib/binaries.sh
    
    Co-authored-by: Ed Morley <[email protected]>
    
    * Update lib/binaries.sh
    
    Co-authored-by: Ed Morley <[email protected]>
    
    * Update lib/binaries.sh
    
    Co-authored-by: Ed Morley <[email protected]>
    
    * Update spec/ci/node_16_metrics_spec.rb
    
    Co-authored-by: Ed Morley <[email protected]>
    
    Co-authored-by: Ed Morley <[email protected]>
    joshwlewis and edmorley authored May 26, 2022
    Configuration menu
    Copy the full SHA
    d53f03e View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

  1. Configuration menu
    Copy the full SHA
    590ed15 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da8c7ef View commit details
    Browse the repository at this point in the history
  3. Merge pull request heroku#1005 from heroku/ccasey/changelog_v196

    Update CHANGELOG.md before publishing v196
    colincasey authored May 31, 2022
    Configuration menu
    Copy the full SHA
    b71e33b View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. Drop yarn-native-cache feature (heroku#1004)

    * Drop yarn-native-cache feature
    
    * Drop fixture feature setting
    
    * Drop yarn-native-cache feature
    
    * Update test expectations: it was testing an impossible scenario
    
    * Add changelog entry for feature flag removal
    joshwlewis authored Jun 1, 2022
    Configuration menu
    Copy the full SHA
    cac568e View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2022

  1. Fix for skipping pruning with Yarn 2 (heroku#1008)

    The [Node support docs](https://devcenter.heroku.com/articles/nodejs-support#skip-pruning) state that Yarn dependency pruning can be skipped by setting `YARN_PRODUCTION=false` but this only works with Yarn v1 since using the `YARN_PRODUCTION` environment variable with Yarn v2+ will cause `yarn` commands to fail.
    
    This PR will:
     * detect when Yarn v2+ is used in the build and raise an actionable error if the `YARN_PRODUCTION` is set
     * checks for the presence of a `YARN2_SKIP_PRUNING` environment variable to determine if we should skip pruning or not
    colincasey authored Jun 3, 2022
    Configuration menu
    Copy the full SHA
    34b2aad View commit details
    Browse the repository at this point in the history
  2. Fix for npm ci caching (heroku#1009)

    Since `npm ci` removes any existing `node_modules` folder before installing, to get proper caching behavior we need to cache the npm cache instead.
    colincasey authored Jun 3, 2022
    Configuration menu
    Copy the full SHA
    5917461 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

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

Commits on Jun 9, 2022

  1. Bump github.com/stretchr/testify from 1.7.1 to 1.7.2 (heroku#1011)

    Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.1 to 1.7.2.
    - [Release notes](https://github.com/stretchr/testify/releases)
    - [Commits](stretchr/testify@v1.7.1...v1.7.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/stretchr/testify
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 9, 2022
    Configuration menu
    Copy the full SHA
    b008ed3 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

  1. Switch away from deprecated path-based S3 URLs (heroku#1013)

    S3 URLs where the bucket name is part of the URL path are deprecated.
    
    Instead, it's recommended to use the virtual-hosted style references,
    where the bucket name is part of the domain. 
    
    The latter allows AWS to use DNS to direct requests directly to the
    appropriate region's S3 endpoint, rather than having to route via the
    global S3 endpoint (which AWS describe as being a single point of
    failure/harder to scale etc).
    
    There is a small chance this may also help with some of the S3 reliability
    issues seen in `heroku/builder` Circle CI runs - however even if it doesn't,
    at least we'll no longer be using the deprecated URLs/endpoints.
    
    The `lib/vendor/resolve-*` binaries were regenerated using `make build-production`.
    
    See:
    https://aws.amazon.com/blogs/aws/amazon-s3-path-deprecation-plan-the-rest-of-the-story/
    https://docs.aws.amazon.com/AmazonS3/latest/userguide/VirtualHosting.html
    https://docs.aws.amazon.com/general/latest/gr/s3.html#s3_region
    
    GUS-W-11283397.
    edmorley authored Jun 13, 2022
    Configuration menu
    Copy the full SHA
    b882fc4 View commit details
    Browse the repository at this point in the history
  2. Remove optional jq install step (heroku#1016)

    Since `jq` now exists on all stacks:
    https://devcenter.heroku.com/articles/stack-packages
    
    Removing since this means one fewer `curl` call to which retries etc
    have to be added shortly.
    edmorley authored Jun 13, 2022
    Configuration menu
    Copy the full SHA
    fb8a1b7 View commit details
    Browse the repository at this point in the history
  3. Adjust curl retry and connection timeout handling (heroku#1017)

    In the shimmed CNBs used in `heroku/builder` we have been seeing
    quite a few transient errors related to buildpacks downloading from S3.
    
    Adding appropriate retries and connection timeouts to all of our
    buildpack's curl usages should help with these, as well as make builds
    more reliable in general for users on Heroku, plus also anyone using a
    shimmed CNB locally with Pack CLI (where the network connection may
    be even less reliable).
    
    The `--retry-connrefused` option has been used since otherwise curl
    doesn't retry cases where the connection was refused. Ideally we would
    use `--retry-all-errors` which takes that one step further, however that
    option was only added in curl 7.71, so is only supported by Heroku-22+.
    
    For more on curl options, see:
    https://curl.se/docs/manpage.html
    
    GUS-W-11283397.
    edmorley authored Jun 13, 2022
    Configuration menu
    Copy the full SHA
    7881511 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. Release v198 (heroku#1018)

    To pick up heroku#1013, heroku#1016 & heroku#1017.
    
    GUS-W-11283397.
    edmorley authored Jun 15, 2022
    Configuration menu
    Copy the full SHA
    99d84a8 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. Bump got from 11.8.3 to 11.8.5 in /yarn2-plugins/prune-dev-dependenci…

    …es (heroku#1022)
    
    Bumps [got](https://github.com/sindresorhus/got) from 11.8.3 to 11.8.5.
    - [Release notes](https://github.com/sindresorhus/got/releases)
    - [Commits](sindresorhus/got@v11.8.3...v11.8.5)
    
    ---
    updated-dependencies:
    - dependency-name: got
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 6, 2022
    Configuration menu
    Copy the full SHA
    5b8a09d View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. Update Node.js inventory (heroku#1034)

    * Update Node.js inventory
    
    * Update yarn inventory
    joshwlewis authored Sep 26, 2022
    Configuration menu
    Copy the full SHA
    6c81817 View commit details
    Browse the repository at this point in the history
  2. Support GitHub Actions in etc scripts (heroku#1033)

    * Support GitHub Actions in etc/hatchet.sh
    
    * Drop debugging line
    
    * Support CI setup on GitHub Actions
    joshwlewis authored Sep 26, 2022
    Configuration menu
    Copy the full SHA
    6504bba View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. Bump rspec-expectations from 3.11.0 to 3.11.1 (heroku#1031)

    Bumps [rspec-expectations](https://github.com/rspec/rspec-expectations) from 3.11.0 to 3.11.1.
    - [Release notes](https://github.com/rspec/rspec-expectations/releases)
    - [Changelog](https://github.com/rspec/rspec-expectations/blob/main/Changelog.md)
    - [Commits](rspec/rspec-expectations@v3.11.0...v3.11.1)
    
    ---
    updated-dependencies:
    - dependency-name: rspec-expectations
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 29, 2022
    Configuration menu
    Copy the full SHA
    33bdd8b View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. Remove dependency on semver.herokuapp.com (heroku#1037)

    Since:
    - The app is deprecated and due to be switched off shortly.
    - The buildpack should have as few dependencies on
       external resources as possible (particularly those not
       productionised or behind CDN).
    - We especially should not have dependencies on
      `herokuapp.com` domains, given the reduced
      flexibility and risk of subdomain takeover.
    
    Fixes heroku#1015.
    GUS-W-11843580.
    edmorley authored Oct 3, 2022
    Configuration menu
    Copy the full SHA
    2db2647 View commit details
    Browse the repository at this point in the history
  2. Release v199 (heroku#1038)

    GUS-W-11843580.
    edmorley authored Oct 3, 2022
    Configuration menu
    Copy the full SHA
    688a25e View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. Convert heroku/heroku-buildpack-nodejs to GitHub Actions (heroku#1036)

    * Add workflow heroku/heroku-buildpack-nodejs/buildpack-tests
    
    * Matrixify unit-test
    
    * Correct push arguments
    
    * Rename CI workflow
    
    * Matrixify unit build tests
    
    * Use secrets for hatchet API key
    
    * Don't try to detect CI branch name
    
    * GitHub Actions workflow improvements
    
    * Use GITHUB_HEAD_REF if present
    
    * Add debugging for flaky tests
    
    * Disable colors for yarn prune tests
    
    * Drop debugging lines
    
    * Drop container for heroku-build tests
    
    * Add STACK to heroku-build tests
    
    * Add timeout-minutes to cancelled job
    
    * Add tearDown function to prevent running out of disk during CI
    
    * Run in heroku:{STACK}-build again
    
    * Use setup-ruby for caching
    
    * Drop circle config
    
    * Fix error constant
    
    * Run hatchet tests in expensive mode to bypass free dyno hour quotas
    
    * Enable hatchet run_multi too
    
    * Drop HATCHET_RUN_MULTI
    
    Co-authored-by: Josh W Lewis <[email protected]>
    mgomes and joshwlewis authored Oct 11, 2022
    Configuration menu
    Copy the full SHA
    39eba31 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. Dependency pruning support for Yarn 2, 3, and 4 (heroku#1040)

    * feat: Yarn 4 support for dependency pruning
    
    Co-authored-by: Reece Dunham <[email protected]>
    colincasey and RDIL authored Oct 18, 2022
    Configuration menu
    Copy the full SHA
    776cb06 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. Reduce Dependabot frequency to monthly (heroku#1042)

    To reduce the churn + email notification noise slightly. GitHub will still open
    PRs for any security issues outside of the monthly cadence.
    edmorley authored Oct 19, 2022
    Configuration menu
    Copy the full SHA
    aacce02 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2488d6 View commit details
    Browse the repository at this point in the history
  3. Change the default Node.js to 18.x (heroku#1045)

    * Change the default Node.js to 18.x
    
    * Add changelog entry for default version change
    
    * Update CHANGELOG.md
    
    Co-authored-by: Ed Morley <[email protected]>
    
    * Fallback to Node.js 16.x default on heroku-18
    
    * Update changelog entry for heroku-18 exception
    
    Co-authored-by: Ed Morley <[email protected]>
    joshwlewis and edmorley authored Oct 19, 2022
    Configuration menu
    Copy the full SHA
    ef0ed63 View commit details
    Browse the repository at this point in the history
  4. Add support for Node 19 (heroku#1046)

    * Update metrics plugins for 19.x support
    
    * Enable 19.x and drop 17.x for vX specs
    
    * Add node 19 hatchet tests
    
    * Add changelog entry for Node.js 19.x support
    joshwlewis authored Oct 19, 2022
    Configuration menu
    Copy the full SHA
    75e9081 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    95daf18 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. Update to go 1.19 and recompile (heroku#1050)

    * Update to go 1.19 and recompile
    
    * Add changelog entry for go update
    joshwlewis authored Nov 3, 2022
    Configuration menu
    Copy the full SHA
    3b91e2f View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. Bump github.com/stretchr/testify from 1.7.2 to 1.8.1 (heroku#1049)

    Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.2 to 1.8.1.
    - [Release notes](https://github.com/stretchr/testify/releases)
    - [Commits](stretchr/testify@v1.7.2...v1.8.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/stretchr/testify
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 10, 2022
    Configuration menu
    Copy the full SHA
    9a0fa64 View commit details
    Browse the repository at this point in the history
  2. Bump rspec-expectations from 3.11.1 to 3.12.0 (heroku#1048)

    Bumps [rspec-expectations](https://github.com/rspec/rspec-expectations) from 3.11.1 to 3.12.0.
    - [Release notes](https://github.com/rspec/rspec-expectations/releases)
    - [Changelog](https://github.com/rspec/rspec-expectations/blob/main/Changelog.md)
    - [Commits](rspec/rspec-expectations@v3.11.1...v3.12.0)
    
    ---
    updated-dependencies:
    - dependency-name: rspec-expectations
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 10, 2022
    Configuration menu
    Copy the full SHA
    221ed07 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. Allow yarn version selection for yarn berry projects (heroku#1060)

    * Allow engines.yarn to be specified for yarn berry
    
    * Update changelog with yarn berry channges
    
    * Bump the version in CHANGELOG
    
    * Update test for yarn 2 project specifying engine
    
    * Don't use yarn 2 in tests; it's not available yet
    joshwlewis authored Feb 10, 2023
    Configuration menu
    Copy the full SHA
    b16e5b8 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Bump heroku_hatchet from 7.3.4 to 8.0.1 (heroku#1062)

    Bumps [heroku_hatchet](https://github.com/heroku/hatchet) from 7.3.4 to 8.0.1.
    - [Release notes](https://github.com/heroku/hatchet/releases)
    - [Changelog](https://github.com/heroku/hatchet/blob/main/CHANGELOG.md)
    - [Commits](heroku/hatchet@v7.3.4...v8.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: heroku_hatchet
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 2, 2023
    Configuration menu
    Copy the full SHA
    e4452dd View commit details
    Browse the repository at this point in the history
  2. Add a scheduled Hatchet app cleaner workflow (heroku#1065)

    As of Hatchet v8.x, Hatchet now:
    - Removes the apps it creates after each test runs, rather than only
      enabling maintenance mode. This occurs even if an individual test fails.
    - Cleans up older apps iff it runs into the app limit. (This is only done when
      the app limit is hit, in order to prevent hundreds of unnecessary API
      requests, when test concurrency is high.)
    
    However, leftover apps can still occur in the following cases:
    - The GitHub Actions run is cancelled, or aborts in a non-clean way.
    - If a Hatchet bug (or a mis-use of Hatchet by the tests) cause Hatchet
      to exit non-cleanly.
    - If there is a platform incident causing the Heroku API to not be available.
    
    Therefore, this scheduled cleanup job has been added to catch any such
    leftover apps. It runs daily at 6am UTC, and can also be triggered manually
    via the GitHub dashboard.
    
    The cleanup job only deletes apps older than 10 minutes, so that it doesn't
    break any in progress CI jobs.
    
    GUS-W-12629391.
    edmorley authored Mar 2, 2023
    Configuration menu
    Copy the full SHA
    3ee6bf4 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. Use inventory-based version resolver from heroku/nodejs CNB (heroku#1061

    )
    
    * Use version resolver from heroku/nodejs CNB
    
    The heroku/nodejs CNB uses a version resolver that is written in rust
    and leverages a local inventory to resolve both Node.js and Yarn version
    ranges to an available version. This will replace the Go version which
    relied on querying the contents of an S3 bucket.
    
    This change should reduce the dependency on http during builds. It also
    unifies the heroku/nodejs CNB and v2 buildpacks to use the same
    version resolution system.
    
    * Don't unit test the go binaryin CI; it's been deleted
    
    * Rework resolve function to behave correctly
    
    * Report version resolution only for v2
    
    * Read error message from stderr too
    
    * Add changelog for version resolver change
    
    * Add makefile targets for building rust resolvers
    
    * Add changelog entry for release
    joshwlewis authored Mar 3, 2023
    Configuration menu
    Copy the full SHA
    d3a9fc5 View commit details
    Browse the repository at this point in the history
  2. Bump json5 from 2.2.1 to 2.2.3 in /yarn2-plugins/prune-dev-dependenci…

    …es (heroku#1055)
    
    Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3.
    - [Release notes](https://github.com/json5/json5/releases)
    - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
    - [Commits](json5/json5@v2.2.1...v2.2.3)
    
    ---
    updated-dependencies:
    - dependency-name: json5
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 3, 2023
    Configuration menu
    Copy the full SHA
    e833305 View commit details
    Browse the repository at this point in the history
  3. Bump http-cache-semantics in /yarn2-plugins/prune-dev-dependencies (h…

    …eroku#1059)
    
    Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1.
    - [Release notes](https://github.com/kornelski/http-cache-semantics/releases)
    - [Commits](kornelski/http-cache-semantics@v4.1.0...v4.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: http-cache-semantics
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 3, 2023
    Configuration menu
    Copy the full SHA
    042015e View commit details
    Browse the repository at this point in the history
  4. Bump rspec-expectations from 3.12.0 to 3.12.2 (heroku#1057)

    Bumps [rspec-expectations](https://github.com/rspec/rspec-expectations) from 3.12.0 to 3.12.2.
    - [Release notes](https://github.com/rspec/rspec-expectations/releases)
    - [Changelog](https://github.com/rspec/rspec-expectations/blob/main/Changelog.md)
    - [Commits](rspec/rspec-expectations@v3.12.0...v3.12.2)
    
    ---
    updated-dependencies:
    - dependency-name: rspec-expectations
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 3, 2023
    Configuration menu
    Copy the full SHA
    b496d60 View commit details
    Browse the repository at this point in the history
  5. Simplify version resolver make target (heroku#1067)

    * Use cargo install instead of cloning the repo manually
    
    * Add newlines instead of ;
    joshwlewis authored Mar 3, 2023
    Configuration menu
    Copy the full SHA
    7485da8 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

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

Commits on Mar 13, 2023

  1. Release v205 (heroku#1070)

    - includes fixed node inventory for 18.15.0
    colincasey authored Mar 13, 2023
    Configuration menu
    Copy the full SHA
    ef9d7a4 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. Add inventory update automation (heroku#1071)

    * Add inventory update automation
    
    * Use rust binaries that are hopefully on the PATH
    
    * Don't run inventory updates on push
    
    * Simplify binary installation to 1 line, add action versions
    joshwlewis authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    995e962 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. Update Inventory for heroku/nodejs-yarn (heroku#1072)

    Added yarn version 3.5.0.
    
    Co-authored-by: joshwlewis <[email protected]>
    github-actions[bot] and joshwlewis authored Mar 22, 2023
    Configuration menu
    Copy the full SHA
    aca6bbe View commit details
    Browse the repository at this point in the history
  2. Update Inventory for heroku/nodejs-engine (heroku#1073)

    Added node version 19.8.1, 19.8.0.
    
    Co-authored-by: joshwlewis <[email protected]>
    github-actions[bot] and joshwlewis authored Mar 22, 2023
    Configuration menu
    Copy the full SHA
    53d665d View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

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

Commits on Mar 29, 2023

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

Commits on Mar 31, 2023

  1. Update Inventory for heroku/nodejs yarn (heroku#1076)

    Added yarn version 4.0.0-rc.42, 4.0.0-rc.41.
    
    Co-authored-by: joshwlewis <[email protected]>
    github-actions[bot] and joshwlewis authored Mar 31, 2023
    Configuration menu
    Copy the full SHA
    7818b14 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. Update Inventory for heroku/nodejs engine (heroku#1078)

    Added node version 16.20.0.
    
    Co-authored-by: joshwlewis <[email protected]>
    github-actions[bot] and joshwlewis authored Apr 3, 2023
    Configuration menu
    Copy the full SHA
    c10d052 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4199a56 View commit details
    Browse the repository at this point in the history
  3. Bump heroku_hatchet from 8.0.1 to 8.0.2 (heroku#1079)

    Bumps [heroku_hatchet](https://github.com/heroku/hatchet) from 8.0.1 to 8.0.2.
    - [Release notes](https://github.com/heroku/hatchet/releases)
    - [Changelog](https://github.com/heroku/hatchet/blob/main/CHANGELOG.md)
    - [Commits](heroku/hatchet@v8.0.1...v8.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: heroku_hatchet
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 3, 2023
    Configuration menu
    Copy the full SHA
    1e96e2d View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Update Inventory for heroku/nodejs engine (heroku#1081)

    Added node version 19.9.0.
    
    Co-authored-by: joshwlewis <[email protected]>
    github-actions[bot] and joshwlewis authored Apr 11, 2023
    Configuration menu
    Copy the full SHA
    fef5b87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc83689 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. Update Inventory for heroku/nodejs engine (heroku#1083)

    Added node version 18.16.0.
    
    Co-authored-by: joshwlewis <[email protected]>
    github-actions[bot] and joshwlewis authored Apr 14, 2023
    Configuration menu
    Copy the full SHA
    4ff11a7 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Prepare v209 release (heroku#1085)

    * Prepare v209 release
    
    * What year is it?
    
    Co-authored-by: Richard Schneeman <[email protected]>
    
    ---------
    
    Co-authored-by: Richard Schneeman <[email protected]>
    joshwlewis and schneems authored Apr 17, 2023
    Configuration menu
    Copy the full SHA
    e4a8a28 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Update Inventory for heroku/nodejs engine (heroku#1086)

    Added node version 20.0.0.
    
    Co-authored-by: joshwlewis <[email protected]>
    github-actions[bot] and joshwlewis authored Apr 19, 2023
    Configuration menu
    Copy the full SHA
    85326bf View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Configuration menu
    Copy the full SHA
    a0ab6fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91cd268 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. Drop all references and special casing for heroku-18 (heroku#1093)

    * Drop all handling for heroku-18
    
    * Changelog entry for heroku-18 EOL
    joshwlewis authored May 8, 2023
    Configuration menu
    Copy the full SHA
    701cc0a View commit details
    Browse the repository at this point in the history
  2. Update Inventory for heroku/nodejs yarn (heroku#1091)

    Added yarn version 4.0.0-rc.43, 3.5.1.
    
    Co-authored-by: joshwlewis <[email protected]>
    github-actions[bot] and joshwlewis authored May 8, 2023
    Configuration menu
    Copy the full SHA
    c221384 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Update Inventory for heroku/nodejs engine (heroku#1092)

    Added node version 20.1.0.
    
    Co-authored-by: joshwlewis <[email protected]>
    github-actions[bot] and joshwlewis authored May 9, 2023
    Configuration menu
    Copy the full SHA
    b93cdbf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7faa15 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Update Inventory for heroku/nodejs yarn (heroku#1096)

    Added yarn version 4.0.0-rc.44.
    
    Co-authored-by: joshwlewis <[email protected]>
    github-actions[bot] and joshwlewis authored May 23, 2023
    Configuration menu
    Copy the full SHA
    85c4f3e View commit details
    Browse the repository at this point in the history
  2. Update Inventory for heroku/nodejs engine (heroku#1095)

    Added node version 20.2.0.
    
    Co-authored-by: joshwlewis <[email protected]>
    github-actions[bot] and joshwlewis authored May 23, 2023
    Configuration menu
    Copy the full SHA
    954b8c3 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

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

Commits on May 26, 2023

  1. Configuration menu
    Copy the full SHA
    7ea9b3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ac6454 View commit details
    Browse the repository at this point in the history