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
3 changes: 0 additions & 3 deletions .eslintrc.react.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,3 @@ extends:
- plugin:react/recommended
plugins:
- react
settings:
react:
version: 17.0.2
3 changes: 0 additions & 3 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,3 @@ rules:
no-empty:
- error
- allowEmptyCatch: true
settings:
react:
version: 17.0.2
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ body:
*Support will be slow or denied if a test case is not provided.*
render: js
value: |
import { renderHook } from '@testing-library/react-hooks';
import { renderHook } from '@testing-library/react';
import { useRefFrom } from 'use-ref-from';

test('simple scenario', () => {
Expand Down
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Added type-checking for test, by [@compulim](https://github.com/compulim), in PR [#22](https://github.com/compulim/use-ref-from/pull/22)
- Updates `tsconfig.json` to extend from [`@tsconfig/strictest`](https://npmjs.com/package/@tsconfig/strictest), by [@compulim](https://github.com/compulim), in PR [#21](https://github.com/compulim/use-ref-from/pull/21) and PR [#23](https://github.com/compulim/use-ref-from/pull/23)
- Bumped dependencies, by [@compulim](https://github.com/compulim), in PR [#21](https://github.com/compulim/use-ref-from/pull/21) and [#32](https://github.com/compulim/use-ref-from/pull/32)
- Bumped dependencies, by [@compulim](https://github.com/compulim), in PR [#21](https://github.com/compulim/use-ref-from/pull/21), [#32](https://github.com/compulim/use-ref-from/pull/32), and [#33](https://github.com/compulim/use-ref-from/pull/33)
- Production dependencies
- [`@babel/runtime-corejs3@7.22.15`](https://npmjs.com/package/@babel/runtime-corejs3)
- Development dependencies
Expand All @@ -20,8 +20,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [`@babel/plugin-transform-runtime@7.22.15`](https://npmjs.com/package/@babel/plugin-transform-runtime)
- [`@babel/preset-env@7.22.15`](https://npmjs.com/package/@babel/preset-env)
- [`@babel/preset-typescript@7.22.15`](https://npmjs.com/package/@babel/preset-typescript)
- [`@testing-library/react@14.0.0`](https://npmjs.com/package/@testing-library/react)
- [`@types/react-dom@18.2.7`](https://npmjs.com/package/@types/react-dom)
- [`@types/react@17.0.65`](https://npmjs.com/package/@types/react)
- [`@types/react@18.2.21`](https://npmjs.com/package/@types/react)
- [`@typescript-eslint/eslint-plugin@6.6.0`](https://npmjs.com/package/@typescript-eslint/eslint-plugin)
- [`@typescript-eslint/parser@6.6.0`](https://npmjs.com/package/@typescript-eslint/parser)
Expand All @@ -31,6 +31,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [`jest-environment-jsdom@29.6.4`](https://npmjs.com/package/jest-environment-jsdom)
- [`jest@29.6.4`](https://npmjs.com/package/jest)
- [`prettier@3.0.3`](https://npmjs.com/package/prettier)
- [`react-dom@18.2.0`](https://npmjs.com/package/react-dom)
- [`react-test-renderer@18.2.0`](https://npmjs.com/package/react-test-renderer)
- [`react@18.2.0`](https://npmjs.com/package/react)
- [`typescript@5.2.2`](https://npmjs.com/package/typescript)

### Fixed
Expand Down
Loading