chore(deps): bump the npm-minor-patch group with 8 updates (#17)

Bumps the npm-minor-patch group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [@cloudflare/workers-types](https://github.com/cloudflare/workerd) | `4.20260522.1` | `4.20260529.1` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.59.4` | `8.60.0` |
| [eslint](https://github.com/eslint/eslint) | `10.4.0` | `10.4.1` |
| [eslint-plugin-oxlint](https://github.com/oxc-project/eslint-plugin-oxlint) | `1.66.0` | `1.67.0` |
| [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) | `1.66.0` | `1.67.0` |
| [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) | `4.94.0` | `4.95.0` |
| [@astrojs/cloudflare](https://github.com/withastro/astro/tree/HEAD/packages/integrations/cloudflare) | `13.5.4` | `13.6.0` |
| [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `6.3.7` | `6.4.2` |


Updates `@cloudflare/workers-types` from 4.20260522.1 to 4.20260529.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 `@typescript-eslint/parser` from 8.59.4 to 8.60.0
- [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.60.0/packages/parser)

Updates `eslint` from 10.4.0 to 10.4.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](https://github.com/eslint/eslint/compare/v10.4.0...v10.4.1)

Updates `eslint-plugin-oxlint` from 1.66.0 to 1.67.0
- [Release notes](https://github.com/oxc-project/eslint-plugin-oxlint/releases)
- [Commits](https://github.com/oxc-project/eslint-plugin-oxlint/compare/v1.66.0...v1.67.0)

Updates `oxlint` from 1.66.0 to 1.67.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.67.0/npm/oxlint)

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

Updates `@astrojs/cloudflare` from 13.5.4 to 13.6.0
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/cloudflare/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/cloudflare@13.6.0/packages/integrations/cloudflare)

Updates `astro` from 6.3.7 to 6.4.2
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@6.4.2/packages/astro)

---
updated-dependencies:
- dependency-name: "@cloudflare/workers-types"
  dependency-version: 4.20260529.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.60.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: eslint
  dependency-version: 10.4.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: eslint-plugin-oxlint
  dependency-version: 1.67.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: oxlint
  dependency-version: 1.67.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: wrangler
  dependency-version: 4.95.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: "@astrojs/cloudflare"
  dependency-version: 13.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: astro
  dependency-version: 6.4.2
  dependency-type: direct:production
  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-05-30 15:18:28 +02:00
committed by GitHub
parent 80b1e84e7b
commit 08e05ff9bc
3 changed files with 225 additions and 426 deletions
+216 -417
View File
File diff suppressed because it is too large Load Diff
+5 -5
View File
@@ -28,17 +28,17 @@
"format:pages:check": "prettier --check \"src/**/*.ts\" \"status-page/src/**/*.ts\"" "format:pages:check": "prettier --check \"src/**/*.ts\" \"status-page/src/**/*.ts\""
}, },
"devDependencies": { "devDependencies": {
"@cloudflare/workers-types": "^4.20260522.1", "@cloudflare/workers-types": "^4.20260529.1",
"@types/js-yaml": "^4.0.9", "@types/js-yaml": "^4.0.9",
"@types/node": "^25.9.1", "@types/node": "^25.9.1",
"@typescript-eslint/parser": "^8.59.4", "@typescript-eslint/parser": "^8.60.0",
"eslint": "^10.4.0", "eslint": "^10.4.1",
"eslint-plugin-oxlint": "^1.66.0", "eslint-plugin-oxlint": "^1.67.0",
"oxlint": "^1.59.0", "oxlint": "^1.59.0",
"prettier": "^3.8.1", "prettier": "^3.8.1",
"typescript": "^6.0.0", "typescript": "^6.0.0",
"vitest": "^4.1.7", "vitest": "^4.1.7",
"wrangler": "^4.94.0" "wrangler": "^4.95.0"
}, },
"dependencies": { "dependencies": {
"js-yaml": "^4.1.1", "js-yaml": "^4.1.1",
+4 -4
View File
@@ -16,14 +16,14 @@
}, },
"dependencies": { "dependencies": {
"@astrojs/check": "^0.9.9", "@astrojs/check": "^0.9.9",
"@astrojs/cloudflare": "^13.5.4", "@astrojs/cloudflare": "^13.6.0",
"astro": "^6.3.7", "astro": "^6.4.2",
"uplot": "^1.6.31" "uplot": "^1.6.31"
}, },
"devDependencies": { "devDependencies": {
"@typescript-eslint/parser": "^8.59.4", "@typescript-eslint/parser": "^8.60.0",
"astro-eslint-parser": "^1.4.0", "astro-eslint-parser": "^1.4.0",
"eslint": "^10.4.0", "eslint": "^10.4.1",
"eslint-plugin-astro": "^1.7.0", "eslint-plugin-astro": "^1.7.0",
"typescript": "^6.0.0" "typescript": "^6.0.0"
} }