Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency @sveltejs/adapter-cloudflare to v1.1.0 #27

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 24, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sveltejs/adapter-cloudflare (source) 1.0.0-next.31 -> 1.1.0 age adoption passing confidence

Release Notes

sveltejs/kit (@​sveltejs/adapter-cloudflare)

v1.1.0

Compare Source

Minor Changes
  • feat: include as many static assets as possible in exclude list (#​8422)
Patch Changes

v1.0.4

Compare Source

Patch Changes
  • docs: move adapter docs to site (#​8531)

v1.0.3

Compare Source

Patch Changes

v1.0.2

Compare Source

Patch Changes
  • fix: don't load ambient worker types (#​8483)

v1.0.1

Compare Source

Patch Changes

v1.0.0

Compare Source

Major Changes

First major release, see below for the history of changes that lead up to this.
Starting from now all releases follow semver and changes will be listed as Major/Minor/Patch

v1.0.0-next.45

Compare Source

Patch Changes

v1.0.0-next.44

Compare Source

Patch Changes
  • chore: add peerDependencies, add more specific next version (#​8141)

v1.0.0-next.43

Compare Source

Patch Changes
  • fix: revert platform change from browser to neutral (#​8122)

v1.0.0-next.42

Compare Source

Patch Changes
  • fix: set esbuild platform to neutral (#​8083)

v1.0.0-next.41

Compare Source

Patch Changes

v1.0.0-next.40

Compare Source

Patch Changes

v1.0.0-next.39

Compare Source

Patch Changes
  • Use config.kit.paths.base prefix for static assets (#​4448)

v1.0.0-next.38

Compare Source

Patch Changes
  • Ensure all excluded paths in _routes.json start with / (#​6952)

v1.0.0-next.37

Compare Source

Patch Changes
  • Support Cloudflare Pages _routes.json specification (#​6530)

v1.0.0-next.36

Compare Source

Patch Changes
  • Include ambient.d.ts files in adapter packages. (#​6917)

v1.0.0-next.35

Compare Source

Patch Changes
  • fix: return 404 instead of 200 for missing assets (#​6879)

v1.0.0-next.34

Compare Source

Patch Changes

v1.0.0-next.33

Compare Source

Patch Changes

v1.0.0-next.32

Compare Source

Patch Changes
  • feat: Moved hooks.js initialization from Server.respond into Server.init (#​6179)

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

@renovate renovate bot changed the title Update dependency @sveltejs/adapter-cloudflare to v1.0.0-next.32 Update dependency @sveltejs/adapter-cloudflare to v1.0.0-next.33 Sep 12, 2022
@renovate renovate bot force-pushed the renovate/sveltejs-adapter-cloudflare-1.x branch 2 times, most recently from b95bab3 to 371aefd Compare September 15, 2022 18:21
@renovate renovate bot changed the title Update dependency @sveltejs/adapter-cloudflare to v1.0.0-next.33 Update dependency @sveltejs/adapter-cloudflare to v1.0.0-next.34 Sep 15, 2022
@renovate renovate bot force-pushed the renovate/sveltejs-adapter-cloudflare-1.x branch from 371aefd to 43eb266 Compare September 19, 2022 19:07
@renovate renovate bot changed the title Update dependency @sveltejs/adapter-cloudflare to v1.0.0-next.34 Update dependency @sveltejs/adapter-cloudflare to v1.0.0-next.35 Sep 19, 2022
@renovate renovate bot force-pushed the renovate/sveltejs-adapter-cloudflare-1.x branch from 43eb266 to e7bfe15 Compare September 21, 2022 18:59
@renovate renovate bot changed the title Update dependency @sveltejs/adapter-cloudflare to v1.0.0-next.35 Update dependency @sveltejs/adapter-cloudflare to v1.0.0-next.36 Sep 21, 2022
@renovate renovate bot force-pushed the renovate/sveltejs-adapter-cloudflare-1.x branch from e7bfe15 to 51f8a78 Compare September 21, 2022 21:56
@renovate renovate bot changed the title Update dependency @sveltejs/adapter-cloudflare to v1.0.0-next.36 Update dependency @sveltejs/adapter-cloudflare to v1.0.0-next.37 Sep 21, 2022
@renovate renovate bot force-pushed the renovate/sveltejs-adapter-cloudflare-1.x branch from 51f8a78 to 140093f Compare September 22, 2022 00:53
@renovate renovate bot changed the title Update dependency @sveltejs/adapter-cloudflare to v1.0.0-next.37 Update dependency @sveltejs/adapter-cloudflare to v1.0.0-next.38 Sep 22, 2022
@renovate renovate bot force-pushed the renovate/sveltejs-adapter-cloudflare-1.x branch from 140093f to 21546fd Compare November 20, 2022 14:37
@renovate renovate bot changed the title Update dependency @sveltejs/adapter-cloudflare to v1.0.0-next.38 Update dependency @sveltejs/adapter-cloudflare to v1.0.0-next.40 Nov 20, 2022
@renovate renovate bot force-pushed the renovate/sveltejs-adapter-cloudflare-1.x branch from 21546fd to 6a8ae1a Compare March 12, 2023 15:44
@renovate renovate bot changed the title Update dependency @sveltejs/adapter-cloudflare to v1.0.0-next.40 Update dependency @sveltejs/adapter-cloudflare to v1.1.0 Mar 12, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Mar 12, 2023

⚠ 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants