Skip to content

chore(deps-dev): bump the prod-dependencies group across 1 directory with 3 updates#237

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/prod-dependencies-9408943ea5
Open

chore(deps-dev): bump the prod-dependencies group across 1 directory with 3 updates#237
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/prod-dependencies-9408943ea5

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 5, 2026

Bumps the prod-dependencies group with 3 updates in the / directory: @internationalized/date, svelte and wrangler.

Updates @internationalized/date from 3.10.1 to 3.11.0

Release notes

Sourced from @​internationalized/date's releases.

React Spectrum S2 v1.1.0

It’s our first release of the new year and we’ve got plenty of exciting treats we’re bringing to the table. We’ve added a variety of new features to our documentation site including a new dark/light mode switch in the site header. Our search menu also now features a Colors section where you can browse the Spectrum-defined colors and search by name or hex value to find close or exact matches. We also now offer our docs in the form of Agent Skills that can be installed locally and used by your favorite AI coding tools.

This release also includes several bugs fixes, such as properly rendering menus when rendered from within a popover and updates to TreeView disabledBehavior styling to match the latest designs.

Full Release Notes

Commits
  • a628b98 Publish
  • 00f9060 docs: fix search menu styles (#9575)
  • bdec15c fix: meu unavailable items (#9583)
  • eaecb96 fix: roving tabindex in useSelectableCollection for virtualized collections (...
  • 4955eb2 chore: no shadow support for test utils right now (#9581)
  • ac7aabe docs: Add some padding between example and alert (#9580)
  • b679727 Revert "fix 'ResizeObserver loop completed with undelivered notifications' er...
  • 8b7f090 Revert "feat: allow customizing behavior of pressed state (#8971)" (#9578)
  • 5959e26 fix: add missing "use client" so that local docs build works (#9579)
  • 1c85bcc docs: Fix formatting of prop descriptions with multiple paragraphs (#9574)
  • Additional commits viewable in compare view

Updates svelte from 5.49.1 to 5.49.2

Release notes

Sourced from svelte's releases.

svelte@5.49.2

Patch Changes

  • chore: remove SvelteKit data attributes from elements.d.ts (#17613)

  • fix: avoid erroneous async derived expressions for blocks (#17604)

  • fix: avoid Cloudflare warnings about not having the "node:crypto" module (#17612)

  • fix: reschedule effects inside unskipped branches (#17604)

Changelog

Sourced from svelte's changelog.

5.49.2

Patch Changes

  • chore: remove SvelteKit data attributes from elements.d.ts (#17613)

  • fix: avoid erroneous async derived expressions for blocks (#17604)

  • fix: avoid Cloudflare warnings about not having the "node:crypto" module (#17612)

  • fix: reschedule effects inside unskipped branches (#17604)

Commits

Updates wrangler from 4.61.1 to 4.62.0

Release notes

Sourced from wrangler's releases.

wrangler@4.62.0

Minor Changes

  • #12064 964a39d Thanks @​G4brym! - Add AI Search OAuth scopes to login

    Adds ai-search:write and ai-search:run OAuth scopes to the default login scopes, enabling wrangler to authenticate with AI Search APIs.

  • #11867 253a85d Thanks @​rahulsuresh-git! - Add wrangler r2 bucket local-uploads command to manage local uploads for R2 buckets

    When enabled, object data is written to the nearest region first, then asynchronously replicated to the bucket's primary region.

    Docs: https://developers.cloudflare.com/r2/buckets/local-uploads

    # Get local uploads status
    wrangler r2 bucket local-uploads get my-bucket
    Enable local uploads (will prompt for confirmation)
    wrangler r2 bucket local-uploads enable my-bucket
    Enable without confirmation prompt
    wrangler r2 bucket local-uploads enable my-bucket --force
    Disable local uploads
    wrangler r2 bucket local-uploads disable my-bucket

  • #11803 1bd1488 Thanks @​dario-piotrowicz! - Add a new subrequests limit to the limits field of the Wrangler configuration file

    Before only the cpu_ms limit was supported in the limits field of the Wrangler configuration file, now a subrequests limit can be specified as well which enables the user to limit the number of fetch requests that a Worker's invocation can make.

    Example:

    {
    	"$schema": "./node_modules/wrangler/config-schema.json",
    	"limits": {
    		"cpu_ms": 1000,
    		"subrequests": 150 // newly added field
    	}
    }
  • #12185 f7aa8c7 Thanks @​penalosa! - Add timestamp field to the version metadata binding in local development. The version metadata binding now includes id, tag, and timestamp fields, making it easier to test version-aware logic locally.

Patch Changes

... (truncated)

Commits
  • 59a9ee2 Version Packages (#12266)
  • 47944d1 fix(wrangler): show friendly error when D1 export output is a directory (#12065)
  • 4c4d5a5 Add versionCommand to the autoconfig_summary field in the autoconfig outp...
  • a113c0d chore(deps): bump the workerd-and-workers-types group with 2 updates (#12355)
  • 698f510 Speed up pnpm fix and pnpm check (#12348)
  • 253a85d [wrangler] R2-3896 Add R2 local uploads command (#11867)
  • feb0099 refactor: move isAuthenticationError together with similar predicates (#12304)
  • 0c9625a feat(miniflare): add CF-Worker header to outgoing fetch requests (#12186)
  • a053aad refactor: use the shared UserError for containers (#12298)
  • b05b919 fix(wrangler): Fixed invalid command / argument error logging (#12050)
  • 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 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

…with 3 updates

Bumps the prod-dependencies group with 3 updates in the / directory: [@internationalized/date](https://github.com/adobe/react-spectrum), [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) and [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler).


Updates `@internationalized/date` from 3.10.1 to 3.11.0
- [Release notes](https://github.com/adobe/react-spectrum/releases)
- [Commits](https://github.com/adobe/react-spectrum/compare/@internationalized/date@3.10.1...@internationalized/date@3.11.0)

Updates `svelte` from 5.49.1 to 5.49.2
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/main/packages/svelte/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/svelte/commits/svelte@5.49.2/packages/svelte)

Updates `wrangler` from 4.61.1 to 4.62.0
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.62.0/packages/wrangler)

---
updated-dependencies:
- dependency-name: "@internationalized/date"
  dependency-version: 3.11.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: svelte
  dependency-version: 5.49.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: wrangler
  dependency-version: 4.62.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 5, 2026
@getarcaneappbot
Copy link
Contributor

Preview deployed successfully!

Built from commit a5a64b5

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.

1 participant