Skip to content

Commit 1c6dd2e

Browse files
chore(deps): bump the remix-run group with 6 updates
Bumps the remix-run group with 6 updates: | Package | From | To | | --- | --- | --- | | [@remix-run/eslint-config](https://github.com/remix-run/remix/tree/HEAD/packages/remix-eslint-config) | `2.15.3` | `2.16.3` | | [@remix-run/node](https://github.com/remix-run/remix/tree/HEAD/packages/remix-node) | `2.16.0` | `2.16.3` | | [@remix-run/css-bundle](https://github.com/remix-run/remix/tree/HEAD/packages/remix-css-bundle) | `2.16.0` | `2.16.3` | | [@remix-run/react](https://github.com/remix-run/remix/tree/HEAD/packages/remix-react) | `2.16.0` | `2.16.3` | | [@remix-run/dev](https://github.com/remix-run/remix/tree/HEAD/packages/remix-dev) | `2.15.3` | `2.16.3` | | [@remix-run/server-runtime](https://github.com/remix-run/remix/tree/HEAD/packages/remix-server-runtime) | `2.16.0` | `2.16.3` | Updates `@remix-run/eslint-config` from 2.15.3 to 2.16.3 - [Release notes](https://github.com/remix-run/remix/releases) - [Changelog](https://github.com/remix-run/remix/blob/main/packages/remix-eslint-config/CHANGELOG.md) - [Commits](https://github.com/remix-run/remix/commits/@remix-run/[email protected]/packages/remix-eslint-config) Updates `@remix-run/node` from 2.16.0 to 2.16.3 - [Release notes](https://github.com/remix-run/remix/releases) - [Changelog](https://github.com/remix-run/remix/blob/main/packages/remix-node/CHANGELOG.md) - [Commits](https://github.com/remix-run/remix/commits/@remix-run/[email protected]/packages/remix-node) Updates `@remix-run/css-bundle` from 2.16.0 to 2.16.3 - [Release notes](https://github.com/remix-run/remix/releases) - [Changelog](https://github.com/remix-run/remix/blob/main/packages/remix-css-bundle/CHANGELOG.md) - [Commits](https://github.com/remix-run/remix/commits/@remix-run/[email protected]/packages/remix-css-bundle) Updates `@remix-run/react` from 2.16.0 to 2.16.3 - [Release notes](https://github.com/remix-run/remix/releases) - [Changelog](https://github.com/remix-run/remix/blob/main/packages/remix-react/CHANGELOG.md) - [Commits](https://github.com/remix-run/remix/commits/@remix-run/[email protected]/packages/remix-react) Updates `@remix-run/dev` from 2.15.3 to 2.16.3 - [Release notes](https://github.com/remix-run/remix/releases) - [Changelog](https://github.com/remix-run/remix/blob/main/packages/remix-dev/CHANGELOG.md) - [Commits](https://github.com/remix-run/remix/commits/@remix-run/[email protected]/packages/remix-dev) Updates `@remix-run/server-runtime` from 2.16.0 to 2.16.3 - [Release notes](https://github.com/remix-run/remix/releases) - [Changelog](https://github.com/remix-run/remix/blob/main/packages/remix-server-runtime/CHANGELOG.md) - [Commits](https://github.com/remix-run/remix/commits/@remix-run/[email protected]/packages/remix-server-runtime) --- updated-dependencies: - dependency-name: "@remix-run/eslint-config" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: remix-run - dependency-name: "@remix-run/node" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: remix-run - dependency-name: "@remix-run/css-bundle" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: remix-run - dependency-name: "@remix-run/react" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: remix-run - dependency-name: "@remix-run/dev" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: remix-run - dependency-name: "@remix-run/server-runtime" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: remix-run ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4434f94 commit 1c6dd2e

File tree

4 files changed

+1684
-470
lines changed

4 files changed

+1684
-470
lines changed

examples/playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"devDependencies": {
3737
"@fastify/middie": "^9.0.3",
3838
"@react-router/dev": "^7.3.0",
39-
"@remix-run/eslint-config": "^2.15.3",
39+
"@remix-run/eslint-config": "^2.16.3",
4040
"@tailwindcss/vite": "4.0.0-alpha.34",
4141
"@total-typescript/tsconfig": "^1.0.4",
4242
"@types/node": "^22.9.2",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@changesets/cli": "^2.27.10",
2525
"@manypkg/get-packages": "^2.2.2",
2626
"@npmcli/package-json": "^6.0.1",
27-
"@remix-run/eslint-config": "2.15.3",
27+
"@remix-run/eslint-config": "2.16.3",
2828
"@total-typescript/tsconfig": "^1.0.4",
2929
"@types/npmcli__package-json": "^4.0.4",
3030
"chalk": "^5.3.0",

packages/remix-fastify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
},
7979
"devDependencies": {
8080
"@react-router/node": "7.1.5",
81-
"@remix-run/node": "^2.15.3",
81+
"@remix-run/node": "^2.16.3",
8282
"@types/node": "^22.9.2",
8383
"@typescript/lib-dom": "npm:@types/web@^0.0.182",
8484
"fastify": "^5.2.1",

0 commit comments

Comments
 (0)