Skip to content

Commit 7f7a9a6

Browse files
committed
[resolvers/node] v0.3.8
1 parent 6f6f414 commit 7f7a9a6

File tree

2 files changed

+21
-22
lines changed

2 files changed

+21
-22
lines changed

resolvers/node/CHANGELOG.md

+20-21
Original file line numberDiff line numberDiff line change
@@ -5,60 +5,59 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
55

66
## Unreleased
77

8+
## v0.3.8 - 2023-08-05
9+
- [deps] update `is-core-module`, `resolve`
10+
- [eslint] tighten up rules
11+
812
## v0.3.7 - 2023-01-11
913
### Changed
10-
- [Refactor] use `is-core-module` directly
14+
- [Refactor] use `is-core-module` directly
1115

1216
## v0.3.6 - 2021-08-15
1317
### Fixed
14-
- when "module" does not exist, fall back to "main" ([#2186], thanks [@ljharb])
18+
- when "module" does not exist, fall back to "main" ([#2186], thanks [@ljharb])
1519

1620
## v0.3.5 - 2021-08-08
1721
### Added
18-
- use "module" in the same spot as "jsnext:main" ([#2166], thanks [@MustafaHaddara])
22+
- use "module" in the same spot as "jsnext:main" ([#2166], thanks [@MustafaHaddara])
1923

2024
## v0.3.4 - 2020-06-16
2125
### Added
22-
- add `.node` extension ([#1663])
26+
- add `.node` extension ([#1663])
2327

2428
## v0.3.3 - 2020-01-10
2529
### Changed
26-
- [meta] copy LICENSE file to all npm packages on prepublish ([#1595], thanks [@opichals])
30+
- [meta] copy LICENSE file to all npm packages on prepublish ([#1595], thanks [@opichals])
2731

2832
## v0.3.2 - 2018-01-05
2933
### Added
30-
- `.mjs` extension detected by default to support `experimental-modules` ([#939])
34+
- `.mjs` extension detected by default to support `experimental-modules` ([#939])
3135

3236
### Deps
33-
- update `debug`, `resolve`
37+
- update `debug`, `resolve`
3438

3539
## v0.3.1 - 2017-06-23
3640
### Changed
37-
- bumped `debug` dep to match other packages
41+
- bumped `debug` dep to match other packages
3842

3943
## v0.3.0 - 2016-12-15
4044
### Changed
41-
- bumped `resolve` to fix issues with Node builtins (thanks [@SkeLLLa] and [@ljharb])
45+
- bumped `resolve` to fix issues with Node builtins (thanks [@SkeLLLa] and [@ljharb])
4246

4347
### Fixed
44-
- use `files` in `package.json` to ship only `index.js` ([#531], thanks for noticing [@lukeapage])
48+
- use `files` in `package.json` to ship only `index.js` ([#531], thanks for noticing [@lukeapage])
4549

4650
## v0.2.3 - 2016-08-20
4751
### Added
48-
- debug logging (use `DEBUG=eslint-plugin-import:resolver:node eslint [...]`)
52+
- debug logging (use `DEBUG=eslint-plugin-import:resolver:node eslint [...]`)
4953

5054
## v0.2.2 - 2016-07-14
5155
### Fixed
52-
- Node resolver no longer declares the import plugin as a `peerDependency`. See [#437]
53-
for a well-articulated and thoughtful expression of why this doesn't make sense.
54-
Thanks [@jasonkarns] for the issue and the PR to fix it ([#438]).
55-
56-
Also, apologies to the others who expressed this before, but I never understood
57-
what the problem was.😅
56+
- Node resolver no longer declares the import plugin as a `peerDependency`. See [#437] for a well-articulated and thoughtful expression of why this doesn't make sense. Thanks [@jasonkarns] for the issue and the PR to fix it ([#438]). Also, apologies to the others who expressed this before, but I never understood what the problem was.😅
5857

5958
## v0.2.1
6059
### Fixed
61-
- find files with `.json` extensions (#333, thanks for noticing @jfmengels)
60+
- find files with `.json` extensions (#333, thanks for noticing @jfmengels)
6261

6362
[#2186]: https://github.com/import-js/eslint-plugin-import/issues/2186
6463
[#2166]: https://github.com/import-js/eslint-plugin-import/pull/2166
@@ -70,8 +69,8 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
7069
[#437]: https://github.com/import-js/eslint-plugin-import/issues/437
7170

7271
[@jasonkarns]: https://github.com/jasonkarns
73-
[@lukeapage]: https://github.com/lukeapage
74-
[@SkeLLLa]: https://github.com/SkeLLLa
7572
[@ljharb]: https://github.com/ljharb
76-
[@opichals]: https://github.com/opichals
73+
[@lukeapage]: https://github.com/lukeapage
7774
[@MustafaHaddara]: https://github.com/MustafaHaddara
75+
[@opichals]: https://github.com/opichals
76+
[@SkeLLLa]: https://github.com/SkeLLLa

resolvers/node/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-import-resolver-node",
3-
"version": "0.3.7",
3+
"version": "0.3.8",
44
"description": "Node default behavior import resolution plugin for eslint-plugin-import.",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)