Skip to content

Commit d598b51

Browse files
committed
Merge branch master into eslint-action
1 parent 6cb1581 commit d598b51

File tree

6 files changed

+69
-45
lines changed

6 files changed

+69
-45
lines changed

packages/rrdom-nodejs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rrdom-nodejs",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"scripts": {
55
"dev": "rollup -c -w",
66
"bundle": "rollup --config",
@@ -49,7 +49,7 @@
4949
"cssom": "^0.5.0",
5050
"cssstyle": "^2.3.0",
5151
"nwsapi": "^2.2.0",
52-
"rrweb-snapshot": "^1.1.14",
53-
"rrdom": "^0.1.2"
52+
"rrdom": "^0.1.3",
53+
"rrweb-snapshot": "^2.0.0-alpha.0"
5454
}
5555
}

packages/rrdom/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rrdom",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"homepage": "https://github.com/rrweb-io/rrweb/tree/main/packages/rrdom#readme",
55
"license": "MIT",
66
"main": "lib/rrdom.js",
@@ -32,9 +32,9 @@
3232
"devDependencies": {
3333
"@rollup/plugin-commonjs": "^20.0.0",
3434
"@types/jest": "^27.4.1",
35+
"@types/puppeteer": "^5.4.4",
3536
"@typescript-eslint/eslint-plugin": "^5.23.0",
3637
"@typescript-eslint/parser": "^5.23.0",
37-
"@types/puppeteer": "^5.4.4",
3838
"eslint": "^8.15.0",
3939
"jest": "^27.5.1",
4040
"puppeteer": "^9.1.1",
@@ -46,6 +46,6 @@
4646
"typescript": "^4.7.3"
4747
},
4848
"dependencies": {
49-
"rrweb-snapshot": "^1.1.14"
49+
"rrweb-snapshot": "^2.0.0-alpha.0"
5050
}
5151
}

