chore(deps-dev): bump the npm-minor-patch group with 3 updates (#25)

Bumps the npm-minor-patch group with 3 updates: [@cloudflare/workers-types](https://github.com/cloudflare/workerd), [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) and [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler).


Updates `@cloudflare/workers-types` from 5.20260716.1 to 5.20260717.1
- [Release notes](https://github.com/cloudflare/workerd/releases)
- [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md)
- [Commits](https://github.com/cloudflare/workerd/commits)

Updates `oxlint` from 1.73.0 to 1.74.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/oxlint_v1.74.0/npm/oxlint)

Updates `wrangler` from 4.111.0 to 4.112.0
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.112.0/packages/wrangler)

---
updated-dependencies:
- dependency-name: "@cloudflare/workers-types"
  dependency-version: 5.20260717.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: oxlint
  dependency-version: 1.74.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: wrangler
  dependency-version: 4.112.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-07-18 14:08:38 +02:00
committed by GitHub
parent 54f0e16c63
commit 890e79cb47
2 changed files with 189 additions and 145 deletions
+3 -3
View File
@@ -25,17 +25,17 @@
"format:pages:check": "prettier --check \"src/**/*.ts\" \"status-page/src/**/*.ts\""
},
"devDependencies": {
"@cloudflare/workers-types": "^5.20260715.1",
"@cloudflare/workers-types": "^5.20260717.1",
"@types/js-yaml": "^4.0.9",
"@types/node": "^25.9.4",
"@typescript-eslint/parser": "^8.62.1",
"eslint": "^10.6.0",
"eslint-plugin-oxlint": "^1.72.0",
"oxlint": "^1.72.0",
"oxlint": "^1.74.0",
"prettier": "^3.9.4",
"typescript": "^6.0.0",
"vitest": "^4.1.9",
"wrangler": "^4.107.0"
"wrangler": "^4.112.0"
},
"dependencies": {
"js-yaml": "^4.3.0",