withastro / adapters

Home for Astro's core maintained adapters
70 stars 41 forks source link

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

Closed renovate[bot] closed 3 weeks ago

renovate[bot] commented 3 weeks ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) ^18.19.59 -> ^18.19.62 age adoption passing confidence
@types/node (source) ^20.16.15 -> ^20.17.4 age adoption passing confidence
@vercel/analytics (source) ^1.3.1 -> ^1.3.2 age adoption passing confidence
astro (source) ^4.16.7 -> ^4.16.8 age adoption passing confidence
miniflare (source) ^3.20241018.0 -> ^3.20241022.0 age adoption passing confidence
rollup (source) ^4.24.0 -> ^4.24.3 age adoption passing confidence
typescript-eslint (source) ^8.11.0 -> ^8.12.2 age adoption passing confidence
wrangler (source) ^3.82.0 -> ^3.84.0 age adoption passing confidence

Release Notes

vercel/analytics (@​vercel/analytics) ### [`v1.3.2`](https://redirect.github.com/vercel/analytics/releases/tag/1.3.2) [Compare Source](https://redirect.github.com/vercel/analytics/compare/1.3.1...1.3.2) #### What's Changed - React 19 support by [@​tobiaslins](https://redirect.github.com/tobiaslins) in [https://github.com/vercel/analytics/pull/149](https://redirect.github.com/vercel/analytics/pull/149) **Full Changelog**: https://github.com/vercel/analytics/compare/1.3.1...1.3.2
withastro/astro (astro) ### [`v4.16.8`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#4168) [Compare Source](https://redirect.github.com/withastro/astro/compare/astro@4.16.7...astro@4.16.8) ##### Patch Changes - [#​12338](https://redirect.github.com/withastro/astro/pull/12338) [`9ca89b3`](https://redirect.github.com/withastro/astro/commit/9ca89b3e13d47e146989cfabb916d6599d140f03) Thanks [@​situ2001](https://redirect.github.com/situ2001)! - Resets `NODE_ENV` to ensure install command run in dev mode - [#​12286](https://redirect.github.com/withastro/astro/pull/12286) [`9d6bcdb`](https://redirect.github.com/withastro/astro/commit/9d6bcdb88fcb9df0c5c70e2b591bcf962ce55f63) Thanks [@​florian-lefebvre](https://redirect.github.com/florian-lefebvre)! - Fixes a case where a warning for experimental `astro:env` support would be shown when using an adapter but not actually using `astro:env` - [#​12342](https://redirect.github.com/withastro/astro/pull/12342) [`ffc836b`](https://redirect.github.com/withastro/astro/commit/ffc836bac0cdea684ea91f958ac8298d4ee4b07d) Thanks [@​liruifengv](https://redirect.github.com/liruifengv)! - Fixes a typo in the command name of the CLI - [#​12301](https://redirect.github.com/withastro/astro/pull/12301) [`0cfc69d`](https://redirect.github.com/withastro/astro/commit/0cfc69d499815d4e1f1dc37cf32653195586087a) Thanks [@​apatel369](https://redirect.github.com/apatel369)! - Fixes an issue with action handler context by passing the correct context (`ActionAPIContext`). - [#​12312](https://redirect.github.com/withastro/astro/pull/12312) [`5642ef9`](https://redirect.github.com/withastro/astro/commit/5642ef9029890fc29793c160321f78f62cdaafcb) Thanks [@​koyopro](https://redirect.github.com/koyopro)! - Fixes an issue where using `getViteConfig()` returns incorrect and duplicate configuration - [#​12245](https://redirect.github.com/withastro/astro/pull/12245) [`1d4f6a4`](https://redirect.github.com/withastro/astro/commit/1d4f6a4989bc1cfd7109b1bff41503f115660e02) Thanks [@​bmenant](https://redirect.github.com/bmenant)! - Add `components` property to MDXInstance type definition (RenderResult and module import) - [#​12340](https://redirect.github.com/withastro/astro/pull/12340) [`94eaeea`](https://redirect.github.com/withastro/astro/commit/94eaeea1c437402ffc44103126b355adab4b8a01) Thanks [@​ematipico](https://redirect.github.com/ematipico)! - Fixes an issue where Astro actions didn't work when `base` was different from `/`
cloudflare/workers-sdk (miniflare) ### [`v3.20241022.0`](https://redirect.github.com/cloudflare/workers-sdk/blob/HEAD/packages/miniflare/CHANGELOG.md#3202410220) [Compare Source](https://redirect.github.com/cloudflare/workers-sdk/compare/miniflare@3.20241018.0...miniflare@3.20241022.0) ##### Patch Changes - [#​7066](https://redirect.github.com/cloudflare/workers-sdk/pull/7066) [`760e43f`](https://redirect.github.com/cloudflare/workers-sdk/commit/760e43ffa197597de5625b96bc91376161f5027a) Thanks [@​dependabot](https://redirect.github.com/apps/dependabot)! - chore: update dependencies of "miniflare" package The following dependency versions have been updated: | Dependency | From | To | | ------------------------- | ------------- | ------------- | | workerd | 1.20241018.1 | 1.20241022.0 | | [@​cloudflare/workers-types](https://redirect.github.com/cloudflare/workers-types) | ^4.20241018.0 | ^4.20241022.0 | - [#​7045](https://redirect.github.com/cloudflare/workers-sdk/pull/7045) [`5ef6231`](https://redirect.github.com/cloudflare/workers-sdk/commit/5ef6231a5cefbaaef123e6e8ee899fb81fc69e3e) Thanks [@​RamIdeas](https://redirect.github.com/RamIdeas)! - Add preliminary support for Workflows in wrangler dev
rollup/rollup (rollup) ### [`v4.24.3`](https://redirect.github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4243) [Compare Source](https://redirect.github.com/rollup/rollup/compare/v4.24.2...v4.24.3) *2024-10-29* ##### Bug Fixes - Slightly reduce memory consumption by specifying fixed array sizes where possible ([#​5703](https://redirect.github.com/rollup/rollup/issues/5703)) ##### Pull Requests - [#​5703](https://redirect.github.com/rollup/rollup/pull/5703): perf: use pre-allocated arrays for known result sizes ([@​GalacticHypernova](https://redirect.github.com/GalacticHypernova)) ### [`v4.24.2`](https://redirect.github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4242) [Compare Source](https://redirect.github.com/rollup/rollup/compare/v4.24.1...v4.24.2) *2024-10-27* ##### Bug Fixes - Add missing build dependency ([#​5705](https://redirect.github.com/rollup/rollup/issues/5705)) ##### Pull Requests - [#​5705](https://redirect.github.com/rollup/rollup/pull/5705): Fix "Couldn't find package" error when installing rollup using yarn ([@​tagattie](https://redirect.github.com/tagattie)) ### [`v4.24.1`](https://redirect.github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4241) [Compare Source](https://redirect.github.com/rollup/rollup/compare/v4.24.0...v4.24.1) *2024-10-27* ##### Bug Fixes - Support running Rollup natively on FreeBSD ([#​5698](https://redirect.github.com/rollup/rollup/issues/5698)) ##### Pull Requests - [#​5689](https://redirect.github.com/rollup/rollup/pull/5689): chore(deps): lock file maintenance minor/patch updates ([@​renovate](https://redirect.github.com/renovate)\[bot]) - [#​5690](https://redirect.github.com/rollup/rollup/pull/5690): chore(deps): update dependency [@​inquirer/prompts](https://redirect.github.com/inquirer/prompts) to v7 ([@​renovate](https://redirect.github.com/renovate)\[bot]) - [#​5691](https://redirect.github.com/rollup/rollup/pull/5691): chore(deps): update dependency eslint-plugin-unicorn to v56 ([@​renovate](https://redirect.github.com/renovate)\[bot]) - [#​5692](https://redirect.github.com/rollup/rollup/pull/5692): chore(deps): lock file maintenance minor/patch updates ([@​renovate](https://redirect.github.com/renovate)\[bot], [@​lukastaegert](https://redirect.github.com/lukastaegert)) - [#​5695](https://redirect.github.com/rollup/rollup/pull/5695): fix(deps): update swc monorepo (major) ([@​renovate](https://redirect.github.com/renovate)\[bot]) - [#​5696](https://redirect.github.com/rollup/rollup/pull/5696): chore(deps): lock file maintenance minor/patch updates ([@​renovate](https://redirect.github.com/renovate)\[bot]) - [#​5698](https://redirect.github.com/rollup/rollup/pull/5698): Add support for FreeBSD (x64 and arm64) ([@​tagattie](https://redirect.github.com/tagattie), [@​lukastaegert](https://redirect.github.com/lukastaegert))
typescript-eslint/typescript-eslint (typescript-eslint) ### [`v8.12.2`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/typescript-eslint/CHANGELOG.md#8122-2024-10-29) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.12.1...v8.12.2) This was a version bump only for typescript-eslint to align it with other projects, there were no code changes. You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. ### [`v8.12.1`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/typescript-eslint/CHANGELOG.md#8121-2024-10-28) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.12.0...v8.12.1) This was a version bump only for typescript-eslint to align it with other projects, there were no code changes. You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. ### [`v8.12.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/typescript-eslint/CHANGELOG.md#8120-2024-10-28) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.11.0...v8.12.0) ##### 🚀 Features - **typescript-eslint:** improve undefined extension handling ([#​10177](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10177)) ##### ❤️ Thank You - Maxim Stykow [@​mstykow](https://redirect.github.com/mstykow) You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
cloudflare/workers-sdk (wrangler) ### [`v3.84.0`](https://redirect.github.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#3840) [Compare Source](https://redirect.github.com/cloudflare/workers-sdk/compare/wrangler@3.83.0...wrangler@3.84.0) ##### Minor Changes - [#​6999](https://redirect.github.com/cloudflare/workers-sdk/pull/6999) [`0111edb`](https://redirect.github.com/cloudflare/workers-sdk/commit/0111edb9da466184885085be5e755ceb4970a486) Thanks [@​garvit-gupta](https://redirect.github.com/garvit-gupta)! - docs: Vectorize GA Announcement Banner - [#​6916](https://redirect.github.com/cloudflare/workers-sdk/pull/6916) [`a33a133`](https://redirect.github.com/cloudflare/workers-sdk/commit/a33a133f884741d347f85f059631ae6461c46fdd) Thanks [@​garrettgu10](https://redirect.github.com/garrettgu10)! - Local development now supports Vectorize bindings - [#​7004](https://redirect.github.com/cloudflare/workers-sdk/pull/7004) [`15ef013`](https://redirect.github.com/cloudflare/workers-sdk/commit/15ef013f1bd006915d01477e9e65f8ac51e7dce9) Thanks [@​garvit-gupta](https://redirect.github.com/garvit-gupta)! - feat: Enable Vectorize query by id via Wrangler - [#​7092](https://redirect.github.com/cloudflare/workers-sdk/pull/7092) [`038fdd9`](https://redirect.github.com/cloudflare/workers-sdk/commit/038fdd97aaab9db3b6a76cd0e0d9cf7a786f9ac8) Thanks [@​jonesphillip](https://redirect.github.com/jonesphillip)! - Added location hint option for the Wrangler R2 bucket create command - [#​7024](https://redirect.github.com/cloudflare/workers-sdk/pull/7024) [`bd66d51`](https://redirect.github.com/cloudflare/workers-sdk/commit/bd66d511a90dd7a635ec94e95f806be7de569212) Thanks [@​xortive](https://redirect.github.com/xortive)! - feature: allow using a connection string when updating hyperdrive configs both `hyperdrive create` and `hyperdrive update` now support updating configs with connection strings. ##### Patch Changes - [#​7091](https://redirect.github.com/cloudflare/workers-sdk/pull/7091) [`68a2a84`](https://redirect.github.com/cloudflare/workers-sdk/commit/68a2a8460375cfa0fba8c7c7384b0168e5e4415d) Thanks [@​taylorlee](https://redirect.github.com/taylorlee)! - fix: synchronize observability settings during `wrangler versions deploy` When running `wrangler versions deploy`, Wrangler will now update `observability` settings in addition to `logpush` and `tail_consumers`. Unlike `wrangler deploy`, it will not disable observability when `observability` is undefined in `wrangler.toml`. - [#​7080](https://redirect.github.com/cloudflare/workers-sdk/pull/7080) [`924ec18`](https://redirect.github.com/cloudflare/workers-sdk/commit/924ec18c249f49700d070e725be675fd5f99259b) Thanks [@​vicb](https://redirect.github.com/vicb)! - chore(wrangler): update unenv dependency version - [#​7097](https://redirect.github.com/cloudflare/workers-sdk/pull/7097) [`8ca4b32`](https://redirect.github.com/cloudflare/workers-sdk/commit/8ca4b327443c38df55236509e2a782c6496ba89d) Thanks [@​emily-shen](https://redirect.github.com/emily-shen)! - fix: remove deprecation warnings for `wrangler init` We will not be removing `wrangler init` (it just delegates to create-cloudflare now). These warnings were causing confusion for users as it `wrangler init` is still recommended in many places. - [#​7073](https://redirect.github.com/cloudflare/workers-sdk/pull/7073) [`656a444`](https://redirect.github.com/cloudflare/workers-sdk/commit/656a444fc7d363c1b7154fdf73eed0a81b003882) Thanks [@​penalosa](https://redirect.github.com/penalosa)! - Internal refactor to remove `es-module-lexer` and support `wrangler types` for Workers with Durable Objects & JSX - [#​7024](https://redirect.github.com/cloudflare/workers-sdk/pull/7024) [`bd66d51`](https://redirect.github.com/cloudflare/workers-sdk/commit/bd66d511a90dd7a635ec94e95f806be7de569212) Thanks [@​xortive](https://redirect.github.com/xortive)! - fix: make individual parameters work for `wrangler hyperdrive create` when not using HoA `wrangler hyperdrive create` individual parameters were not setting the database name correctly when calling the api. - [#​7024](https://redirect.github.com/cloudflare/workers-sdk/pull/7024) [`bd66d51`](https://redirect.github.com/cloudflare/workers-sdk/commit/bd66d511a90dd7a635ec94e95f806be7de569212) Thanks [@​xortive](https://redirect.github.com/xortive)! - refactor: use same param parsing code for `wrangler hyperdrive create` and `wrangler hyperdrive update` ensures that going forward, both commands support the same features and have the same names for config flags ### [`v3.83.0`](https://redirect.github.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#3830) [Compare Source](https://redirect.github.com/cloudflare/workers-sdk/compare/wrangler@3.82.0...wrangler@3.83.0) ##### Minor Changes - [#​7000](https://redirect.github.com/cloudflare/workers-sdk/pull/7000) [`1de309b`](https://redirect.github.com/cloudflare/workers-sdk/commit/1de309ba2222d7a73cefacef8d3eb60e8afdf5b4) Thanks [@​jkoe-cf](https://redirect.github.com/jkoe-cf)! - feature: allowing users to specify a description when creating an event notification rule ##### Patch Changes - [#​7011](https://redirect.github.com/cloudflare/workers-sdk/pull/7011) [`cef32c8`](https://redirect.github.com/cloudflare/workers-sdk/commit/cef32c88ee75a84267c1007608c042deb220a30b) Thanks [@​GregBrimble](https://redirect.github.com/GregBrimble)! - fix: Correctly apply Durable Object migrations for namespaced scripts - [#​7067](https://redirect.github.com/cloudflare/workers-sdk/pull/7067) [`4aa35c5`](https://redirect.github.com/cloudflare/workers-sdk/commit/4aa35c562f976e59016f395af208d05bbab3e408) Thanks [@​LuisDuarte1](https://redirect.github.com/LuisDuarte1)! - Change trigger command to comply with the current workflows endpoint. This also adds an id option to allow users to optionally customize the new instance id. - [#​7082](https://redirect.github.com/cloudflare/workers-sdk/pull/7082) [`3f1d79c`](https://redirect.github.com/cloudflare/workers-sdk/commit/3f1d79c690e123ffb23cc22db64c07030fb3eb46) Thanks [@​LuisDuarte1](https://redirect.github.com/LuisDuarte1)! - Change to new terminate instance workflow endpoint - [#​7036](https://redirect.github.com/cloudflare/workers-sdk/pull/7036) [`e7ea600`](https://redirect.github.com/cloudflare/workers-sdk/commit/e7ea6005c1f283bbdfe7a6803d41403e5ebc13e5) Thanks [@​penalosa](https://redirect.github.com/penalosa)! - Reduce KV bulk upload bucket size to 1000 (from the previous 5000) - [#​7068](https://redirect.github.com/cloudflare/workers-sdk/pull/7068) [`a2afcf1`](https://redirect.github.com/cloudflare/workers-sdk/commit/a2afcf13ff4b6a9f72fdca108b3c7e493185adf6) Thanks [@​RamIdeas](https://redirect.github.com/RamIdeas)! - log warning of Workflows open-beta status when running deploying a Worker that contains a Workflow binding - [#​7065](https://redirect.github.com/cloudflare/workers-sdk/pull/7065) [`b219296`](https://redirect.github.com/cloudflare/workers-sdk/commit/b2192965e50602f8148c8bd9a6f10fdb059aefd3) Thanks [@​penalosa](https://redirect.github.com/penalosa)! - Internal refactor to remove React/ink from all non-`wrangler dev` flows - [#​7064](https://redirect.github.com/cloudflare/workers-sdk/pull/7064) [`a90980c`](https://redirect.github.com/cloudflare/workers-sdk/commit/a90980cadafb51c3ff60404d832bd11fc2b4e18b) Thanks [@​penalosa](https://redirect.github.com/penalosa)! - Fix `wrangler dev --remote --show-interactive-dev-session=false` by only enabling hotkeys after account selection if hotkeys were previously enabled - [#​7045](https://redirect.github.com/cloudflare/workers-sdk/pull/7045) [`5ef6231`](https://redirect.github.com/cloudflare/workers-sdk/commit/5ef6231a5cefbaaef123e6e8ee899fb81fc69e3e) Thanks [@​RamIdeas](https://redirect.github.com/RamIdeas)! - Add preliminary support for Workflows in wrangler dev - [#​7075](https://redirect.github.com/cloudflare/workers-sdk/pull/7075) [`80e5bc6`](https://redirect.github.com/cloudflare/workers-sdk/commit/80e5bc6887965a35ca1ab2794e4e4a96c0ef7a1e) Thanks [@​LuisDuarte1](https://redirect.github.com/LuisDuarte1)! - Fix params serialization when send the trigger workflow API Previously, wrangler did not parse the params sending it as a string to workflow's services. - Updated dependencies \[[`760e43f`](https://redirect.github.com/cloudflare/workers-sdk/commit/760e43ffa197597de5625b96bc91376161f5027a), [`8dc2b7d`](https://redirect.github.com/cloudflare/workers-sdk/commit/8dc2b7d739239411ac29e419c22d22c291777042), [`5ef6231`](https://redirect.github.com/cloudflare/workers-sdk/commit/5ef6231a5cefbaaef123e6e8ee899fb81fc69e3e)]: - miniflare@3.20241022.0 - [@​cloudflare/workers-shared](https://redirect.github.com/cloudflare/workers-shared)[@​0](https://redirect.github.com/0).7.0

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 was generated by Mend Renovate. View the repository job log.

changeset-bot[bot] commented 3 weeks ago

⚠️ No Changeset found

Latest commit: 56e5c254f26b1a635d9586637355245b757c2f3a

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR