Skip to content

Commit 02a1962

Browse files
committed
Update deps
1 parent 4c0788b commit 02a1962

8 files changed

Lines changed: 399 additions & 372 deletions

File tree

package-lock.json

Lines changed: 179 additions & 152 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"test": "vitest --run"
3535
},
3636
"dependencies": {
37-
"open": "^10.0.0",
37+
"open": "^11.0.0",
3838
"picomatch": "^4.0.2",
3939
"source-map": "^0.7.4",
4040
"yargs": "^18.0.0"

test/__snapshots__/e2e.test.ts.snap

Lines changed: 56 additions & 56 deletions
Large diffs are not rendered by default.

test/__snapshots__/gh59.test.ts.snap

Lines changed: 62 additions & 62 deletions
Large diffs are not rendered by default.

test/__snapshots__/gh69.test.ts.snap

Lines changed: 52 additions & 52 deletions
Large diffs are not rendered by default.

test/__snapshots__/gh93.test.ts.snap

Lines changed: 30 additions & 30 deletions
Large diffs are not rendered by default.

test/sourcemap-comments/__snapshots__/sourcemap-comments.test.ts.snap

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,34 +19,34 @@ exports[`Sourcemap Comments > test 3`] = `
1919
"children": [
2020
{
2121
"name": "test/sourcemap-comments/input.js",
22-
"uid": "a315c19d-1"
22+
"uid": "ba778d81-1"
2323
}
2424
]
2525
}
2626
],
2727
"isRoot": true
2828
},
2929
"nodeParts": {
30-
"a315c19d-1": {
30+
"ba778d81-1": {
3131
"renderedLength": 16,
3232
"gzipLength": 0,
3333
"brotliLength": 0,
34-
"metaUid": "a315c19d-0"
34+
"metaUid": "ba778d81-0"
3535
}
3636
},
3737
"nodeMetas": {
38-
"a315c19d-0": {
38+
"ba778d81-0": {
3939
"id": "/test/sourcemap-comments/input.js",
4040
"moduleParts": {
41-
"index.js": "a315c19d-1"
41+
"index.js": "ba778d81-1"
4242
},
4343
"imported": [],
4444
"importedBy": [],
4545
"isEntry": true
4646
}
4747
},
4848
"env": {
49-
"rollup": "4.57.1"
49+
"rollup": "4.58.0"
5050
},
5151
"options": {
5252
"gzip": false,

test/sourcemap-encoding/__snapshots__/sourcemap.test.ts.snap

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ exports[`Sourcemap > test 3`] = `
2626
"name": "test/sourcemap-encoding",
2727
"children": [
2828
{
29-
"uid": "48ca774e-1",
29+
"uid": "0270cc0f-1",
3030
"name": "input2.js"
3131
},
3232
{
33-
"uid": "48ca774e-3",
33+
"uid": "0270cc0f-3",
3434
"name": "input.js"
3535
}
3636
]
@@ -41,48 +41,48 @@ exports[`Sourcemap > test 3`] = `
4141
"isRoot": true
4242
},
4343
"nodeParts": {
44-
"48ca774e-1": {
44+
"0270cc0f-1": {
4545
"renderedLength": 37,
4646
"gzipLength": 0,
4747
"brotliLength": 0,
48-
"metaUid": "48ca774e-0"
48+
"metaUid": "0270cc0f-0"
4949
},
50-
"48ca774e-3": {
50+
"0270cc0f-3": {
5151
"renderedLength": 112,
5252
"gzipLength": 0,
5353
"brotliLength": 0,
54-
"metaUid": "48ca774e-2"
54+
"metaUid": "0270cc0f-2"
5555
}
5656
},
5757
"nodeMetas": {
58-
"48ca774e-0": {
58+
"0270cc0f-0": {
5959
"id": "/test/sourcemap-encoding/input2.js",
6060
"moduleParts": {
61-
"index.js": "48ca774e-1"
61+
"index.js": "0270cc0f-1"
6262
},
6363
"imported": [],
6464
"importedBy": [
6565
{
66-
"uid": "48ca774e-2"
66+
"uid": "0270cc0f-2"
6767
}
6868
]
6969
},
70-
"48ca774e-2": {
70+
"0270cc0f-2": {
7171
"id": "/test/sourcemap-encoding/input.js",
7272
"moduleParts": {
73-
"index.js": "48ca774e-3"
73+
"index.js": "0270cc0f-3"
7474
},
7575
"imported": [
7676
{
77-
"uid": "48ca774e-0"
77+
"uid": "0270cc0f-0"
7878
}
7979
],
8080
"importedBy": [],
8181
"isEntry": true
8282
}
8383
},
8484
"env": {
85-
"rollup": "4.57.1"
85+
"rollup": "4.58.0"
8686
},
8787
"options": {
8888
"gzip": false,

0 commit comments

Comments
 (0)