Skip to content

Update changelogs to include v14.1.1#457

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

Update changelogs to include v14.1.1#457
Gudahtt merged 2 commits into
mainfrom
sync-v14.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 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.014.1.115.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.

Gudahtt added 2 commits July 20, 2026 16:02
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
Gudahtt marked this pull request as ready for review July 20, 2026 18:59
@Gudahtt
Gudahtt requested a review from a team as a code owner July 20, 2026 18:59

@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 f85dc7a into main Jul 20, 2026
26 checks passed
@Gudahtt
Gudahtt deleted the sync-v14.x branch July 20, 2026 20:07
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)
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