Update changelogs to include v14.1.1#457
Merged
Merged
Conversation
This is a release candidate for v14.1.1, a backport release for v14.x <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Packaging-only change with no lint rule or runtime logic edits; low risk aside from verifying export resolution in both ESM and CJS ESLint configs. > > **Overview** > **v14.1.1 backport release** that fixes how consumers resolve these ESLint config packages when loading them from CommonJS-style entry points (e.g. legacy `eslint.config.cjs`). > > Every published workspace package updates **`package.json` `exports["."]`** from an **`import`-only** condition to top-level **`types`** + **`default`** pointing at the same ESM entry. That lets Node resolve the package when the importer is not using a pure ESM `import` condition, which had broken some setups after the v14 pure-ESM export map. > > Patch version bumps and changelog entries are applied across **base**, **browser**, **commonjs**, **jest**, **mocha**, **nodejs**, **typescript**, and **vitest** (root monorepo version **14.1.1**). No ESLint rule or config source changes in this PR. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit df7a282. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY -->
* origin/main: 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) Release/15.0.0 (#431) fix: Disable `jsdoc/check-indentation` to fix bullet list formatting (#430) feat: Loosen `@typescript-eslint/naming-convention` for object literal properties (#428) fix: Disable `import-x/no-duplicates` in TypeScript files (#427) chore: Disable redudant lint rule (#425) feat: Disable `@typescript-eslint/no-unnecessary-type-arguments` (#426) feat: Convert all warnings to errors (#424) chore: Increase minimum `typescript-eslint` version (#423) Allow remaining TypeScript 5.x versions (#422) BREAKING: Update `jsdoc/require-jsdoc` to require documentation for more things (#394) Revert "Revert "feat(typescript): Update type import specifier rules"" (#418)
Gudahtt
marked this pull request as ready for review
July 20, 2026 18:59
Gudahtt
added a commit
that referenced
this pull request
Jul 20, 2026
* 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)
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 v14.1.1, which was a backport release.
Note
Low Risk
Documentation-only edits to CHANGELOG files; no runtime or lint rule changes.
Overview
Adds Keep a Changelog entries for the v14.1.1 backport line across the monorepo so published patch releases are recorded in history, not only under
[Unreleased]/ v15.Each affected package gets a new
[BACKPORT]section (e.g. 14.1.1 on base/jest/typescript, 14.0.1 on browser/commonjs/mocha/nodejs, 1.0.1 on vitest) under Fixed, citing Allow import from CommonJS (#453). Footer compare links are updated so 15.0.0 diffs from the new backport tag instead of skipping it (e.g.14.1.0→14.1.1→15.0.0).No ESLint config or package behavior changes—changelog and release-link hygiene only.
Reviewed by Cursor Bugbot for commit a705f84. Bugbot is set up for automated code reviews on this repo. Configure here.