Skip to content

upgrade all deps#272

Merged
halostatue merged 14 commits intomainfrom
upgrade-all-deps
Oct 1, 2025
Merged

upgrade all deps#272
halostatue merged 14 commits intomainfrom
upgrade-all-deps

Conversation

@halostatue
Copy link
Copy Markdown
Member

  • deps(ts): Bump @types/node from 20.19.10 to 20.19.19 in /ts
  • deps: Group future updates
  • deps(ts): Bump typescript from 5.9.2 to 5.9.3 in /ts
  • deps(ts): Bump publint from 0.3.12 to 0.3.13 in /ts
  • deps(ts): Bump commander from 14.0.0 to 14.0.1 in /ts
  • deps(ts): Bump typedoc from 0.28.9 to 0.28.13 in /ts
  • deps(ts): Update biome
  • deps(ts): Upgrade other ts deps
  • deps(elixir): Bump dialyxir from 1.4.5 to 1.4.6 in /elixir
  • deps: Bump actions/checkout from 4.2.2 to 5.0.0
  • deps: Bump actions/cache from 4.2.4 to 4.3.0
  • deps: Bump reviewdog/action-setup from 1.3.2 to 1.4.0
  • deps: Bump reviewdog/action-typos from 1.17.2 to 1.18.0
  • deps: Bump step-security/harden-runner from 2.13.0 to 2.13.1

dependabot bot and others added 14 commits October 1, 2025 18:44
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.19.10 to 20.19.19.
- [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: 20.19.19
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Austin Ziegler <austin@zieglers.ca>
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.2 to 5.9.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@v5.9.2...v5.9.3)

---
updated-dependencies:
- dependency-name: typescript
  dependency-version: 5.9.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [publint](https://github.com/publint/publint/tree/HEAD/packages/publint) from 0.3.12 to 0.3.13.
- [Release notes](https://github.com/publint/publint/releases)
- [Changelog](https://github.com/publint/publint/blob/master/packages/publint/CHANGELOG.md)
- [Commits](https://github.com/publint/publint/commits/publint@0.3.13/packages/publint)

---
updated-dependencies:
- dependency-name: publint
  dependency-version: 0.3.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [commander](https://github.com/tj/commander.js) from 14.0.0 to 14.0.1.
- [Release notes](https://github.com/tj/commander.js/releases)
- [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md)
- [Commits](tj/commander.js@v14.0.0...v14.0.1)

---
updated-dependencies:
- dependency-name: commander
  dependency-version: 14.0.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.28.9 to 0.28.13.
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](TypeStrong/typedoc@v0.28.9...v0.28.13)

---
updated-dependencies:
- dependency-name: typedoc
  dependency-version: 0.28.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Austin Ziegler <austin@zieglers.ca>
Signed-off-by: Austin Ziegler <austin@zieglers.ca>
Bumps [dialyxir](https://github.com/jeremyjh/dialyxir) from 1.4.5 to 1.4.6.
- [Release notes](https://github.com/jeremyjh/dialyxir/releases)
- [Changelog](https://github.com/jeremyjh/dialyxir/blob/master/CHANGELOG.md)
- [Commits](jeremyjh/dialyxir@1.4.5...1.4.6)

---
updated-dependencies:
- dependency-name: dialyxir
  dependency-version: 1.4.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 5.0.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@11bd719...08c6903)

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

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.4 to 4.3.0.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@0400d5f...0057852)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: 4.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [reviewdog/action-setup](https://github.com/reviewdog/action-setup) from 1.3.2 to 1.4.0.
- [Release notes](https://github.com/reviewdog/action-setup/releases)
- [Commits](reviewdog/action-setup@e04ffab...d8edfce)

---
updated-dependencies:
- dependency-name: reviewdog/action-setup
  dependency-version: 1.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [reviewdog/action-typos](https://github.com/reviewdog/action-typos) from 1.17.2 to 1.18.0.
- [Release notes](https://github.com/reviewdog/action-typos/releases)
- [Commits](reviewdog/action-typos@627388e...fe961cd)

---
updated-dependencies:
- dependency-name: reviewdog/action-typos
  dependency-version: 1.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.13.0 to 2.13.1.
- [Release notes](https://github.com/step-security/harden-runner/releases)
- [Commits](step-security/harden-runner@ec9f2d5...f4a75cf)

---
updated-dependencies:
- dependency-name: step-security/harden-runner
  dependency-version: 2.13.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@halostatue halostatue added the dependencies Pull requests that update a dependency file label Oct 1, 2025
@halostatue halostatue enabled auto-merge (rebase) October 1, 2025 22:59
@halostatue halostatue merged commit 7d52f7b into main Oct 1, 2025
48 checks passed
@halostatue halostatue deleted the upgrade-all-deps branch October 1, 2025 23:02
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant