Skip to content

Commit

Permalink
build(deps-dev): bump the development-dependencies group
Browse files Browse the repository at this point in the history
Bumps the development-dependencies group in /fetcher with 3 updates: [@cloudflare/workers-types](https://github.com/cloudflare/workerd), [@tsconfig/recommended](https://github.com/tsconfig/bases/tree/HEAD/bases) and [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler).


Updates `@cloudflare/workers-types` from 4.20241018.0 to 4.20241022.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 `@tsconfig/recommended` from 1.0.7 to 1.0.8
- [Commits](https://github.com/tsconfig/bases/commits/HEAD/bases)

Updates `wrangler` from 3.81.0 to 3.83.0
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@3.83.0/packages/wrangler)

---
updated-dependencies:
- dependency-name: "@cloudflare/workers-types"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@tsconfig/recommended"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: wrangler
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Oct 28, 2024
1 parent 2cde72f commit 4f120c1
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 56 deletions.
124 changes: 71 additions & 53 deletions fetcher/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions fetcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"deploy": "wrangler deploy src/worker.ts"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20241018.0",
"@cloudflare/workers-types": "^4.20241022.0",
"@tsconfig/node-lts": "^20.1.3",
"@tsconfig/recommended": "^1.0.7",
"@tsconfig/recommended": "^1.0.8",
"@tsconfig/strictest": "^2.0.5",
"typescript": "^5.6.3",
"wrangler": "^3.81.0"
"wrangler": "^3.83.0"
},
"dependencies": {
"firebase": "^11.0.1"
Expand Down

0 comments on commit 4f120c1

Please sign in to comment.