Thanks to visit codestin.com
Credit goes to github.com

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/primitives
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: edge-functions-v2.17.3
Choose a base ref
...
head repository: netlify/primitives
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: edge-functions-v2.17.4
Choose a head ref
  • 6 commits
  • 41 files changed
  • 8 contributors

Commits on Aug 27, 2025

  1. ci: allow triggering npm release with workflow_dispatch (#439)

    * ci: allow triggering npm release with workflow_dispatch
    
    * chore: format
    pieh authored Aug 27, 2025
    Configuration menu
    Copy the full SHA
    7ed5b4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64b4fb4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    793b853 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2025

  1. fix: restore missing Netlify global type in @netlify/functions (#434

    )
    
    * chore: fix existing vitest type tests
    
    These weren't asserting anything, and vitest type tests weren't enabled.
    
    * build: add missing `skipLibCheck`
    
    This is a tough one to explain. This was a latent issue due to a confluence of things:
    - we don't explicitly do type checking in this repo
    - instead we rely implicitly on the fact that we use tsup in part to build `.dts` files, which
      performs type checking
    - but tsup type checking behaves slightly differently than just running `tsc` in various little
      ways, largely because it's scoped per entrypoint
    - we weren't setting `skipLibCheck: true` in the `tsconfig.json`, which seemed reasonable as there
      were no errors inside `node_modules/`
    - now when I went to set up vitest type tests, this started type checking some stuff under the hood,
      and this failed with type errors inside `node_modules/`, despite it using our `tsconfig.json`
    - it turns out this is because the tsup type checking approach was not encountering these errors;
      you can confirm this by running `npx --package=typescript tsc --noEmit` in `packages/functions/`
    
    So, TL;DR: we had a latent necessity for `skipLibCheck` obscured by our weird implicit type checking via `tsup --dts`.
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <[email protected]>
    Co-authored-by: serhalp <[email protected]>
    Co-authored-by: Philippe Serhal <[email protected]>
    3 people authored Aug 28, 2025
    Configuration menu
    Copy the full SHA
    2e028b9 View commit details
    Browse the repository at this point in the history
  2. fix(vite-plugin): pass environmentVariables option to NetlifyDev (#442)

    * fix(vite-plugin): pass environmentVariables option to NetlifyDev
    ascorbic authored Aug 28, 2025
    Configuration menu
    Copy the full SHA
    214ac26 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2025

  1. chore: release main (#441)

    Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
    token-generator-app[bot] authored Aug 29, 2025
    Configuration menu
    Copy the full SHA
    2f2beb4 View commit details
    Browse the repository at this point in the history
Loading