Skip to content

Commit

Permalink
merge upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
mbillz committed Aug 1, 2024
2 parents d459130 + ea207ae commit cab8279
Show file tree
Hide file tree
Showing 5 changed files with 5,509 additions and 2,883 deletions.
6 changes: 3 additions & 3 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
"plugin:@typescript-eslint/recommended",
"plugin:import/typescript",
"plugin:functional/lite",
"prettier",
"prettier/@typescript-eslint"
"prettier"
],
"globals": { "BigInt": true, "console": true, "WebAssembly": true },
"rules": {
Expand All @@ -30,6 +29,7 @@
"error",
{ "ignoreDeclarationSort": true, "ignoreCase": true }
],
"@typescript-eslint/ban-ts-comment": "off"
"@typescript-eslint/ban-ts-comment": "off",
"functional/prefer-immutable-types": "off"
}
}
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### 0.2.5 (2024-08-01)
### 0.4.1 (2024-08-01)

- Update peer and dev dependency @testing-library/dom to ^10.4.0

### 0.2.4 (2023-09-14)
### [0.3.1](https://github.com/domasx2/testing-library-selector/compare/v0.2.1...v0.3.1) (2023-10-10)

### 0.2.1 (2021-09-06)
Loading

0 comments on commit cab8279

Please sign in to comment.