File tree Expand file tree Collapse file tree 7 files changed +30
-28
lines changed
scripts/playground/template
classic-remix-compiler/express Expand file tree Collapse file tree 7 files changed +30
-28
lines changed Original file line number Diff line number Diff line change @@ -280,6 +280,8 @@ Date: 2025-09-11
280
280
281
281
### Patch Changes
282
282
283
+ - ` remix-serve ` - Update ` compression ` and ` morgan ` dependencies to latest versions
284
+ - ` @remix-run/eslint-config ` - Update deprecation warning with proper link to sample v2 eslint config file
283
285
- ` @remix-run/react ` - Escape HTML in ` meta() ` JSON-LD content
284
286
285
287
** Full Changelog
** :
[ ` v2.17.0...v2.17.1 ` ] ( https://github.com/remix-run/remix/compare/[email protected] @2.17.1 )
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ console.warn(
18
18
"⚠️ REMIX FUTURE CHANGE: The `@remix-run/eslint-config` package is deprecated " +
19
19
"and will not be included in React Router v7. We recommend moving towards a " +
20
20
"streamlined ESLint config such as the ones included in the Remix templates. " +
21
- "See https://github.com/remix-run/remix/blob/main /templates/remix/.eslintrc.cjs."
21
+ "See https://github.com/remix-run/remix/blob/v2 /templates/remix/.eslintrc.cjs."
22
22
) ;
23
23
24
24
const OFF = 0 ;
Original file line number Diff line number Diff line change 21
21
"@remix-run/express" : " workspace:*" ,
22
22
"@remix-run/node" : " workspace:*" ,
23
23
"chokidar" : " ^3.5.3" ,
24
- "compression" : " ^1.7.4 " ,
24
+ "compression" : " ^1.8.1 " ,
25
25
"express" : " ^4.20.0" ,
26
26
"get-port" : " 5.1.1" ,
27
- "morgan" : " ^1.10.0 " ,
27
+ "morgan" : " ^1.10.1 " ,
28
28
"source-map-support" : " ^0.5.21"
29
29
},
30
30
"devDependencies" : {
Original file line number Diff line number Diff line change 27
27
"express" : " ^4.19.2" ,
28
28
"get-port" : " ^6.1.2" ,
29
29
"isbot" : " ^4.1.0" ,
30
- "morgan" : " ^1.10.0 " ,
30
+ "morgan" : " ^1.10.1 " ,
31
31
"react" : " ^18.2.0" ,
32
32
"react-dom" : " ^18.2.0" ,
33
33
"tiny-invariant" : " ^1.2.0"
Original file line number Diff line number Diff line change 14
14
"@remix-run/express" : " *" ,
15
15
"@remix-run/node" : " *" ,
16
16
"@remix-run/react" : " *" ,
17
- "compression" : " ^1.7.4 " ,
17
+ "compression" : " ^1.8.1 " ,
18
18
"cross-env" : " ^7.0.3" ,
19
19
"express" : " ^4.19.2" ,
20
20
"isbot" : " ^4.1.0" ,
21
- "morgan" : " ^1.10.0 " ,
21
+ "morgan" : " ^1.10.1 " ,
22
22
"react" : " ^18.2.0" ,
23
23
"react-dom" : " ^18.2.0" ,
24
24
"source-map-support" : " ^0.5.21"
Original file line number Diff line number Diff line change 13
13
"@remix-run/express" : " *" ,
14
14
"@remix-run/node" : " *" ,
15
15
"@remix-run/react" : " *" ,
16
- "compression" : " ^1.7.4 " ,
16
+ "compression" : " ^1.8.1 " ,
17
17
"cross-env" : " ^7.0.3" ,
18
18
"express" : " ^4.19.2" ,
19
19
"isbot" : " ^4.1.0" ,
20
- "morgan" : " ^1.10.0 " ,
20
+ "morgan" : " ^1.10.1 " ,
21
21
"react" : " ^18.2.0" ,
22
22
"react-dom" : " ^18.2.0"
23
23
},
You can’t perform that action at this time.
0 commit comments