SHA256
7
0
forked from pool/deno
Files
deno/_service

32 lines
1021 B
Plaintext
Raw Normal View History

- Update to version 2.2.0: * feat(http): add otel metrics * fix(check): npm resolution errors to tsc diagnostics * feat: support XDG_CACHE_HOME for deno dir on macos * feat(bench): add `warmup` and `n` for controlling number of iterations * fix(node/sqlite): sqlite named parameters * fix: handle all values for buffers in turbocall codegen * fix(ext/node): implement StatementSync#iterate * fix(init): force --reload if npm or jsr package * fix(ext/node): use primordials in `ext/node/polyfills/path/common.ts` * perf(lsp): don't clone asset text * feat(jupyter): make GPUTexture and GPUBuffer displayable * fix(lint): don't mark plugin diagnostic as fixable, if it's not * fix(unstable/temporal): implement `Temporal.ZonedDateTime.getTimeZoneTransition` * perf(lsp): make auto-imports a little faster * refactor: better sys trait impls * chore: move tracing build to build job * chore: fix dts file for DefinitelyTyped linting * refactor: put lsp tracing behind flag * feat: Upgrade V8 to 13.4 * fix(workspace): diagnostic for imports in member with importMap at root * fix(lint): react-rules-of-hooks works with destructuring * fix(unstable): align js lint context API with eslint * fix: cache bust http cache on lockfile integrity mismatch * fix(task): support --frozen flag * feat(unstable): add js lint plugin source code helpers * refactor: support hmr feature for lsp files * fix(completions): remove problematic character for powershell * fix: add hint to run with `--no-check` when type checking fails * chore: forward v2.1.10 release commit to main OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=285
2025-02-20 05:45:03 +00:00
<!--
# vim: set syntax=xml
-->
<services>
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://github.com/denoland/deno</param>
<!-- param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@</param -->
<param name="versionformat">@PARENT_TAG@</param>
<param name="revision">v2.2.1</param>
- Update to version 2.2.0: * feat(http): add otel metrics * fix(check): npm resolution errors to tsc diagnostics * feat: support XDG_CACHE_HOME for deno dir on macos * feat(bench): add `warmup` and `n` for controlling number of iterations * fix(node/sqlite): sqlite named parameters * fix: handle all values for buffers in turbocall codegen * fix(ext/node): implement StatementSync#iterate * fix(init): force --reload if npm or jsr package * fix(ext/node): use primordials in `ext/node/polyfills/path/common.ts` * perf(lsp): don't clone asset text * feat(jupyter): make GPUTexture and GPUBuffer displayable * fix(lint): don't mark plugin diagnostic as fixable, if it's not * fix(unstable/temporal): implement `Temporal.ZonedDateTime.getTimeZoneTransition` * perf(lsp): make auto-imports a little faster * refactor: better sys trait impls * chore: move tracing build to build job * chore: fix dts file for DefinitelyTyped linting * refactor: put lsp tracing behind flag * feat: Upgrade V8 to 13.4 * fix(workspace): diagnostic for imports in member with importMap at root * fix(lint): react-rules-of-hooks works with destructuring * fix(unstable): align js lint context API with eslint * fix: cache bust http cache on lockfile integrity mismatch * fix(task): support --frozen flag * feat(unstable): add js lint plugin source code helpers * refactor: support hmr feature for lsp files * fix(completions): remove problematic character for powershell * fix: add hint to run with `--no-check` when type checking fails * chore: forward v2.1.10 release commit to main OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=285
2025-02-20 05:45:03 +00:00
<param name="versionrewrite-pattern">v(.*)</param>
<param name="versionrewrite-replacement">\1</param>
<param name="changesgenerate">enable</param>
</service>
<service mode="manual" name="set_version"/>
<service name="cargo_vendor" mode="manual">
<param name="update">false</param>
<param name="respect-lockfile">true</param>
<param name="method">registry</param>
<param name="src">deno</param>
</service>
<service name="roast" mode="manual">
<param name="target">deno</param>
<param name="outfile">deno-2.2.1.tar.zst</param>
- Update to version 2.2.0: * feat(http): add otel metrics * fix(check): npm resolution errors to tsc diagnostics * feat: support XDG_CACHE_HOME for deno dir on macos * feat(bench): add `warmup` and `n` for controlling number of iterations * fix(node/sqlite): sqlite named parameters * fix: handle all values for buffers in turbocall codegen * fix(ext/node): implement StatementSync#iterate * fix(init): force --reload if npm or jsr package * fix(ext/node): use primordials in `ext/node/polyfills/path/common.ts` * perf(lsp): don't clone asset text * feat(jupyter): make GPUTexture and GPUBuffer displayable * fix(lint): don't mark plugin diagnostic as fixable, if it's not * fix(unstable/temporal): implement `Temporal.ZonedDateTime.getTimeZoneTransition` * perf(lsp): make auto-imports a little faster * refactor: better sys trait impls * chore: move tracing build to build job * chore: fix dts file for DefinitelyTyped linting * refactor: put lsp tracing behind flag * feat: Upgrade V8 to 13.4 * fix(workspace): diagnostic for imports in member with importMap at root * fix(lint): react-rules-of-hooks works with destructuring * fix(unstable): align js lint context API with eslint * fix: cache bust http cache on lockfile integrity mismatch * fix(task): support --frozen flag * feat(unstable): add js lint plugin source code helpers * refactor: support hmr feature for lsp files * fix(completions): remove problematic character for powershell * fix: add hint to run with `--no-check` when type checking fails * chore: forward v2.1.10 release commit to main OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=285
2025-02-20 05:45:03 +00:00
<param name="preserve-root">true</param>
<param name="reproducible">true</param>
</service>
</services>