Skip to content

Commit

Permalink
chore(deps): update remix monorepo to v2.12.1 (#1028)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@remix-run/dev](https://remix.run) ([source](https://redirect.github.com/remix-run/remix/tree/HEAD/packages/remix-dev)) | [`2.12.0` -> `2.12.1`](https://renovatebot.com/diffs/npm/@remix-run%2fdev/2.12.0/2.12.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@remix-run%2fdev/2.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@remix-run%2fdev/2.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@remix-run%2fdev/2.12.0/2.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@remix-run%2fdev/2.12.0/2.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@remix-run/eslint-config](https://redirect.github.com/remix-run/remix) ([source](https://redirect.github.com/remix-run/remix/tree/HEAD/packages/remix-eslint-config)) | [`2.12.0` -> `2.12.1`](https://renovatebot.com/diffs/npm/@remix-run%2feslint-config/2.12.0/2.12.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@remix-run%2feslint-config/2.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@remix-run%2feslint-config/2.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@remix-run%2feslint-config/2.12.0/2.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@remix-run%2feslint-config/2.12.0/2.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@remix-run/express](https://redirect.github.com/remix-run/remix) ([source](https://redirect.github.com/remix-run/remix/tree/HEAD/packages/remix-express)) | [`2.12.0` -> `2.12.1`](https://renovatebot.com/diffs/npm/@remix-run%2fexpress/2.12.0/2.12.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@remix-run%2fexpress/2.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@remix-run%2fexpress/2.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@remix-run%2fexpress/2.12.0/2.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@remix-run%2fexpress/2.12.0/2.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@remix-run/node](https://redirect.github.com/remix-run/remix) ([source](https://redirect.github.com/remix-run/remix/tree/HEAD/packages/remix-node)) | [`2.12.0` -> `2.12.1`](https://renovatebot.com/diffs/npm/@remix-run%2fnode/2.12.0/2.12.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@remix-run%2fnode/2.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@remix-run%2fnode/2.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@remix-run%2fnode/2.12.0/2.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@remix-run%2fnode/2.12.0/2.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@remix-run/react](https://redirect.github.com/remix-run/remix) ([source](https://redirect.github.com/remix-run/remix/tree/HEAD/packages/remix-react)) | [`2.12.0` -> `2.12.1`](https://renovatebot.com/diffs/npm/@remix-run%2freact/2.12.0/2.12.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@remix-run%2freact/2.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@remix-run%2freact/2.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@remix-run%2freact/2.12.0/2.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@remix-run%2freact/2.12.0/2.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>remix-run/remix (@&#8203;remix-run/dev)</summary>

### [`v2.12.1`](https://redirect.github.com/remix-run/remix/blob/HEAD/packages/remix-dev/CHANGELOG.md#2121)

[Compare Source](https://redirect.github.com/remix-run/remix/compare/@remix-run/[email protected]...@remix-run/[email protected])

##### Patch Changes

-   Properly abort `request.signal` during `vite dev` when the node response is closed ([#&#8203;9976](https://redirect.github.com/remix-run/remix/pull/9976))
-   CSS imports with `?inline`, `?inline-css` and `?raw` are no longer incorrectly injected during SSR in development ([#&#8203;9910](https://redirect.github.com/remix-run/remix/pull/9910))
-   Updated dependencies:
    -   `@remix-run/[email protected]`
    -   `@remix-run/[email protected]`

</details>

<details>
<summary>remix-run/remix (@&#8203;remix-run/eslint-config)</summary>

### [`v2.12.1`](https://redirect.github.com/remix-run/remix/blob/HEAD/packages/remix-eslint-config/CHANGELOG.md#2121)

[Compare Source](https://redirect.github.com/remix-run/remix/compare/@remix-run/[email protected]...@remix-run/[email protected])

No significant changes to this package were made in this release. [See the repo `CHANGELOG.md`](https://redirect.github.com/remix-run/remix/blob/main/CHANGELOG.md) for an overview of all changes in v2.12.1.

</details>

<details>
<summary>remix-run/remix (@&#8203;remix-run/express)</summary>

### [`v2.12.1`](https://redirect.github.com/remix-run/remix/blob/HEAD/packages/remix-express/CHANGELOG.md#2121)

[Compare Source](https://redirect.github.com/remix-run/remix/compare/@remix-run/[email protected]...@remix-run/[email protected])

##### Patch Changes

-   Updated dependencies:
    -   `@remix-run/[email protected]`

</details>

<details>
<summary>remix-run/remix (@&#8203;remix-run/node)</summary>

### [`v2.12.1`](https://redirect.github.com/remix-run/remix/blob/HEAD/packages/remix-node/CHANGELOG.md#2121)

[Compare Source](https://redirect.github.com/remix-run/remix/compare/@remix-run/[email protected]...@remix-run/[email protected])

##### Patch Changes

-   Single Fetch: Re-export `interface Future` through `@remix-run/node`/`@remix-run/cloudflare`/`@remix-run/deno` packages so that `pnpm` doesn't complain about `@remix-run/server-runtime` not being a dependency ([#&#8203;9982](https://redirect.github.com/remix-run/remix/pull/9982))
-   Updated dependencies:
    -   `@remix-run/[email protected]`

</details>

<details>
<summary>remix-run/remix (@&#8203;remix-run/react)</summary>

### [`v2.12.1`](https://redirect.github.com/remix-run/remix/blob/HEAD/packages/remix-react/CHANGELOG.md#2121)

[Compare Source](https://redirect.github.com/remix-run/remix/compare/@remix-run/[email protected]...@remix-run/[email protected])

##### Patch Changes

-   Updated dependencies:
    -   `@remix-run/[email protected]`

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.

---

 - [ ] If you want to rebase/retry this PR, check this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/technifit/tasker).
  • Loading branch information
renovate[bot] committed Sep 19, 2024
1 parent 04efd11 commit fdf60b4
Show file tree
Hide file tree
Showing 5 changed files with 80 additions and 80 deletions.
8 changes: 4 additions & 4 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
},
"dependencies": {
"@hookform/resolvers": "3.9.0",
"@remix-run/express": "2.12.0",
"@remix-run/node": "2.12.0",
"@remix-run/react": "2.12.0",
"@remix-run/express": "2.12.1",
"@remix-run/node": "2.12.1",
"@remix-run/react": "2.12.1",
"@sentry/remix": "8.30.0",
"@technifit/authentication": "workspace:*",
"@technifit/environment": "workspace:*",
Expand Down Expand Up @@ -56,7 +56,7 @@
"devDependencies": {
"@codecov/vite-plugin": "1.1.0",
"@playwright/test": "1.47.1",
"@remix-run/dev": "2.12.0",
"@remix-run/dev": "2.12.1",
"@sentry/vite-plugin": "2.22.4",
"@technifit/eslint-config": "workspace:*",
"@technifit/tailwind-config": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/environment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@remix-run/node": "2.12.0",
"@remix-run/node": "2.12.1",
"remix-create-express-app": "0.4.5",
"zod": "3.23.8"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@remix-run/node": "2.12.0",
"@remix-run/node": "2.12.1",
"@technifit/authentication": "workspace:*",
"@technifit/environment": "workspace:*",
"@technifit/id": "workspace:*",
Expand Down
Loading

0 comments on commit fdf60b4

Please sign in to comment.