grafana / grafana/shared-workflows

Evaluate transition from Bun to Deno

Open
#1,422 0 comments 1 reaction 0 assignees View on GitHub
Dominant language
Go
Stars
26
Forks
49
Avg merge
1d 6h
Merged PRs (30d)
36

Description

We're using Bun right now as the common JavaScript runtime for all the Typescript actions in this repository. With Bun 1.3.0 the project introduced breaking changes and also has a general history of not following semantic versioning. This makes it hard for us to guess if an update is going to break everything in subtle ways or not. NodeJS even with 22.x doesn't yet support Typescript natively, so we should evuate other runtimes.

Deno would fit our requirements and even allow us to fine-tune runtime permissions like network and filesystem access for actions that don't really need it.

Note that this currently doesn't have a high priority.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.