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: netlify/build
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a21bd09d429d1cf2b3cba00262149ddb36687960
Choose a base ref
...
head repository: netlify/build
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f59398fecf6230191b82b8a80fd1639b649ae750
Choose a head ref
  • 9 commits
  • 17 files changed
  • 3 contributors

Commits on Jan 20, 2025

  1. chore(deps): update dependency babel-loader to v9 (#6037)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 20, 2025
    Copy the full SHA
    08ab616 View commit details
  2. chore(deps): update dependency vite to v6 (#6039)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 20, 2025
    Copy the full SHA
    c328a4d View commit details

Commits on Jan 21, 2025

  1. chore(deps): update dependency @typescript-eslint/eslint-plugin to v8…

    ….21.0 (#6041)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 21, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    cebb98c View commit details
  2. chore(deps): update dependency vite to v6.0.11 (#6040)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 21, 2025
    Copy the full SHA
    1e54038 View commit details

Commits on Jan 27, 2025

  1. fix(deps): update dependency @netlify/open-api to ^2.36.0 (#6042)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 27, 2025
    Copy the full SHA
    2cd613c View commit details
  2. chore: release main (#6045)

    netlify-circleci authored Jan 27, 2025
    Copy the full SHA
    09e899a View commit details

Commits on Feb 4, 2025

  1. ci: update corepack from version bundled with node (#6050)

    pieh authored Feb 4, 2025
    Copy the full SHA
    3858363 View commit details
  2. fix(deps): update dependency @netlify/serverless-functions-api to ^1.…

    …33.0 (#6049)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Michal Piechowiak <misiek.piechowiak@gmail.com>
    renovate[bot] and pieh authored Feb 4, 2025
    Copy the full SHA
    e392b56 View commit details
  3. chore: release main (#6051)

    netlify-circleci authored Feb 4, 2025
    Copy the full SHA
    f59398f View commit details
4 changes: 4 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
@@ -153,6 +153,10 @@ jobs:
with:
fetch-depth: 0
if: ${{ !steps.release-check.outputs.IS_RELEASE }}
- name: corepack update
# corepack version distributed with Node.js has a problem with new package manager releases,
# so forcing fixed version of corepack here
run: npm i -g corepack --force
- name: setup pnpm/yarn
run: corepack enable
if: ${{ !steps.release-check.outputs.IS_RELEASE }}
10 changes: 5 additions & 5 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"packages/build-info": "8.0.0",
"packages/build": "29.58.7",
"packages/build": "29.58.9",
"packages/edge-bundler": "12.3.2",
"packages/cache-utils": "5.2.0",
"packages/config": "20.21.6",
"packages/config": "20.21.7",
"packages/framework-info": "9.9.1",
"packages/functions-utils": "5.3.4",
"packages/functions-utils": "5.3.5",
"packages/git-utils": "5.2.0",
"packages/headers-parser": "7.3.0",
"packages/js-client": "13.3.2",
"packages/js-client": "13.3.3",
"packages/nock-udp": "3.2.0",
"packages/redirect-parser": "14.5.0",
"packages/run-utils": "5.2.0",
"packages/opentelemetry-sdk-setup": "1.2.0",
"packages/opentelemetry-utils": "1.3.0",
"packages/zip-it-and-ship-it": "9.42.4"
"packages/zip-it-and-ship-it": "9.42.5"
}
Loading