Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
Permalink

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
base:v0.6.1
Choose a base ref
Loading
...
head repository:alexpota/deploy-mcp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:v0.6.3
Choose a head ref
Loading
  • 5commits
  • 5files changed
  • 3contributors

Commits on Nov 21, 2025

  1. 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>
    @dependabot
    dependabot[bot] authoredNov 21, 2025
    Configuration menu
    Copy the full SHA
    6a64a0dView commit details
    Browse the repository at this point in the history
  2. 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>
    @dependabot@alexpota
    dependabot[bot] andalexpota authoredNov 21, 2025
    Configuration menu
    Copy the full SHA
    9225aacView commit details
    Browse the repository at this point in the history
  3. 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.
    @alexpota
    alexpota authoredNov 21, 2025
    Configuration menu
    Copy the full SHA
    31c9c0bView commit details
    Browse the repository at this point in the history
  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>
    @dependabot@alexpota
    dependabot[bot] andalexpota authoredNov 21, 2025
    Configuration menu
    Copy the full SHA
    3ddf09eView commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4a1c325View commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp