Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the dev-deps group across 1 directory with 6 updates #225

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 8, 2025

Bumps the dev-deps group with 6 updates in the / directory:

Package From To
@cloudflare/vitest-pool-workers 0.5.32 0.5.41
@cloudflare/workers-types 4.20241127.0 4.20241230.0
@types/node 22.10.1 22.10.5
hono 4.6.12 4.6.16
vitest 2.1.6 2.1.8
wrangler 3.91.0 3.100.0

Updates @cloudflare/vitest-pool-workers from 0.5.32 to 0.5.41

Release notes

Sourced from @​cloudflare/vitest-pool-workers's releases.

@​cloudflare/vitest-pool-workers@​0.5.41

Patch Changes

@​cloudflare/vitest-pool-workers@​0.5.40

Patch Changes

@​cloudflare/vitest-pool-workers@​0.5.39

Patch Changes

@​cloudflare/vitest-pool-workers@​0.5.38

Patch Changes

@​cloudflare/vitest-pool-workers@​0.5.37

Patch Changes

@​cloudflare/vitest-pool-workers@​0.5.36

Patch Changes

  • Updated dependencies [e0b98fd]:
    • wrangler@3.95.0

@​cloudflare/vitest-pool-workers@​0.5.35

Patch Changes

... (truncated)

Changelog

Sourced from @​cloudflare/vitest-pool-workers's changelog.

0.5.41

Patch Changes

0.5.40

Patch Changes

0.5.39

Patch Changes

0.5.38

Patch Changes

0.5.37

Patch Changes

0.5.36

Patch Changes

  • Updated dependencies [e0b98fd]:
    • wrangler@3.95.0

0.5.35

... (truncated)

Commits

Updates @cloudflare/workers-types from 4.20241127.0 to 4.20241230.0

Commits

Updates @types/node from 22.10.1 to 22.10.5

Commits

Updates hono from 4.6.12 to 4.6.16

Release notes

Sourced from hono's releases.

v4.6.16

What's Changed

Full Changelog: honojs/hono@v4.6.15...v4.6.16

v4.6.15

c.json() etc. throwing type error when the status is contentless code, e.g., 204

From this release, when c.json(), c.text(), or c.html() returns content, specifying a contentless status code such as 204 will now throw a type error.

CleanShot 2024-12-28 at 16 47 39@2x

At first glance, this seems like a breaking change but not. It is not possible to return a contentless response with c.json() or c.text(). So, in that case, please use c.body().

app.get('/', (c) => {
  return c.body(null, 204)
})

What's Changed

New Contributors

Full Changelog: honojs/hono@v4.6.14...v4.6.15

v4.6.14

What's Changed

New Contributors

Full Changelog: honojs/hono@v4.6.13...v4.6.14

... (truncated)

