Skip to content

Build(deps-dev): Bump typescript from 5.9.3 to 6.0.2#5

Closed
dependabot[bot] wants to merge 32 commits into
mainfrom
dependabot/npm_and_yarn/typescript-6.0.2
Closed

Build(deps-dev): Bump typescript from 5.9.3 to 6.0.2#5
dependabot[bot] wants to merge 32 commits into
mainfrom
dependabot/npm_and_yarn/typescript-6.0.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 25, 2026

Copy link
Copy Markdown
Contributor

Bumps typescript from 5.9.3 to 6.0.2.

Release notes

Sourced from typescript's releases.

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

heznpc and others added 30 commits March 13, 2026 02:45
CI: gitleaks, license compliance, npm audit, lint, build, test
CD: OIDC trusted publishing with provenance, version guard, GitHub Release
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 6.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v4...v6)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [eslint](https://github.com/eslint/eslint) from 9.39.4 to 10.0.3.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.39.4...v10.0.3)

---
updated-dependencies:
- dependency-name: eslint
  dependency-version: 10.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.39.4 to 10.0.1.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](https://github.com/eslint/eslint/commits/v10.0.1/packages/js)

---
updated-dependencies:
- dependency-name: "@eslint/js"
  dependency-version: 10.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
…etup-node-6

Build(deps): Bump actions/setup-node from 4 to 6
…heckout-6

Build(deps): Bump actions/checkout from 4 to 6
gitleaks-action requires commit history to scan PR diffs.
Shallow clone (fetch-depth: 1) causes fatal SHA resolution errors.
Build(deps-dev): Bump eslint from 9.39.4 to 10.0.3
…0.0.1

Build(deps-dev): Bump @eslint/js from 9.39.4 to 10.0.1
Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) from 29.7.0 to 30.3.0.
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.3.0/packages/jest)

---
updated-dependencies:
- dependency-name: jest
  dependency-version: 30.3.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Build(deps-dev): Bump jest from 29.7.0 to 30.3.0
Related packages (eslint/jest/actions) now bump in a single PR
instead of separate PRs that conflict on package-lock.json.
Dogfooding feedback from iMcp (Apple Notes MCP server):

- Add safety annotations (readOnly/destructive/idempotent/openWorld) to tool pattern
- Add prompt example (src/prompts/hello.ts) with schema and handler
- Add ok()/err() response helpers (src/helpers.ts)
- Add environment variable config pattern (src/config.ts)
- Switch from server.tool() to server.registerTool() for annotation support
- Update AGENTS.md with prompt guide, multi-module scaling, annotation reference
- Update README/README.ko.md with new patterns
- Update setup checklist with new items
- Add tests for helpers and prompts (8 total)
- Add permissions: contents: read to CI workflow
- Add .npmignore to prevent publishing tests, config,
  and docs to npm registry
gitleaks-action@v2 requires paid license for orgs.
Use gitleaks CLI directly (MIT, free) for same functionality.
gitleaks git subcommand has no --source flag.
Use gitleaks detect --source instead.
- Add tool name collision warning (must be globally unique across servers)
- Add Resources primitive example in code and docs
- Add HTTP (StreamableHTTPServerTransport) guide for remote deployments
- Add NODE_AUTH_TOKEN and EBADPLATFORM comments in CD workflow
- Add shell command injection warning in SECURITY.md
- HTTP Transport: full session-aware example with isInitializeRequest
  guard, session map, GET/DELETE handlers
- Tool naming: add intra-server collision warning in AGENTS.md
- CD: improve os EBADPLATFORM guidance
- NPM setup: create docs/NPM_PUBLISH_SETUP.md with OIDC + classic
  token guide, environment vs repo secret gotcha
- helpers.ts: ok() accepts unknown, auto-stringifies objects
- index.ts: add config-passing pattern comment for multi-module
- README: note pretest auto-builds in Scripts table
…#10)

Bumps the lint group with 1 update: [globals](https://github.com/sindresorhus/globals).


Updates `globals` from 16.5.0 to 17.4.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v16.5.0...v17.4.0)

---
updated-dependencies:
- dependency-name: globals
  dependency-version: 17.4.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: lint
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: heznpc <heznpc@gmail.com>
Bumps the test group with 1 update: [@jest/globals](https://github.com/jestjs/jest/tree/HEAD/packages/jest-globals).


Updates `@jest/globals` from 29.7.0 to 30.3.0
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.3.0/packages/jest-globals)

---
updated-dependencies:
- dependency-name: "@jest/globals"
  dependency-version: 30.3.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: test
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: heznpc <heznpc@gmail.com>
Bumps the mcp group with 1 update: [zod](https://github.com/colinhacks/zod).


Updates `zod` from 3.25.76 to 4.3.6
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Commits](colinhacks/zod@v3.25.76...v4.3.6)

---
updated-dependencies:
- dependency-name: zod
  dependency-version: 4.3.6
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: mcp
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: heznpc <heznpc@gmail.com>
- add prettier + eslint-config-prettier with format/format:check scripts
- replace hardcoded server version with dynamic package.json read
- bump @modelcontextprotocol/sdk to ^1.27.1
- update tsconfig module resolution to NodeNext
- add version:sync script for future automation
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 25, 2026
heznpc and others added 2 commits April 4, 2026 23:05
…tdown, Zod 타입 일치

- package-lock.json: eslint-config-prettier, prettier 의존성 반영 및 SDK 버전 갱신
- src/index.ts: shebang(#!/usr/bin/env node) 추가, server.connect try-catch 에러 처리, SIGINT/SIGTERM graceful shutdown 구현
- src/prompts/hello.ts: handler 파라미터 타입을 Zod 스키마와 일치하도록 수정
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 6.0.2.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.9.3...v6.0.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-version: 6.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Apr 4, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/typescript-6.0.2 branch April 4, 2026 14:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant