Skip to content

Commit c73623a

Browse files
committed
chore(release): publish
- @readme/eslint-config@10.1.2 - @readme/stylelint-config@3.1.2
1 parent df40bc7 commit c73623a

File tree

7 files changed

+32
-185
lines changed

7 files changed

+32
-185
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/eslint-config/CHANGELOG.md

Lines changed: 16 additions & 92 deletions
Original file line numberDiff line numberDiff line change
@@ -3,180 +3,104 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6-
## [10.1.1](https://github.com/readmeio/standards/compare/@readme/eslint-config@10.1.0...@readme/eslint-config@10.1.1) (2022-10-03)
6+
## [10.1.2](https://github.com/readmeio/standards/compare/@readme/eslint-config@10.1.1...@readme/eslint-config@10.1.2) (2022-11-01)
77

88
**Note:** Version bump only for package @readme/eslint-config
99

10+
## [10.1.1](https://github.com/readmeio/standards/compare/@readme/eslint-config@10.1.0...@readme/eslint-config@10.1.1) (2022-10-03)
1011

11-
12-
12+
**Note:** Version bump only for package @readme/eslint-config
1313

1414
# [10.1.0](https://github.com/readmeio/standards/compare/@readme/eslint-config@10.0.0...@readme/eslint-config@10.1.0) (2022-08-29)
1515

16-
1716
### Features
1817