packages/rrweb-player/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
{
22
"name": "rrweb-player",
3-
"version": "0.7.14",
3+
"version": "1.0.0-alpha.0",
44
"devDependencies": {
55
"@rollup/plugin-commonjs": "^22.0.0",
66
"@rollup/plugin-node-resolve": "^13.2.1",
7-
"rollup-plugin-typescript2": "^0.31.2",
87
"@types/offscreencanvas": "^2019.6.4",
98
"eslint-config-google": "^0.14.0",
109
"eslint-plugin-svelte3": "^4.0.0",
@@ -14,6 +13,7 @@
1413
"rollup-plugin-livereload": "^2.0.0",
1514
"rollup-plugin-svelte": "^7.1.0",
1615
"rollup-plugin-terser": "^7.0.2",
16+
"rollup-plugin-typescript2": "^0.31.2",
1717
"rollup-plugin-web-worker-loader": "^1.6.1",
1818
"sirv-cli": "^0.4.4",
1919
"svelte": "^3.2.0",
@@ -24,7 +24,7 @@
2424
},
2525
"dependencies": {
2626
"@tsconfig/svelte": "^1.0.0",
27-
"rrweb": "^1.1.3"
27+
"rrweb": "^2.0.0-alpha.0"
2828
},
2929
"scripts": {
3030
"build": "rollup -c",

packages/rrweb-snapshot/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rrweb-snapshot",
3-
"version": "1.1.14",
3+
"version": "2.0.0-alpha.0",
44
"description": "rrweb's component to take a snapshot of DOM, aka DOM serializer",
55
"scripts": {
66
"prepare": "npm run prepack",
@@ -40,7 +40,6 @@
4040
},
4141
"homepage": "https://github.com/rrweb-io/rrweb/tree/master/packages/rrweb-snapshot#readme",
4242
"devDependencies": {
43-
"rollup-plugin-typescript2": "^0.31.2",
4443
"@types/chai": "^4.1.4",
4544
"@types/jest": "^27.0.2",
4645
"@types/jsdom": "^16.2.4",
@@ -53,6 +52,7 @@
5352
"puppeteer": "^1.15.0",
5453
"rollup": "^2.45.2",
5554
"rollup-plugin-terser": "^7.0.2",
55+
"rollup-plugin-typescript2": "^0.31.2",
5656
"ts-jest": "^27.0.5",
5757
"ts-node": "^7.0.1",
5858
"tslib": "^1.9.3",

packages/rrweb/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rrweb",
3-
"version": "1.1.3",
3+
"version": "2.0.0-alpha.0",
44
"description": "record and replay the web",
55
"scripts": {
66
"prepare": "npm run prepack",
@@ -79,7 +79,7 @@
7979
"base64-arraybuffer": "^1.0.1",
8080
"fflate": "^0.4.4",
8181
"mitt": "^3.0.0",
82-
"rrdom": "^0.1.2",
83-
"rrweb-snapshot": "^1.1.14"
82+
"rrdom": "^0.1.3",
83+
"rrweb-snapshot": "^2.0.0-alpha.0"
8484
}
8585
}

yarn.lock

Lines changed: 55 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -3983,8 +3983,8 @@ decimal.js@^10.2.1:
39833983

39843984
decode-uri-component@^0.2.0:
39853985
version "0.2.0"
3986-
resolved "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz"
3987-
integrity sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=
3986+
resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.0.tgz#eb3913333458775cb84cd1a1fae062106bb87545"
3987+
integrity sha512-hjf+xovcEn31w/EUYdTXQh/8smFL/dzYjohQGEIgjyNavaJfBY2p5F527Bo1VPATxv0VYTUC2bOcXvqFwk78Og==
39883988

39893989
dedent@^0.7.0:
39903990
version "0.7.0"
@@ -4958,8 +4958,8 @@ fill-range@^7.0.1:
49584958

49594959
filter-obj@^1.1.0:
49604960
version "1.1.0"
4961-
resolved "https://registry.npmjs.org/filter-obj/-/filter-obj-1.1.0.tgz"
4962-
integrity sha1-mzERErxsYSehbgFsbF1/GeCAXFs=
4961+
resolved "https://registry.yarnpkg.com/filter-obj/-/filter-obj-1.1.0.tgz#9b311112bc6c6127a16e016c6c5d7f19e0805c5b"
4962+
integrity sha512-8rXg1ZnX7xzy2NGDVkBVaAy+lSlPNwad13BtgSlLuxfIslyt5Vg64U7tFcCt4WS1R0hvtnQybT/IyCkGZ3DpXQ==
49634963

49644964
finalhandler@~1.1.2:
49654965
version "1.1.2"
@@ -5121,7 +5121,7 @@ fsevents@^2.3.2, fsevents@~2.3.2:
51215121

51225122
function-bind@^1.1.1:
51235123
version "1.1.1"
5124-
resolved "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz"
5124+
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
51255125
integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==
51265126

51275127
functional-red-black-tree@^1.0.1:
@@ -5160,7 +5160,16 @@ get-caller-file@^2.0.5:
51605160
resolved "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz"
51615161
integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==
51625162

5163-
get-intrinsic@^1.0.2, get-intrinsic@^1.1.0, get-intrinsic@^1.1.1:
5163+
get-intrinsic@^1.0.2:
5164+
version "1.1.2"
5165+
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.1.2.tgz#336975123e05ad0b7ba41f152ee4aadbea6cf598"
5166+
integrity sha512-Jfm3OyCxHh9DJyc28qGk+JmfkpO41A4XkneDSujN9MDXrm4oDKdHvndhZ2dN94+ERNfkYJWDclW6k2L/ZGHjXA==
5167+
dependencies:
5168+
function-bind "^1.1.1"
5169+
has "^1.0.3"
5170+
has-symbols "^1.0.3"
5171+
5172+
get-intrinsic@^1.1.0, get-intrinsic@^1.1.1:
51645173
version "1.1.1"
51655174
resolved "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.1.tgz"
51665175
integrity sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==
@@ -5467,6 +5476,11 @@ has-symbols@^1.0.1, has-symbols@^1.0.2:
54675476
resolved "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.2.tgz"
54685477
integrity sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw==
54695478

5479+
has-symbols@^1.0.3:
5480+
version "1.0.3"
5481+
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.3.tgz#bb7b2c4349251dce87b125f7bdf874aa7c8b39f8"
5482+
integrity sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==
5483+
54705484
has-tostringtag@^1.0.0:
54715485
version "1.0.0"
54725486
resolved "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz"
@@ -5481,7 +5495,7 @@ has-unicode@^2.0.0, has-unicode@^2.0.1:
54815495

54825496
has@^1.0.0, has@^1.0.3:
54835497
version "1.0.3"
5484-
resolved "https://registry.npmjs.org/has/-/has-1.0.3.tgz"
5498+
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
54855499
integrity sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==
54865500
dependencies:
54875501
function-bind "^1.1.1"
@@ -6107,11 +6121,11 @@ is-shared-array-buffer@^1.0.1:
61076121
integrity sha512-IU0NmyknYZN0rChcKhRO1X8LYz5Isj/Fsqh8NJOSf+N/hCOTwy29F32Ik7a+QszE63IdvmwdTPDd6cZ5pg4cwA==
61086122

61096123
is-ssh@^1.3.0:
6110-
version "1.3.3"
6111-
resolved "https://registry.npmjs.org/is-ssh/-/is-ssh-1.3.3.tgz"
6112-
integrity sha512-NKzJmQzJfEEma3w5cJNcUMxoXfDjz0Zj0eyCalHn2E6VOwlzjZo0yuO2fcBSf8zhFuVCL/82/r5gRcoi6aEPVQ==
6124+
version "1.4.0"
6125+
resolved "https://registry.yarnpkg.com/is-ssh/-/is-ssh-1.4.0.tgz#4f8220601d2839d8fa624b3106f8e8884f01b8b2"
6126+
integrity sha512-x7+VxdxOdlV3CYpjvRLBv5Lo9OJerlYanjwFrPR9fuGPjCiNiCzFgAWpiLAohSbsnH4ZAys3SBh+hq5rJosxUQ==
61136127
dependencies:
6114-
protocols "^1.1.0"
6128+
protocols "^2.0.1"
61156129

61166130
is-stream@^2.0.0:
61176131
version "2.0.1"
@@ -8152,7 +8166,7 @@ normalize-url@^3.0.0:
81528166

81538167
normalize-url@^6.1.0:
81548168
version "6.1.0"
8155-
resolved "https://registry.npmjs.org/normalize-url/-/normalize-url-6.1.0.tgz"
8169+
resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-6.1.0.tgz#40d0885b535deffe3f3147bec877d05fe4c5668a"
81568170
integrity sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==
81578171

81588172
npm-bundled@^1.1.1:
@@ -8294,11 +8308,16 @@ object-assign@^4.0.1, object-assign@^4.1.0:
82948308
resolved "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz"
82958309
integrity sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=
82968310

8297-
object-inspect@^1.10.3, object-inspect@^1.11.0, object-inspect@^1.9.0:
8311+
object-inspect@^1.10.3, object-inspect@^1.11.0:
82988312
version "1.11.0"
82998313
resolved "https://registry.npmjs.org/object-inspect/-/object-inspect-1.11.0.tgz"
83008314
integrity sha512-jp7ikS6Sd3GxQfZJPyH3cjcbJF6GZPClgdV+EFygjFLQ5FmW/dRUnTd9PQ9k0JhoNDabWFbpF1yCdSWCC6gexg==
83018315

8316+
object-inspect@^1.9.0:
8317+
version "1.12.2"
8318+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.12.2.tgz#c0641f26394532f28ab8d796ab954e43c009a8ea"
8319+
integrity sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ==
8320+
83028321
object-keys@^1.0.12, object-keys@^1.1.1:
83038322
version "1.1.1"
83048323
resolved "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz"
@@ -8585,24 +8604,24 @@ parse-json@^5.0.0, parse-json@^5.2.0:
85858604
json-parse-even-better-errors "^2.3.0"
85868605
lines-and-columns "^1.1.6"
85878606

8588-
parse-path@^4.0.0:
8589-
version "4.0.3"
8590-
resolved "https://registry.npmjs.org/parse-path/-/parse-path-4.0.3.tgz"
8591-
integrity sha512-9Cepbp2asKnWTJ9x2kpw6Fe8y9JDbqwahGCTvklzd/cEq5C5JC59x2Xb0Kx+x0QZ8bvNquGO8/BWP0cwBHzSAA==
8607+
parse-path@^4.0.4:
8608+
version "4.0.4"
8609+
resolved "https://registry.yarnpkg.com/parse-path/-/parse-path-4.0.4.tgz#4bf424e6b743fb080831f03b536af9fc43f0ffea"
8610+
integrity sha512-Z2lWUis7jlmXC1jeOG9giRO2+FsuyNipeQ43HAjqAZjwSe3SEf+q/84FGPHoso3kyntbxa4c4i77t3m6fGf8cw==
85928611
dependencies:
85938612
is-ssh "^1.3.0"
85948613
protocols "^1.4.0"
85958614
qs "^6.9.4"
85968615
query-string "^6.13.8"
85978616

85988617
parse-url@^6.0.0:
8599-
version "6.0.0"
8600-
resolved "https://registry.npmjs.org/parse-url/-/parse-url-6.0.0.tgz"
8601-
integrity sha512-cYyojeX7yIIwuJzledIHeLUBVJ6COVLeT4eF+2P6aKVzwvgKQPndCBv3+yQ7pcWjqToYwaligxzSYNNmGoMAvw==
8618+
version "6.0.2"
8619+
resolved "https://registry.yarnpkg.com/parse-url/-/parse-url-6.0.2.tgz#4a30b057bfc452af64512dfb1a7755c103db3ea1"
8620+
integrity sha512-uCSjOvD3T+6B/sPWhR+QowAZcU/o4bjPrVBQBGFxcDF6J6FraCGIaDBsdoQawiaaAVdHvtqBe3w3vKlfBKySOQ==
86028621
dependencies:
86038622
is-ssh "^1.3.0"
86048623
normalize-url "^6.1.0"
8605-
parse-path "^4.0.0"
8624+
parse-path "^4.0.4"
86068625
protocols "^1.4.0"
86078626

86088627
parse5-htmlparser2-tree-adapter@^6.0.1:
@@ -9252,11 +9271,16 @@ proto-list@~1.2.1:
92529271
resolved "https://registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz"
92539272
integrity sha1-IS1b/hMYMGpCD2QCuOJv85ZHqEk=
92549273

9255-
protocols@^1.1.0, protocols@^1.4.0:
9274+
protocols@^1.4.0:
92569275
version "1.4.8"
9257-
resolved "https://registry.npmjs.org/protocols/-/protocols-1.4.8.tgz"
9276+
resolved "https://registry.yarnpkg.com/protocols/-/protocols-1.4.8.tgz#48eea2d8f58d9644a4a32caae5d5db290a075ce8"
92589277
integrity sha512-IgjKyaUSjsROSO8/D49Ab7hP8mJgTYcqApOqdPhLoPxAplXmkp+zRvsrSQjFn5by0rhm4VH0GAUELIPpx7B1yg==
92599278

9279+
protocols@^2.0.1:
9280+
version "2.0.1"
9281+
resolved "https://registry.yarnpkg.com/protocols/-/protocols-2.0.1.tgz#8f155da3fc0f32644e83c5782c8e8212ccf70a86"
9282+
integrity sha512-/XJ368cyBJ7fzLMwLKv1e4vLxOju2MNAIokcr7meSaNcVbWz/CPcW22cP04mwxOErdA5mwjA8Q6w/cdAQxVn7Q==
9283+
92609284
proxy-addr@~2.0.5:
92619285
version "2.0.7"
92629286
resolved "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz"
@@ -9331,9 +9355,9 @@ [email protected]:
93319355
integrity sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==
93329356

93339357
qs@^6.9.4:
9334-
version "6.10.1"
9335-
resolved "https://registry.npmjs.org/qs/-/qs-6.10.1.tgz"
9336-
integrity sha512-M528Hph6wsSVOBiYUnGf+K/7w0hNshs/duGsNXPUCLH5XAqjEtiPGwNONLV0tBH8NoGb0mvD5JubnUTrujKDTg==
9358+
version "6.11.0"
9359+
resolved "https://registry.yarnpkg.com/qs/-/qs-6.11.0.tgz#fd0d963446f7a65e1367e01abd85429453f0c37a"
9360+
integrity sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==
93379361
dependencies:
93389362
side-channel "^1.0.4"
93399363

@@ -9344,7 +9368,7 @@ qs@~6.5.2:
93449368

93459369
query-string@^6.13.8:
93469370
version "6.14.1"
9347-
resolved "https://registry.npmjs.org/query-string/-/query-string-6.14.1.tgz"
9371+
resolved "https://registry.yarnpkg.com/query-string/-/query-string-6.14.1.tgz#7ac2dca46da7f309449ba0f86b1fd28255b0c86a"
93489372
integrity sha512-XDxAeVmpfu1/6IjyT/gXHOl+S0vQ9owggJ30hhWKdHAsNPOcasn5o9BW0eejZqL2e4vMjhAxoW3jVHcD6mbcYw==
93499373
dependencies:
93509374
decode-uri-component "^0.2.0"
@@ -10004,7 +10028,7 @@ shebang-regex@^3.0.0:
1000410028

1000510029
side-channel@^1.0.4:
1000610030
version "1.0.4"
10007-
resolved "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz"
10031+
resolved "https://registry.yarnpkg.com/side-channel/-/side-channel-1.0.4.tgz#efce5c8fdc104ee751b25c58d4290011fa5ea2cf"
1000810032
integrity sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==
1000910033
dependencies:
1001010034
call-bind "^1.0.0"
@@ -10161,7 +10185,7 @@ spdx-license-ids@^3.0.0:
1016110185

1016210186
split-on-first@^1.0.0:
1016310187
version "1.1.0"
10164-
resolved "https://registry.npmjs.org/split-on-first/-/split-on-first-1.1.0.tgz"
10188+
resolved "https://registry.yarnpkg.com/split-on-first/-/split-on-first-1.1.0.tgz#f610afeee3b12bce1d0c30425e76398b78249a5f"
1016510189
integrity sha512-43ZssAJaMusuKWL8sKUBQXHWOpq8d6CfN/u1p4gUzfJkM05C8rxTmYrkIPTXapZpORA6LkkzcUulJ8FqA7Uudw==
1016610190

1016710191
split2@^3.0.0:
@@ -10236,8 +10260,8 @@ stack-utils@^2.0.3:
1023610260

1023710261
strict-uri-encode@^2.0.0:
1023810262
version "2.0.0"
10239-
resolved "https://registry.npmjs.org/strict-uri-encode/-/strict-uri-encode-2.0.0.tgz"
10240-
integrity sha1-ucczDHBChi9rFC3CdLvMWGbONUY=
10263+
resolved "https://registry.yarnpkg.com/strict-uri-encode/-/strict-uri-encode-2.0.0.tgz#b9c7330c7042862f6b142dc274bbcc5866ce3546"
10264+
integrity sha512-QwiXZgpRcKkhTj2Scnn++4PKtWsH0kpzZ62L2R6c/LUVYv7hVnZqcg2+sMuT6R7Jusu1vviK/MFsu6kNJfWlEQ==
1024110265

1024210266
string-hash@^1.1.1:
1024310267
version "1.1.3"

0 commit comments

Comments
 (0)