Update dependency @astrojs/cloudflare to v8.1.0 #44

Merged
jahanson merged 1 commit from renovate/astrojs-cloudflare-8.x-lockfile into main 2024-01-14 15:14:23 -06:00
Collaborator

This PR contains the following updates:

Package Type Update Change
@astrojs/cloudflare (source) dependencies minor 8.0.2 -> 8.1.0

Release Notes

withastro/adapters (@​astrojs/cloudflare)

v8.1.0

Compare Source

Minor Changes
  • #​58 ecdb8f5bc21b19cc86e581711a1c360fc723a007 Thanks @​alexanderniebuhr! - Adds the option to only run image optimization on images during build-time. Warning: This mode does not work with on-demand (SSR) image optimization.

    import {defineConfig} from "astro/config";
    import cloudflare from '@​astrojs/cloudflare';
    
    export default defineConfig({
      output: 'server'
      adapter: cloudflare({
    +   imageService: 'compile'
      }),
    })
    

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@astrojs/cloudflare](https://docs.astro.build/en/guides/integrations-guide/cloudflare/) ([source](https://github.com/withastro/adapters/tree/HEAD/packages/cloudflare)) | dependencies | minor | [`8.0.2` -> `8.1.0`](https://renovatebot.com/diffs/npm/@astrojs%2fcloudflare/8.0.2/8.1.0) | --- ### Release Notes <details> <summary>withastro/adapters (@&#8203;astrojs/cloudflare)</summary> ### [`v8.1.0`](https://github.com/withastro/adapters/blob/HEAD/packages/cloudflare/CHANGELOG.md#810) [Compare Source](https://github.com/withastro/adapters/compare/@astrojs/cloudflare@8.0.2...@astrojs/cloudflare@8.1.0) ##### Minor Changes - [#&#8203;58](https://github.com/withastro/adapters/pull/58) [`ecdb8f5bc21b19cc86e581711a1c360fc723a007`](https://github.com/withastro/adapters/commit/ecdb8f5bc21b19cc86e581711a1c360fc723a007) Thanks [@&#8203;alexanderniebuhr](https://github.com/alexanderniebuhr)! - Adds the option to only run image optimization on images during build-time. **Warning:** This mode does not work with on-demand (SSR) image optimization. ```diff import {defineConfig} from "astro/config"; import cloudflare from '@&#8203;astrojs/cloudflare'; export default defineConfig({ output: 'server' adapter: cloudflare({ + imageService: 'compile' }), }) ``` </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy45MS40IiwidXBkYXRlZEluVmVyIjoiMzcuOTEuNCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
smeagol-help added 1 commit 2024-01-09 10:01:35 -06:00
jahanson merged commit 6b624c6129 into main 2024-01-14 15:14:23 -06:00
jahanson deleted branch renovate/astrojs-cloudflare-8.x-lockfile 2024-01-14 15:14:23 -06:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: jahanson/joehanson-dev#44
No description provided.