chore: bump version to 1.0.2 - #2081
Open
cliffhall wants to merge 1 commit into
Open
Conversation
Releases the pending v1 security and hygiene fixes: the js-yaml override correction (#2072), the remaining audit advisories (#2074), and the esbuild/fsevents install-script denials (#2079). Together they take `npm audit` from 8 advisories to 0. Version fields only — no functional change. The lockfile version fields were edited directly rather than via `npm run update-version`, which finishes with a bare `npm install` that re-resolves the whole tree; on this branch that churns 164 packages including production deps (@modelcontextprotocol/sdk, hono, @hono/node-server 1.x -> 2.x major, jose, ws). Fixes #2080 Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Gq5jMmxRUphrVbfNbYVmQH
There was a problem hiding this comment.
Pull request overview
Prepares the v1.0.2 release by synchronizing package and lockfile metadata.
Changes:
- Bumps all workspace packages to 1.0.2.
- Updates root workspace dependency ranges.
- Synchronizes lockfile versions.
Reviewed changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
package.json |
Updates root version and workspace ranges. |
package-lock.json |
Synchronizes package and workspace versions. |
client/package.json |
Bumps client to 1.0.2. |
server/package.json |
Bumps server to 1.0.2. |
cli/package.json |
Bumps CLI to 1.0.2. |
💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
| { | ||
| "name": "@modelcontextprotocol/inspector", | ||
| "version": "1.0.1", | ||
| "version": "1.0.2", |
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.
Fixes #2080 — stacked on #2077 (base is
chore/v1-allowscripts, the tip of the stack). GitHub retargets this tov1/mainautomatically as the stack lands.Merge order: #2073 -> #2075 -> #2077 -> #2081.
Basing this on the stack rather than on
v1/maindirectly is deliberate: it makes 1.0.2 provably contain the three fixes it is meant to release, instead of relying on merge order being remembered.Change
Version fields only — no functional change.
versionbumped 1.0.1 -> 1.0.2 inpackage.json,client/,server/,cli/@modelcontextprotocol/inspector-*workspace dependency ranges in the rootpackage.json(^1.0.1->^1.0.2)versionfields inpackage-lock.json15 insertions, 15 deletions across 5 files.
What this releases
js-yamloverrides bumped to patched 3.15.1 / 4.3.1ip-address,hono,@hono/node-server,fast-uri,brace-expansion, + dev-onlynanoid,postcss)allowScriptsdenials foresbuild/fseventsnpm auditgoes from 8 advisories to 0, with no install-script warning.Only
ip-addresswas assessed as genuinely reachable in production code (rate-limit key bypass on/sandbox); the rest were present-but-unexercised or dev-only. Hygiene release, not a response to an actively exploitable defect — see #2074.Note on
npm run update-versionThat script performs the right
package.jsonedits but finishes with a barenpm install, re-resolving the entire tree. On this branch that yields a ~2450-line lockfile diff touching 164 packages, including production deps (@modelcontextprotocol/sdk,hono,@hono/node-server1.x -> 2.x major,jose,ws) — precisely the churn #2073 and #2075 were careful to avoid.The lockfile
versionfields were therefore edited directly, keeping the diff to the 8 fields that actually change. Worth fixing in the script for v2; out of scope here.Verification
node scripts/check-version-consistency.js— passes (all 4 packages at 1.0.2, workspace ranges and lock version consistent)npm ciaccepts the lockfile and leaves it unmodifiednpm audit-> 0 vulnerabilities;npm install-scripts ls-> no unreviewed scriptsnpm run buildpasses; prettier cleanHTTP 200), proxy auth gates correctly (401 / 200)Post-merge
Tag
v1.0.2, thennpm run publish-all— which publishes to thev1-latestdist-tag (npm rejectsv1as version-like; see #1829).🤖 Generated with Claude Code
https://claude.ai/code/session_01Gq5jMmxRUphrVbfNbYVmQH