- Notifications
You must be signed in to change notification settings - Fork2
PermalinkChoose a base ref {{ refName }}default Choose a head ref {{ refName }}default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also orlearn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also.Learn more about diff comparisons here.
base repository:alexpota/deploy-mcp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
Uh oh!
There was an error while loading.Please reload this page.
base:v0.6.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}defaultLoading
...
head repository:alexpota/deploy-mcp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
Uh oh!
There was an error while loading.Please reload this page.
compare:v0.6.3
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}defaultLoading
- 5commits
- 5files changed
- 3contributors
Commits on Nov 21, 2025
build(deps-dev): bump js-yaml from 4.1.0 to 4.1.1 (#25)
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.0 to 4.1.1.- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)- [Commits](nodeca/js-yaml@4.1.0...4.1.1)---updated-dependencies:- dependency-name: js-yaml dependency-version: 4.1.1 dependency-type: indirect...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps-dev): bump glob from 10.4.5 to 10.5.0 (#26)
Bumps [glob](https://github.com/isaacs/node-glob) from 10.4.5 to 10.5.0.- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)- [Commits](isaacs/node-glob@v10.4.5...v10.5.0)---updated-dependencies:- dependency-name: glob dependency-version: 10.5.0 dependency-type: indirect...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>Co-authored-by: AlexP <a.potapenko.g@gmail.com>
fix: update test mocks for Vitest 4.0 compatibility (#27)
Vitest 4.0 requires mock constructors to use the function keywordinstead of arrow functions. Updated mockImplementation calls in:- cloudflare-pages.test.ts- deployment-intelligence.test.tsAll 132 tests now pass with Vitest 4.0.4.
build(deps): bump the dependencies group with 9 updates (#24)
Bumps the dependencies group with 9 updates:| Package | From | To || --- | --- | --- || [@modelcontextprotocol/sdk](https://github.com/modelcontextprotocol/typescript-sdk) | `1.19.1` | `1.20.2` || [@cloudflare/workers-types](https://github.com/cloudflare/workerd) | `4.20251004.0` | `4.20251014.0` || [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.7.0` | `24.9.1` || [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.45.0` | `8.46.2` || [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.45.0` | `8.46.2` || [eslint](https://github.com/eslint/eslint) | `9.37.0` | `9.38.0` || [lint-staged](https://github.com/lint-staged/lint-staged) | `16.2.3` | `16.2.6` || [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `3.2.4` | `4.0.4` || [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) | `4.42.0` | `4.45.0` |Updates `@modelcontextprotocol/sdk` from 1.19.1 to 1.20.2- [Release notes](https://github.com/modelcontextprotocol/typescript-sdk/releases)- [Commits](https://github.com/modelcontextprotocol/typescript-sdk/commits/1.20.2)Updates `@cloudflare/workers-types` from 4.20251004.0 to 4.20251014.0- [Release notes](https://github.com/cloudflare/workerd/releases)- [Changelog](https://github.com/cloudflare/workerd/blob/main/Dockerfile.release)- [Commits](https://github.com/cloudflare/workerd/commits)Updates `@types/node` from 24.7.0 to 24.9.1- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)Updates `@typescript-eslint/eslint-plugin` from 8.45.0 to 8.46.2- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.46.2/packages/eslint-plugin)Updates `@typescript-eslint/parser` from 8.45.0 to 8.46.2- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.46.2/packages/parser)Updates `eslint` from 9.37.0 to 9.38.0- [Release notes](https://github.com/eslint/eslint/releases)- [Commits](eslint/eslint@v9.37.0...v9.38.0)Updates `lint-staged` from 16.2.3 to 16.2.6- [Release notes](https://github.com/lint-staged/lint-staged/releases)- [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md)- [Commits](lint-staged/lint-staged@v16.2.3...v16.2.6)Updates `vitest` from 3.2.4 to 4.0.4- [Release notes](https://github.com/vitest-dev/vitest/releases)- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.4/packages/vitest)Updates `wrangler` from 4.42.0 to 4.45.0- [Release notes](https://github.com/cloudflare/workers-sdk/releases)- [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md)- [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.45.0/packages/wrangler)---updated-dependencies:- dependency-name: "@modelcontextprotocol/sdk" dependency-version: 1.20.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies- dependency-name: "@cloudflare/workers-types" dependency-version: 4.20251014.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies- dependency-name: "@types/node" dependency-version: 24.9.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies- dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.46.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies- dependency-name: "@typescript-eslint/parser" dependency-version: 8.46.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies- dependency-name: eslint dependency-version: 9.38.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies- dependency-name: lint-staged dependency-version: 16.2.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies- dependency-name: vitest dependency-version: 4.0.4 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies- dependency-name: wrangler dependency-version: 4.45.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>Co-authored-by: AlexP <a.potapenko.g@gmail.com>
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff v0.6.1...v0.6.3
Uh oh!
There was an error while loading.Please reload this page.