1.41.2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=180
This commit is contained in:
parent
1caa3bc933
commit
81278a1983
4
_service
4
_service
@ -13,8 +13,8 @@
|
|||||||
<service name="tar_scm" mode="manual">
|
<service name="tar_scm" mode="manual">
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="url">https://github.com/denoland/deno</param>
|
<param name="url">https://github.com/denoland/deno</param>
|
||||||
<param name="revision">v1.41.1</param>
|
<param name="revision">v1.41.2</param>
|
||||||
<param name="version">1.41.1</param>
|
<param name="version">1.41.2</param>
|
||||||
|
|
||||||
<!-- remove large docs -->
|
<!-- remove large docs -->
|
||||||
<param name="exclude">docs</param>
|
<param name="exclude">docs</param>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ada3a876f28fb1f5b0f90bd107b3f2df1cc727bacd461361cc0ec47ee640dd1f
|
|
||||||
size 79678512
|
|
3
deno-1.41.2.tar.xz
Normal file
3
deno-1.41.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fbe40da2a5d8eb1c59a598d6d94bb331f4d4caf81b7d2a542108ece86c44b6d8
|
||||||
|
size 79559360
|
@ -242,8 +242,8 @@ diff --git a/cli/lsp/language_server.rs.1 b/cli/lsp/language_server.rs
|
|||||||
index 573fb1e..158c136 100644
|
index 573fb1e..158c136 100644
|
||||||
--- a/cli/lsp/language_server.rs.1
|
--- a/cli/lsp/language_server.rs.1
|
||||||
+++ b/cli/lsp/language_server.rs
|
+++ b/cli/lsp/language_server.rs
|
||||||
@@ -119,8 +119,6 @@ use crate::npm::CliNpmResolverManagedPackageJsonInstallerOption;
|
@@ -124,8 +124,6 @@ use crate::npm::CliNpmResolverManagedSnapshotOption;
|
||||||
use crate::npm::CliNpmResolverManagedSnapshotOption;
|
use crate::resolver::CliNodeResolver;
|
||||||
use crate::tools::fmt::format_file;
|
use crate::tools::fmt::format_file;
|
||||||
use crate::tools::fmt::format_parsed_source;
|
use crate::tools::fmt::format_parsed_source;
|
||||||
-use crate::tools::upgrade::check_for_upgrades_for_lsp;
|
-use crate::tools::upgrade::check_for_upgrades_for_lsp;
|
||||||
|
52
deno.changes
52
deno.changes
@ -1,3 +1,55 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 9 18:18:11 UTC 2024 - Avindra Goolcharan <avindra@opensuse.org>
|
||||||
|
|
||||||
|
- update to 1.41.2:
|
||||||
|
* feat(lsp): include registry url in jsr import hover text (#22676)
|
||||||
|
* feat(node/util): styleText (#22758)
|
||||||
|
* feat(publish): add npm: suggestion for esm.sh specifiers (#22343)
|
||||||
|
* feat(unstable/pm): support npm packages in 'deno add' (#22715)
|
||||||
|
* feat(unstable/pm): support version contraints in 'deno add' (#22646)
|
||||||
|
* fix(ext/node): ref/unref on workers (#22778)
|
||||||
|
* fix(cli): force flush output after test unloads (#22660)
|
||||||
|
* fix(cli): improve logging on failed named pipe (#22726)
|
||||||
|
* fix(cli): limit test parallelism on Windows to avoid pipe error (#22776)
|
||||||
|
* fix(cli): remove possible deadlock in test channel (#22662)
|
||||||
|
* fix(ext/node): add default methods to fs.StatsBase (#22750)
|
||||||
|
* fix(ext/node): http2.createServer (#22708)
|
||||||
|
* fix(ext/node): strip --enable-source-maps from argv (#22743)
|
||||||
|
* fix(lsp): do not warn about local file "redirects" from .js
|
||||||
|
to .d.ts files (#22670)
|
||||||
|
* fix(lsp): don't apply renames to remote modules (#22765)
|
||||||
|
* fix(lsp): ignore code errors when type passes for
|
||||||
|
non-@deno-types reolution (#22682)
|
||||||
|
* fix(lsp): output more information on error (#22665)
|
||||||
|
* fix(lsp): regression - caching in lsp broken when config
|
||||||
|
with imports has comments (#22666)
|
||||||
|
* fix(node): errno property when command missing (#22691)
|
||||||
|
* fix(node): implement ALS enterWith (#22740)
|
||||||
|
* fix(node): improve cjs tracking (#22673)
|
||||||
|
* fix(node): stat/statSync returns instance of fs.Stats (#22294)
|
||||||
|
* fix(publish): do not include .gitignore (#22789)
|
||||||
|
* fix(publish): include explicitly specified .gitignored files
|
||||||
|
and directories (#22790)
|
||||||
|
* fix(publish): make include and exclude work (#22720)
|
||||||
|
* fix(publish): permissionless dry-run in GHA (#22679)
|
||||||
|
* fix(publish): properly display graph validation errors (#22775)
|
||||||
|
* fix(publish): reland error if there are uncommitted changes (#22613) (#22632)
|
||||||
|
* fix(publish): silence warnings for sloppy imports and node
|
||||||
|
builtins with env var (#22760)
|
||||||
|
* fix(tools/publish): correctly handle importing from self in
|
||||||
|
unfurling (#22774)
|
||||||
|
* fix(unstable/publish): repect --no-check in no-slow-types (#22653)
|
||||||
|
* fix: Provide source map for internal extension code (#22716)
|
||||||
|
* fix: don't include source maps in release mode (#22751)
|
||||||
|
* fix: point to correct WPT runner file (#22753)
|
||||||
|
* fix: respect unstable "temporal" configuration in config file (#22134)
|
||||||
|
* fix: update node process version to latest node LTS (#22709)
|
||||||
|
* perf(cli): faster standalone executable determination (#22717)
|
||||||
|
* perf(cli): use faster_hex (#22761)
|
||||||
|
* perf(cli): use new deno_core timers (#22569)
|
||||||
|
* perf(cli): hard link npm cache (#22773)
|
||||||
|
- rebase deno-rm-upgrade-cmd.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 4 21:20:52 UTC 2024 - Avindra Goolcharan <avindra@opensuse.org>
|
Mon Mar 4 21:20:52 UTC 2024 - Avindra Goolcharan <avindra@opensuse.org>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: deno
|
Name: deno
|
||||||
Version: 1.41.1
|
Version: 1.41.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A secure JavaScript and TypeScript runtime
|
Summary: A secure JavaScript and TypeScript runtime
|
||||||
License: MIT
|
License: MIT
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:2ec903f77e322e938ef90ba37e00e4b967ed25ae89fcb3eae5fc10af0f935c96
|
oid sha256:24f112b67ea176729a5884880cfee833819a29c027d8d9936c0ab2a73400590c
|
||||||
size 103208308
|
size 103208952
|
||||||
|
Loading…
Reference in New Issue
Block a user