-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
During the build, I'm having these error that I didn't have in the previous version of seo-check. I don't have time to investigate today so I post it here and I will dig more in the next days.
Full…
-
I imagine it in three differents way:
- converting svg to png/jpg, then use it as a png or jpg
- keep the svg but add the blur effect
- svg inline (for logo or tiny stuff, related to: [#118](https:…
-
I usually write all my projects in typescript and indeed elderjs has nice support for typescipt in most cases, but I can't make it work to write elderjs routes in typescript.
Changing `routes.js` to …
-
I'm trying out Elder.js and on the default setup of a project there is a lot of noise, including build warnings (errors?) at build:
```
> npm run build
> elderjs-template@1.3.4 build
> node ./…
-
I've been getting this error on build when I try to hydrate a component on the client:
`{
stack: 'ReferenceError: CarouselStaticFunctionality is not defined\n' +
' at /home/kooko…
-
Hi, I found out that css inside component is not working when loading dynamically, I was using elderjs template - thats why I tried using just svelte template but it wont even run - dont know what hap…
x4080 updated
4 years ago
-
Hello!
I have a project built with ElderJS and Svelte. While running the `yarn audit` I saw that ElderJS uses a vulnerable version of Svelte ([details](https://security.snyk.io/package/npm/svelte))…
-
I'm evaluating different zero-js blog solutions and Elderjs came with some high regards. After experimenting with it I noticed that whenever I'd change my [`origin` line in the config file](https://g…
-
If you look at the images plugin fetched via npm, it's missing files in the `build/workers` directory.
```
❯ ls @elderjs/plugin-images/build
index.js index.mjs
```
But if you look at the mar…