Commit graph

8 commits

Author SHA1 Message Date
Michael Kriese
4a407be28a
build: use esbuild (#887) 2024-11-08 15:17:07 +00:00
renovate[bot]
d4f5ed0b0b
chore(deps): update dependency eslint to v9 (#881)
* chore(deps): update dependency eslint to v9

| datasource | package | from   | to     |
| ---------- | ------- | ------ | ------ |
| npm        | eslint  | 8.57.1 | 9.13.0 |

* chore: migration

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2024-11-08 13:52:57 +00:00
Koen van Zuijlen
0ea84f86b5
chore: update tsconfig/node16 to tsconfig/node20 (#803) 2024-01-27 08:35:23 +00:00
Michael Kriese
7e087b03e0
chore: fix linting (#751) 2023-05-25 07:50:21 +00:00
Jamie Magee
1bf6b3ad0a
refactor: use @tsconfig/node16 (#721) 2023-04-26 07:51:16 +02:00
Michael Kriese
5726cea51f
chore: code cleanup (#570) 2021-08-23 10:30:09 +00:00
Michael Kriese
6cef3bd05f
feat(ci): auto release (#53)
* feat(ci): allow auto release

* chore(ci): simplify release

* chore: apply suggestions from code review
2020-05-05 09:15:37 +02:00
Jeroen de Bruijn
ec8a542458
refactor: convert project to typescript (#47)
* refactor: convert project to typescript

* fix: image as last argument of docker run

* ci: remove example as the build can act as example

* fix: set tokenEnv to RENOVATE_TOKEN

* fix: add trailing single quite to Docker --env arguments

* fix: mount volume with config file to Docker container

* chore: remove Prettier trailingComma on all

This puts it back at the default, which is es5 style.

* fix: correct package main to dist/indes.js

* fix: use @actions/exec to execute docker child process

* fix: use async/await for exec

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>

* fix: use async/await in the runner

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2020-05-04 08:19:15 +02:00