Skip to content

release: v1.6.1#148

Merged
jaredwray merged 1 commit into
mainfrom
claude/release-mockhttp-U7PA5
May 18, 2026
Merged

release: v1.6.1#148
jaredwray merged 1 commit into
mainfrom
claude/release-mockhttp-U7PA5

Conversation

@jaredwray

Copy link
Copy Markdown
Owner

Release summary

Routine maintenance: dependency refresh (fastify, @scalar/api-reference, hookified), pnpm 11 supply-chain baseline, and GitHub Actions major upgrades.

@jaredwray/mockhttp@1.6.1 — 2026-05-18

Routine maintenance: dependency refresh (fastify, @scalar/api-reference, hookified), pnpm 11 supply-chain baseline, and GitHub Actions major upgrades.

Internal

Contributors

Full List of Changes

Full diff: v1.6.0...v1.6.1

Verification

  • pnpm install --frozen-lockfile succeeds
  • pnpm build succeeds (tsdown 0.22.0, target node22.18.0)
  • pnpm test:ci passes (413 tests, 100% line coverage)
  • No uncommitted changes outside the version bump

Post-merge

Merge then create a GitHub Release at tag v1.6.1 — the release.yaml workflow publishes to npm on the release: released event.

Notes

  • All commits since v1.6.0 are chore/ci (no feat:/fix:); the shipping reason is the consumer-facing runtime dep bumps (fastify, @scalar/api-reference, hookified) plus the pnpm 11 / Actions baseline.
  • The engines.node narrowing from >=22.13.0>=22.18.0 (forced by tsdown 0.22.0) is treated as patch — it's a 5-minor tightening within the Node 22 line. Strict semver could argue for minor; please override at merge if preferred.
  • The (breaking) marker on root - chore: upgrade GitHub Actions (breaking) #144 is CI-internal (Actions major bumps), not a consumer break.

Generated by Claude Code

@codecov

codecov Bot commented May 18, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (2f513b0) to head (3a64b81).

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #148   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           37        37           
  Lines         1089      1089           
  Branches       222       221    -1     
=========================================
  Hits          1089      1089           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Code Review

This pull request updates the version of @jaredwray/mockhttp from 1.6.0 to 1.6.1 in package.json. The reviewer suggests that this change should be a minor version bump to 1.7.0 instead of a patch release, as narrowing Node.js engine requirements constitutes a breaking change under Semantic Versioning.

Comment thread package.json
{
"name": "@jaredwray/mockhttp",
"version": "1.6.0",
"version": "1.6.1",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

Narrowing the engines.node requirement from >=22.13.0 to >=22.18.0 (as noted in the release summary) is technically a breaking change for users running on the now-excluded versions of Node.js. According to Semantic Versioning, this should be a minor version bump (e.g., 1.7.0) rather than a patch release (1.6.1).

Suggested change
"version": "1.6.1",
"version": "1.7.0",
References
  1. When upgrading dependencies, ensure the project's engines field in package.json is updated to align with any stricter Node.js version requirements. Narrowing these requirements is a breaking change that necessitates a minor or major version bump according to Semantic Versioning.

@jaredwray jaredwray merged commit 7e3e302 into main May 18, 2026
9 checks passed
@jaredwray jaredwray deleted the claude/release-mockhttp-U7PA5 branch May 18, 2026 20:20

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Code Review

This pull request updates the version of the @jaredwray/mockhttp package in package.json from 1.6.0 to 1.6.1. I have no feedback to provide.

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