Skip to content

Commit 4be6dcf

Browse files
committed
chore(release): 6.0
1 parent ee70d51 commit 4be6dcf

File tree

2 files changed

+51
-65
lines changed

2 files changed

+51
-65
lines changed

CHANGELOG.md

Lines changed: 50 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -2,204 +2,190 @@
22

33
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.
44

5+
## [6.0](https://github.com/postcss/postcss-load-config/compare/v5.1.0...v6.0.0) (2024-06-02)
6+
7+
### BREAKING CHANGES
8+
9+
- Now you need to install `yaml` dependency to use `.postcssrc.yml` config ([#261](https://github.com/postcss/postcss-load-config/pull/261))
10+
511
## [5.1.0](https://github.com/postcss/postcss-load-config/compare/v5.0.3...v5.1.0) (2024-05-01)
612

713
### Features
814

9-
* Allow to use `tsx` for TypeScript support ([#260](https://github.com/postcss/postcss-load-config/pull/260))
15+
- Allow to use `tsx` for TypeScript support ([#260](https://github.com/postcss/postcss-load-config/pull/260))
1016

1117
## [5.0.3](https://github.com/postcss/postcss-load-config/compare/v5.0.2...v5.0.3) (2024-02-08)
1218

1319
### Bug Fixes
1420

15-
* Fixed update of ESM configs ([#259](https://github.com/postcss/postcss-load-config/pull/259))
21+
- Fixed update of ESM configs ([#259](https://github.com/postcss/postcss-load-config/pull/259))
1622

1723
## [5.0.2](https://github.com/postcss/postcss-load-config/compare/v5.0.1...v5.0.2) (2023-05-23)
1824

1925
### Bug Fixes
2026

21-
* Fixed `__require` name conflict ([#257](https://github.com/postcss/postcss-load-config/pull/257))
27+
- Fixed `__require` name conflict ([#257](https://github.com/postcss/postcss-load-config/pull/257))
2228

2329
## [5.0.1](https://github.com/postcss/postcss-load-config/compare/v5.0.0...v5.0.1) (2023-05-23)
2430

2531
### Bug Fixes
2632

27-
* Fixed Windows support ([#256](https://github.com/postcss/postcss-load-config/pull/256))
33+
- Fixed Windows support ([#256](https://github.com/postcss/postcss-load-config/pull/256))
2834

2935
## [5.0](https://github.com/postcss/postcss-load-config/compare/v4.0.2...v5.0.0) (2023-11-20)
3036

3137
### Features
3238

33-
* Added ESM support for TypeScript config ([#249](https://github.com/postcss/postcss-load-config/pull/249))
34-
* Added ESM and TypeScript plugins support from JSON config ([#254](https://github.com/postcss/postcss-load-config/pull/254))
39+
- Added ESM support for TypeScript config ([#249](https://github.com/postcss/postcss-load-config/pull/249))
40+
- Added ESM and TypeScript plugins support from JSON config ([#254](https://github.com/postcss/postcss-load-config/pull/254))
3541

3642
### BREAKING CHANGES
3743

38-
* Dropped Node.js 16 & 14 support.
44+
- Dropped Node.js 16 & 14 support.
3945

4046
## [4.0.2](https://github.com/postcss/postcss-load-config/compare/v4.0.1...v4.0.2) (2023-11-20)
4147

4248
### Bug Fixes
4349

44-
* **src/index:** added support for `.cts` files ([#252](https://github.com/postcss/postcss-load-config/pull/252))
45-
* **deps:** updated `lilconfig` ([#253](https://github.com/postcss/postcss-load-config/pull/253))
50+
- **src/index:** added support for `.cts` files ([#252](https://github.com/postcss/postcss-load-config/pull/252))
51+
- **deps:** updated `lilconfig` ([#253](https://github.com/postcss/postcss-load-config/pull/253))
4652

4753
## [4.0.1](https://github.com/postcss/postcss-load-config/compare/v4.0.0...v4.0.1) (2022-05-31)
4854

4955
### Bug Fixes
5056

51-
* **src/index:** Fixed Windows support ([#238](https://github.com/postcss/postcss-load-config/pull/238))
57+
- **src/index:** Fixed Windows support ([#238](https://github.com/postcss/postcss-load-config/pull/238))
5258

5359
## [4.0](https://github.com/postcss/postcss-load-config/compare/v3.1.4...v4.0.0) (2022-05-23)
5460

5561
### Features
5662

57-
* Added support for ESM configs ([#234](https://github.com/postcss/postcss-load-config/pull/234))
63+
- Added support for ESM configs ([#234](https://github.com/postcss/postcss-load-config/pull/234))
5864

5965
### BREAKING CHANGES
6066

61-
* Dropped sync API.
62-
* Dropped Node.js 12 & 10 support.
67+
- Dropped sync API.
68+
- Dropped Node.js 12 & 10 support.
6369

6470
## [3.1.4](https://github.com/postcss/postcss-load-config/compare/v3.1.3...v3.1.4) (2022-03-29)
6571

6672
### Bug Fixes
6773

68-
* **deps:** Add `postcss` to optional peer dependencies to fix types ([#233](https://github.com/postcss/postcss-load-config/pull/233))
74+
- **deps:** Add `postcss` to optional peer dependencies to fix types ([#233](https://github.com/postcss/postcss-load-config/pull/233))
6975

7076
## [3.1.3](https://github.com/postcss/postcss-load-config/compare/v3.1.2...v3.1.3) (2022-01-02)
7177

7278
### Bug Fixes
7379

74-
* **src/index:** Fix root path calculation for resolving relative path to plugins ([#231](https://github.com/postcss/postcss-load-config/pull/231))
80+
- **src/index:** Fix root path calculation for resolving relative path to plugins ([#231](https://github.com/postcss/postcss-load-config/pull/231))
7581

7682
## [3.1.2](https://github.com/postcss/postcss-load-config/compare/v3.1.1...v3.1.2) (2022-01-02)
7783

7884
### Bug Fixes
7985

80-
* **src/index:** Load plugins from PostCSS config location instead of current working directory ([#229](https://github.com/postcss/postcss-load-config/pull/229))
86+
- **src/index:** Load plugins from PostCSS config location instead of current working directory ([#229](https://github.com/postcss/postcss-load-config/pull/229))
8187

8288
## [3.1.1](https://github.com/postcss/postcss-load-config/compare/v3.1.0...v3.1.1) (2022-01-02)
8389

8490
### Bug Fixes
8591

86-
* **deps:** Reduce dependencies by dropping `import-cwd` ([#227](https://github.com/postcss/postcss-load-config/pull/227))
87-
92+
- **deps:** Reduce dependencies by dropping `import-cwd` ([#227](https://github.com/postcss/postcss-load-config/pull/227))
8893

8994
## [3.1.0](https://github.com/postcss/postcss-load-config/compare/v3.0.1...v3.1.0) (2021-06-14)
9095

9196
### Features
9297

93-
* Add `.cjs` config support ([#218](https://github.com/postcss/postcss-load-config/pull/218))
94-
* Add `.ts` config support ([#218](https://github.com/postcss/postcss-load-config/pull/218))
95-
98+
- Add `.cjs` config support ([#218](https://github.com/postcss/postcss-load-config/pull/218))
99+
- Add `.ts` config support ([#218](https://github.com/postcss/postcss-load-config/pull/218))
96100

97101
### Bug Fixes
98102

99-
* **deps:** Reduce dependencies by moving from `cosmiconfig` to `lilconfig`
100-
103+
- **deps:** Reduce dependencies by moving from `cosmiconfig` to `lilconfig`
101104

102105
## [3.0.1](https://github.com/postcss/postcss-load-config/compare/v3.0.0...v3.0.1) (2021-02-07)
103106

104107
### Features
105108

106-
* **src/index:** Add type definition ([#211](https://github.com/postcss/postcss-load-config/pull/211))
107-
109+
- **src/index:** Add type definition ([#211](https://github.com/postcss/postcss-load-config/pull/211))
108110

109111
## [3.0.0](https://github.com/postcss/postcss-load-config/compare/v2.1.2...v3.0.0) (2020-09-26)
110112

111113
### Features
112114

113-
* **src/index:** Add `.cjs` config support.
114-
115+
- **src/index:** Add `.cjs` config support.
115116

116117
### BREAKING CHANGES
117118

118-
* **package:** requires `node >= v10.0.0`
119+
- **package:** requires `node >= v10.0.0`
119120

120121
## [2.1.2](https://github.com/michael-ciniawsky/postcss-load-config/compare/v2.1.1...v2.1.2) (2020-09-26)
121122

122-
123123
### Bug Fixes
124124

125-
* **package:** Add funding links.
125+
- **package:** Add funding links.
126126

127127
## [2.1.1](https://github.com/michael-ciniawsky/postcss-load-config/compare/v2.1.0...v2.1.1) (2020-09-17)
128128

129-
130129
### Bug Fixes
131130

132-
* **plugins:** fix PostCSS 8 plugin support ([#177](https://github.com/michael-ciniawsky/postcss-load-config/issues/202))
133-
131+
- **plugins:** fix PostCSS 8 plugin support ([#177](https://github.com/michael-ciniawsky/postcss-load-config/issues/202))
134132

135133
## [2.1.0](https://github.com/michael-ciniawsky/postcss-load-config/compare/v2.0.0...v2.1.0) (2019-06-10)
136134

137-
138135
### Bug Fixes
139136

140-
* **plugins:** add `undefined` to plugin `options` check ([#177](https://github.com/michael-ciniawsky/postcss-load-config/issues/177)) ([4349ea9](https://github.com/michael-ciniawsky/postcss-load-config/commit/4349ea9))
141-
137+
- **plugins:** add `undefined` to plugin `options` check ([#177](https://github.com/michael-ciniawsky/postcss-load-config/issues/177)) ([4349ea9](https://github.com/michael-ciniawsky/postcss-load-config/commit/4349ea9))
142138

143139
### Features
144140

145-
* **src/index:** support synchronous config loading (`rc.sync`) ([f230d40](https://github.com/michael-ciniawsky/postcss-load-config/commit/f230d40))
146-
147-
141+
- **src/index:** support synchronous config loading (`rc.sync`) ([f230d40](https://github.com/michael-ciniawsky/postcss-load-config/commit/f230d40))
148142

149143
<a name="2.0.0"></a>
150-
# [2.0.0](https://github.com/michael-ciniawsky/postcss-load-config/compare/v1.2.0...v2.0.0) (2018-07-10)
151144

145+
# [2.0.0](https://github.com/michael-ciniawsky/postcss-load-config/compare/v1.2.0...v2.0.0) (2018-07-10)
152146

153147
### Bug Fixes
154148

155-
* **package:** `require-from-string` memory leak, updates `cosmiconfig` v2.1.0...4.0.0 (`dependencies`) ([17f9621](https://github.com/michael-ciniawsky/postcss-load-config/commit/17f9621))
156-
* **src/index.js:** clone the config `{Object}` on assignment instead of mutating it ([8669a90](https://github.com/michael-ciniawsky/postcss-load-config/commit/8669a90))
157-
149+
- **package:** `require-from-string` memory leak, updates `cosmiconfig` v2.1.0...4.0.0 (`dependencies`) ([17f9621](https://github.com/michael-ciniawsky/postcss-load-config/commit/17f9621))
150+
- **src/index.js:** clone the config `{Object}` on assignment instead of mutating it ([8669a90](https://github.com/michael-ciniawsky/postcss-load-config/commit/8669a90))
158151

159152
### Features
160153

161-
* **src:** load plugins from the current working directory ([9745bf0](https://github.com/michael-ciniawsky/postcss-load-config/commit/9745bf0))
162-
* **src:** show config file in `err.message` ([4baff47](https://github.com/michael-ciniawsky/postcss-load-config/commit/4baff47))
163-
154+
- **src:** load plugins from the current working directory ([9745bf0](https://github.com/michael-ciniawsky/postcss-load-config/commit/9745bf0))
155+
- **src:** show config file in `err.message` ([4baff47](https://github.com/michael-ciniawsky/postcss-load-config/commit/4baff47))
164156

165157
### BREAKING CHANGES
166158

167-
* **package:** requires `node >= v4.0.0`
168-
* **package:** removes `argv` option (`options.argv`)
169-
* **package:** removes `--config` parsing
170-
171-
159+
- **package:** requires `node >= v4.0.0`
160+
- **package:** removes `argv` option (`options.argv`)
161+
- **package:** removes `--config` parsing
172162

173163
<a name="1.2.0"></a>
174-
# [1.2.0](https://github.com/michael-ciniawsky/postcss-load-config/compare/v1.1.0...v1.2.0) (2017-02-13)
175164

165+
# [1.2.0](https://github.com/michael-ciniawsky/postcss-load-config/compare/v1.1.0...v1.2.0) (2017-02-13)
176166

177167
### Features
178168

179-
* **index:** allow extensions for .postcssrc ([0d3bf35](https://github.com/michael-ciniawsky/postcss-load-config/commit/0d3bf35))
180-
181-
169+
- **index:** allow extensions for .postcssrc ([0d3bf35](https://github.com/michael-ciniawsky/postcss-load-config/commit/0d3bf35))
182170

183171
<a name="1.1.0"></a>
184-
# [1.1.0](https://github.com/michael-ciniawsky/postcss-load-config/compare/v1.0.0...v1.1.0) (2017-01-11)
185172

173+
# [1.1.0](https://github.com/michael-ciniawsky/postcss-load-config/compare/v1.0.0...v1.1.0) (2017-01-11)
186174

187175
### Features
188176

189-
* **index:** config.file, improve error handling ([a6c32fd](https://github.com/michael-ciniawsky/postcss-load-config/commit/a6c32fd))
190-
191-
177+
- **index:** config.file, improve error handling ([a6c32fd](https://github.com/michael-ciniawsky/postcss-load-config/commit/a6c32fd))
192178

193179
<a name="1.0.0"></a>
194-
# [1.0.0]((https://github.com/michael-ciniawsky/postcss-load-config/compare/v1.0.0-rc...1.0.0)) (2016-10-27)
195180

181+
# [1.0.0](<(https://github.com/michael-ciniawsky/postcss-load-config/compare/v1.0.0-rc...1.0.0)>) (2016-10-27)
196182

197183
### Bug Fixes
198184

199-
* **index:** behavior when config loading fails ([b549bc6](https://github.com/michael-ciniawsky/postcss-load-config/commit/b549bc6)), closes [#26](https://github.com/michael-ciniawsky/postcss-load-config/issues/26)
200-
* **index:** set NODE_ENV when undefined ([b24501c](https://github.com/michael-ciniawsky/postcss-load-config/commit/b24501c))
201-
* **index:** support node v0.12 ([0bbfa94](https://github.com/michael-ciniawsky/postcss-load-config/commit/0bbfa94))
185+
- **index:** behavior when config loading fails ([b549bc6](https://github.com/michael-ciniawsky/postcss-load-config/commit/b549bc6)), closes [#26](https://github.com/michael-ciniawsky/postcss-load-config/issues/26)
186+
- **index:** set NODE_ENV when undefined ([b24501c](https://github.com/michael-ciniawsky/postcss-load-config/commit/b24501c))
187+
- **index:** support node v0.12 ([0bbfa94](https://github.com/michael-ciniawsky/postcss-load-config/commit/0bbfa94))
202188

203189
### Features
204190

205-
* **index:** function support, jsdoc, cleanups ([a78c580](https://github.com/michael-ciniawsky/postcss-load-config/commit/a78c580))
191+
- **index:** function support, jsdoc, cleanups ([a78c580](https://github.com/michael-ciniawsky/postcss-load-config/commit/a78c580))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-load-config",
3-
"version": "5.1.0",
3+
"version": "6.0.0",
44
"description": "Autoload Config for PostCSS",
55
"main": "src/index.js",
66
"types": "src/index.d.ts",

0 commit comments

Comments
 (0)