Skip to content

chore(deps): bump the workerd-and-workers-types group across 1 directory with 2 updates#7836

Closed
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/npm_and_yarn/workerd-and-workers-types-3d171ca86c
Closed

chore(deps): bump the workerd-and-workers-types group across 1 directory with 2 updates#7836
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/npm_and_yarn/workerd-and-workers-types-3d171ca86c

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jan 21, 2025

Bumps the workerd-and-workers-types group with 2 updates in the / directory: @cloudflare/workers-types and workerd.

Updates @cloudflare/workers-types from 4.20241230.0 to 4.20250121.0

Commits

Updates workerd from 1.20241230.0 to 1.20250121.0

Release notes

Sourced from workerd's releases.

v1.20250121.0

What's Changed

Full Changelog: cloudflare/workerd@v1.20250120.0...v1.20250121.0

v1.20250120.0

What's Changed

... (truncated)

Commits

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

…ory with 2 updates

Bumps the workerd-and-workers-types group with 2 updates in the / directory: [@cloudflare/workers-types](https://github.com/cloudflare/workerd) and [workerd](https://github.com/cloudflare/workerd).


Updates `@cloudflare/workers-types` from 4.20241230.0 to 4.20250121.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 `workerd` from 1.20241230.0 to 1.20250121.0
- [Release notes](https://github.com/cloudflare/workerd/releases)
- [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md)
- [Commits](cloudflare/workerd@v1.20241230.0...v1.20250121.0)

---
updated-dependencies:
- dependency-name: "@cloudflare/workers-types"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: workerd-and-workers-types
- dependency-name: workerd
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: workerd-and-workers-types
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot requested a review from a team as a code owner January 21, 2025 07:40
@dependabot dependabot Bot added the dependencies Used by dependabot to mark PRs as updates to dependencies. label Jan 21, 2025
@dependabot dependabot Bot requested a review from a team January 21, 2025 07:40
@dependabot dependabot Bot added miniflare Relating to Miniflare skip-pr-description-validation Skip validation of the required PR description format labels Jan 21, 2025
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Jan 21, 2025

🦋 Changeset detected

Latest commit: 73ebbab

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 5 packages
Name Type
miniflare Patch
@cloudflare/pages-shared Patch
@cloudflare/vite-plugin Patch
@cloudflare/vitest-pool-workers Patch
wrangler Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

The following dependency versions have been updated:

| Dependency                | From          | To            |
| ------------------------- | ------------- | ------------- |
| workerd                   | 1.20241230.0  | 1.20250121.0  |
| @cloudflare/workers-types | ^4.20241230.0 | ^4.20250121.0 |
@github-actions
Copy link
Copy Markdown
Contributor

A wrangler prerelease is available for testing. You can install this latest build in your project with:

npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12882249226/npm-package-wrangler-7836

You can reference the automatically updated head of this PR with:

npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/prs/7836/npm-package-wrangler-7836

Or you can use npx with this latest build directly:

npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12882249226/npm-package-wrangler-7836 dev path/to/script.js
Additional artifacts:

cloudflare-workers-bindings-extension:

wget https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12882249226/npm-package-cloudflare-workers-bindings-extension-7836 -O ./cloudflare-workers-bindings-extension.0.0.0-vbfe27257e.vsix && code --install-extension ./cloudflare-workers-bindings-extension.0.0.0-vbfe27257e.vsix

create-cloudflare:

npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12882249226/npm-package-create-cloudflare-7836 --no-auto-update

@cloudflare/kv-asset-handler:

npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12882249226/npm-package-cloudflare-kv-asset-handler-7836

miniflare:

npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12882249226/npm-package-miniflare-7836

@cloudflare/pages-shared:

npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12882249226/npm-package-cloudflare-pages-shared-7836

@cloudflare/unenv-preset:

npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12882249226/npm-package-cloudflare-unenv-preset-7836

@cloudflare/vite-plugin:

npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12882249226/npm-package-cloudflare-vite-plugin-7836

@cloudflare/vitest-pool-workers:

npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12882249226/npm-package-cloudflare-vitest-pool-workers-7836

@cloudflare/workers-editor-shared:

npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12882249226/npm-package-cloudflare-workers-editor-shared-7836

@cloudflare/workers-shared:

npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12882249226/npm-package-cloudflare-workers-shared-7836

@cloudflare/workflows-shared:

npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12882249226/npm-package-cloudflare-workflows-shared-7836

Note that these links will no longer work once the GitHub Actions artifact expires.


wrangler@3.103.2 includes the following runtime dependencies:

Package Constraint Resolved
miniflare workspace:* 3.20241230.2
workerd 1.20250121.0 1.20250121.0
workerd --version 1.20250121.0 2025-01-21

Please ensure constraints are pinned, and miniflare/workerd minor versions match.

@CarmenPopoviciu
Copy link
Copy Markdown
Contributor

this PR validly fails due to cloudflare/workerd#3377

@vicb
Copy link
Copy Markdown
Contributor

vicb commented Jan 23, 2025

@CarmenPopoviciu could you please update to v1.20250123.0 where the issue is fixed 🙏

@vicb
Copy link
Copy Markdown
Contributor

vicb commented Jan 24, 2025

The update was done in #7890

@vicb vicb closed this Jan 24, 2025
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Jan 24, 2025

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/workerd-and-workers-types-3d171ca86c branch January 24, 2025 05:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Used by dependabot to mark PRs as updates to dependencies. miniflare Relating to Miniflare skip-pr-description-validation Skip validation of the required PR description format

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

2 participants