Update changelogs to include v15.0.1#458
Merged
Merged
Conversation
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 -->
* origin/main: Update changelogs to include v14.1.1 (#457) chore: update changelog for #453 (#454) chore(deps): bump @metamask/superstruct from 3.1.0 to 3.4.1 (#452) fix: allow import from CommonJS (#453) ci: Upgrade Yarn to 4.16.0 and update `action-npm-publish` to v6 (#448) Require documentation for exported variables (#437) Fix TS package not to override base no-restricted-syntax selectors (#436) Loosen JSDoc rules (#433)
Gudahtt
marked this pull request as ready for review
July 20, 2026 20:15
Gudahtt
enabled auto-merge (squash)
July 20, 2026 20:16
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
All package changelogs have been updated to include versions released as part of v15.0.1, which was a backport release.
Note
Low Risk
Documentation and semver metadata only; no runtime or lint behavior changes in the PR diff.
Overview
Bumps the monorepo root and every published workspace package from 15.0.0 to 15.0.1, and records the 15.0.1 [BACKPORT] release in each package
CHANGELOG.md.Each changelog entry documents the same fix already shipped in that backport: allow importing these configs from CommonJS (#453). Footer compare links are updated so
[Unreleased]and the new[15.0.1]anchors point at the correct tags.There are no ESLint rule or source changes in this diff—only version fields and changelog metadata.
Reviewed by Cursor Bugbot for commit 416a49d. Bugbot is set up for automated code reviews on this repo. Configure here.