Skip to content

Update changelogs to include v15.0.1#458

Merged
Gudahtt merged 2 commits into
mainfrom
sync-v15.x
Jul 20, 2026
Merged

Update changelogs to include v15.0.1#458
Gudahtt merged 2 commits into
mainfrom
sync-v15.x

Conversation

@Gudahtt

@Gudahtt Gudahtt commented Jul 20, 2026

Copy link
Copy Markdown
Member

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.

Gudahtt added 2 commits July 20, 2026 16:03
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
Gudahtt marked this pull request as ready for review July 20, 2026 20:15
@Gudahtt
Gudahtt requested a review from a team as a code owner July 20, 2026 20:15
@Gudahtt
Gudahtt enabled auto-merge (squash) July 20, 2026 20:16

@mcmire mcmire left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@Gudahtt
Gudahtt merged commit cc6b6b7 into main Jul 20, 2026
26 checks passed
@Gudahtt
Gudahtt deleted the sync-v15.x branch July 20, 2026 20:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants