Skip to content

Commit

Permalink
Update ix
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz committed Jun 1, 2024
1 parent 255dbf9 commit 9eaaef9
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 19 deletions.
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"gulp-terser": "2.1.0",
"gulp-typescript": "5.0.1",
"gulp-vinyl-size": "1.1.4",
"ix": "5.0.0",
"ix": "6.0.0",
"jest": "29.7.0",
"jest-silent-reporter": "0.5.0",
"memfs": "4.9.2",
Expand Down
2 changes: 1 addition & 1 deletion js/test/unit/builders/builder-tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import 'web-streams-polyfill';

import '../../jest-extensions.js';
import { from, fromDOMStream, toArray } from 'ix/asynciterable';
import { from, fromDOMStream, toArray } from 'ix/Ix.asynciterable';
import { fromNodeStream } from 'ix/asynciterable/fromnodestream';

import { validateVector } from './utils.js';
Expand Down
2 changes: 1 addition & 1 deletion js/test/unit/builders/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

import 'web-streams-polyfill';

import { from, fromDOMStream, toArray } from 'ix/asynciterable';
import { from, fromDOMStream, toArray } from 'ix/Ix.asynciterable';
import { fromNodeStream } from 'ix/asynciterable/fromnodestream';
import 'ix/Ix.node';

Expand Down
4 changes: 2 additions & 2 deletions js/test/unit/ipc/writer/streams-dom-tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
// specific language governing permissions and limitations
// under the License.

import { as, from } from 'ix/asynciterable';
import { flatMap, tap } from 'ix/asynciterable/operators';
import { as, from } from 'ix/Ix.asynciterable';
import { flatMap, tap } from 'ix/Ix.asynciterable.operators';

import { generateRandomTables } from '../../../data/tables.js';
import {
Expand Down
4 changes: 2 additions & 2 deletions js/test/unit/ipc/writer/streams-node-tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
// specific language governing permissions and limitations
// under the License.

import { as, from } from 'ix/asynciterable';
import { flatMap, tap } from 'ix/asynciterable/operators';
import { as, from } from 'ix/Ix.asynciterable';
import { flatMap, tap } from 'ix/Ix.asynciterable.operators';
import 'ix/Ix.node';

import { generateRandomTables } from '../../../data/tables.js';
Expand Down
2 changes: 1 addition & 1 deletion js/test/unit/table/assign-tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

/* eslint-disable jest/no-standalone-expect */

import { zip } from 'ix/iterable';
import { zip } from 'ix/Ix.iterable';

import '../../jest-extensions.js';
import * as generate from '../../generate-test-data.js';
Expand Down
24 changes: 13 additions & 11 deletions js/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1377,10 +1377,12 @@
dependencies:
undici-types "~5.26.4"

"@types/node@^13.7.4":
version "13.13.52"
resolved "https://registry.yarnpkg.com/@types/node/-/node-13.13.52.tgz#03c13be70b9031baaed79481c0c0cfb0045e53f7"
integrity sha512-s3nugnZumCC//n4moGGe6tkNMyYEdaDBitVjwPxXmR5lnMG5dHePinH2EdxkG3Rh1ghFHHixAG4NJhpJW1rthQ==
"@types/node@>=13.7.4":
version "20.13.0"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.13.0.tgz#011a76bc1e71ae9a026dddcfd7039084f752c4b6"
integrity sha512-FM6AOb3khNkNIXPnHFDYaHerSv8uN22C91z098AnGccVu+Pcdhi+pNUFDi0iLmPIsVE0JBD0KVS7mzUYt4nRzQ==
dependencies:
undici-types "~5.26.4"

"@types/normalize-package-data@^2.4.0":
version "2.4.4"
Expand Down Expand Up @@ -4405,13 +4407,13 @@ istextorbinary@^3.0.0:
binaryextensions "^2.2.0"
textextensions "^3.2.0"

ix@5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/ix/-/ix-5.0.0.tgz#b9e292f79b1876bbf696809fe86e42930bdbfcd4"
integrity sha512-6LyyrHnvNrSy5pKtW/KA+KKusHrB223aBJCJlIGPN7QBfDkEEtNrAkAz9lLLShIcdJntq6BiPCHuKaCM/9wwXw==
ix@6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/ix/-/ix-6.0.0.tgz#c1875523f8090c7146dc3ac3412a763663887f27"
integrity sha512-B/KeYkHtOWbr3ttckqWT9uha2ixw9fGVDxX+DwVXhO+P5eOhyCadt+aC30hRBvG+do+tbI3xbYDMYN6dp1C4Vw==
dependencies:
"@types/node" "^13.7.4"
tslib "^2.3.0"
"@types/node" ">=13.7.4"
tslib "^2.6.2"

jackspeak@^2.3.6:
version "2.3.6"
Expand Down Expand Up @@ -6954,7 +6956,7 @@ ts-node@10.9.2:
v8-compile-cache-lib "^3.0.1"
yn "3.1.1"

tslib@^2.0.0, tslib@^2.1.0, tslib@^2.3.0, tslib@^2.4.0, tslib@^2.6.2:
tslib@^2.0.0, tslib@^2.1.0, tslib@^2.4.0, tslib@^2.6.2:
version "2.6.2"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==
Expand Down

0 comments on commit 9eaaef9

Please sign in to comment.