Skip to content

fix(deps): update all non-major dependencies #109

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

Merged
merged 1 commit into from
May 10, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 27, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@cloudflare/workers-types ^4.20250423.0 -> ^4.20250510.0 age adoption passing confidence
@discordjs/builders (source) ^1.10.1 -> ^1.11.2 age adoption passing confidence
@discordjs/rest (source) ^2.4.3 -> ^2.5.0 age adoption passing confidence
dedent ^1.5.3 -> ^1.6.0 age adoption passing confidence
discord-api-types (source) ^0.38.1 -> ^0.38.4 age adoption passing confidence
pnpm (source) 10.9.0 -> 10.10.0 age adoption passing confidence
tsx (source) ^4.19.3 -> ^4.19.4 age adoption passing confidence
wrangler (source) ^4.12.1 -> ^4.14.4 age adoption passing confidence

Release Notes

cloudflare/workerd (@​cloudflare/workers-types)

v4.20250510.0

Compare Source

v4.20250509.0

Compare Source

v4.20250508.0

Compare Source

v4.20250507.0

Compare Source

v4.20250506.0

Compare Source

v4.20250505.0

Compare Source

v4.20250504.0

Compare Source

v4.20250503.0

Compare Source

v4.20250502.0

Compare Source

v4.20250430.0

Compare Source

v4.20250429.0

Compare Source

v4.20250428.0

Compare Source

v4.20250427.0

Compare Source

v4.20250426.0

Compare Source

v4.20250425.0

Compare Source

v4.20250424.0

Compare Source

discordjs/discord.js (@​discordjs/builders)

v1.11.2

Compare Source

v1.11.1

Compare Source

v1.11.0

Compare Source

Features

discordjs/discord.js (@​discordjs/rest)

v2.5.0

Compare Source

Features

dmnd/dedent (dedent)

v1.6.0

Compare Source

What's Changed

New Contributors

Full Changelog: dmnd/dedent@v1.5.3...v1.6.0

discordjs/discord-api-types (discord-api-types)

v0.38.4

Compare Source

Features

v0.38.3

Compare Source

v0.38.2

Compare Source

pnpm/pnpm (pnpm)

v10.10.0

Compare Source

Minor Changes
  • Allow loading the preResolution, importPackage, and fetchers hooks from local pnpmfile.
Patch Changes
  • Fix cd command, when shellEmulator is true #​7838.
  • Sort keys in pnpm-workspace.yaml #​9453.
  • Pass the npm_package_json environment variable to the executed scripts #​9452.
  • Fixed a mistake in the description of the --reporter=silent option.
privatenumber/tsx (tsx)

v4.19.4

Compare Source

cloudflare/workers-sdk (wrangler)

v4.14.4

Compare Source

Patch Changes
  • #​9124 d0d62e6 Thanks @​dario-piotrowicz! - make that unstable_startWorker can correctly throw configuration errors

    make sure that unstable_startWorker can throw configuration related errors when:

    • the utility is called
    • the worker's setConfig is called with the throwErrors argument set to true

    additionally when an error is thrown when unstable_startWorker is called make sure
    that the worker is properly disposed (since, given the fact that it is not returned
    by the utility the utility's caller wouldn't have any way to dispose it themselves)

v4.14.3

Compare Source

Patch Changes

v4.14.2

Compare Source

Patch Changes

v4.14.1

Compare Source

Patch Changes
  • #​9085 cdc88d8 Thanks @​petebacondarwin! - Do not include .wrangler and Wrangler config files in additional modules

    Previously, if you added modules rules such as **/*.js or **/*.json, specified no_bundle: true, and the entry-point to the Worker was in the project root directory, Wrangler could include files that were not intended, such as .wrangler/tmp/xxx.js or the Wrangler config file itself. Now these files are automatically skipped when trying to find additional modules by searching the file tree.

  • #​9095 508a1a3 Thanks @​petebacondarwin! - wrangler login put custom callback host and port into the auth URL

  • #​9113 82e220e Thanks @​dario-piotrowicz! - Add x-mixed-mode flag

    This experimental flag currently has no effect. More details will be shared as we roll out its functionality.

  • Updated dependencies [357d42a]:

v4.14.0

Compare Source

Minor Changes
Patch Changes

v4.13.2

Compare Source

Patch Changes

v4.13.1

Compare Source

Patch Changes

v4.13.0

Compare Source

Minor Changes
  • #​8640 5ce70bd Thanks @​kentonv! - Add support for defining props on a Service binding.

    In your configuration file, you can define a service binding with props:

    {
    	"services": [
    		{
    			"binding": "MY_SERVICE",
    			"service": "some-worker",
    			"props": { "foo": 123, "bar": "value" }
    		}
    	]
    }

    These can then be accessed by the callee:

    import { WorkerEntrypoint } from "cloudflare:workers";
    
    export default class extends WorkerEntrypoint {
    	fetch() {
    		return new Response(JSON.stringify(this.ctx.props));
    	}
    }
  • #​8771 0cfcfe0 Thanks @​dario-piotrowicz! - feat: add config.keep_names option

    Adds a new option to Wrangler to allow developers to opt out of esbuild's keep_names option (https://esbuild.github.io/api/#keep-names). By default, Wrangler sets this to true

    This is something developers should not usually need to care about, but sometimes
    keep_names can create issues, and in such cases they will be now able to opt-out.

    Example wrangler.jsonc:

    {
    	"name": "my-worker",
    	"main": "src/worker.ts",
    	"keep_names": false
    }
Patch Changes

Configuration

📅 Schedule: Branch creation - "before 9am on monday" in timezone Europe/Gibraltar, 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.


  • 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 force-pushed the renovate/all-minor-patch branch 13 times, most recently from 34a973b to db41afd Compare May 5, 2025 02:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 57fffdb to 968aae4 Compare May 9, 2025 01:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 968aae4 to fb4ccac Compare May 10, 2025 01:54
@ematipico ematipico merged commit 6cbad0c into main May 10, 2025
2 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch May 10, 2025 10:21
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.

1 participant