19-
* set `warnOnUnassignedImports` on `import/order` ([d9f8d36](https://github.com/readmeio/standards/commit/d9f8d361155e818f06e71742aa5e5028d5c91e90))
20-
21-
22-
23-
18+
- set `warnOnUnassignedImports` on `import/order` ([d9f8d36](https://github.com/readmeio/standards/commit/d9f8d361155e818f06e71742aa5e5028d5c91e90))
2419

2520
# [10.0.0](https://github.com/readmeio/standards/compare/@readme/eslint-config@9.0.0...@readme/eslint-config@10.0.0) (2022-08-10)
2621

27-
2822
### Features
2923

30-
* enabling `import/order` ([#486](https://github.com/readmeio/standards/issues/486)) ([edffdbe](https://github.com/readmeio/standards/commit/edffdbe631ca3927b882fd19d8f03dd49451d937))
31-
32-
33-
34-
24+
- enabling `import/order` ([#486](https://github.com/readmeio/standards/issues/486)) ([edffdbe](https://github.com/readmeio/standards/commit/edffdbe631ca3927b882fd19d8f03dd49451d937))
3525

3626
# [9.0.0](https://github.com/readmeio/standards/compare/@readme/eslint-config@8.8.3...@readme/eslint-config@9.0.0) (2022-07-25)
3727

38-
3928
### Features
4029

41-
* requiring Node 14.18+ ([c5f5350](https://github.com/readmeio/standards/commit/c5f5350935fc6bed8b5bf27f0c7d92316a6b3cd0))
42-
43-
44-
45-
30+
- requiring Node 14.18+ ([c5f5350](https://github.com/readmeio/standards/commit/c5f5350935fc6bed8b5bf27f0c7d92316a6b3cd0))
4631

4732
## [8.8.3](https://github.com/readmeio/standards/compare/@readme/eslint-config@8.8.2...@readme/eslint-config@8.8.3) (2022-07-13)
4833

49-
5034
### Bug Fixes
5135

52-
* downgrading `eslint-import-resolver-typescript` to v2 ([61ff5fa](https://github.com/readmeio/standards/commit/61ff5faa9cfed8332a7906b76ef60e3e295451dc))
53-
54-
55-
56-
36+
- downgrading `eslint-import-resolver-typescript` to v2 ([61ff5fa](https://github.com/readmeio/standards/commit/61ff5faa9cfed8332a7906b76ef60e3e295451dc))
5737

5838
## [8.8.2](https://github.com/readmeio/standards/compare/@readme/eslint-config@8.8.1...@readme/eslint-config@8.8.2) (2022-07-13)
5939

60-
6140
### Bug Fixes
6241

63-
* reverting the unicorn eslint plugin as v43 requires >=Node 14.18 ([#455](https://github.com/readmeio/standards/issues/455)) ([334a1b5](https://github.com/readmeio/standards/commit/334a1b58bdf72f4152529f29655d2d6411cb4d76))
64-
65-
66-
67-
42+
- reverting the unicorn eslint plugin as v43 requires >=Node 14.18 ([#455](https://github.com/readmeio/standards/issues/455)) ([334a1b5](https://github.com/readmeio/standards/commit/334a1b58bdf72f4152529f29655d2d6411cb4d76))
6843

6944
## [8.8.1](https://github.com/readmeio/standards/compare/@readme/eslint-config@8.8.0...@readme/eslint-config@8.8.1) (2022-07-07)
7045

71-
7246
### Bug Fixes
7347

74-
* various issues with dependabot not actually updating deps ([c4f11ec](https://github.com/readmeio/standards/commit/c4f11ecf323d650d7577cb025e5372507b866813))
75-
76-
77-
78-
48+
- various issues with dependabot not actually updating deps ([c4f11ec](https://github.com/readmeio/standards/commit/c4f11ecf323d650d7577cb025e5372507b866813))
7949

8050
# [8.8.0](https://github.com/readmeio/standards/compare/@readme/eslint-config@8.7.6...@readme/eslint-config@8.8.0) (2022-06-21)
8151

82-
8352
### Features
8453

85-
* preventing the use of templated strings on non-templates ([d6a7978](https://github.com/readmeio/standards/commit/d6a79786842e1e15ba01e21e10d9f188de0d9977))
86-
87-
88-
89-
54+
- preventing the use of templated strings on non-templates ([d6a7978](https://github.com/readmeio/standards/commit/d6a79786842e1e15ba01e21e10d9f188de0d9977))
9055

9156
## [8.7.6](https://github.com/readmeio/standards/compare/@readme/eslint-config@8.7.5...@readme/eslint-config@8.7.6) (2022-06-13)
9257

9358
**Note:** Version bump only for package @readme/eslint-config
9459

95-
96-
97-
98-
9960
## [8.7.5](https://github.com/readmeio/standards/compare/@readme/eslint-config@8.7.4...@readme/eslint-config@8.7.5) (2022-05-31)
10061

10162
**Note:** Version bump only for package @readme/eslint-config
10263

103-
104-
105-
106-
10764
## [8.7.4](https://github.com/readmeio/standards/compare/@readme/eslint-config@8.7.3...@readme/eslint-config@8.7.4) (2022-05-23)
10865

10966
**Note:** Version bump only for package @readme/eslint-config
11067

111-
112-
113-
114-
11568
## [8.7.3](https://github.com/readmeio/standards/compare/@readme/eslint-config@8.7.2...@readme/eslint-config@8.7.3) (2022-04-26)
11669

117-
11870
### Bug Fixes
11971

120-
* downgrading eslint-plugin-mocha ([86526f5](https://github.com/readmeio/standards/commit/86526f54b3fadd734c0676bf960ddb120674d6f5))
121-
122-
123-
124-
72+
- downgrading eslint-plugin-mocha ([86526f5](https://github.com/readmeio/standards/commit/86526f54b3fadd734c0676bf960ddb120674d6f5))
12573

12674
## [8.7.2](https://github.com/readmeio/standards/compare/@readme/eslint-config@8.7.1...@readme/eslint-config@8.7.2) (2022-04-26)
12775

12876
**Note:** Version bump only for package @readme/eslint-config
12977

130-
131-
132-
133-
13478
## [8.7.1](https://github.com/readmeio/standards/compare/@readme/eslint-config@8.7.0...@readme/eslint-config@8.7.1) (2022-04-26)
13579

13680
**Note:** Version bump only for package @readme/eslint-config
13781

138-
139-
140-
141-
14282
# [8.7.0](https://github.com/readmeio/standards/compare/@readme/eslint-config@8.6.0...@readme/eslint-config@8.7.0) (2022-04-20)
14383

144-
14584
### Bug Fixes
14685

147-
* removing the upper engine boundary on the eslint-config pkg ([6c58072](https://github.com/readmeio/standards/commit/6c58072532ab9a7135e79c0e18a60109e7a6ad1e))
148-
86+
- removing the upper engine boundary on the eslint-config pkg ([6c58072](https://github.com/readmeio/standards/commit/6c58072532ab9a7135e79c0e18a60109e7a6ad1e))
14987

15088
### Features
15189

152-
* adding support for node 18, dropping node 12 ([#372](https://github.com/readmeio/standards/issues/372)) ([25a59fa](https://github.com/readmeio/standards/commit/25a59faa73909f55003237b837c7f722feeec076))
153-
154-
155-
156-
90+
- adding support for node 18, dropping node 12 ([#372](https://github.com/readmeio/standards/issues/372)) ([25a59fa](https://github.com/readmeio/standards/commit/25a59faa73909f55003237b837c7f722feeec076))
15791

15892
# [8.6.0](https://github.com/readmeio/standards/compare/@readme/eslint-config@8.5.3...@readme/eslint-config@8.6.0) (2022-04-12)
15993

160-
16194
### Features
16295

163-
* supporting node 17 ([#363](https://github.com/readmeio/standards/issues/363)) ([a0cb24f](https://github.com/readmeio/standards/commit/a0cb24f41f6890d2c4ac7250c3bd0e0e41629c8a))
164-
165-
166-
167-
96+
- supporting node 17 ([#363](https://github.com/readmeio/standards/issues/363)) ([a0cb24f](https://github.com/readmeio/standards/commit/a0cb24f41f6890d2c4ac7250c3bd0e0e41629c8a))
16897

16998
## [8.5.3](https://github.com/readmeio/standards/compare/@readme/eslint-config@8.5.2...@readme/eslint-config@8.5.3) (2022-04-06)
17099

171-
172100
### Bug Fixes
173101

174-
* **eslint-config:** fix false-positive error with TS enums ([#361](https://github.com/readmeio/standards/issues/361)) ([296d66e](https://github.com/readmeio/standards/commit/296d66ef0a31cbac13459d99518f2b67b57f1ab7))
175-
* out of date lockfiles ([318393a](https://github.com/readmeio/standards/commit/318393ac195feda4701da171af08e02a80dedf12))
176-
177-
178-
179-
102+
- **eslint-config:** fix false-positive error with TS enums ([#361](https://github.com/readmeio/standards/issues/361)) ([296d66e](https://github.com/readmeio/standards/commit/296d66ef0a31cbac13459d99518f2b67b57f1ab7))
103+
- out of date lockfiles ([318393a](https://github.com/readmeio/standards/commit/318393ac195feda4701da171af08e02a80dedf12))
180104

181105
## 8.5.2 (2022-04-04)
182106

packages/eslint-config/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@readme/eslint-config",
3-
"version": "10.1.1",
3+
"version": "10.1.2",
44
"description": "ReadMe coding standards",
55
"main": "index.js",
66
"author": "Jon Ursenbach <jon@ursenba.ch>",

0 commit comments

Comments
 (0)