Skip to content

Commit d83b6c7

Browse files
authored
chore: bump other deps (#242)
* chore: bump other deps * chore: bump lit-html (#243) * chore: bump lit-html * chore: bump node resolve (#244)
1 parent 1baf33a commit d83b6c7

14 files changed

+1504
-827
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

package-lock.json

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

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
"devDependencies": {
1111
"@11ty/eleventy": "3.0.0",
1212
"@11ty/eleventy-plugin-handlebars": "^1.0.0",
13-
"@rollup/plugin-node-resolve": "7.1.1",
14-
"lit-html": "1.2.1",
15-
"marked": "0.8.2",
16-
"rimraf": "^3.0.2",
17-
"rollup": "2.3.2",
18-
"rollup-plugin-terser": "5.3.1",
19-
"statikk": "^2.1.1"
13+
"@rollup/plugin-node-resolve": "^16.0.1",
14+
"@rollup/plugin-terser": "^0.4.4",
15+
"lit-html": "^3.3.1",
16+
"marked": "^16.1.2",
17+
"rimraf": "^6.0.1",
18+
"rollup": "^4.46.2",
19+
"statikk": "^2.2.2"
2020
},
2121
"scripts": {
2222
"build": "rimraf devtools-protocol/ && node node_modules/.bin/eleventy && rollup -c rollup.config.js",

pages/_data/1-3.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@
138138
"before",
139139
"after",
140140
"picker-icon",
141+
"interest-hint",
141142
"marker",
142143
"backdrop",
143144
"column",
@@ -860,6 +861,13 @@
860861
"description": "JavaScript object id of the node wrapper.",
861862
"optional": true,
862863
"$ref": "Runtime.RemoteObjectId"
864+
},
865+
{
866+
"name": "includeShadowDOM",
867+
"description": "Include all shadow roots. Equals to false if not specified.",
868+
"experimental": true,
869+
"optional": true,
870+
"type": "boolean"
863871
}
864872
],
865873
"returns": [
@@ -3335,6 +3343,13 @@
33353343
"description": "Security details for the request.",
33363344
"optional": true,
33373345
"$ref": "SecurityDetails"
3346+
},
3347+
{
3348+
"name": "isIpProtectionUsed",
3349+
"description": "Indicates whether the request was sent through IP Protection proxies. If\nset to true, the request used the IP Protection privacy feature.",
3350+
"experimental": true,
3351+
"optional": true,
3352+
"type": "boolean"
33383353
}
33393354
]
33403355
},
@@ -5199,6 +5214,13 @@
51995214
"description": "User friendly error message, present if and only if navigation has failed.",
52005215
"optional": true,
52015216
"type": "string"
5217+
},
5218+
{
5219+
"name": "isDownload",
5220+
"description": "Whether the navigation resulted in a download.",
5221+
"experimental": true,
5222+
"optional": true,
5223+
"type": "boolean"
52025224
}
52035225
]
52045226
},

0 commit comments

Comments
 (0)