Skip to content

chore(deps): update all non-major dependencies #508

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 29, 2025

This PR contains the following updates:

Package Change Age Confidence
eslint (source) ^9.29.0 -> ^9.30.1 age confidence
eslint-config-unjs ^0.4.2 -> ^0.5.0 age confidence
pnpm (source) 10.12.3 -> 10.12.4 age confidence
prettier (source) ^3.6.1 -> ^3.6.2 age confidence
workerd ^1.20250620.0 -> ^1.20250705.0 age confidence
wrangler (source) ^4.21.2 -> ^4.23.0 age confidence

Release Notes

eslint/eslint (eslint)

v9.30.1

Compare Source

v9.30.0

Compare Source

unjs/eslint-config (eslint-config-unjs)

v0.5.0

Compare Source

compare changes

📦 Build
  • ⚠️ Update dependencies (9bff5ca)
⚠️ Breaking Changes
  • ⚠️ Update dependencies (9bff5ca)
❤️ Contributors
pnpm/pnpm (pnpm)

v10.12.4

Compare Source

Patch Changes
prettier/prettier (prettier)

v3.6.2

Compare Source

diff

Markdown: Add missing blank line around code block (#​17675 by @​fisker)
<!-- Input -->
1. Some text, and code block below, with newline after code block

   ```yaml
   ---
   foo: bar
   ```

   1. Another
   2. List

<!-- Prettier 3.6.1 -->
1. Some text, and code block below, with newline after code block

   ```yaml
   ---
   foo: bar
   ```
   1. Another
   2. List

<!-- Prettier 3.6.2 -->
1. Some text, and code block below, with newline after code block

   ```yaml
   ---
   foo: bar
   ```

   1. Another
   2. List
cloudflare/workerd (workerd)

v1.20250705.0

Compare Source

What's Changed

Full Changelog: cloudflare/workerd@v1.20250704.0...v1.20250705.0

v1.20250704.0

Compare Source

What's Changed

Full Changelog: cloudflare/workerd@v1.20250703.0...v1.20250704.0

v1.20250703.0

Compare Source

What's Changed

Full Changelog: cloudflare/workerd@v1.20250702.0...v1.20250703.0

v1.20250702.0

Compare Source

What's Changed

Full Changelog: cloudflare/workerd@v1.20250701.0...v1.20250702.0

v1.20250701.0

Compare Source

What's Changed

Full Changelog: cloudflare/workerd@v1.20250628.0...v1.20250701.0

v1.20250628.0

Compare Source

What's Changed

Full Changelog: cloudflare/workerd@v1.20250627.0...v1.20250628.0

v1.20250627.0

Compare Source

What's Changed

Full Changelog: cloudflare/workerd@v1.20250626.0...v1.20250627.0

cloudflare/workers-sdk (wrangler)

v4.23.0

Compare Source

Minor Changes
  • #​9535 56dc5c4 Thanks @​penalosa! - In 2023 we announced breakpoint debugging support for Workers, which meant that you could easily debug your Worker code in Wrangler's built-in devtools (accessible via the [d] hotkey) as well as multiple other devtools clients, including VSCode. For most developers, breakpoint debugging via VSCode is the most natural flow, but until now it's required manually configuring a launch.json file, running wrangler dev, and connecting via VSCode's built-in debugger.

    Now, using VSCode's built-in JavaScript Debug Terminals, there are just two steps: open a JS debug terminal and run wrangler dev (or vite dev). VSCode will automatically connect to your running Worker (even if you're running multiple Workers at once!) and start a debugging session.

  • #​9810 8acaf43 Thanks @​WillTaylorDev! - WC-3626 Pull branch name from WORKERS_CI_BRANCH if exists.

Patch Changes

v4.22.0

Compare Source

Minor Changes
  • #​7871 f2a8d4a Thanks @​dario-piotrowicz! - add support for assets bindings to getPlatformProxy

    this change makes sure that that getPlatformProxy, when the input configuration
    file contains an assets field, correctly returns the appropriate asset binding proxy

    example:

    // wrangler.jsonc
    {
    	"name": "my-worker",
    	"assets": {
    		"directory": "./public/",
    		"binding": "ASSETS",
    	},
    }
    import { getPlatformProxy } from "wrangler";
    
    const { env, dispose } = await getPlatformProxy();
    
    const text = await (await env.ASSETS.fetch("http://0.0.0.0/file.txt")).text();
    console.log(text); // logs the content of file.txt
    
    await dispose();
Patch Changes

Configuration

📅 Schedule: Branch creation - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from pi0 as a code owner June 29, 2025 02:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 3a46f21 to 32cbeaf Compare July 4, 2025 04:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 32cbeaf to c15a20d Compare July 5, 2025 03:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants