@@ -5,6 +5,12 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
5
5
6
6
## Unreleased
7
7
8
+ ## 0.13.3 - 2023-08-05
9
+ - [ deps] update ` is-core-module ` , ` resolve ` , ` semver `
10
+ - [ eslint] tighten up rules
11
+ - [ Tests] consolidate eslint config
12
+ - [ Docs] HTTP => HTTPS ([ #2287 ] , thanks [ @Schweinepriester ] )
13
+
8
14
## 0.13.2 - 2021-10-20
9
15
10
16
### Changed
@@ -13,35 +19,35 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
13
19
## 0.13.1 - 2021-05-13
14
20
15
21
### Added
16
- - add support for webpack5 'externals function' ([ #2023 ] , thanks [ @jet2jet ] )
22
+ - add support for webpack5 'externals function' ([ #2023 ] , thanks [ @jet2jet ] )
17
23
18
24
### Changed
19
- - Add warning about async Webpack configs ([ #1962 ] , thanks [ @ogonkov ] )
20
- - Replace ` node-libs-browser ` with ` is-core-module ` ([ #1967 ] , thanks [ @andersk ] )
21
- - [ meta] add "engines" field to document existing requirements
22
- - [ Refactor] use ` is-regex ` instead of ` instanceof RegExp `
23
- - [ Refactor] use ` Array.isArray ` instead of ` instanceof Array `
24
- - [ deps] update ` debug ` , ` interpret ` , ` is-core-module ` , ` lodash ` , ` resolve `
25
+ - Add warning about async Webpack configs ([ #1962 ] , thanks [ @ogonkov ] )
26
+ - Replace ` node-libs-browser ` with ` is-core-module ` ([ #1967 ] , thanks [ @andersk ] )
27
+ - [ meta] add "engines" field to document existing requirements
28
+ - [ Refactor] use ` is-regex ` instead of ` instanceof RegExp `
29
+ - [ Refactor] use ` Array.isArray ` instead of ` instanceof Array `
30
+ - [ deps] update ` debug ` , ` interpret ` , ` is-core-module ` , ` lodash ` , ` resolve `
25
31
26
32
## 0.13.0 - 2020-09-27
27
33
28
34
### Breaking
29
- - [ Breaking] Allow to resolve config path relative to working directory (#1276 )
35
+ - [ Breaking] Allow to resolve config path relative to working directory (#1276 )
30
36
31
37
## 0.12.2 - 2020-06-16
32
38
33
39
### Fixed
34
- - [ fix] provide config fallback ([ #1705 ] , thanks [ @migueloller ] )
40
+ - [ fix] provide config fallback ([ #1705 ] , thanks [ @migueloller ] )
35
41
36
42
## 0.12.1 - 2020-01-10
37
43
38
44
### Changed
39
- - [ meta] copy LICENSE file to all npm packages on prepublish ([ #1595 ] , thanks [ @opichals ] )
45
+ - [ meta] copy LICENSE file to all npm packages on prepublish ([ #1595 ] , thanks [ @opichals ] )
40
46
41
47
## 0.12.0 - 2019-12-07
42
48
43
49
### Added
44
- - [ New] enable passing cwd as an option to ` eslint-import-resolver-webpack ` ([ #1503 ] , thanks [ @Aghassi ] )
50
+ - [ New] enable passing cwd as an option to ` eslint-import-resolver-webpack ` ([ #1503 ] , thanks [ @Aghassi ] )
45
51
46
52
## 0.11.1 - 2019-04-13
47
53
@@ -51,110 +57,108 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
51
57
## 0.11.0 - 2018-01-22
52
58
53
59
### Added
54
- - support for ` argv ` parameter when config is a function. ([ #1261 ] , thanks [ @keann ] )
60
+ - support for ` argv ` parameter when config is a function. ([ #1261 ] , thanks [ @keann ] )
55
61
56
62
### Fixed
57
- - crash when webpack config is an array of functions ([ #1219 ] /[ #1220 ] by [ @idudinov ] )
63
+ - crash when webpack config is an array of functions ([ #1219 ] /[ #1220 ] by [ @idudinov ] )
58
64
59
65
## 0.10.1 - 2018-06-24
60
66
### Fixed
61
- - log a useful error in a module bug arises ([ #768 ] /[ #767 ] , thanks [ @mattkrick ] )
67
+ - log a useful error in a module bug arises ([ #768 ] /[ #767 ] , thanks [ @mattkrick ] )
62
68
63
69
## 0.10.0 - 2018-05-17
64
70
### Changed
65
- - cache webpack resolve function, for performance ([ #788 ] /[ #1091 ] )
71
+ - cache webpack resolve function, for performance ([ #788 ] /[ #1091 ] )
66
72
67
73
## 0.9.0 - 2018-03-29
68
74
### Breaking
69
- - Fix with ` pnpm ` by bumping ` resolve ` ([ #968 ] )
75
+ - Fix with ` pnpm ` by bumping ` resolve ` ([ #968 ] )
70
76
71
77
## 0.8.4 - 2018-01-05
72
78
### Changed
73
- - allow newer version of node-libs-browser ([ #969 ] )
79
+ - allow newer version of node-libs-browser ([ #969 ] )
74
80
75
81
## 0.8.3 - 2017-06-23
76
82
### Changed
77
- - ` debug ` bumped to match others
83
+ - ` debug ` bumped to match others
78
84
79
85
## 0.8.2 - 2017-06-22
80
86
### Changed
81
- - ` webpack ` peer dep updated to >= 1.11 (works fine with webpack 3 AFAICT)
87
+ - ` webpack ` peer dep updated to >= 1.11 (works fine with webpack 3 AFAICT)
82
88
83
89
## 0.8.1 - 2017-01-19
84
90
### Changed
85
- - official support for Webpack 2.2.0 (RC), thanks [ @graingert ]
91
+ - official support for Webpack 2.2.0 (RC), thanks [ @graingert ]
86
92
87
93
## 0.8.0 - 2016-12-15
88
94
### Changed
89
- - bumped ` resolve ` to fix issues with Node builtins (thanks [ @SkeLLLa ] and [ @ljharb ] )
90
- - allow ` enhanced-resolve ` to be version ` >= 2 ` (thanks [ @Kovensky ] )
95
+ - bumped ` resolve ` to fix issues with Node builtins (thanks [ @SkeLLLa ] and [ @ljharb ] )
96
+ - allow ` enhanced-resolve ` to be version ` >= 2 ` (thanks [ @Kovensky ] )
91
97
92
98
## 0.7.1
93
99
### Fixed
94
- - missing ` has ` dependency ([ #681 ] + [ #683 ] , thanks [ @benmvp ] + [ @ljharb ] )
100
+ - missing ` has ` dependency ([ #681 ] + [ #683 ] , thanks [ @benmvp ] + [ @ljharb ] )
95
101
96
102
## 0.7.0
97
103
### Added
98
- - Support for explicit Webpack config object in ` .eslintrc.* ` . ([ #572 ] , thanks [ @jameslnewell ] )
99
- - Added ` resolve.modules ` to configs for webpack2 support ([ #569 ] , thanks [ @toshafed ] )
104
+ - Support for explicit Webpack config object in ` .eslintrc.* ` . ([ #572 ] , thanks [ @jameslnewell ] )
105
+ - Added ` resolve.modules ` to configs for webpack2 support ([ #569 ] , thanks [ @toshafed ] )
100
106
101
107
## 0.6.0 - 2016-09-13
102
108
### Added
103
- - support for config-as-function ([ #533 ] , thanks [ @grahamb ] )
109
+ - support for config-as-function ([ #533 ] , thanks [ @grahamb ] )
104
110
105
111
## 0.5.1 - 2016-08-11
106
112
### Fixed
107
- - don't throw and die if no webpack config is found
113
+ - don't throw and die if no webpack config is found
108
114
109
115
## 0.5.0 - 2016-08-11
110
116
### Added
111
- - support for Webpack 2 + ` module ` package.json key! ([ #475 ] , thanks [ @taion ] )
117
+ - support for Webpack 2 + ` module ` package.json key! ([ #475 ] , thanks [ @taion ] )
112
118
113
119
### Changed
114
- - don't swallow errors, assume config exists ([ #435 ] , thanks [ @Kovensky ] )
120
+ - don't swallow errors, assume config exists ([ #435 ] , thanks [ @Kovensky ] )
115
121
116
122
## 0.4.0 - 2016-07-17
117
123
### Added
118
- - support for ` webpack.ResolverPlugin ` ([ #377 ] , thanks [ @Rogeres ] )
124
+ - support for ` webpack.ResolverPlugin ` ([ #377 ] , thanks [ @Rogeres ] )
119
125
120
126
### Fixed
121
- - provide string ` context ` to ` externals ` functions ([ #411 ] + [ #413 ] , thanks [ @Satyam ] )
127
+ - provide string ` context ` to ` externals ` functions ([ #411 ] + [ #413 ] , thanks [ @Satyam ] )
122
128
123
129
## 0.3.2 - 2016-06-30
124
130
### Added
125
- - shared config ([ config.js] ( ./config.js ) ) with barebones settings needed to use this resolver. ([ #283 ] )
131
+ - shared config ([ config.js] ( ./config.js ) ) with barebones settings needed to use this resolver. ([ #283 ] )
126
132
127
133
### Fixed
128
- - strip resource query ([ #357 ] , thanks [ @daltones ] )
129
- - allow ` externals ` to be defined as a function ([ #363 ] , thanks [ @kesne ] )
134
+ - strip resource query ([ #357 ] , thanks [ @daltones ] )
135
+ - allow ` externals ` to be defined as a function ([ #363 ] , thanks [ @kesne ] )
130
136
131
137
## 0.3.1 - 2016-06-02
132
138
### Added
133
- - debug logging. run with ` DEBUG=eslint-plugin-import:* ` to see log output.
139
+ - debug logging. run with ` DEBUG=eslint-plugin-import:* ` to see log output.
134
140
135
141
## 0.3.0 - 2016-06-01
136
142
### Changed
137
- - use ` enhanced-resolve ` to support additional plugins instead of re-implementing
138
- aliases, etc.
143
+ - use ` enhanced-resolve ` to support additional plugins instead of re-implementing aliases, etc.
139
144
140
145
## 0.2.5 - 2016-05-23
141
146
### Added
142
- - Added support for multiple webpack configs ([ #181 ] , thanks [ @GreenGremlin ] )
147
+ - Added support for multiple webpack configs ([ #181 ] , thanks [ @GreenGremlin ] )
143
148
144
149
## 0.2.4 - 2016-04-29
145
150
### Changed
146
- - automatically find webpack config with ` interpret ` -able extensions ([ #287 ] , thanks [ @taion ] )
151
+ - automatically find webpack config with ` interpret ` -able extensions ([ #287 ] , thanks [ @taion ] )
147
152
148
153
## 0.2.3 - 2016-04-28
149
154
### Fixed
150
- - ` interpret ` dependency was declared in the wrong ` package.json ` .
151
- Thanks [ @jonboiser ] for sleuthing ([ #286 ] ) and fixing ([ #289 ] ).
155
+ - ` interpret ` dependency was declared in the wrong ` package.json ` . Thanks [ @jonboiser ] for sleuthing ([ #286 ] ) and fixing ([ #289 ] ).
152
156
153
157
## 0.2.2 - 2016-04-27
154
158
### Added
155
- - ` interpret ` configs (such as ` .babel.js ` ).
156
- Thanks to [ @gausie ] for the initial PR ([ #164 ] , ages ago! 😅) and [ @jquense ] for tests ([ #278 ] ).
159
+ - ` interpret ` configs (such as ` .babel.js ` ). Thanks to [ @gausie ] for the initial PR ([ #164 ] , ages ago! 😅) and [ @jquense ] for tests ([ #278 ] ).
157
160
161
+ [ #2287 ] : https://github.com/import-js/eslint-plugin-import/pull/2287
158
162
[ #2023 ] : https://github.com/import-js/eslint-plugin-import/pull/2023
159
163
[ #1967 ] : https://github.com/import-js/eslint-plugin-import/pull/1967
160
164
[ #1962 ] : https://github.com/import-js/eslint-plugin-import/pull/1962
@@ -192,29 +196,30 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
192
196
[ #286 ] : https://github.com/import-js/eslint-plugin-import/issues/286
193
197
[ #283 ] : https://github.com/import-js/eslint-plugin-import/issues/283
194
198
199
+ [ @Aghassi ] : https://github.com/Aghassi
200
+ [ @andersk ] : https://github.com/andersk
201
+ [ @benmvp ] : https://github.com/benmvp
202
+ [ @daltones ] : https://github.com/daltones
203
+ [ @echenley ] : https://github.com/echenley
195
204
[ @gausie ] : https://github.com/gausie
196
- [ @jquense ] : https://github.com/jquense
197
- [ @taion ] : https://github.com/taion
205
+ [ @grahamb ] : https://github.com/grahamb
206
+ [ @graingert ] : https://github.com/graingert
198
207
[ @GreenGremlin ] : https://github.com/GreenGremlin
199
- [ @daltones ] : https://github.com/daltones
208
+ [ @idudinov ] : https://github.com/idudinov
209
+ [ @jameslnewell ] : https://github.com/jameslnewell
210
+ [ @jet2jet ] : https://github.com/jet2jet
211
+ [ @jquense ] : https://github.com/jquense
212
+ [ @keann ] : https://github.com/keann
200
213
[ @kesne ] : https://github.com/kesne
201
- [ @Satyam ] : https://github.com/Satyam
202
- [ @Rogeres ] : https://github.com/Rogeres
203
214
[ @Kovensky ] : https://github.com/Kovensky
204
- [ @grahamb ] : https://github.com/grahamb
205
- [ @jameslnewell ] : https://github.com/jameslnewell
206
- [ @toshafed ] : https://github.com/toshafed
207
- [ @benmvp ] : https://github.com/benmvp
208
215
[ @ljharb ] : https://github.com/ljharb
209
- [ @SkeLLLa ] : https://github.com/SkeLLLa
210
- [ @graingert ] : https://github.com/graingert
211
216
[ @mattkrick ] : https://github.com/mattkrick
212
- [ @idudinov ] : https://github.com/idudinov
213
- [ @keann ] : https://github.com/keann
214
- [ @echenley ] : https://github.com/echenley
215
- [ @Aghassi ] : https://github.com/Aghassi
216
217
[ @migueloller ] : https://github.com/migueloller
217
- [ @opichals ] : https://github.com/opichals
218
- [ @andersk ] : https://github.com/andersk
219
218
[ @ogonkov ] : https://github.com/ogonkov
220
- [ @jet2jet ] : https://github.com/jet2jet
219
+ [ @opichals ] : https://github.com/opichals
220
+ [ @Rogeres ] : https://github.com/Rogeres
221
+ [ @Satyam ] : https://github.com/Satyam
222
+ [ @Schweinepriester ] : https://github.com/Schweinepriester
223
+ [ @SkeLLLa ] : https://github.com/SkeLLLa
224
+ [ @taion ] : https://github.com/taion
225
+ [ @toshafed ] : https://github.com/toshafed
0 commit comments