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

fix(deps): update dependency @sveltejs/adapter-auto to v3 #422

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 18, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sveltejs/adapter-auto (source) ^1.0.0-next.50 -> ^3.0.0 age adoption passing confidence

Release Notes

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

v3.1.1

Compare Source

Patch Changes
  • fix: better error message when using read (#​11689)

v3.1.0

Compare Source

Minor Changes
  • feat: bump Azure adapter version (#​11496)

v3.0.1

Compare Source

Patch Changes

v3.0.0

Compare Source

Major Changes

v2.1.1

Compare Source

Patch Changes

v2.1.0

Compare Source

Minor Changes

v2.0.1

Compare Source

Patch Changes

v2.0.0

Compare Source

Major Changes
  • breaking: bump @sveltejs/kit peer dependency (#​8740)
Patch Changes

v1.0.3

Compare Source

Patch Changes

v1.0.2

Compare Source

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

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.91

Compare Source

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

v1.0.0-next.90

Compare Source

Patch Changes

v1.0.0-next.89

Compare Source

Patch Changes
  • defer adapter installation until actually needed (#​7739)

v1.0.0-next.88

Compare Source

Patch Changes
  • feat: install adapters on demand (#​7462)

v1.0.0-next.87

Compare Source

Patch Changes

v1.0.0-next.86

Compare Source

Patch Changes

v1.0.0-next.85

Compare Source

Patch Changes

v1.0.0-next.84

Compare Source

Patch Changes

v1.0.0-next.83

Compare Source

Patch Changes

v1.0.0-next.82

Compare Source

Patch Changes

v1.0.0-next.81

Compare Source

Patch Changes

v1.0.0-next.80

Compare Source

Patch Changes

v1.0.0-next.79

Compare Source

Patch Changes

v1.0.0-next.78

Compare Source

Patch Changes

v1.0.0-next.77

Compare Source

Patch Changes

v1.0.0-next.76

Compare Source

Patch Changes

v1.0.0-next.75

Compare Source

Patch Changes

v1.0.0-next.74

Compare Source

Patch Changes

v1.0.0-next.73

Compare Source

Patch Changes

v1.0.0-next.72

Compare Source

Patch Changes

v1.0.0-next.71

Compare Source

Patch Changes

v1.0.0-next.70

Compare Source

Patch Changes

v1.0.0-next.69

Compare Source

Patch Changes

v1.0.0-next.68

Compare Source

Patch Changes

v1.0.0-next.67

Compare Source

Patch Changes

v1.0.0-next.66

Compare Source

Patch Changes

v1.0.0-next.65

Compare Source

Patch Changes

v1.0.0-next.64

Compare Source

Patch Changes

v1.0.0-next.63

Compare Source

Patch Changes

v1.0.0-next.62

Compare Source

Patch Changes

v1.0.0-next.61

Compare Source

Patch Changes

v1.0.0-next.60

Compare Source

Patch Changes

v1.0.0-next.59

Compare Source

Patch Changes

v1.0.0-next.58

Compare Source

Patch Changes

v1.0.0-next.57

Compare Source

Patch Changes

v1.0.0-next.56

Compare Source

Patch Changes

v1.0.0-next.55

Compare Source

Patch Changes

v1.0.0-next.54

Compare Source

Patch Changes

v1.0.0-next.53

Compare Source

Patch Changes

v1.0.0-next.52

Compare Source

Patch Changes

v1.0.0-next.51

Compare Source

Patch Changes

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.

🔕 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 Mend Renovate. View repository job log here.

Copy link
Contributor Author

renovate bot commented Dec 18, 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: examples/svelte/package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: svelte-starter@0.0.2
npm ERR! Found: svelte@3.59.2
npm ERR! node_modules/svelte
npm ERR!   dev svelte@"^3.44.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer svelte@"^4.0.0 || ^5.0.0-next.0" from @sveltejs/vite-plugin-svelte@3.0.1
npm ERR! node_modules/@sveltejs/vite-plugin-svelte
npm ERR!   peer @sveltejs/vite-plugin-svelte@"^3.0.0" from @sveltejs/kit@2.0.1
npm ERR!   node_modules/@sveltejs/kit
npm ERR!     dev @sveltejs/kit@"next" from the root project
npm ERR!     1 more (@sveltejs/adapter-auto)
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate/cache/others/npm/_logs/2023-12-18T01_19_17_294Z-debug-0.log

Copy link

changeset-bot bot commented Dec 18, 2023

⚠️ No Changeset found

Latest commit: 1952865

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

Copy link

vercel bot commented Dec 18, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
nacelle-next-reference-store ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 18, 2023 1:21am
nacelle-next-starter ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 18, 2023 1:21am
nacelle-nuxt-reference-store ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 18, 2023 1:21am
nacelle-nuxt-starter ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 18, 2023 1:21am

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

Successfully merging this pull request may close these issues.

None yet

0 participants