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/remix-compute
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: remix-adapter-v2.5.0
Choose a base ref
...
head repository: netlify/remix-compute
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: remix-adapter-v2.5.1
Choose a head ref
  • 10 commits
  • 14 files changed
  • 3 contributors

Commits on Sep 5, 2024

  1. chore(deps): update dependency @netlify/remix-adapter to ^2.5.0 (#447)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    45e7da4 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. chore(deps): update dependency netlify-cli to ^17.35.0 (#449)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    41b5de6 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. chore(deps): update dependency @types/node to v20.16.5 (#450)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    8334674 View commit details
    Browse the repository at this point in the history
  2. fix(deps): remove user dep on deno (#452)

    We accidentally introduced a dependency on deno at site build time by
    including a command that uses `deno` in a post-install hook.
    
    The intent was to run it before typechecking, so including it in the
    build command is fine and won't run for users.
    serhalp authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    2717e5a View commit details
    Browse the repository at this point in the history
  3. chore(deps): update dependency lint-staged to v15.2.8 (#424)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    0899421 View commit details
    Browse the repository at this point in the history
  4. chore: release main (#453)

    Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
    token-generator-app[bot] authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    c7da6a5 View commit details
    Browse the repository at this point in the history
  5. chore(deps): update dependency @netlify/remix-edge-adapter to ^3.4.1 (#…

    …448)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    a15ef14 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. fix: stop re-exporting exports removed in [email protected] (#459)

    * fix: stop re-exporting exports removed in remix 2.12.0
    
    These unstable functions and types were removed in
    remix-run/remix#9893.
    
    Since they were clearly named `unstable_` and Remix doesn't require
    major releases for changes to these, we'll do the same thing.
    
    * chore(deps): bump to latest remix everywhere
    serhalp authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    db7be08 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency eslint-import-resolver-typescript to v…

    …3.6.3 (#455)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    9007c92 View commit details
    Browse the repository at this point in the history
  3. chore: release main (#461)

    
    ---------
    
    Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
    Co-authored-by: Philippe Serhal <[email protected]>
    token-generator-app[bot] and serhalp authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    f0417df View commit details
    Browse the repository at this point in the history
Loading