unjs / unenv

🕊️ Convert javaScript code to be runtime agnostic
MIT License
342 stars 18 forks source link

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

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint (source) ^9.2.0 -> ^9.3.0 age adoption passing confidence
pnpm (source) 9.0.6 -> 9.1.2 age adoption passing confidence
wrangler (source) ^3.56.0 -> ^3.57.1 age adoption passing confidence

Release Notes

eslint/eslint (eslint) ### [`v9.3.0`](https://togithub.com/eslint/eslint/compare/v9.2.0...41a871cf43874e2f27ad08554c7900daf0e94b06) [Compare Source](https://togithub.com/eslint/eslint/compare/v9.2.0...v9.3.0)
pnpm/pnpm (pnpm) ### [`v9.1.2`](https://togithub.com/pnpm/pnpm/compare/v9.1.1...v9.1.2) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v9.1.1...v9.1.2) ### [`v9.1.1`](https://togithub.com/pnpm/pnpm/compare/v9.1.0...v9.1.1) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v9.1.0...v9.1.1) ### [`v9.1.0`](https://togithub.com/pnpm/pnpm/compare/v9.1.0-0...v9.1.0) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v9.0.6...v9.1.0)
cloudflare/workers-sdk (wrangler) ### [`v3.57.1`](https://togithub.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#3571) [Compare Source](https://togithub.com/cloudflare/workers-sdk/compare/wrangler@3.57.0...wrangler@3.57.1) ##### Patch Changes - [#​5859](https://togithub.com/cloudflare/workers-sdk/pull/5859) [`f2ceb3a`](https://togithub.com/cloudflare/workers-sdk/commit/f2ceb3a5b993fa56782a6fdf39cd73dbe5c30c83) Thanks [@​w-kuhn](https://togithub.com/w-kuhn)! - fix: queue consumer max_batch_timeout should accept a 0 value - [#​5862](https://togithub.com/cloudflare/workers-sdk/pull/5862) [`441a05f`](https://togithub.com/cloudflare/workers-sdk/commit/441a05f4df10e73405a23031cd6a20073d0e15e6) Thanks [@​CarmenPopoviciu](https://togithub.com/CarmenPopoviciu)! - fix: `wrangler pages deploy` should fail if deployment was unsuccessful If a Pages project fails to deploy, `wrangler pages deploy` will log an error message, but exit successfully. It should instead throw a `FatalError`. - [#​5812](https://togithub.com/cloudflare/workers-sdk/pull/5812) [`d5e00e4`](https://togithub.com/cloudflare/workers-sdk/commit/d5e00e4a61a4232ebe01069a753ecb642c272b5d) Thanks [@​thomasgauvin](https://togithub.com/thomasgauvin)! - fix: remove Hyperdrive warning for local development. Hyperdrive bindings are now supported when developing locally with Hyperdrive. We should update our logs to reflect this. - [#​5626](https://togithub.com/cloudflare/workers-sdk/pull/5626) [`a12b031`](https://togithub.com/cloudflare/workers-sdk/commit/a12b031e4157728e9b6e70667c16481fa32f401e) Thanks [@​RamIdeas](https://togithub.com/RamIdeas)! - chore: ignore workerd output (error: CODE_MOVED) not intended for end-user devs ### [`v3.57.0`](https://togithub.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#3570) [Compare Source](https://togithub.com/cloudflare/workers-sdk/compare/wrangler@3.56.0...wrangler@3.57.0) ##### Minor Changes - [#​5696](https://togithub.com/cloudflare/workers-sdk/pull/5696) [`7e97ba8`](https://togithub.com/cloudflare/workers-sdk/commit/7e97ba8778be3cf1d93d44ed191748853c6661e0) Thanks [@​geelen](https://togithub.com/geelen)! - feature: Improved `d1 execute --file --remote` performance & added support for much larger SQL files within a single transaction. - [#​5819](https://togithub.com/cloudflare/workers-sdk/pull/5819) [`63f7acb`](https://togithub.com/cloudflare/workers-sdk/commit/63f7acb37e7e7ceb60594ac91baf95cd30037d76) Thanks [@​CarmenPopoviciu](https://togithub.com/CarmenPopoviciu)! - fix: Show feedback on Pages project deployment failure Today, if uploading a Pages Function, or deploying a Pages project fails for whatever reason, there’s no feedback shown to the user. Worse yet, the shown message is misleading, saying the deployment was successful, when in fact it was not: ✨ Deployment complete! This commit ensures that we provide users with: - the correct feedback with respect to their Pages deployment - the appropriate messaging depending on the status of their project's deployment status - the appropriate logs in case of a deployment failure - [#​5814](https://togithub.com/cloudflare/workers-sdk/pull/5814) [`2869e03`](https://togithub.com/cloudflare/workers-sdk/commit/2869e0379667d755d1de5543cb80886cc42c211f) Thanks [@​CarmenPopoviciu](https://togithub.com/CarmenPopoviciu)! - fix: Display correct global flags in `wrangler pages --help` Running `wrangler pages --help` will list, amongst others, the following global flags: -j, --experimental-json-config -c, --config -e, --env -h, --help -v, --version This is not accurate, since flags such as `--config`, `--experimental-json-config`, or `env` are not supported by Pages. This commit ensures we display the correct global flags that apply to Pages. - [#​5818](https://togithub.com/cloudflare/workers-sdk/pull/5818) [`df2daf2`](https://togithub.com/cloudflare/workers-sdk/commit/df2daf2c858229fd812bf1fe818b206ef1345a00) Thanks [@​WalshyDev](https://togithub.com/WalshyDev)! - chore: Deprecate usage of the deployment object on the unsafe metadata binding in favor of the new version_metadata binding. If you're currently using the old binding, please move over to the new version_metadata binding by adding: ```toml [version_metadata] binding = "CF_VERSION_METADATA" ``` and updating your usage accordingly. You can find the docs for the new binding here: https://developers.cloudflare.com/workers/runtime-apis/bindings/version-metadata ##### Patch Changes - [#​5838](https://togithub.com/cloudflare/workers-sdk/pull/5838) [`609debd`](https://togithub.com/cloudflare/workers-sdk/commit/609debdf744569278a050070846e420ffbfac161) Thanks [@​petebacondarwin](https://togithub.com/petebacondarwin)! - fix: update undici to the latest version to avoid a potential vulnerability - [#​5832](https://togithub.com/cloudflare/workers-sdk/pull/5832) [`86a6e09`](https://togithub.com/cloudflare/workers-sdk/commit/86a6e09d8a369a3bb8aee8c252174bd01e090c54) Thanks [@​petebacondarwin](https://togithub.com/petebacondarwin)! - fix: do not allow non-string values in bulk secret uploads Prior to Wrangler 3.4.0 we displayed an error if the user tried to upload a JSON file that contained non-string secrets, since these are not supported by the Cloudflare backend. This change reintroduces that check to give the user a helpful error message rather than a cryptic `workers.api.error.invalid_script_config` error code.

Configuration

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

🚦 Automerge: Enabled.

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.