You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a release candidate for v15.0.1, a backport release for v15.x
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> **Low Risk**
> Packaging-only change with no lint rule or runtime logic edits; risk
is limited to module resolution behavior for consumers on 15.0.0.
>
> **Overview**
> **v15.0.1** is a patch backport across all `@metamask/eslint-config*`
workspace packages (root and eight published configs).
>
> The functional change is in each package’s **`exports`** map: the
entry point no longer uses an **`import`-only** nested condition.
**`types`** and **`default`** now sit directly on `"."`, so Node can
resolve the published **`index.mjs`** for consumers that load the
package from **CommonJS** (e.g. legacy `eslint.config.js` or tooling
that `require`s the config), addressing
[#453](#453).
>
> Versions move **15.0.0 → 15.0.1**; changelogs record the fix under
**[15.0.1] [BACKPORT]** with updated compare links. No ESLint rule or
source config changes are in this diff.
>
> <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit
a3ad788. Bugbot is set up for automated
code reviews on this repo. Configure
[here](https://www.cursor.com/dashboard/bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
Copy file name to clipboardExpand all lines: packages/jest/CHANGELOG.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [15.0.1][BACKPORT]
11
+
12
+
### Fixed
13
+
14
+
- Allow import from CommonJS ([#453](https://github.com/MetaMask/eslint-config/pull/453))
15
+
10
16
## [15.0.0]
11
17
12
18
### Changed
@@ -128,7 +134,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
128
134
- To continue extending this config, install this package and update your `.eslintrc.js``extends` array to include `@metamask/eslint-config-jest` instead of `@metamask/eslint-config/jest`.
129
135
- Update `eslint` and other ESLint peer dependencies ([#151](https://github.com/MetaMask/eslint-config/pull/151))
Copy file name to clipboardExpand all lines: packages/mocha/CHANGELOG.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [15.0.1][BACKPORT]
11
+
12
+
### Fixed
13
+
14
+
- Allow import from CommonJS ([#453](https://github.com/MetaMask/eslint-config/pull/453))
15
+
10
16
## [15.0.0]
11
17
12
18
### Changed
@@ -115,7 +121,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
115
121
- To continue extending this config, install this package and update your `.eslintrc.js``extends` array to include `@metamask/eslint-config-mocha` instead of `@metamask/eslint-config/mocha`.
116
122
- Update `eslint` and other ESLint peer dependencies ([#151](https://github.com/MetaMask/eslint-config/pull/151))
0 commit comments