#Breaks on Version 1.32

2 messages · Page 1 of 1 (latest)

pastel jolt
#

I am the author of https://deno.land/x/[email protected], and up until recently I was using a different version of deno (unsure which, I think it was 1.29). Last night I upgraded deno after noticing a new version had come out, and in trying to run some tests found that version 1.32 is incompatible with version-bump.

Was there anything in the 1.32 release that would interfere with expirmental decorators, reflection, or the tysringe package? Nothing seemed out of place in the release notes https://github.com/denoland/deno/releases/tag/v1.32.0 but i now get errors involving the injection of dependencies.

GitHub

🚨 Deno 1.32.0 contains a critical security issue. Please upgrade to 1.32.1.
1.32.0 / 2023.03.22

BREAKING(unstable): remove WebGPU (#18094)
feat(ext/fs): FileInfo.dev is supported on Windows (#1823...

#

hmm, this looks now to be related to TS 5.0, rather than deno at all.