Update dependency @astrojs/cloudflare to v12 #178

Open
smeagol-help wants to merge 1 commit from renovate/astrojs-cloudflare-12.x into main
Collaborator

This PR contains the following updates:

Package Type Update Change
@astrojs/cloudflare (source) dependencies major ^11.0.0 -> ^12.0.0

Release Notes

withastro/adapters (@​astrojs/cloudflare)

v12.2.0

Compare Source

Minor Changes
Patch Changes

v12.1.0

Compare Source

Minor Changes
  • #​455 1d4e6fc Thanks @​meyer! - Adds wrangler.jsonc to the default watched config files. If a config file is specified in platformProxy.configPath, that file location is watched instead of the defaults.
Patch Changes

v12.0.1

Compare Source

Patch Changes
  • #​465 70e0054 Thanks @​bluwy! - Fixes setting custom workerd and worker conditions for the ssr environment only

v12.0.0

Compare Source

Major Changes
  • #​367 e02b54a Thanks @​alexanderniebuhr! - Removed support for the Squoosh image service. As the underlying library libsquoosh is no longer maintained, and the image service sees very little usage we have decided to remove it from Astro.

    Our recommendation is to use the base Sharp image service, which is more powerful, faster, and more actively maintained.

    - import { squooshImageService } from "astro/config";
    import { defineConfig } from "astro/config";
    
    export default defineConfig({
    -  image: {
    -    service: squooshImageService()
    -  }
    });
    

    If you are using this service, and cannot migrate to the base Sharp image service, a third-party extraction of the previous service is available here: https://github.com/Princesseuh/astro-image-service-squoosh

  • #​367 e02b54a Thanks @​alexanderniebuhr! - Deprecates the functionPerRoute option

    This option is now deprecated, and will be removed entirely in Astro v5.0. We suggest removing this option from your configuration as soon as you are able to:

    import { defineConfig } from 'astro/config';
    import vercel from '@​astrojs/vercel/serverless';
    
    export default defineConfig({
      // ...
      output: 'server',
      adapter: vercel({
    -     functionPerRoute: true,
      }),
    });
    
  • #​375 e7881f7 Thanks @​Princesseuh! - Updates internal code to works with Astro 5 changes to hybrid rendering. No changes are necessary to your project, apart from using Astro 5

  • #​397 776a266 Thanks @​Princesseuh! - Welcome to the Astro 5 beta! This release has no changes from the latest alpha of this package, but it does bring us one step closer to the final, stable release.

    Starting from this release, no breaking changes will be introduced unless absolutely necessary.

    To learn how to upgrade, check out the Astro v5.0 upgrade guide in our beta docs site.

  • #​451 f248546 Thanks @​ematipico! - Updates esbuild dependency to v0.24.0

  • #​392 3a49eb7 Thanks @​Princesseuh! - Updates internal code for Astro 5 changes. No changes is required to your project, apart from using Astro 5

