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

Update dependency @remix-run/node to v2.15.0 #6

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 26, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@remix-run/node (source) 2.9.2 -> 2.15.0 age adoption passing confidence

Release Notes

remix-run/remix (@​remix-run/node)

v2.15.0

Compare Source

Patch Changes

v2.14.0

Compare Source

Patch Changes

v2.13.1

Compare Source

Patch Changes

v2.13.0

Compare Source

Patch Changes

v2.12.1

Compare Source

Patch Changes
  • Single Fetch: Re-export interface Future through @remix-run/node/@remix-run/cloudflare/@remix-run/deno packages so that pnpm doesn't complain about @remix-run/server-runtime not being a dependency (#​9982)
  • Updated dependencies:

v2.12.0

Compare Source

Patch Changes
  • Single Fetch: Improved typesafety (#​9893)

    If you were already using previously released unstable single-fetch types:

    • Remove "@​remix-run/react/future/single-fetch.d.ts" override from tsconfig.json > compilerOptions > types
    • Remove defineLoader, defineAction, defineClientLoader, defineClientAction helpers from your route modules
    • Replace UIMatch_SingleFetch type helper with UIMatch
    • Replace MetaArgs_SingleFetch type helper with MetaArgs

    Then you are ready for the new typesafety setup:

    // vite.config.ts
    
    declare module "@​remix-run/server-runtime" {
      interface Future {
        unstable_singleFetch: true; // 👈 enable _types_ for single-fetch
      }
    }
    
    export default defineConfig({
      plugins: [
        remix({
          future: {
            unstable_singleFetch: true, // 👈 enable single-fetch
          },
        }),
      ],
    });

    For more information, see Guides > Single Fetch in our docs.

  • Updated dependencies:

v2.11.2

Compare Source

Patch Changes

v2.11.1

Compare Source

Patch Changes

v2.11.0

Compare Source

Minor Changes
  • Single Fetch: Add a new unstable_data() API as a replacement for json/defer when custom status/headers are needed (#​9769)
  • Add a new replace(url, init?) alternative to redirect(url, init?) that performs a history.replaceState instead of a history.pushState on client-side navigation redirects (#​9764)
Patch Changes

v2.10.3

Compare Source

Patch Changes

v2.10.2

Compare Source

Patch Changes

v2.10.1

Compare Source

Patch Changes

v2.10.0

Compare Source

Patch Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update dependency @remix-run/node to v2.10.0 Update dependency @remix-run/node to v2.10.1 Jul 4, 2024
@renovate renovate bot changed the title Update dependency @remix-run/node to v2.10.1 Update dependency @remix-run/node to v2.10.2 Jul 5, 2024
@renovate renovate bot changed the title Update dependency @remix-run/node to v2.10.2 Update dependency @remix-run/node to v2.10.3 Jul 17, 2024
@renovate renovate bot changed the title Update dependency @remix-run/node to v2.10.3 Update dependency @remix-run/node to v2.11.0 Aug 3, 2024
@renovate renovate bot changed the title Update dependency @remix-run/node to v2.11.0 Update dependency @remix-run/node to v2.11.1 Aug 7, 2024
@renovate renovate bot changed the title Update dependency @remix-run/node to v2.11.1 Update dependency @remix-run/node to v2.11.2 Aug 16, 2024
@renovate renovate bot changed the title Update dependency @remix-run/node to v2.11.2 Update dependency @remix-run/node to v2.12.0 Sep 10, 2024
@renovate renovate bot changed the title Update dependency @remix-run/node to v2.12.0 Update dependency @remix-run/node to v2.12.1 Sep 20, 2024
@renovate renovate bot changed the title Update dependency @remix-run/node to v2.12.1 Update dependency @remix-run/node to v2.13.1 Oct 12, 2024
@renovate renovate bot force-pushed the renovate/remix-run-node-2.x-lockfile branch from 90e98d6 to f8055ba Compare October 22, 2024 11:06
@renovate renovate bot changed the title Update dependency @remix-run/node to v2.13.1 Update dependency @remix-run/node to v2.14.0 Nov 9, 2024
@renovate renovate bot changed the title Update dependency @remix-run/node to v2.14.0 Update dependency @remix-run/node to v2.15.0 Nov 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants