Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package deno for openSUSE:Factory checked in 
at 2024-03-10 20:24:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/deno (Old)
 and      /work/SRC/openSUSE:Factory/.deno.new.1770 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "deno"

Sun Mar 10 20:24:11 2024 rev:41 rq:1156640 version:1.41.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/deno/deno.changes        2024-03-05 
18:50:29.968689043 +0100
+++ /work/SRC/openSUSE:Factory/.deno.new.1770/deno.changes      2024-03-10 
20:24:24.865548377 +0100
@@ -1,0 +2,52 @@
+Sat Mar  9 18:18:11 UTC 2024 - Avindra Goolcharan <avin...@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
+
+-------------------------------------------------------------------

Old:
----
  deno-1.41.1.tar.xz

New:
----
  deno-1.41.2.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ deno.spec ++++++
--- /var/tmp/diff_new_pack.zoVF2T/_old  2024-03-10 20:24:30.045738631 +0100
+++ /var/tmp/diff_new_pack.zoVF2T/_new  2024-03-10 20:24:30.045738631 +0100
@@ -19,7 +19,7 @@
 
 
 Name:           deno
-Version:        1.41.1
+Version:        1.41.2
 Release:        0
 Summary:        A secure JavaScript and TypeScript runtime
 License:        MIT

++++++ _service ++++++
--- /var/tmp/diff_new_pack.zoVF2T/_old  2024-03-10 20:24:30.085740100 +0100
+++ /var/tmp/diff_new_pack.zoVF2T/_new  2024-03-10 20:24:30.089740247 +0100
@@ -13,8 +13,8 @@
   <service name="tar_scm" mode="manual">
     <param name="scm">git</param>
     <param name="url">https://github.com/denoland/deno</param>
-    <param name="revision">v1.41.1</param>
-    <param name="version">1.41.1</param>
+    <param name="revision">v1.41.2</param>
+    <param name="version">1.41.2</param>
 
     <!-- remove large docs -->
     <param name="exclude">docs</param>

++++++ deno-1.41.1.tar.xz -> deno-1.41.2.tar.xz ++++++
/work/SRC/openSUSE:Factory/deno/deno-1.41.1.tar.xz 
/work/SRC/openSUSE:Factory/.deno.new.1770/deno-1.41.2.tar.xz differ: char 15, 
line 1

++++++ deno-rm-upgrade-cmd.patch ++++++
--- /var/tmp/diff_new_pack.zoVF2T/_old  2024-03-10 20:24:30.129741716 +0100
+++ /var/tmp/diff_new_pack.zoVF2T/_new  2024-03-10 20:24:30.133741863 +0100
@@ -242,8 +242,8 @@
 index 573fb1e..158c136 100644
 --- a/cli/lsp/language_server.rs.1
 +++ b/cli/lsp/language_server.rs
-@@ -119,8 +119,6 @@ use 
crate::npm::CliNpmResolverManagedPackageJsonInstallerOption;
- use crate::npm::CliNpmResolverManagedSnapshotOption;
+@@ -124,8 +124,6 @@ use crate::npm::CliNpmResolverManagedSnapshotOption;
+ use crate::resolver::CliNodeResolver;
  use crate::tools::fmt::format_file;
  use crate::tools::fmt::format_parsed_source;
 -use crate::tools::upgrade::check_for_upgrades_for_lsp;

++++++ vendor.tar.xz ++++++
/work/SRC/openSUSE:Factory/deno/vendor.tar.xz 
/work/SRC/openSUSE:Factory/.deno.new.1770/vendor.tar.xz differ: char 15, line 1

Reply via email to