Skip to content

Commit 3770379

Browse files
Version Packages (#284)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4ba18a1 commit 3770379

21 files changed

+75
-48
lines changed

.changeset/large-knives-add.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/late-donuts-kiss.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/late-donuts-kiss2.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/late-donuts-kiss3.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/late-donuts-kiss4.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/late-donuts-kiss5.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/late-donuts-kiss6.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/no-math-sumprecise.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# eslint-plugin-es-x
22

3+
## 9.1.0
4+
5+
### Minor Changes
6+
7+
- Add `no-arraybuffer-base64` config ([#249](https://github.com/eslint-community/eslint-plugin-es-x/pull/249))
8+
9+
- Add `es-x/no-uint8array-frombase64` rule ([#249](https://github.com/eslint-community/eslint-plugin-es-x/pull/249))
10+
11+
- Add `es-x/no-uint8array-fromhex` rule ([#249](https://github.com/eslint-community/eslint-plugin-es-x/pull/249))
12+
13+
- Add `es-x/no-uint8array-prototype-setfrombase64` rule ([#249](https://github.com/eslint-community/eslint-plugin-es-x/pull/249))
14+
15+
- Add `es-x/no-uint8array-prototype-setfromhex` rule ([#249](https://github.com/eslint-community/eslint-plugin-es-x/pull/249))
16+
17+
- Add `es-x/no-uint8array-prototype-tobase64` rule ([#249](https://github.com/eslint-community/eslint-plugin-es-x/pull/249))
18+
19+
- Add `es-x/no-uint8array-prototype-tohex` rule ([#249](https://github.com/eslint-community/eslint-plugin-es-x/pull/249))
20+
21+
- Add `es-x/no-math-sumprecise` rule ([#266](https://github.com/eslint-community/eslint-plugin-es-x/pull/266))
22+
323
## 9.0.0
424

525
### Major Changes

docs/rules/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ There is a config that enables the rules in this category: [`no-new-in-esnext`]
1414
| [es-x/no-asyncdisposablestack](./no-asyncdisposablestack.md) | disallow the `AsyncDisposableStack` class. | |
1515
| [es-x/no-disposablestack](./no-disposablestack.md) | disallow the `DisposableStack` class. | |
1616
| [es-x/no-error-iserror](./no-error-iserror.md) | disallow the `Error.isError` method. | |
17+
| [es-x/no-math-sumprecise](./no-math-sumprecise.md) | disallow the `Math.sumPrecise` method. | |
1718
| [es-x/no-suppressederror](./no-suppressederror.md) | disallow the `SuppressedError` class. | |
1819
| [es-x/no-symbol-asyncdispose](./no-symbol-asyncdispose.md) | disallow the `Symbol.asyncDispose` property. | |
1920
| [es-x/no-symbol-dispose](./no-symbol-dispose.md) | disallow the `Symbol.dispose` property. | |

0 commit comments

Comments
 (0)