chore(deps): update npm development dependencies#10697
Merged
charliermarsh merged 1 commit intomainfrom Apr 1, 2024
Merged
Conversation
2f30093 to
3bb3935
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.20240320.1->4.20240329.018.2.71->18.2.7318.2.22->18.2.233.20240320.0->3.20240320.13.4.1->3.4.35.2.6->5.2.73.37.0->3.41.0Release Notes
cloudflare/workerd (@cloudflare/workers-types)
v4.20240329.0Compare Source
cloudflare/workers-sdk (miniflare)
v3.20240320.1Compare Source
Minor Changes
fbdca7dThanks @OilyLime! - feature: URL decode components of the Hyperdrive config connection stringtailwindlabs/tailwindcss (tailwindcss)
v3.4.3Compare Source
v3.4.2Compare Source
Fixed
0,0,1for button and input Preflight rules (#12735)(,),[or]in the file path (#12715):hasrules when usingexperimental.optimizeUniversalDefaults(#12736)mix-blend-plus-darkerutility (#12923)import.meta.urlin config files (#13322)xx-largeand remove doublex-largeabsolute size (#13324)@applya class that uses nesting (#13325)importantconfiguration (#13353)@applyworks correctly with pseudo elements (#13379)vitejs/vite (vite)
v5.2.7Compare Source
__vite__mapDepswhen it's not used (#16271) (890538a), closes #16271cloudflare/workers-sdk (wrangler)
v3.41.0Compare Source
Minor Changes
b7a6d9dThanks @rozenmd! - feat: implementwrangler d1 exportv3.40.0Compare Source
Minor Changes
#5426
9343714Thanks @RamIdeas! - feature: added a newwrangler triggers deploycommandThis command currently requires the
--experimental-versionsflag.This command extracts the trigger deployment logic from
wrangler deployand allows users to update their currently deployed Worker's triggers without doing another deployment. This is primarily useful for users ofwrangler versions uploadandwrangler versions deploywho can then runwrangler triggers deployto apply trigger changes to their currently deployed Worker Versions.The command can also be used even if not using the
wrangler versions ...commands. And, in fact, users are already using it implicitly when runningwrangler deploy.#4932
dc0c1dcThanks @xortive! - feature: Add support for private networking in Hyperdrive configs#5369
7115568Thanks @mattdeboard! - fix: Use queue name, not ID, forr2 bucket event-notificationsubcommandsSince the original command was not yet operational, this update does not constitute a breaking change.
Instead of providing the queue ID as the parameter to
--queue, users must provide the queue name. Under the hood, we will query the Queues API for the queue ID given the queue name.#5413
976adecThanks @pmiguel! - feature: Added Queue delivery controls support in wrangler.toml#5412
3e5a932Thanks @RamIdeas! - feature: adds the--jsonoption towrangler deployments list --experimental-versions,wrangler deployments status --experimental-versions,wrangler versions list --experimental-versionsandwrangler versions view --experimental-versionswhich will format the output as clean JSON. The--experimental-versionsflag is still required for these commands.#5258
fbdca7dThanks @OilyLime! - feature: URL decode components of the Hyperdrive config connection string#5416
47b325aThanks @mattdeboard! - fix: minor improvements to R2 notification subcommandr2 bucket event-notification <subcommand>becomesr2 bucket notification <subcommand>--event-typeuse-instead of_(e.g.object_create->object-create)Since the original command was not yet operational, this update does not constitute a breaking change.
Patch Changes
#5419
daac6a2Thanks @RamIdeas! - chore: add helpful logging to --experimental-versions commands#5400
c90dd6bThanks @RamIdeas! - chore: log of impending change of "Deployment ID" to "Version ID" inwrangler deploy,wrangler deployments list,wrangler deployments viewandwrangler rollback. This is a warning of a future change for anyone depending on the output text format, for example by grepping the output in automated flows.#5422
b341614Thanks @geelen! - fix: remove d1BetaWarning and all usagesThis PR removes the warning that D1 is in beta for all D1 commands.
Updated dependencies [
fbdca7d]:v3.39.0Compare Source
Minor Changes
#5373
5bd8db8Thanks @RamIdeas! - feature: Implement versioned rollbacks viawrangler rollback [version-id] --experimental-versions.Please note, the
experimental-versionsflag is required to use the new behaviour. The originalwrangler rollbackcommand is unchanged if run without this flag.Patch Changes
#5366
e11e169Thanks @RamIdeas! - fix: save non-versioned script-settings (logpush, tail_consumers) onwrangler versions deploy. This command still requires--experimental-versions.#5405
7c701bfThanks @RamIdeas! - chore: addwrangler deployments view [deployment-id] --experimental-versionscommandThis command will display an error message which points the user to run either
wrangler deployments status --experimental-versionsorwrangler versions view <version-id> --experimental-versionsinstead.v3.38.0Compare Source
Minor Changes
#5310
528c011Thanks @penalosa! - feat: Watch the entire module root for changes in--no-bundlemode, rather than just the entrypoint file.#5327
7d160c7Thanks @penalosa! - feat: Addwrangler pages download config#5284
f5e2367Thanks @CarmenPopoviciu! - feat: Addwrangler.tomlsupport inwrangler pages devAs we are adding
wrangler.tomlsupport for Pages, we want to ensure thatwrangler pages devworks with a configuration file.#5353
3be826fThanks @penalosa! - feat: Updateswrangler pages functions buildto support using configuration fromwrangler.tomlin the generated output.#5102
ba52208Thanks @pmiguel! - feature: add support for queue delivery controls onwrangler queues createPatch Changes
#5327
7d160c7Thanks @penalosa! - fix: Use specific error code to signal a wrangler.toml file not being found in build-env#5310
528c011Thanks @penalosa! - fix: Reload Python workers when therequirements.txtfile changesConfiguration
📅 Schedule: Branch creation - "on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.