Patch Changes

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 | major | [`^11.0.0` -> `^12.0.0`](https://renovatebot.com/diffs/npm/@astrojs%2fcloudflare/11.2.0/12.2.0) | --- ### Release Notes <details> <summary>withastro/adapters (@&#8203;astrojs/cloudflare)</summary> ### [`v12.2.0`](https://github.com/withastro/adapters/blob/HEAD/packages/cloudflare/CHANGELOG.md#1220) [Compare Source](https://github.com/withastro/adapters/compare/@astrojs/cloudflare@12.1.0...@astrojs/cloudflare@12.2.0) ##### Minor Changes - [#&#8203;496](https://github.com/withastro/adapters/pull/496) [`4b5cd22`](https://github.com/withastro/adapters/commit/4b5cd2268e8ed5e720772f50241b299762ea1eb8) Thanks [@&#8203;florian-lefebvre](https://github.com/florian-lefebvre)! - Stabilizes `astro:env` secrets support ##### Patch Changes - [#&#8203;454](https://github.com/withastro/adapters/pull/454) [`83cedad`](https://github.com/withastro/adapters/commit/83cedad780bf7a23ae9f6ca0c44a7b7f1c1767e1) Thanks [@&#8203;alexanderniebuhr](https://github.com/alexanderniebuhr)! - Improves Astro 5 support - [#&#8203;501](https://github.com/withastro/adapters/pull/501) [`012b31d`](https://github.com/withastro/adapters/commit/012b31d98ce87c1199eb38b7aba2a28b7c1cf8cc) Thanks [@&#8203;florian-lefebvre](https://github.com/florian-lefebvre)! - Refactor of the redirects logic ### [`v12.1.0`](https://github.com/withastro/adapters/blob/HEAD/packages/cloudflare/CHANGELOG.md#1210) [Compare Source](https://github.com/withastro/adapters/compare/@astrojs/cloudflare@12.0.1...@astrojs/cloudflare@12.1.0) ##### Minor Changes - [#&#8203;455](https://github.com/withastro/adapters/pull/455) [`1d4e6fc`](https://github.com/withastro/adapters/commit/1d4e6fca41b67277a21dcf2a42910e12206a0299) Thanks [@&#8203;meyer](https://github.com/meyer)! - Adds `wrangler.jsonc` to the default watched config files. If a config file is specified in `platformProxy.configPath`, that file location is watched instead of the defaults. ##### Patch Changes - [#&#8203;476](https://github.com/withastro/adapters/pull/476) [`a8a8ab1`](https://github.com/withastro/adapters/commit/a8a8ab12d9cfb5157e6a350b93a505010367b8e4) Thanks [@&#8203;bluwy](https://github.com/bluwy)! - Removes resolving with "node" conditionto fix Vue imports ### [`v12.0.1`](https://github.com/withastro/adapters/blob/HEAD/packages/cloudflare/CHANGELOG.md#1201) [Compare Source](https://github.com/withastro/adapters/compare/@astrojs/cloudflare@12.0.0...@astrojs/cloudflare@12.0.1) ##### Patch Changes - [#&#8203;465](https://github.com/withastro/adapters/pull/465) [`70e0054`](https://github.com/withastro/adapters/commit/70e0054aade5368f1bd9b1595766826af7e9ec8d) Thanks [@&#8203;bluwy](https://github.com/bluwy)! - Fixes setting custom `workerd` and `worker` conditions for the ssr environment only ### [`v12.0.0`](https://github.com/withastro/adapters/blob/HEAD/packages/cloudflare/CHANGELOG.md#1200) [Compare Source](https://github.com/withastro/adapters/compare/@astrojs/cloudflare@11.2.0...@astrojs/cloudflare@12.0.0) ##### Major Changes - [#&#8203;367](https://github.com/withastro/adapters/pull/367) [`e02b54a`](https://github.com/withastro/adapters/commit/e02b54ad864ea25cb972f6196496b5aee36a47a3) Thanks [@&#8203;alexanderniebuhr](https://github.com/alexanderniebuhr)! - Removed support for the Squoosh image service. As the underlying library `libsquoosh` is no longer maintained, and the image service sees very little usage we have decided to remove it from Astro. Our recommendation is to use the base Sharp image service, which is more powerful, faster, and more actively maintained. ```diff - import { squooshImageService } from "astro/config"; import { defineConfig } from "astro/config"; export default defineConfig({ - image: { - service: squooshImageService() - } }); ``` If you are using this service, and cannot migrate to the base Sharp image service, a third-party extraction of the previous service is available here: https://github.com/Princesseuh/astro-image-service-squoosh - [#&#8203;367](https://github.com/withastro/adapters/pull/367) [`e02b54a`](https://github.com/withastro/adapters/commit/e02b54ad864ea25cb972f6196496b5aee36a47a3) Thanks [@&#8203;alexanderniebuhr](https://github.com/alexanderniebuhr)! - Deprecates the `functionPerRoute` option This option is now deprecated, and will be removed entirely in Astro v5.0. We suggest removing this option from your configuration as soon as you are able to: ```diff import { defineConfig } from 'astro/config'; import vercel from '@&#8203;astrojs/vercel/serverless'; export default defineConfig({ // ... output: 'server', adapter: vercel({ - functionPerRoute: true, }), }); ``` - [#&#8203;375](https://github.com/withastro/adapters/pull/375) [`e7881f7`](https://github.com/withastro/adapters/commit/e7881f7928c6ca62d43c763033f9ed065a907f3b) Thanks [@&#8203;Princesseuh](https://github.com/Princesseuh)! - Updates internal code to works with Astro 5 changes to hybrid rendering. No changes are necessary to your project, apart from using Astro 5 - [#&#8203;397](https://github.com/withastro/adapters/pull/397) [`776a266`](https://github.com/withastro/adapters/commit/776a26670cf483e37ec0e6eba27a0bde09db0146) Thanks [@&#8203;Princesseuh](https://github.com/Princesseuh)! - Welcome to the Astro 5 beta! This release has no changes from the latest alpha of this package, but it does bring us one step closer to the final, stable release. Starting from this release, no breaking changes will be introduced unless absolutely necessary. To learn how to upgrade, check out the [Astro v5.0 upgrade guide in our beta docs site](https://5-0-0-beta.docs.astro.build/en/guides/upgrade-to/v5/). - [#&#8203;451](https://github.com/withastro/adapters/pull/451) [`f248546`](https://github.com/withastro/adapters/commit/f24854669a2a3da79d8bf1e89b0b54063df0668c) Thanks [@&#8203;ematipico](https://github.com/ematipico)! - Updates esbuild dependency to v0.24.0 - [#&#8203;392](https://github.com/withastro/adapters/pull/392) [`3a49eb7`](https://github.com/withastro/adapters/commit/3a49eb7802c44212ccfab06034b7dc5f2b060e94) Thanks [@&#8203;Princesseuh](https://github.com/Princesseuh)! - Updates internal code for Astro 5 changes. No changes is required to your project, apart from using Astro 5 ##### Patch Changes - [#&#8203;431](https://github.com/withastro/adapters/pull/431) [`9cedc9b`](https://github.com/withastro/adapters/commit/9cedc9b23175e3b1d74f2d1d10410c2beac1b774) Thanks [@&#8203;renovate](https://github.com/apps/renovate)! - Inherits `platformProxy` option types from `wrangler` </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:eyJjcmVhdGVkSW5WZXIiOiIzOS41Ny4xIiwidXBkYXRlZEluVmVyIjoiMzkuODcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
smeagol-help added 1 commit 2024-12-08 14:02:37 -06:00
Update dependency @astrojs/cloudflare to v12
Some checks failed
renovate/artifacts Artifact file update failure
a5193d8a20
Author
Collaborator

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: joehanson-dev@0.0.1
npm error Found: astro@4.16.18
npm error node_modules/astro
npm error   astro@"^4.0.6" from the root project
npm error
npm error Could not resolve dependency:
npm error peer astro@"^5.0.0" from @astrojs/cloudflare@12.1.0
npm error node_modules/@astrojs/cloudflare
npm error   @astrojs/cloudflare@"^12.0.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /tmp/renovate/cache/others/npm/_logs/2025-01-07T20_46_10_098Z-eresolve-report.txt
npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2025-01-07T20_46_10_098Z-debug-0.log

### ⚠️ Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens: - any of the package files in this branch needs updating, or - the branch becomes conflicted, or - you click the rebase/retry checkbox if found above, or - you rename this PR's title to start with "rebase!" to trigger it manually The artifact failure details are included below: ##### File name: package-lock.json ``` npm error code ERESOLVE npm error ERESOLVE unable to resolve dependency tree npm error npm error While resolving: joehanson-dev@0.0.1 npm error Found: astro@4.16.18 npm error node_modules/astro npm error astro@"^4.0.6" from the root project npm error npm error Could not resolve dependency: npm error peer astro@"^5.0.0" from @astrojs/cloudflare@12.1.0 npm error node_modules/@astrojs/cloudflare npm error @astrojs/cloudflare@"^12.0.0" from the root project npm error npm error Fix the upstream dependency conflict, or retry npm error this command with --force or --legacy-peer-deps npm error to accept an incorrect (and potentially broken) dependency resolution. npm error npm error npm error For a full report see: npm error /tmp/renovate/cache/others/npm/_logs/2025-01-07T20_46_10_098Z-eresolve-report.txt npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2025-01-07T20_46_10_098Z-debug-0.log ```
smeagol-help force-pushed renovate/astrojs-cloudflare-12.x from a5193d8a20 to 62c5e0b978 2025-01-06 05:17:08 -06:00 Compare
smeagol-help force-pushed renovate/astrojs-cloudflare-12.x from 62c5e0b978 to 4f2258175f 2025-01-06 07:13:39 -06:00 Compare
smeagol-help force-pushed renovate/astrojs-cloudflare-12.x from 4f2258175f to 094a0b6467 2025-01-06 07:41:41 -06:00 Compare
smeagol-help force-pushed renovate/astrojs-cloudflare-12.x from 094a0b6467 to 4630c25317 2025-01-06 09:55:54 -06:00 Compare
smeagol-help force-pushed renovate/astrojs-cloudflare-12.x from 4630c25317 to de8ba020db 2025-01-06 10:20:46 -06:00 Compare
smeagol-help force-pushed renovate/astrojs-cloudflare-12.x from de8ba020db to 2432c14bf9 2025-01-06 16:13:47 -06:00 Compare
smeagol-help force-pushed renovate/astrojs-cloudflare-12.x from 2432c14bf9 to 0adddc148c 2025-01-06 21:19:26 -06:00 Compare
smeagol-help force-pushed renovate/astrojs-cloudflare-12.x from 0adddc148c to 5f474030ed 2025-01-07 04:17:15 -06:00 Compare
smeagol-help force-pushed renovate/astrojs-cloudflare-12.x from 5f474030ed to 668f0db74e 2025-01-07 14:46:14 -06:00 Compare
Some checks failed
renovate/artifacts Artifact file update failure
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/astrojs-cloudflare-12.x:renovate/astrojs-cloudflare-12.x
git checkout renovate/astrojs-cloudflare-12.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout main
git merge --no-ff renovate/astrojs-cloudflare-12.x
git checkout renovate/astrojs-cloudflare-12.x
git rebase main
git checkout main
git merge --ff-only renovate/astrojs-cloudflare-12.x
git checkout renovate/astrojs-cloudflare-12.x
git rebase main
git checkout main
git merge --no-ff renovate/astrojs-cloudflare-12.x
git checkout main
git merge --squash renovate/astrojs-cloudflare-12.x
git checkout main
git merge --ff-only renovate/astrojs-cloudflare-12.x
git checkout main
git merge renovate/astrojs-cloudflare-12.x
git push origin main
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#178
No description provided.