Skip to content

Commit 36ecd42

Browse files
Version Packages
1 parent b13e399 commit 36ecd42

18 files changed

+61
-49
lines changed

.changeset/no-intl-locale-prototype-firstdayofweek.md

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

.changeset/no-intl-locale-prototype-getcalendars.md

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

.changeset/no-intl-locale-prototype-getcollations.md

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

.changeset/no-intl-locale-prototype-gethourcycles.md

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

.changeset/no-intl-locale-prototype-getnumberingsystems.md

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

.changeset/no-intl-locale-prototype-gettextinfo.md

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

.changeset/no-intl-locale-prototype-gettimezones.md

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

.changeset/no-intl-locale-prototype-getweekinfo.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.2.0
4+
5+
### Minor Changes
6+
7+
- Add `es-x/no-intl-locale-prototype-firstdayofweek` rule ([#278](https://github.com/eslint-community/eslint-plugin-es-x/pull/278))
8+
9+
- Add `es-x/no-intl-locale-prototype-getcalendars` rule ([#278](https://github.com/eslint-community/eslint-plugin-es-x/pull/278))
10+
11+
- Add `es-x/no-intl-locale-prototype-getcollations` rule ([#278](https://github.com/eslint-community/eslint-plugin-es-x/pull/278))
12+
13+
- Add `es-x/no-intl-locale-prototype-gethourcycles` rule ([#278](https://github.com/eslint-community/eslint-plugin-es-x/pull/278))
14+
15+
- Add `es-x/no-intl-locale-prototype-getnumberingsystems` rule ([#278](https://github.com/eslint-community/eslint-plugin-es-x/pull/278))
16+
17+
- Add `es-x/no-intl-locale-prototype-gettextinfo` rule ([#278](https://github.com/eslint-community/eslint-plugin-es-x/pull/278))
18+
19+
- Add `es-x/no-intl-locale-prototype-gettimezones` rule ([#278](https://github.com/eslint-community/eslint-plugin-es-x/pull/278))
20+
21+
- Add `es-x/no-intl-locale-prototype-getweekinfo` rule ([#278](https://github.com/eslint-community/eslint-plugin-es-x/pull/278))
22+
323
## 9.1.2
424

525
### Patch Changes

docs/rules/no-intl-locale-prototype-firstdayofweek.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: "es-x/no-intl-locale-prototype-firstdayofweek"
33
description: "disallow the `Intl.Locale.prototype.firstDayOfWeek` property"
4+
since: "v9.2.0"
45
---
56

67
# es-x/no-intl-locale-prototype-firstdayofweek
78
> disallow the `Intl.Locale.prototype.firstDayOfWeek` property
89
9-
- ❗ <badge text="This rule has not been released yet." vertical="middle" type="error"> ***This rule has not been released yet.*** </badge>
1010
- ✅ The following configurations enable this rule: [no-intl-locale-info] and [no-new-in-esnext-intl-api]
1111

1212
This rule reports ES2026 Intl API [`Intl.Locale.prototype.firstDayOfWeek` property](https://github.com/tc39/proposal-intl-locale-info) as errors.
@@ -53,6 +53,10 @@ This is prior to the `settings['es-x'].aggressive` setting.
5353
Configure the allowTestedProperty mode for only this rule.
5454
This is prior to the `settings['es-x'].allowTestedProperty` setting.
5555

56+
## 🚀 Version
57+
58+
This rule was introduced in v9.2.0.
59+
5660
## 📚 References
5761

5862
- [Rule source](https://github.com/eslint-community/eslint-plugin-es-x/blob/master/lib/rules/no-intl-locale-prototype-firstdayofweek.js)

0 commit comments

Comments
 (0)