Accepting request 1248818 from devel:languages:javascript
- Update to version 2.2.2: * fix(http): generate `OtelInfo` only when otel metrics are enabled * fix(lint): plugins ignored when no rust rule active * fix(config): allow specifying absolute path for patch and fix panic with exports in package.json * fix(lint): update deno_lint * fix(lint): give access to SourceCode in 'deno test' * fix: add info suggestion for `unsafely-ignore-certificate-errors` and add `--help=full` * refactor(cli): update JSON schemas versions * fix(ext/node): descriptive sqlite error messages * fix(fmt): support "--ext vto" and "--ext njk" * fix(lint): don't recurse infinitely for large ASTs * fix(cli): add `compilerOptions.lib` examples to config-file.v1.json * chore: mark worker_large_output as flaky * perf(install): only read initialized file if we care about the tags * chore: mark inspector break tests as flaky * fix(lsp): create cacheable `ExportInfoMap` per language service * refactor(coverage): simplify CoverageReporter trait * refactor(resolver/node): use `deno_path_util::is_relative_specifier` * refactor: separate publish from pm subcommands * refactor(cli): extract TypeChecker to separate module * fix(install): don't error on unknown media types in install * fix(lsp): close server on exit notification * fix(check): regression - implicit jsxImportSource was not resolving * fix(unstable): lint plugin `:exit` called at wrong time * chore: remove unused dependencies * fix(ext/node): decipherIv() range error on invalid final block length OBS-URL: https://build.opensuse.org/request/show/1248818 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/deno?expand=0&rev=67
This commit is contained in:
commit
0da890244b
4
_service
4
_service
@ -8,7 +8,7 @@
|
||||
<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>
|
||||
<param name="revision">v2.2.2</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
@ -22,7 +22,7 @@
|
||||
</service>
|
||||
<service name="roast" mode="manual">
|
||||
<param name="target">deno</param>
|
||||
<param name="outfile">deno-2.2.1.tar.zst</param>
|
||||
<param name="outfile">deno-2.2.2.tar.zst</param>
|
||||
<param name="preserve-root">true</param>
|
||||
<param name="reproducible">true</param>
|
||||
</service>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/denoland/deno</param>
|
||||
<param name="changesrevision">6057bc30da1df2b247f584b5280e1f10c02eec75</param></service></servicedata>
|
||||
<param name="changesrevision">b2e5efd3826974857f4e5a94d87c2c724fa5bf5d</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:75dbf67746bfc14bd094bea63285b89663c0db6f9f9c7f1eabf9e627a511265b
|
||||
size 103373529
|
3
deno-2.2.2.tar.zst
Normal file
3
deno-2.2.2.tar.zst
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5b771fee1293b290caadb3a0df3fcebd5bbe5af327a76e37ee6293ced09461ee
|
||||
size 103373741
|
30
deno.changes
30
deno.changes
@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 26 02:22:00 UTC 2025 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
|
||||
|
||||
- Update to version 2.2.2:
|
||||
* fix(http): generate `OtelInfo` only when otel metrics are enabled
|
||||
* fix(lint): plugins ignored when no rust rule active
|
||||
* fix(config): allow specifying absolute path for patch and fix panic with exports in package.json
|
||||
* fix(lint): update deno_lint
|
||||
* fix(lint): give access to SourceCode in 'deno test'
|
||||
* fix: add info suggestion for `unsafely-ignore-certificate-errors` and add `--help=full`
|
||||
* refactor(cli): update JSON schemas versions
|
||||
* fix(ext/node): descriptive sqlite error messages
|
||||
* fix(fmt): support "--ext vto" and "--ext njk"
|
||||
* fix(lint): don't recurse infinitely for large ASTs
|
||||
* fix(cli): add `compilerOptions.lib` examples to config-file.v1.json
|
||||
* chore: mark worker_large_output as flaky
|
||||
* perf(install): only read initialized file if we care about the tags
|
||||
* chore: mark inspector break tests as flaky
|
||||
* fix(lsp): create cacheable `ExportInfoMap` per language service
|
||||
* refactor(coverage): simplify CoverageReporter trait
|
||||
* refactor(resolver/node): use `deno_path_util::is_relative_specifier`
|
||||
* refactor: separate publish from pm subcommands
|
||||
* refactor(cli): extract TypeChecker to separate module
|
||||
* fix(install): don't error on unknown media types in install
|
||||
* fix(lsp): close server on exit notification
|
||||
* fix(check): regression - implicit jsxImportSource was not resolving
|
||||
* fix(unstable): lint plugin `:exit` called at wrong time
|
||||
* chore: remove unused dependencies
|
||||
* fix(ext/node): decipherIv() range error on invalid final block length
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 22 01:08:42 UTC 2025 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: deno
|
||||
version: 2.2.1
|
||||
mtime: 1740094887
|
||||
commit: 6057bc30da1df2b247f584b5280e1f10c02eec75
|
||||
version: 2.2.2
|
||||
mtime: 1740467878
|
||||
commit: b2e5efd3826974857f4e5a94d87c2c724fa5bf5d
|
||||
|
@ -21,7 +21,7 @@
|
||||
%global _lto_cflags %nil
|
||||
%global _v8_version 134.4.0
|
||||
Name: deno
|
||||
Version: 2.2.1
|
||||
Version: 2.2.2
|
||||
Release: 0
|
||||
Summary: A secure JavaScript and TypeScript runtime
|
||||
License: MIT
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b1975fce9c067042ad13d3e08a5c1ee6cc96bcd4768112542b1de1e0b04d2e29
|
||||
size 159971444
|
||||
oid sha256:70859283cb8787c61c73796d1b93e31045b2d943bfd0de736d9cf796cd62f390
|
||||
size 160034931
|
||||
|
Loading…
x
Reference in New Issue
Block a user