New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@remix-run/dev

Package Overview
Dependencies
Maintainers
2
Versions
1067
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@remix-run/dev - npm Package Versions

1
35
107

0.0.0-nightly-d216bca0c-20241212

Diff
mjackson
published 0.0.0-nightly-d216bca0c-20241212 •
mjackson
published 0.0.0-nightly-e960efefc-20241210 •
mjackson
published 2.15.1 •

Changelog

Source

v2.15.1

Date: 2024-12-09

Patch Changes

  • create-remix - Move fs-extra from devDependencies to dependencies (#10300)

Full Changelog: v2.15.0...v2.15.1

mjackson
published 2.15.1-pre.0 •
mjackson
published 0.0.0-nightly-9bc6d9517-20241206 •
mjackson
published 0.0.0-nightly-99cf8578f-20241123 •
mjackson
published 2.15.0 •

Changelog

Source

v2.15.0

Date: 2024-11-19

Patch Changes

  • Stabilize the future.v3_routeConfig future flag, replacing future.unstable_routeConfig. This enables support for routes.ts to assist with the migration to React Router v7. (#10236)

    Note that if you had already enabled the future.unstable_routeConfig flag, your route config in app/routes.ts is no longer defined via the routes export and must now be defined via the default export.

    import { type RouteConfig } from "@remix-run/route-config";
    
    -export const routes: RouteConfig = [];
    +export default [] satisfies RouteConfig;
    
mjackson
published 0.0.0-nightly-5ffb6f5c2-20241121 •
mjackson
published 2.15.0-pre.0 •
mjackson
published 0.0.0-nightly-bc4da878e-20241119 •