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

chore(deps): update @sveltejs/adapter-static to 1.0.6 #84

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

Conversation

chii-bot[bot]
Copy link
Contributor

@chii-bot chii-bot bot commented Oct 19, 2022

This PR contains the following updates:

Package Type Update Change
@sveltejs/adapter-static (source) devDependencies patch 1.0.0-next.44 -> 1.0.6

Release Notes

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

v1.0.6

Compare Source

Patch Changes

v1.0.5

Compare Source

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

v1.0.4

Compare Source

Patch Changes

v1.0.3

Compare Source

Patch Changes

v1.0.2

Compare Source

Patch Changes
  • docs: clarify that you can build SPAs with adapter-static (#​8502)

v1.0.1

Compare Source

Patch Changes
  • fix: match adapter-vercel logic for serving prerendered content (#​8332)

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

Compare Source

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

v1.0.0-next.49

Compare Source

Patch Changes
  • breaking: replace automatic fallback generation with builder.generateFallback(fallback) (#​8013)

v1.0.0-next.48

Compare Source

Patch Changes

v1.0.0-next.47

Compare Source

Patch Changes

v1.0.0-next.46

Compare Source

Patch Changes
  • Make options object optional (#​7341)

v1.0.0-next.45

Compare Source

Patch Changes
  • feat: more info about prerendering errors, add strict option to adapter-static (#​7264)

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.

@chii-bot chii-bot bot requested a review from toboshii as a code owner October 19, 2022 15:32
@chii-bot chii-bot bot added type/patch size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Oct 19, 2022
@chii-bot chii-bot bot force-pushed the renovate/sveltejs-adapter-static-1.x branch from 6e95452 to af70b91 Compare October 21, 2022 16:42
@chii-bot chii-bot bot changed the title chore(deps): update @sveltejs/adapter-static to 1.0.0-next.45 chore(deps): update @sveltejs/adapter-static to 1.0.0-next.46 Oct 21, 2022
@chii-bot chii-bot bot force-pushed the renovate/sveltejs-adapter-static-1.x branch from af70b91 to 176d816 Compare October 31, 2022 09:26
@chii-bot chii-bot bot changed the title chore(deps): update @sveltejs/adapter-static to 1.0.0-next.46 chore(deps): update @sveltejs/adapter-static to 1.0.0-next.47 Oct 31, 2022
@chii-bot chii-bot bot force-pushed the renovate/sveltejs-adapter-static-1.x branch from 176d816 to f18a155 Compare November 4, 2022 17:25
@chii-bot chii-bot bot changed the title chore(deps): update @sveltejs/adapter-static to 1.0.0-next.47 chore(deps): update @sveltejs/adapter-static to 1.0.0-next.48 Nov 4, 2022
@chii-bot chii-bot bot force-pushed the renovate/sveltejs-adapter-static-1.x branch from f18a155 to 28fea00 Compare November 29, 2022 09:20
@chii-bot chii-bot bot force-pushed the renovate/sveltejs-adapter-static-1.x branch from 28fea00 to 667000a Compare December 9, 2022 18:24
@chii-bot chii-bot bot changed the title chore(deps): update @sveltejs/adapter-static to 1.0.0-next.48 chore(deps): update @sveltejs/adapter-static to 1.0.0-next.49 Dec 9, 2022
@chii-bot chii-bot bot force-pushed the renovate/sveltejs-adapter-static-1.x branch from 667000a to de4ad20 Compare December 14, 2022 11:16
@chii-bot chii-bot bot changed the title chore(deps): update @sveltejs/adapter-static to 1.0.0-next.49 chore(deps): update @sveltejs/adapter-static to 1.0.0-next.50 Dec 14, 2022
@chii-bot
Copy link
Contributor Author

chii-bot bot commented Dec 14, 2022

⚠ 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: frontend/package-lock.json
npm notice 
npm notice New major version of npm available! 8.19.4 -> 9.6.2
npm notice Changelog: <https://github.com/npm/cli/releases/tag/v9.6.2>
npm notice Run `npm install -g npm@9.6.2` to update!
npm notice 
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: hajimari@0.3.0
npm ERR! Found: @sveltejs/kit@1.0.0-next.507
npm ERR! node_modules/@sveltejs/kit
npm ERR!   dev @sveltejs/kit@"1.0.0-next.507" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer @sveltejs/kit@"^1.0.0" from @sveltejs/adapter-static@1.0.6
npm ERR! node_modules/@sveltejs/adapter-static
npm ERR!   dev @sveltejs/adapter-static@"1.0.6" from the root project
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-03-30T20_19_33_491Z-debug-0.log

@chii-bot chii-bot bot force-pushed the renovate/sveltejs-adapter-static-1.x branch from de4ad20 to 5a12854 Compare December 14, 2022 17:18
@chii-bot chii-bot bot changed the title chore(deps): update @sveltejs/adapter-static to 1.0.0-next.50 chore(deps): update @sveltejs/adapter-static to 1.0.0 Dec 14, 2022
@chii-bot chii-bot bot force-pushed the renovate/sveltejs-adapter-static-1.x branch from 5a12854 to ba51a0d Compare January 6, 2023 15:21
@chii-bot chii-bot bot changed the title chore(deps): update @sveltejs/adapter-static to 1.0.0 chore(deps): update @sveltejs/adapter-static to 1.0.1 Jan 6, 2023
@chii-bot chii-bot bot force-pushed the renovate/sveltejs-adapter-static-1.x branch from ba51a0d to 55b5a01 Compare January 13, 2023 14:19
@chii-bot chii-bot bot changed the title chore(deps): update @sveltejs/adapter-static to 1.0.1 chore(deps): update @sveltejs/adapter-static to 1.0.2 Jan 13, 2023
@chii-bot chii-bot bot force-pushed the renovate/sveltejs-adapter-static-1.x branch from 55b5a01 to 439dd8f Compare January 14, 2023 23:18
@chii-bot chii-bot bot changed the title chore(deps): update @sveltejs/adapter-static to 1.0.2 chore(deps): update @sveltejs/adapter-static to 1.0.3 Jan 14, 2023
@chii-bot chii-bot bot force-pushed the renovate/sveltejs-adapter-static-1.x branch from 439dd8f to 93ee06c Compare January 15, 2023 07:16
@chii-bot chii-bot bot changed the title chore(deps): update @sveltejs/adapter-static to 1.0.3 chore(deps): update @sveltejs/adapter-static to 1.0.4 Jan 15, 2023
@chii-bot chii-bot bot force-pushed the renovate/sveltejs-adapter-static-1.x branch from 93ee06c to bae924f Compare January 19, 2023 01:43
@chii-bot chii-bot bot changed the title chore(deps): update @sveltejs/adapter-static to 1.0.4 chore(deps): update @sveltejs/adapter-static to 1.0.5 Jan 19, 2023
@chii-bot chii-bot bot force-pushed the renovate/sveltejs-adapter-static-1.x branch from bae924f to d5fdbe2 Compare February 2, 2023 17:18
@chii-bot chii-bot bot changed the title chore(deps): update @sveltejs/adapter-static to 1.0.5 chore(deps): update @sveltejs/adapter-static to 1.0.6 Feb 2, 2023
| datasource | package                  | from          | to    |
| ---------- | ------------------------ | ------------- | ----- |
| npm        | @sveltejs/adapter-static | 1.0.0-next.44 | 1.0.6 |
@chii-bot chii-bot bot force-pushed the renovate/sveltejs-adapter-static-1.x branch from d5fdbe2 to c0665ac Compare March 30, 2023 20:19
@chii-bot
Copy link
Contributor Author

chii-bot bot commented Oct 17, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@chii-bot chii-bot bot changed the title chore(deps): update @sveltejs/adapter-static to 1.0.6 chore(deps): update @sveltejs/adapter-static to 1.0.6 - autoclosed Dec 2, 2023
@chii-bot chii-bot bot closed this Dec 2, 2023
@chii-bot chii-bot bot deleted the renovate/sveltejs-adapter-static-1.x branch December 2, 2023 01:16
@chii-bot chii-bot bot changed the title chore(deps): update @sveltejs/adapter-static to 1.0.6 - autoclosed chore(deps): update @sveltejs/adapter-static to 1.0.6 Dec 3, 2023
@chii-bot chii-bot bot reopened this Dec 3, 2023
@chii-bot chii-bot bot restored the renovate/sveltejs-adapter-static-1.x branch December 3, 2023 09:16
@chii-bot chii-bot bot changed the title chore(deps): update @sveltejs/adapter-static to 1.0.6 chore(deps): update @sveltejs/adapter-static to 1.0.6 - autoclosed Dec 8, 2024
@chii-bot chii-bot bot closed this Dec 8, 2024
@chii-bot chii-bot bot deleted the renovate/sveltejs-adapter-static-1.x branch December 8, 2024 18:31
@chii-bot chii-bot bot changed the title chore(deps): update @sveltejs/adapter-static to 1.0.6 - autoclosed chore(deps): update @sveltejs/adapter-static to 1.0.6 Dec 8, 2024
@chii-bot chii-bot bot reopened this Dec 8, 2024
@chii-bot
Copy link
Contributor Author

chii-bot bot commented Dec 8, 2024

⚠️ 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: frontend/package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: hajimari@0.3.0
npm ERR! Found: @sveltejs/kit@1.0.0-next.507
npm ERR! node_modules/@sveltejs/kit
npm ERR!   dev @sveltejs/kit@"1.0.0-next.507" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer @sveltejs/kit@"^1.0.0" from @sveltejs/adapter-static@1.0.6
npm ERR! node_modules/@sveltejs/adapter-static
npm ERR!   dev @sveltejs/adapter-static@"1.0.6" from the root project
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/2024-12-08T23_22_01_736Z-debug-0.log

@chii-bot chii-bot bot force-pushed the renovate/sveltejs-adapter-static-1.x branch from b485bde to c0665ac Compare December 8, 2024 23:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. type/patch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants