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

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
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is failing Details
a047e8ae24
Update to lume v1.17.3
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 -",

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
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is failing Details
c533608a76
Write to explicit lock file location
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
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details
d51f354aaf
deno does not like dots in filenames...
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 Label
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
There is no content yet.