chore(deps-dev): bump the typescript-toolchain group across 1 directory with 3 updates#180
Closed
dependabot[bot] wants to merge 10 commits into
Closed
Conversation
release: v0.0.8-beta.1
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
chore(release): v0.0.8-beta.4
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
…loses #188) Previously mountMcp built the OAuth Protected Resource Metadata URL as <resource-path>/.well-known/oauth-protected-resource, but RFC 9728 §3.1 specifies the inverse: /.well-known/oauth-protected-resource<path>. The non-standard path also leaked into the WWW-Authenticate resource_metadata hint on 401 responses. Spec-strict MCP clients that compose the well-known URL from the resource identifier would 404. This commit: - Adds protectedResourceMetadataPath(resourcePath) helper, exported from the package index so downstream consumers can reuse it. - Rewrites both URL sites in mountMcp.ts (route registration + 401 helper) to use the helper. - Updates mcp-metadata.test.ts to expect the standard URL and adds unit-test coverage for the helper itself (root path, trailing slash normalization, leading-slash omission). - mountServerEndpoints.ts already serves the root-form /.well-known/oauth-protected-resource (RFC compliant for the empty-path case), left as-is. Breaking change: any MCP client that hard-coded the old non-standard metadata URL will need to follow the WWW-Authenticate hint on next 401 or re-discover via the RFC-standard well-known location. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
chore(release): v0.0.8-beta.5
Bump SDK packages to 0.0.9-alpha: - @aotterclam/clam-cms-spec - @aotterclam/clam-cms-admin-ui - @aotterclam/clam-cms-runtime - @aotterclam/clam-cms-cloudflare Release content: PR #193 — MCP OAuth carve-out to @cloudflare/workers-oauth-provider + revert of betterAuthOptions escape hatch (PR #175). Full release notes in CHANGELOG. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
# Conflicts: # CHANGELOG.md # packages/adapters/cloudflare/package.json # packages/adapters/cloudflare/src/mount/index.ts # packages/adapters/cloudflare/src/mount/mountMcp.ts # packages/adapters/cloudflare/test/mcp-metadata.test.ts # packages/clam-cms-admin-ui/package.json # packages/clam-cms-runtime/package.json # packages/clam-cms-spec/package.json
chore(release): v0.0.9-alpha
…ry with 3 updates Bumps the typescript-toolchain group with 3 updates in the / directory: [typescript](https://github.com/microsoft/TypeScript), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest). Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v5.9.3...v6.0.3) Updates `@types/node` from 22.19.19 to 25.8.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `vitest` from 4.1.5 to 4.1.6 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.6/packages/vitest) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 25.7.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: typescript-toolchain - dependency-name: typescript dependency-version: 6.0.3 dependency-type: direct:development update-type: version-update:semver-major dependency-group: typescript-toolchain - dependency-name: vitest dependency-version: 4.1.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: typescript-toolchain ... Signed-off-by: dependabot[bot] <support@github.com>
5d65f15 to
24ecaba
Compare
Contributor
|
Closing pre-rename — clam-cms → clam-mantle rename incoming. Dependabot will reopen with fresh diffs post-rename. |
Contributor
Author
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
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.
Bumps the typescript-toolchain group with 3 updates in the / directory: typescript, @types/node and vitest.
Updates
typescriptfrom 5.9.3 to 6.0.3Release notes
Sourced from typescript's releases.
Commits
050880cBump version to 6.0.3 and LKGeeae9dd🤖 Pick PR #63401 (Also check package name validity in...) into release-6.0 (#...ad1c695🤖 Pick PR #63368 (Harden ATA package name filtering) into release-6.0 (#63372)0725fb4🤖 Pick PR #63310 (Mark class property initializers as...) into release-6.0 (#...607a22aBump version to 6.0.2 and LKG9e72ab7🤖 Pick PR #63239 (Fix missing lib files in reused pro...) into release-6.0 (#...35ff23d🤖 Pick PR #63163 (Port anyFunctionType subtype fix an...) into release-6.0 (#...e175b69Bump version to 6.0.1-rc and LKGaf4caacUpdate LKG8efd7e8Merge remote-tracking branch 'origin/main' into release-6.0Updates
@types/nodefrom 22.19.19 to 25.8.0Commits
Updates
vitestfrom 4.1.5 to 4.1.6Release notes
Sourced from vitest's releases.
Commits
a8fd24cchore: release v4.1.618af98cfix(browser): simplify orchestrator otel carrier (#10285)3188260feat(browser): provide project reference inToMatchScreenshotResolvePath(#...