Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies #34

Merged
merged 2 commits into from
Nov 30, 2021
Merged

Update dependencies #34

merged 2 commits into from
Nov 30, 2021

Conversation

ratson
Copy link
Contributor

@ratson ratson commented Nov 28, 2021

@hayd

This PR updates jszip and std to their latest version.

Fix #32

@hayd
Copy link
Owner

hayd commented Nov 29, 2021

Thanks for this!

CI is failing:

error: TS2339 [ERROR]: Property 'cause' does not exist on type 'Error & { root: string; }'.
37
  e.cause = err instanceof Error ? err.cause : undefined;
38
    ~~~~~
39
    at https://deno.land/[email protected]/fs/walk.ts:71:5
40

41
TS2339 [ERROR]: Property 'cause' does not exist on type 'Error'.
42
  e.cause = err instanceof Error ? err.cause : undefined;
43
                                       ~~~~~
44
    at https://deno.land/[email protected]/fs/walk.ts:71:40
45

46
Found 2 errors.

oh, looks like we're using an incredibly old version of deno!

deno-version: 1.4.6

any chance you could bump this line to the latest version? Thanks!

@hayd hayd merged commit 70338db into hayd:master Nov 30, 2021
@hayd
Copy link
Owner

hayd commented Nov 30, 2021

thanks @ratson !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

upgrade to jszip 3.7.1
2 participants