From 81278a19831674b57c7c4976e9390b89dfe8df874caa62a06ceda71e00fb2464 Mon Sep 17 00:00:00 2001 From: Avindra Goolcharan Date: Sat, 9 Mar 2024 18:32:42 +0000 Subject: [PATCH] 1.41.2 OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=180 --- _service | 4 +-- deno-1.41.1.tar.xz | 3 --- deno-1.41.2.tar.xz | 3 +++ deno-rm-upgrade-cmd.patch | 4 +-- deno.changes | 52 +++++++++++++++++++++++++++++++++++++++ deno.spec | 2 +- vendor.tar.xz | 4 +-- 7 files changed, 62 insertions(+), 10 deletions(-) delete mode 100644 deno-1.41.1.tar.xz create mode 100644 deno-1.41.2.tar.xz diff --git a/_service b/_service index 866fd3b..e8d1388 100644 --- a/_service +++ b/_service @@ -13,8 +13,8 @@ git https://github.com/denoland/deno - v1.41.1 - 1.41.1 + v1.41.2 + 1.41.2 docs diff --git a/deno-1.41.1.tar.xz b/deno-1.41.1.tar.xz deleted file mode 100644 index 367a0c1..0000000 --- a/deno-1.41.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ada3a876f28fb1f5b0f90bd107b3f2df1cc727bacd461361cc0ec47ee640dd1f -size 79678512 diff --git a/deno-1.41.2.tar.xz b/deno-1.41.2.tar.xz new file mode 100644 index 0000000..279c5cd --- /dev/null +++ b/deno-1.41.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbe40da2a5d8eb1c59a598d6d94bb331f4d4caf81b7d2a542108ece86c44b6d8 +size 79559360 diff --git a/deno-rm-upgrade-cmd.patch b/deno-rm-upgrade-cmd.patch index e9d3785..059ab48 100644 --- a/deno-rm-upgrade-cmd.patch +++ b/deno-rm-upgrade-cmd.patch @@ -242,8 +242,8 @@ diff --git a/cli/lsp/language_server.rs.1 b/cli/lsp/language_server.rs 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; diff --git a/deno.changes b/deno.changes index bee349b..b6087b7 100644 --- a/deno.changes +++ b/deno.changes @@ -1,3 +1,55 @@ +------------------------------------------------------------------- +Sat Mar 9 18:18:11 UTC 2024 - Avindra Goolcharan + +- 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 diff --git a/deno.spec b/deno.spec index 20cb4e5..905eaed 100644 --- a/deno.spec +++ b/deno.spec @@ -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 diff --git a/vendor.tar.xz b/vendor.tar.xz index 32e83c6..fcb3ef5 100644 --- a/vendor.tar.xz +++ b/vendor.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2ec903f77e322e938ef90ba37e00e4b967ed25ae89fcb3eae5fc10af0f935c96 -size 103208308 +oid sha256:24f112b67ea176729a5884880cfee833819a29c027d8d9936c0ab2a73400590c +size 103208952