Skip to content

Commit

Permalink
Bump the development-dependencies group across 1 directory with 3 upd…
Browse files Browse the repository at this point in the history
…ates

Bumps the development-dependencies group with 3 updates in the /url-unfurler directory: [@cloudflare/workers-types](https://github.com/cloudflare/workerd), [prettier](https://github.com/prettier/prettier) and [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler).


Updates `@cloudflare/workers-types` from 4.20240405.0 to 4.20240605.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 `prettier` from 3.2.5 to 3.3.1
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.2.5...3.3.1)

Updates `wrangler` from 3.48.0 to 3.60.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/[email protected]/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: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 10, 2024
1 parent 4a09928 commit 9257569
Show file tree
Hide file tree
Showing 2 changed files with 112 additions and 60 deletions.
166 changes: 109 additions & 57 deletions url-unfurler/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 url-unfurler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"author": "Hassan Abouelela",
"license": "MIT",
"devDependencies": {
"@cloudflare/workers-types": "^4.20240405.0",
"prettier": "^3.2.5",
"@cloudflare/workers-types": "^4.20240605.0",
"prettier": "^3.3.1",
"typescript": "^5.4.5",
"wrangler": "^3.48.0"
"wrangler": "^3.60.0"
},
"dependencies": {
"@cloudflare/workers-honeycomb-logger": "^2.3.3"
Expand Down

0 comments on commit 9257569

Please sign in to comment.