Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,8 @@ Date: 2025-09-11

### Patch Changes

- `remix-serve` - Update `compression` and `morgan` dependencies to latest versions
- `@remix-run/eslint-config` - Update deprecation warning with proper link to sample v2 eslint config file
- `@remix-run/react` - Escape HTML in `meta()` JSON-LD content

**Full Changelog**: [`v2.17.0...v2.17.1`](https://github.com/remix-run/remix/compare/[email protected]@2.17.1)
Expand Down
2 changes: 1 addition & 1 deletion packages/remix-eslint-config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ console.warn(
"⚠️ REMIX FUTURE CHANGE: The `@remix-run/eslint-config` package is deprecated " +
"and will not be included in React Router v7. We recommend moving towards a " +
"streamlined ESLint config such as the ones included in the Remix templates. " +
"See https://github.com/remix-run/remix/blob/main/templates/remix/.eslintrc.cjs."
"See https://github.com/remix-run/remix/blob/v2/templates/remix/.eslintrc.cjs."
);

const OFF = 0;
Expand Down
4 changes: 2 additions & 2 deletions packages/remix-serve/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"@remix-run/express": "workspace:*",
"@remix-run/node": "workspace:*",
"chokidar": "^3.5.3",
"compression": "^1.7.4",
"compression": "^1.8.1",
"express": "^4.20.0",
"get-port": "5.1.1",
"morgan": "^1.10.0",
"morgan": "^1.10.1",
"source-map-support": "^0.5.21"
},
"devDependencies": {
Expand Down
40 changes: 20 additions & 20 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion scripts/playground/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"express": "^4.19.2",
"get-port": "^6.1.2",
"isbot": "^4.1.0",
"morgan": "^1.10.0",
"morgan": "^1.10.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tiny-invariant": "^1.2.0"
Expand Down
4 changes: 2 additions & 2 deletions templates/classic-remix-compiler/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
"@remix-run/express": "*",
"@remix-run/node": "*",
"@remix-run/react": "*",
"compression": "^1.7.4",
"compression": "^1.8.1",
"cross-env": "^7.0.3",
"express": "^4.19.2",
"isbot": "^4.1.0",
"morgan": "^1.10.0",
"morgan": "^1.10.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"source-map-support": "^0.5.21"
Expand Down
4 changes: 2 additions & 2 deletions templates/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"@remix-run/express": "*",
"@remix-run/node": "*",
"@remix-run/react": "*",
"compression": "^1.7.4",
"compression": "^1.8.1",
"cross-env": "^7.0.3",
"express": "^4.19.2",
"isbot": "^4.1.0",
"morgan": "^1.10.0",
"morgan": "^1.10.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down