Skip to content

Commit b6f482d

Browse files
committed
chore: version 0.8.4 [skip ci]
1 parent 56eb2ee commit b6f482d

File tree

2 files changed

+17
-15
lines changed

2 files changed

+17
-15
lines changed

CHANGELOG.md

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,26 @@
11
# Change Log
22

3-
- fix: `no-unlocalized-strings` rule to ignore string literals in expressions assigned to variables specified in `ignoreNames` (#94) (df19c1c)
3+
- fix: no-unlocalized-strings corrected support for interface prop names (#95) (56eb2ee)
44

5-
* fix: no-unlocalized-strings rule to correctly handle as const assertions in property values with ignoreNames (#92) (4048c4d)
6-
* fix: no-unlocalized-strings rule to ignore default parameter values specified in ignoreNames (#91) (68b9052)
5+
* fix: `no-unlocalized-strings` rule to ignore string literals in expressions assigned to variables specified in `ignoreNames` (#94) (df19c1c)
76

8-
- fix(no-unlocalized-strings): ignore more cases (#84) (061ef0d)
7+
- fix: no-unlocalized-strings rule to correctly handle as const assertions in property values with ignoreNames (#92) (4048c4d)
8+
- fix: no-unlocalized-strings rule to ignore default parameter values specified in ignoreNames (#91) (68b9052)
99

10-
* chore(deps): bump cross-spawn from 7.0.3 to 7.0.5 (#83) (f10feb9)
11-
* chore(deps): bump @eslint/plugin-kit from 0.2.0 to 0.2.3 (#81) (297bcdd)
12-
* feat(no-unlocalized-strings): remove default configuration (#78) (32c823c)
13-
* feat(no-unlocalized-strings): add patterns for ignore functions (#77) (e249254)
14-
* feat(no-unlocalized-strings): add ignoreVariable option + refactor options (#76) (a407d3d)
10+
* fix(no-unlocalized-strings): ignore more cases (#84) (061ef0d)
1511

16-
- fix: not listed dependency `@typescript-eslint/scope-manager` (#75) (0ded72c)
17-
- feat(recommended-config): add lingui/no-expression-in-message (#74) (5430625)
12+
- chore(deps): bump cross-spawn from 7.0.3 to 7.0.5 (#83) (f10feb9)
13+
- chore(deps): bump @eslint/plugin-kit from 0.2.0 to 0.2.3 (#81) (297bcdd)
14+
- feat(no-unlocalized-strings): remove default configuration (#78) (32c823c)
15+
- feat(no-unlocalized-strings): add patterns for ignore functions (#77) (e249254)
16+
- feat(no-unlocalized-strings): add ignoreVariable option + refactor options (#76) (a407d3d)
1817

19-
* feat(no-unlocalized-strings): add regex patterns support (#70) (1c248a2)
20-
* fix: no-single-variables-to-translate renamed to no-single-variable... (#69) (b048305)
21-
* feat(no-expression-in-message): correctly handle {' '} in JSX, report for each found expression (#68) (e935e01)
18+
* fix: not listed dependency `@typescript-eslint/scope-manager` (#75) (0ded72c)
19+
* feat(recommended-config): add lingui/no-expression-in-message (#74) (5430625)
20+
21+
- feat(no-unlocalized-strings): add regex patterns support (#70) (1c248a2)
22+
- fix: no-single-variables-to-translate renamed to no-single-variable... (#69) (b048305)
23+
- feat(no-expression-in-message): correctly handle {' '} in JSX, report for each found expression (#68) (e935e01)
2224

2325
## 0.5.0 (2024-10-15)
2426

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-lingui",
3-
"version": "0.8.3",
3+
"version": "0.8.4",
44
"description": "ESLint plugin for Lingui",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)