Skip to content

chore(deps-dev): bump the typescript-toolchain group across 1 directory with 3 updates#180

Closed
dependabot[bot] wants to merge 10 commits into
developfrom
dependabot/npm_and_yarn/typescript-toolchain-32bbc212df
Closed

chore(deps-dev): bump the typescript-toolchain group across 1 directory with 3 updates#180
dependabot[bot] wants to merge 10 commits into
developfrom
dependabot/npm_and_yarn/typescript-toolchain-32bbc212df

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 14, 2026

Bumps the typescript-toolchain group with 3 updates in the / directory: typescript, @types/node and vitest.

Updates typescript from 5.9.3 to 6.0.3

Release notes

Sourced from typescript's releases.

TypeScript 6.0.3

For release notes, check out the release announcement blog post.

Downloads are available on:

TypeScript 6.0

For release notes, check out the release announcement blog post.

Downloads are available on:

TypeScript 6.0 Beta

For release notes, check out the release announcement.

Downloads are available on:

Commits
  • 050880c Bump version to 6.0.3 and LKG
  • eeae9dd 🤖 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 (#...
  • 607a22a Bump version to 6.0.2 and LKG
  • 9e72ab7 🤖 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 (#...
  • e175b69 Bump version to 6.0.1-rc and LKG
  • af4caac Update LKG
  • 8efd7e8 Merge remote-tracking branch 'origin/main' into release-6.0
  • Additional commits viewable in compare view

Updates @types/node from 22.19.19 to 25.8.0

Commits

Updates vitest from 4.1.5 to 4.1.6

Release notes

Sourced from vitest's releases.

v4.1.6

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub
Commits
  • a8fd24c chore: release v4.1.6
  • 18af98c fix(browser): simplify orchestrator otel carrier (#10285)
  • 3188260 feat(browser): provide project reference in ToMatchScreenshotResolvePath (#...
  • See full diff in compare view

guyspy and others added 3 commits May 13, 2026 20:26
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 14, 2026

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot requested a review from guyspy as a code owner May 14, 2026 13:26
guyspy and others added 7 commits May 14, 2026 21:51
…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>
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
…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>
@dependabot dependabot Bot changed the title chore(deps-dev): bump the typescript-toolchain group with 3 updates chore(deps-dev): bump the typescript-toolchain group across 1 directory with 3 updates May 14, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/typescript-toolchain-32bbc212df branch from 5d65f15 to 24ecaba Compare May 14, 2026 17:31
@guyspy guyspy changed the base branch from main to develop May 15, 2026 11:13
@guyspy
Copy link
Copy Markdown
Contributor

guyspy commented May 16, 2026

Closing pre-rename — clam-cms → clam-mantle rename incoming. Dependabot will reopen with fresh diffs post-rename.

@guyspy guyspy closed this May 16, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 16, 2026

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

@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/typescript-toolchain-32bbc212df branch May 16, 2026 02:48
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.

1 participant