Skip to content

update deps 20250417#26

Open
samunohito wants to merge 24 commits intosyuilo:masterfrom
samunohito:feat/update-deps-20250417
Open

update deps 20250417#26
samunohito wants to merge 24 commits intosyuilo:masterfrom
samunohito:feat/update-deps-20250417

Conversation

@samunohito
Copy link
Contributor

@samunohito samunohito commented Apr 17, 2025

ローカルで動作確認して動いたので

  • 各パッケージのバージョンを最新まで上げる
  • requestパッケージをnode搭載のfetchに置き換え(requestパッケージはメンテが止まって久しいため)
  • cryptoパッケージをnode搭載のものに置き換え(同上)

samunohito and others added 24 commits April 14, 2025 20:37
Bumps [@types/request](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/request) from 2.48.5 to 2.48.12.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/request)

---
updated-dependencies:
- dependency-name: "@types/request"
  dependency-version: 2.48.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 9.0.0 to 10.9.2.
- [Release notes](https://github.com/TypeStrong/ts-node/releases)
- [Changelog](https://github.com/TypeStrong/ts-node/blob/main/development-docs/release-template.md)
- [Commits](TypeStrong/ts-node@v9.0.0...v10.9.2)

---
updated-dependencies:
- dependency-name: ts-node
  dependency-version: 10.9.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [koa-bodyparser](https://github.com/koajs/bodyparser) from 4.3.0 to 4.4.1.
- [Release notes](https://github.com/koajs/bodyparser/releases)
- [Changelog](https://github.com/koajs/bodyparser/blob/master/History.md)
- [Commits](koajs/bodyparser@4.3.0...4.4.1)

---
updated-dependencies:
- dependency-name: koa-bodyparser
  dependency-version: 4.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [typescript](https://github.com/microsoft/TypeScript) from 4.1.2 to 5.8.3.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](microsoft/TypeScript@v4.1.2...v5.8.3)

---
updated-dependencies:
- dependency-name: typescript
  dependency-version: 5.8.3
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [koa](https://github.com/koajs/koa) and [@types/koa](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/koa). These dependencies needed to be updated together.

Updates `koa` from 2.13.0 to 2.16.1
- [Release notes](https://github.com/koajs/koa/releases)
- [Changelog](https://github.com/koajs/koa/blob/master/History.md)
- [Commits](koajs/koa@2.13.0...v2.16.1)

Updates `@types/koa` from 2.11.6 to 2.15.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/koa)

---
updated-dependencies:
- dependency-name: koa
  dependency-version: 2.16.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: "@types/koa"
  dependency-version: 2.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [koa-router](https://github.com/koajs/router) from 10.0.0 to 13.0.1.
- [Release notes](https://github.com/koajs/router/releases)
- [Changelog](https://github.com/koajs/router/blob/master/HISTORY.md)
- [Commits](koajs/router@v10.0.0...v13.0.1)

---
updated-dependencies:
- dependency-name: koa-router
  dependency-version: 13.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.9 to 22.14.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 22.14.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [@types/koa-router](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/koa-router) from 7.4.1 to 7.4.8.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/koa-router)

---
updated-dependencies:
- dependency-name: "@types/koa-router"
  dependency-version: 7.4.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@samunohito samunohito changed the title Feat/update deps 20250417 update deps 20250417 Apr 17, 2025
@samunohito samunohito marked this pull request as ready for review April 17, 2025 08:39
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