Skip to content

Commit

Permalink
build(deps): bump the remix-run group with 5 updates (#1353)
Browse files Browse the repository at this point in the history
Bumps the remix-run group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@remix-run/cloudflare](https://github.com/remix-run/remix/tree/HEAD/packages/remix-cloudflare) | `2.12.1` | `2.13.1` |
| [@remix-run/cloudflare-pages](https://github.com/remix-run/remix/tree/HEAD/packages/remix-cloudflare-pages) | `2.12.1` | `2.13.1` |
| [@remix-run/react](https://github.com/remix-run/remix/tree/HEAD/packages/remix-react) | `2.12.1` | `2.13.1` |
| [@remix-run/serve](https://github.com/remix-run/remix/tree/HEAD/packages/remix-serve) | `2.12.1` | `2.13.1` |
| [@remix-run/dev](https://github.com/remix-run/remix/tree/HEAD/packages/remix-dev) | `2.12.1` | `2.13.1` |


Updates `@remix-run/cloudflare` from 2.12.1 to 2.13.1
- [Release notes](https://github.com/remix-run/remix/releases)
- [Changelog](https://github.com/remix-run/remix/blob/main/packages/remix-cloudflare/CHANGELOG.md)
- [Commits](https://github.com/remix-run/remix/commits/@remix-run/[email protected]/packages/remix-cloudflare)

Updates `@remix-run/cloudflare-pages` from 2.12.1 to 2.13.1
- [Release notes](https://github.com/remix-run/remix/releases)
- [Changelog](https://github.com/remix-run/remix/blob/main/packages/remix-cloudflare-pages/CHANGELOG.md)
- [Commits](https://github.com/remix-run/remix/commits/@remix-run/[email protected]/packages/remix-cloudflare-pages)

Updates `@remix-run/react` from 2.12.1 to 2.13.1
- [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/serve` from 2.12.1 to 2.13.1
- [Release notes](https://github.com/remix-run/remix/releases)
- [Changelog](https://github.com/remix-run/remix/blob/main/packages/remix-serve/CHANGELOG.md)
- [Commits](https://github.com/remix-run/remix/commits/@remix-run/[email protected]/packages/remix-serve)

Updates `@remix-run/dev` from 2.12.1 to 2.13.1
- [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)

---
updated-dependencies:
- dependency-name: "@remix-run/cloudflare"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: remix-run
- dependency-name: "@remix-run/cloudflare-pages"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: remix-run
- dependency-name: "@remix-run/react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: remix-run
- dependency-name: "@remix-run/serve"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: remix-run
- dependency-name: "@remix-run/dev"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: remix-run
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent 6fe4ae5 commit d3becb9
Show file tree
Hide file tree
Showing 3 changed files with 1,240 additions and 391 deletions.
4 changes: 2 additions & 2 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"@mach/web-home": "workspace:*",
"@mach/web-search": "workspace:*",
"@mach/web-shared-ui": "workspace:*",
"@remix-run/cloudflare": "^2.12.1",
"@remix-run/cloudflare-pages": "^2.12.1",
"@remix-run/cloudflare": "^2.13.1",
"@remix-run/cloudflare-pages": "^2.13.1",
"isbot": "^5"
},
"nx": {
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@nx/react": "20.0.0",
"@nx/vite": "20.0.0",
"@playwright/test": "^1.48.0",
"@remix-run/dev": "^2.12.1",
"@remix-run/dev": "^2.13.1",
"@semantic-release/exec": "^6.0.0",
"@semantic-release/git": "^10.0.1",
"@sentry/vite-plugin": "^2.22.5",
Expand Down Expand Up @@ -61,10 +61,10 @@
},
"dependencies": {
"@libsql/client": "^0.14.0",
"@remix-run/cloudflare": "^2.12.1",
"@remix-run/cloudflare-pages": "^2.12.1",
"@remix-run/react": "^2.12.1",
"@remix-run/serve": "^2.12.1",
"@remix-run/cloudflare": "^2.13.1",
"@remix-run/cloudflare-pages": "^2.13.1",
"@remix-run/react": "^2.13.1",
"@remix-run/serve": "^2.13.1",
"@sentry/node": "^8.34.0",
"@sentry/remix": "^8.34.0",
"adm-zip": "^0.5.16",
Expand Down
Loading

0 comments on commit d3becb9

Please sign in to comment.