astrolicious / astro-tips.dev

The place for content that goes beyond the official docs, for all Astronauts!
https://astro-tips.dev
MIT License
77 stars 7 forks source link

chore(deps): update all dependencies #124

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@biomejs/biome (source) 1.7.2 -> 1.7.3 age adoption passing confidence devDependencies patch
@types/mdast (source) 4.0.3 -> 4.0.4 age adoption passing confidence devDependencies patch
@types/node (source) 20.12.8 -> 20.12.12 age adoption passing confidence devDependencies patch
actions/checkout 0ad4b8f -> a5ac7e5 action digest
actions/checkout v4.1.5 -> v4.1.6 age adoption passing confidence action patch
pnpm (source) 9.1.1 -> 9.1.2 age adoption passing confidence packageManager patch
pnpm/action-setup -> fe02b34 action pinDigest
sharp (source, changelog) 0.33.3 -> 0.33.4 age adoption passing confidence dependencies patch
wrangler (source) 3.53.1 -> 3.57.1 age adoption passing confidence devDependencies minor

Release Notes

biomejs/biome (@​biomejs/biome) ### [`v1.7.3`](https://togithub.com/biomejs/biome/blob/HEAD/CHANGELOG.md#173-2024-05-06) [Compare Source](https://togithub.com/biomejs/biome/compare/2c70d3fde5b13ec9ef0915d22837ab8321b6737f...b9f90b7ee63506a1995bc29f4e389efec25a1525) ##### CLI ##### Bug fixes - The [stdin-file-path](https://biomejs.dev/guides/integrate-in-editor/#use-stdin) option now works correctly for Astro/Svelte/Vue files ([#​2686](https://togithub.com/biomejs/biome/pull/2686)) Fix [#​2225](https://togithub.com/biomejs/biome/issues/2225) where lint output become empty for Vue files. Contributed by [@​tasshi-me](https://togithub.com/tasshi-me) - `biome migrate eslint` now correctly resolve `@scope/eslint-config` ([#​2705](https://togithub.com/biomejs/biome/issues/2705)). Contributed by [@​Conaclos](https://togithub.com/Conaclos) ##### Formatter ##### Linter ##### New features - Add [nursery/useExplicitLengthCheck](https://biomejs.dev/linter/rules/use-explicit-length-check/). ##### Bug fixes - [noBlankTarget](https://biomejs.dev/linter/rules/no-blank-target/) no longer hangs when applying a code fix ([#​2675](https://togithub.com/biomejs/biome/issues/2675)). Previously, the following code made Biome hangs when applying a code fix. ```jsx ``` Contributed by [@​Conaclos](https://togithub.com/Conaclos) - [noRedeclare](https://biomejs.dev/linter/rules/no-redeclare/) no longer panics on conditional type ([#​2659](https://togithub.com/biomejs/biome/issues/2659)). This is a regression introduced by [#​2394](https://togithub.com/biomejs/biome/issues/2394). This regression makes `noRedeclare` panics on every conditional types with `infer` bindings. Contributed by [@​Conaclos](https://togithub.com/Conaclos) - [noUnusedLabels](https://biomejs.dev/linter/rules/no-unused-labels/) and [noConfusingLabels](https://biomejs.dev/linter/rules/no-confusing-labels/) now ignore svelte reactive statements ([#​2571](https://togithub.com/biomejs/biome/issues/2571)). The rules now ignore reactive Svelte blocks in Svelte components. ```svelte ``` Contributed by [@​Conaclos](https://togithub.com/Conaclos) - [useExportType](https://biomejs.dev/linter/rules/use-export-type/) no longer removes leading comments ([#​2685](https://togithub.com/biomejs/biome/issues/2685)). Previously, `useExportType` removed leading comments when it factorized the `type` qualifier. It now provides a code fix that preserves the leading comments: ```diff - export { + export type { /**leading comment*/ - type T + T } ``` Contributed by [@​Conaclos](https://togithub.com/Conaclos) - [useJsxKeyInIterable](https://biomejs.dev/linter/rules/use-jsx-key-in-iterable/) no longer reports false positive when iterating on non-jsx items ([#​2590](https://togithub.com/biomejs/biome/issues/2590)). The following snipet of code no longer triggers the rule: ```jsx <>{data.reduce((total, next) => total + next, 0)} ``` Contributed by [@​dyc3](https://togithub.com/dyc3) - Fix typo by renaming `useConsistentBuiltinInstatiation` to `useConsistentBuiltinInstantiation` Contributed by [@​minht11](https://togithub.com/minht11)
actions/checkout (actions/checkout) ### [`v4.1.6`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v416) [Compare Source](https://togithub.com/actions/checkout/compare/v4.1.5...v4.1.6) - Check platform to set archive extension appropriately by [@​cory-miller](https://togithub.com/cory-miller) in [https://github.com/actions/checkout/pull/1732](https://togithub.com/actions/checkout/pull/1732)
pnpm/pnpm (pnpm) ### [`v9.1.2`](https://togithub.com/pnpm/pnpm/releases/tag/v9.1.2) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v9.1.1...v9.1.2) #### Patch Changes - Reduced memory usage during peer dependencies resolution [#​8084](https://togithub.com/pnpm/pnpm/pull/8084). - Details in the `pnpm licenses` output are not misplaced anymore [#​8071](https://togithub.com/pnpm/pnpm/pull/8071). #### Platinum Sponsors
#### Gold Sponsors
#### Our Silver Sponsors
lovell/sharp (sharp) ### [`v0.33.4`](https://togithub.com/lovell/sharp/compare/v0.33.3...v0.33.4) [Compare Source](https://togithub.com/lovell/sharp/compare/v0.33.3...v0.33.4)
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. ### [`v3.56.0`](https://togithub.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#3560) [Compare Source](https://togithub.com/cloudflare/workers-sdk/compare/wrangler@3.55.0...wrangler@3.56.0) ##### Minor Changes - [#​5712](https://togithub.com/cloudflare/workers-sdk/pull/5712) [`151bc3d`](https://togithub.com/cloudflare/workers-sdk/commit/151bc3d31cb970a8caa84fad687c8b1b47ced73f) Thanks [@​penalosa](https://togithub.com/penalosa)! - feat: Support `mtls_certificates` and `browser` bindings when using `wrangler.toml` with a Pages project ##### Patch Changes - [#​5813](https://togithub.com/cloudflare/workers-sdk/pull/5813) [`9627cef`](https://togithub.com/cloudflare/workers-sdk/commit/9627cef2f1aadb44aa677e429b6cb6af9c8ee495) Thanks [@​GregBrimble](https://togithub.com/GregBrimble)! - fix: Upload Pages project assets with more grace - Reduces the maximum bucket size from 50 MiB to 40 MiB. - Reduces the maximum asset count from 5000 to 2000. - Allows for more retries (with increased sleep between attempts) when encountering an API gateway failure. - Updated dependencies \[[`0725f6f`](https://togithub.com/cloudflare/workers-sdk/commit/0725f6f73199daf7f11eec9830bc4d1f66c05d62), [`89b6d7f`](https://togithub.com/cloudflare/workers-sdk/commit/89b6d7f3832b350b470a981eb3b4388517612363)]: - miniflare@3.20240512.0 ### [`v3.55.0`](https://togithub.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#3550) [Compare Source](https://togithub.com/cloudflare/workers-sdk/compare/wrangler@3.53.1...wrangler@3.55.0) ##### Minor Changes - [#​5570](https://togithub.com/cloudflare/workers-sdk/pull/5570) [`66bdad0`](https://togithub.com/cloudflare/workers-sdk/commit/66bdad08834b403100d1e4d6cd507978cc50eaba) Thanks [@​sesteves](https://togithub.com/sesteves)! - feature: support delayed delivery in the miniflare's queue simulator. This change updates the miniflare's queue broker to support delayed delivery of messages, both when sending the message from a producer and when retrying the message from a consumer. ##### Patch Changes - [#​5740](https://togithub.com/cloudflare/workers-sdk/pull/5740) [`97741db`](https://togithub.com/cloudflare/workers-sdk/commit/97741dbf8ff7498bcaa381361d61ad17af10f088) Thanks [@​WalshyDev](https://togithub.com/WalshyDev)! - chore: log "Version ID" in `wrangler deploy`, `wrangler deployments list`, `wrangler deployments view` and `wrangler rollback` to support migration from the deprecated "Deployment ID". Users should update any parsing to use "Version ID" before "Deployment ID" is removed. - [#​5754](https://togithub.com/cloudflare/workers-sdk/pull/5754) [`f673c66`](https://togithub.com/cloudflare/workers-sdk/commit/f673c66373e2acd8d9cc94d5afa87b07dd3d750c) Thanks [@​RamIdeas](https://togithub.com/RamIdeas)! - fix: when using custom builds, the `wrangler dev` proxy server was sometimes left in a paused state This could be observed as the browser loading indefinitely, after saving a source file (unchanged) when using custom builds. This is now fixed by ensuring the proxy server is unpaused after a short timeout period. - Updated dependencies \[[`66bdad0`](https://togithub.com/cloudflare/workers-sdk/commit/66bdad08834b403100d1e4d6cd507978cc50eaba), [`9b4af8a`](https://togithub.com/cloudflare/workers-sdk/commit/9b4af8a59bc75ed494dd752c0a7007dbacf75e51)]: - miniflare@3.20240419.1

Configuration

📅 Schedule: Branch creation - "before 4am 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.

cloudflare-workers-and-pages[bot] commented 4 months ago

Deploying astro-tips with  Cloudflare Pages  Cloudflare Pages

Latest commit: 611b27c
Status: ✅  Deploy successful!
Preview URL: https://72951466.astro-tips-blf.pages.dev
Branch Preview URL: https://renovate-all.astro-tips-blf.pages.dev

View logs