Commits
  • 2ead4d8 v4.6.16
  • 100745a fix(types): correct app.on(method,path[],middleware,handler) type (#3802)
  • 5af7b4f fix(context): single body overrides other returns (#3800)
  • fa6f51b fix(jsx/dom): should not return memoized result when context is changed (#3792)
  • 1e62912 v4.6.15
  • 5ca3825 fix(hono-base): don't use Symbol for COMPOSED_HANDLER (#3773)
  • fd6e5bd feat(utils/cookie): Ability to set a priority to cookies in setCookie options...
  • efc8a46 feat(context): ResponseInit accepts generics StatusCode for status (#3770)
  • b1335f9 refactor(context): remove lint errors (#3769)
  • bfd839a feat(hono/context): contentful status code typing (#3763)
  • Additional commits viewable in compare view

Updates vitest from 2.1.6 to 2.1.8

Release notes

Sourced from vitest's releases.

v2.1.8

   🐞 Bug Fixes

    View changes on GitHub

v2.1.7

   🐞 Bug Fixes

  • Revert support for Vite 6  -  by @​sheremet-va (fbe5c)
    • This introduced some breaking changes (vitest-dev/vitest#6992). We will enable support for it later. In the meantime, you can still use pnpm.overrides or yarn resolutions to override the vite version in the vitest package - the APIs are compatible.
    View changes on GitHub
Commits

Updates wrangler from 3.91.0 to 3.100.0

Release notes

Sourced from wrangler's releases.

wrangler@3.100.0

Minor Changes

  • #7604 6c2f173 Thanks @​CarmenPopoviciu! - feat: Capture Workers with static assets in the telemetry data

    We want to measure accurately what this number of Workers + Assets projects running in remote mode is, as this number will be a very helpful data point down the road, when more decisions around remote mode will have to be taken.

    These changes add this kind of insight to our telemetry data, by capturing whether the command running is in the context of a Workers + Assets project.

    N.B. With these changes in place we will be capturing the Workers + Assets context for all commands, not just wrangler dev --remote.

Patch Changes

  • #7581 cac7fa6 Thanks @​vicb! - chore(wrangler): update unenv dependency version

    unenv now uses the workerd implementation on node:dns See the unjs/unenv#376

  • #7625 d8fb032 Thanks @​vicb! - feat(wrangler): use unenv builtin dependency resolution

    Moving away from require.resolve() to handle unenv aliased packages. Using the unenv builtin resolution will allow us to drop the .cjs file from the preset and to override the base path so that we can test the dev version of the preset.

  • #7533 755a27c Thanks @​danielgek! - Add warning about the browser rendering not available on local

  • #7614 8abb43f Thanks @​vicb! - chore(wrangler): update unenv dependency version

    The updated unenv contains a fix for the module resolution, see unjs/unenv#378. That bug prevented us from using unenv module resolution, see cloudflare/workers-sdk#7583.

  • Updated dependencies [b4e0af1]:

    • miniflare@3.20241230.0

wrangler@3.99.0

Minor Changes

  • #7425 8757579 Thanks @​CarmenPopoviciu! - feat: Make DX improvements in wrangler dev --remote

    Workers + Assets projects have, in certain situations, a relatively degraded wrangler dev --remote developer experience, as opposed to Workers proper projects. This is due to the fact that, for Workers + Assets, we need to make extra API calls to:

    1. check for asset files changes
    2. upload the changed assets, if any

    This commit improves the wrangler dev --remote DX for Workers + Assets, for use cases when the User Worker/assets change while the API calls for previous changes are still in flight. For such use cases, we have put an exit early strategy in place, that drops the event handler execution of the previous changes, in favour of the handler triggered by the new changes.

  • #7537 086a6b8 Thanks @​WillTaylorDev! - Provide validation around assets.experimental_serve_directly

... (truncated)

Changelog

Sourced from wrangler's changelog.

3.100.0

Minor Changes

  • #7604 6c2f173 Thanks @​CarmenPopoviciu! - feat: Capture Workers with static assets in the telemetry data

    We want to measure accurately what this number of Workers + Assets projects running in remote mode is, as this number will be a very helpful data point down the road, when more decisions around remote mode will have to be taken.

    These changes add this kind of insight to our telemetry data, by capturing whether the command running is in the context of a Workers + Assets project.

    N.B. With these changes in place we will be capturing the Workers + Assets context for all commands, not just wrangler dev --remote.

Patch Changes

  • #7581 cac7fa6 Thanks @​vicb! - chore(wrangler): update unenv dependency version

    unenv now uses the workerd implementation on node:dns See the unjs/unenv#376

  • #7625 d8fb032 Thanks @​vicb! - feat(wrangler): use unenv builtin dependency resolution

    Moving away from require.resolve() to handle unenv aliased packages. Using the unenv builtin resolution will allow us to drop the .cjs file from the preset and to override the base path so that we can test the dev version of the preset.

  • #7533 755a27c Thanks @​danielgek! - Add warning about the browser rendering not available on local

  • #7614 8abb43f Thanks @​vicb! - chore(wrangler): update unenv dependency version

    The updated unenv contains a fix for the module resolution, see unjs/unenv#378. That bug prevented us from using unenv module resolution, see cloudflare/workers-sdk#7583.

  • Updated dependencies [b4e0af1]:

    • miniflare@3.20241230.0

3.99.0

Minor Changes

  • #7425 8757579 Thanks @​CarmenPopoviciu! - feat: Make DX improvements in wrangler dev --remote

    Workers + Assets projects have, in certain situations, a relatively degraded wrangler dev --remote developer experience, as opposed to Workers proper projects. This is due to the fact that, for Workers + Assets, we need to make extra API calls to:

    1. check for asset files changes
    2. upload the changed assets, if any

    This commit improves the wrangler dev --remote DX for Workers + Assets, for use cases when the User Worker/assets change while the API calls for previous changes are still in flight. For such use cases, we have put an exit early strategy in place, that drops the event handler execution of the previous changes, in favour of the handler triggered by the new changes.

... (truncated)

Commits
  • a5725bd Version Packages (#7608)
  • 547e8f8 Update telemetry doc to include data captured about the worker (#7691)
  • d8fb032 feat(wrangler): use unenv bulitin dependency resolution (#7625)
  • f5b3fb5 remove old assets remote check (#7675)
  • 755a27c Add Warning about browser rendering when running locally (#7533)
  • b4e0af1 chore(deps): bump the workerd-and-workers-types group across 1 directory with...
  • 8abb43f chore(wrangler): update unenv dependency version (#7614)
  • cac7fa6 Update unenv preset (#7581)
  • 6c2f173 feat(wrangler): Capture Workers with static assets in the telemetry data (#7604)
  • aa9ec0f Version Packages (#7595)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 8, 2025
Bumps the dev-deps group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@cloudflare/vitest-pool-workers](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/vitest-pool-workers) | `0.5.32` | `0.5.41` |
| [@cloudflare/workers-types](https://github.com/cloudflare/workerd) | `4.20241127.0` | `4.20241230.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.10.1` | `22.10.5` |
| [hono](https://github.com/honojs/hono) | `4.6.12` | `4.6.16` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `2.1.6` | `2.1.8` |
| [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) | `3.91.0` | `3.100.0` |



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

Updates `@cloudflare/workers-types` from 4.20241127.0 to 4.20241230.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 `@types/node` from 22.10.1 to 22.10.5
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `hono` from 4.6.12 to 4.6.16
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.6.12...v4.6.16)

Updates `vitest` from 2.1.6 to 2.1.8
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.8/packages/vitest)

Updates `wrangler` from 3.91.0 to 3.100.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.100.0/packages/wrangler)

---
updated-dependencies:
- dependency-name: "@cloudflare/vitest-pool-workers"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: "@cloudflare/workers-types"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: hono
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: wrangler
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dev-deps-8aa57e73c8 branch from 7f88a1c to 57177ea Compare January 8, 2025 14:12
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 13, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jan 13, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dev-deps-8aa57e73c8 branch January 13, 2025 08:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants