Skip to content

Commit

Permalink
chore: add changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
ngbrown committed May 6, 2023
1 parent 206d613 commit c901bf2
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/big-pens-search.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@remix-run/eslint-config": minor
---

Added `internal-type-checked.js` and `rules/type-checked.js` to `remix-eslint-config` to handle typescript-eslint rules that require type information and using the `@typescript-eslint/parser`.
5 changes: 5 additions & 0 deletions .changeset/polite-garlics-invite.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@remix-run/server-runtime": minor
---

Added `this: void` to functions in the `SessionStorage` and `SessionIdStorageStrategy` interfaces so destructuring is correctly part of the contract.
9 changes: 9 additions & 0 deletions .changeset/tough-roses-admire.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"remix": patch
"@remix-run/dev": patch
"@remix-run/react": patch
"@remix-run/serve": patch
"@remix-run/testing": patch
---

Added `void` operator to Promises that are not being awaited. Updated `@types/react` and `@types/react-dom` to most recent release. Used `await` on finally retry in test.

0 comments on commit c901bf2

Please sign in to comment.