Skip to content

Commit a4e49ad

Browse files
chore(deps): bump the minor-and-patch group with 4 updates (#19)
Bumps the minor-and-patch group with 4 updates: [@cloudflare/workers-types](https://github.com/cloudflare/workerd), [eslint](https://github.com/eslint/eslint), [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) and [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler). Updates `@cloudflare/workers-types` from 4.20260219.0 to 4.20260305.0 - [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 `eslint` from 10.0.0 to 10.0.2 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v10.0.0...v10.0.2) Updates `typescript-eslint` from 8.56.0 to 8.56.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.56.1/packages/typescript-eslint) Updates `wrangler` from 4.67.0 to 4.69.0 - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.69.0/packages/wrangler) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260305.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: eslint dependency-version: 10.0.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: typescript-eslint dependency-version: 8.56.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: wrangler dependency-version: 4.69.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1f1a838 commit a4e49ad

File tree

2 files changed

+175
-193
lines changed

2 files changed

+175
-193
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
"typecheck": "tsc --noEmit"
1111
},
1212
"devDependencies": {
13-
"@cloudflare/workers-types": "^4.20260219.0",
13+
"@cloudflare/workers-types": "^4.20260305.0",
1414
"@eslint/js": "^10.0.1",
15-
"eslint": "^10.0.0",
15+
"eslint": "^10.0.2",
1616
"typescript": "^5.7.2",
17-
"typescript-eslint": "^8.56.0",
18-
"wrangler": "^4.67.0"
17+
"typescript-eslint": "^8.56.1",
18+
"wrangler": "^4.69.0"
1919
}
2020
}

0 commit comments

Comments
 (0)