Update to lume v1.17.3 #9

Merged
teutat3s merged 7 commits from update/lume-1.17.3 into main 2023-05-19 15:42:31 +00:00
Owner

The build was failing because old dependencies of lume 1.12 were not
available in the registries anymore. This commit updates lume and its
plugins.

The build was failing because old dependencies of lume 1.12 were not available in the registries anymore. This commit updates lume and its plugins.
b12f added 1 commit 2023-05-19 13:51:14 +00:00
Update to lume v1.17.3
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing
a047e8ae24
The build was failing because old dependencies of lume 1.12 were not
available in the registries anymore. This commit updates lume and its
plugins.
teutat3s requested changes 2023-05-19 13:55:38 +00:00
teutat3s left a comment
Owner

Thanks for fixing, just a small comment.

Thanks for fixing, just a small comment.
deno.json Outdated
@ -1,8 +1,10 @@
{
"importMap": "import_map.json",
"tasks": {
"lume:fresh": "echo \"import 'lume/cli.ts'\" | deno run --lock-write --unstable -A -",
Owner

Let's add --lock=deno.lock to ensure we write to the right file:

"lume:fresh": "echo \"import 'lume/cli.ts'\" | deno run --lock=deno.lock --lock-write --unstable -A -",
Let's add `--lock=deno.lock` to ensure we write to the right file: ``` "lume:fresh": "echo \"import 'lume/cli.ts'\" | deno run --lock=deno.lock --lock-write --unstable -A -", ```
b12f marked this conversation as resolved
b12f added 1 commit 2023-05-19 13:56:54 +00:00
Write to explicit lock file location
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing
c533608a76
b12f requested review from teutat3s 2023-05-19 13:58:24 +00:00
teutat3s added 4 commits 2023-05-19 15:27:52 +00:00
teutat3s added 1 commit 2023-05-19 15:41:14 +00:00
deno does not like dots in filenames...
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
d51f354aaf
teutat3s approved these changes 2023-05-19 15:42:24 +00:00
teutat3s merged commit 48c4df033f into main 2023-05-19 15:42:31 +00:00
teutat3s deleted branch update/lume-1.17.3 2023-05-19 15:42:31 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
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: pub-solar/pub.solar#9
No description provided.