Skip to content

Commit

Permalink
upgrade to deno2, fixes pubkey#6739
Browse files Browse the repository at this point in the history
  • Loading branch information
jkinggg committed Jan 7, 2025
1 parent 3e8bfb7 commit 988b634
Show file tree
Hide file tree
Showing 83 changed files with 90 additions and 89 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -862,7 +862,7 @@ jobs:
- uses: denoland/setup-deno@v1
with:
# https://github.com/denoland/deno/releases
deno-version: "1.46.3"
deno-version: "2.0.6"
- name: run deno tests:dexie
run: |
sudo npm i -g cross-env
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/cjs/plugins/test-utils/config.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/cjs/plugins/test-utils/config.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/cjs/plugins/test-utils/humans-collection.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/cjs/plugins/test-utils/humans-collection.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/cjs/plugins/test-utils/test-util.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/cjs/plugins/test-utils/test-util.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/esm/plugins/test-utils/config.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/esm/plugins/test-utils/config.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/esm/plugins/test-utils/humans-collection.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/esm/plugins/test-utils/humans-collection.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/esm/plugins/test-utils/test-util.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/esm/plugins/test-utils/test-util.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/angular/test/ssr.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as assert from 'assert';
import * as assert from 'node:assert';
import { waitUntil } from 'async-test-util';

const baseUrl = 'http://localhost:4200/';
Expand Down
Loading

0 comments on commit 988b634

Please sign in to comment.