Skip to content

Commit b4ee10c

Browse files
build(deps-dev): Bump the telemetry-worker-minor-patch group across 1 directory with 5 updates
Bumps the telemetry-worker-minor-patch group with 5 updates in the /telemetry-worker directory: | Package | From | To | | --- | --- | --- | | [@cloudflare/workers-types](https://github.com/cloudflare/workerd) | `5.20260814.1` | `5.20260827.1` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.67.0` | `8.68.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.67.0` | `8.68.0` | | [eslint](https://github.com/eslint/eslint) | `10.8.1` | `10.9.1` | | [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) | `4.123.0` | `4.127.0` | Updates `@cloudflare/workers-types` from 5.20260814.1 to 5.20260827.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/eslint-plugin` from 8.67.0 to 8.68.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.68.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.67.0 to 8.68.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.68.0/packages/parser) Updates `eslint` from 10.8.1 to 10.9.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v10.8.1...v10.9.1) Updates `wrangler` from 4.123.0 to 4.127.0 - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.127.0/packages/wrangler) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 5.20260827.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: telemetry-worker-minor-patch - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.68.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: telemetry-worker-minor-patch - dependency-name: "@typescript-eslint/parser" dependency-version: 8.68.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: telemetry-worker-minor-patch - dependency-name: eslint dependency-version: 10.9.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: telemetry-worker-minor-patch - dependency-name: wrangler dependency-version: 4.127.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: telemetry-worker-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 91e903d commit b4ee10c

2 files changed

Lines changed: 154 additions & 147 deletions

File tree

telemetry-worker/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
"deploy": "wrangler deploy"
1313
},
1414
"devDependencies": {
15-
"@cloudflare/workers-types": "^5.20260814.1",
15+
"@cloudflare/workers-types": "^5.20260827.1",
1616
"@eslint/js": "^10.0.1",
17-
"@typescript-eslint/eslint-plugin": "^8.67.0",
18-
"@typescript-eslint/parser": "^8.67.0",
19-
"eslint": "^10.8.1",
17+
"@typescript-eslint/eslint-plugin": "^8.68.0",
18+
"@typescript-eslint/parser": "^8.68.0",
19+
"eslint": "^10.9.1",
2020
"typescript": "^6.0.3",
2121
"vitest": "^2.1.9",
22-
"wrangler": "^4.123.0"
22+
"wrangler": "^4.127.0"
2323
}
2424
}

0 commit comments

Comments
 (0)