Releases: boywithkeyboard-archive/updater
Releases · boywithkeyboard-archive/updater
v0.17.0
-
Compatibility Checking
updater now performs a basic compatibility check (with
deno check
) and adds a warning to the changelog if there are any issues.
v0.16.0
-
Support for JSR
updater can now handle
jsr:
imports. Please read the documentation to learn more. -
Bug Fixes
- Scoped NPM modules should now be updated correctly.
- In the event of an error, response body streams are now properly aborted.
v0.15.1
docs: update changelog
v0.15.0
-
GitHub Action
It's now easier than ever to integrate boywithkeyboard's updater into your workflow.
name: update on: schedule: - cron: '0 0 * * *' workflow_dispatch: permissions: contents: write pull-requests: write jobs: update: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - name: Run updater uses: boywithkeyboard/updater@v0
v0.14.0
v0.13.1
v0.13.0
v0.12.0
v0.11.0
New registries
den.ooo
raw.githubusercontent.com
New features
- support for
npm:
specifiers - uses now a regex to check imports, instead of urls