Skip to content

chore: pin eslint-config exactly and bump pinned pnpm to 12.4.1 - #39

Merged
Mearman merged 3 commits into
mainfrom
chore/eslint-config-pin-and-package-manager-fixup
Sep 14, 2026
Merged

Mearman merged 3 commits into
mainfrom
chore/eslint-config-pin-and-package-manager-fixup

Conversation

@Mearman

@Mearman Mearman commented Sep 14, 2026

Copy link
Copy Markdown
Member

Follow-up to #38, which bumped @exadev/eslint-config to 2.12.0 before three new standing conventions existed for this dependency.

  • Pin @exadev/eslint-config to an exact version (2.12.1) rather than a caret range.
  • Set saveExact and a minimumReleaseAgeExclude entry for @exadev/eslint-config in both pnpm-workspace.yaml and .npmrc, so future adds default to exact and this dependency stays exempt from the release-age gate regardless of which pnpm minor reads the config.
  • Bump the pinned package manager to pnpm@12.4.1 via corepack. This also migrates package.json's now-unread pnpm field (onlyBuiltDependencies, overrides) into pnpm-workspace.yaml's allowBuilds and overrides keys, since pnpm 12 no longer reads package.json#pnpm at all. protobufjs and koffi were dropped from the allowed builds list since neither is actually in the dependency tree.

Install, lint, typecheck, test, and build all pass under pnpm 12.4.1.

Keep the dependency pinned to an exact version, never a caret range.
Set saveExact in both .npmrc and pnpm-workspace.yaml (pnpm 11 moves
settings out of .npmrc into the workspace file, so both are needed
across pnpm 10 and 11) and carry the existing eslint-config release-age
exclusion into pnpm-workspace.yaml alongside it.
Move build-script approval and dependency overrides out of package.json's
now-unread pnpm field into pnpm-workspace.yaml (pnpm 12 no longer reads
package.json#pnpm at all), dropping protobufjs and koffi from the allowed
builds list since neither is in the dependency tree.
@Mearman
Mearman marked this pull request as ready for review September 14, 2026 09:14
@Mearman
Mearman merged commit 6dc8899 into main Sep 14, 2026
8 checks passed
@Mearman
Mearman deleted the chore/eslint-config-pin-and-package-manager-fixup branch September 14, 2026 09:14
@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 14, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
🔒 Security Review Completed 2026-09-14T09:18:33.703398Z 4e4efe0 Draft marked ready
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@exadev

exadev Bot commented Sep 14, 2026

Copy link
Copy Markdown

🎉 This PR is included in version 1.3.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

@exadev exadev Bot added the released label Sep 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant