build(deps-dev): bump wrangler from 4.29.0 to 4.30.0 in the patch-versions group#297
Conversation
Bumps the patch-versions group with 1 update: [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler). Updates `wrangler` from 4.29.0 to 4.30.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@4.30.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-version: 4.30.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: patch-versions ... Signed-off-by: dependabot[bot] <support@github.com>
WalkthroughThis change updates the devDependency wrangler in package.json from ^4.29.0 to ^4.30.0. No other files or exports were modified. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested reviewers
Poem
✨ Finishing Touches🧪 Generate unit tests
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Actionable comments posted: 1
🧹 Nitpick comments (1)
package.json (1)
10-10: Optional: pin exact patch for deterministic local tooling.If you prefer fully reproducible dev tooling, pin wrangler to 4.30.0 (no caret). Not required—current caret range is consistent with past usage.
Apply if desired:
- "wrangler": "^4.30.0" + "wrangler": "4.30.0"
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
💡 Knowledge Base configuration:
- MCP integration is disabled by default for public repositories
- Jira integration is disabled by default for public repositories
- Linear integration is disabled by default for public repositories
You can enable these sources in your CodeRabbit configuration.
⛔ Files ignored due to path filters (1)
yarn.lockis excluded by!**/yarn.lock,!**/*.lock
📒 Files selected for processing (1)
package.json(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (4)
- GitHub Check: lint
- GitHub Check: deploy
- GitHub Check: e2e
- GitHub Check: codedov
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #297 +/- ##
=======================================
Coverage 37.06% 37.06%
=======================================
Files 40 40
Lines 2892 2892
=======================================
Hits 1072 1072
Misses 1820 1820 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Bumps the patch-versions group with 1 update: wrangler.
Updates
wranglerfrom 4.29.0 to 4.30.0Release notes
Sourced from wrangler's releases.
Changelog
Sourced from wrangler's changelog.
Commits
8287f46Version Packages (#10352)a5a1426cleanup some container images during local dev (#10289)4288a61Fix startup profiling with sourcemaps (#9990)654ca18test: use current process.env for .env local e2e test (#10363)53cabb4Use pnpm catalog for workerd & workers-types (#10359)979984bIncrease maxBuffer for capnp upload (#10217)80e964cBugfix: Update regex for valid branch names (#10356)0c04da9add rollout_active_grace_period to container config (#10315)76a6701[Vectorize] feat: Add Wrangler command for Vectorize list-vectors operation (...eb32a3afix re-deploying after container deploys fail in an incomplete state (#10253)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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 conditionsSummary by CodeRabbit