Fix build error & Update dependencies/workflows #23
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Duplicator workflow実行時にbuildエラーが出ていたので解消しました。
GitHub Actions workflowが古くなっていたので更新しました。
scrapbox-userscript-std
に必要なImport Mapを追加(deno.jsonc
)scrapbox-userscript-std
,@core/unknownutil
を最新版に更新し、最新版の仕様に従うようコードを更新dotenv
はDeno CLIの--env
に統合されたので削除actions/checkout@v4
、denoland/setup-deno@v2
に更新udd
を0.8.2
に更新、PR 作成をpeter-evans/create-pull-request@v7
に更新.vscode/settings.json
でdefault formatterをDeno拡張機能に指定し、ci.yml
と一貫させる.env.sample
のコメントを更新