Skip to content

Commit 3bf0cfc

Browse files
committed
Build for b30d9be chore(deps): update dependency playwright-chromium to v1.55.1
1 parent 6f751f1 commit 3bf0cfc

File tree

1,816 files changed

+101825
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,816 files changed

+101825
-0
lines changed

renovate_playwright-monorepo/scratch-gui/30d09ba32a17082ef820b57d52d60b7b.hex

Lines changed: 26350 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!doctype html><html><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><meta name="google" value="notranslate"><link rel="shortcut icon" href="static/favicon.ico"><title>Scratch 3.0 GUI: Blocks Only Example</title><script defer="defer" src="blocksonly.js"></script></head><body></body></html>

renovate_playwright-monorepo/scratch-gui/blocksonly.js

Lines changed: 3 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 177 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,177 @@
1+
/*
2+
object-assign
3+
(c) Sindre Sorhus
4+
@license MIT
5+
*/
6+
7+
/*
8+
object-assign
9+
(c) Sindre Sorhus
10+
@license MIT
11+
*/
12+
13+
/* @license
14+
Papa Parse
15+
v5.5.3
16+
https://github.com/mholt/PapaParse
17+
License: MIT
18+
*/
19+
20+
/* @license twgl.js 4.24.0 Copyright (c) 2015, Gregg Tavares All Rights Reserved.
21+
Available via the MIT license.
22+
see: http://github.com/greggman/twgl.js for details */
23+
24+
/*!
25+
Copyright (c) 2016 Jed Watson.
26+
Licensed under the MIT License (MIT), see
27+
http://jedwatson.github.io/classnames
28+
*/
29+
30+
/*!
31+
Copyright (c) 2018 Jed Watson.
32+
Licensed under the MIT License (MIT), see
33+
http://jedwatson.github.io/classnames
34+
*/
35+
36+
/*!
37+
38+
JSZip v3.10.1 - A JavaScript class for generating and reading zip files
39+
<http://stuartk.com/jszip>
40+
41+
(c) 2009-2016 Stuart Knightley <stuart [at] stuartk.com>
42+
Dual licenced under the MIT license or GPLv3. See https://raw.github.com/Stuk/jszip/main/LICENSE.markdown.
43+
44+
JSZip uses the library pako released under the MIT license :
45+
https://github.com/nodeca/pako/blob/main/LICENSE
46+
*/
47+
48+
/*!
49+
Copyright (c) 2015 Jed Watson.
50+
Based on code that is Copyright 2013-2015, Facebook, Inc.
51+
All rights reserved.
52+
*/
53+
54+
/*!
55+
* Adapted from jQuery UI core
56+
*
57+
* http://jqueryui.com
58+
*
59+
* Copyright 2014 jQuery Foundation and other contributors
60+
* Released under the MIT license.
61+
* http://jquery.org/license
62+
*
63+
* http://api.jqueryui.com/category/ui-core/
64+
*/
65+
66+
/*!
67+
* The buffer module from node.js, for the browser.
68+
*
69+
* @author Feross Aboukhadijeh <http://feross.org>
70+
* @license MIT
71+
*/
72+
73+
/*!
74+
* The buffer module from node.js, for the browser.
75+
*
76+
* @author Feross Aboukhadijeh <https://feross.org>
77+
* @license MIT
78+
*/
79+
80+
/*!
81+
* cookie
82+
* Copyright(c) 2012-2014 Roman Shtylman
83+
* Copyright(c) 2015 Douglas Christopher Wilson
84+
* MIT Licensed
85+
*/
86+
87+
/*! *****************************************************************************
88+
Copyright (c) Microsoft Corporation. All rights reserved.
89+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
90+
this file except in compliance with the License. You may obtain a copy of the
91+
License at http://www.apache.org/licenses/LICENSE-2.0
92+
93+
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
94+
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
95+
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
96+
MERCHANTABLITY OR NON-INFRINGEMENT.
97+
98+
See the Apache Version 2.0 License for specific language governing permissions
99+
and limitations under the License.
100+
***************************************************************************** */
101+
102+
/*! @license DOMPurify 3.2.6 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.2.6/LICENSE */
103+
104+
/*! @source http://purl.eligrey.com/github/canvas-toBlob.js/blob/master/canvas-toBlob.js */
105+
106+
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
107+
108+
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
109+
110+
/**
111+
* CSS Vendor prefix detection and property feature testing.
112+
*
113+
* @copyright Oleg Slobodskoi 2015
114+
* @website https://github.com/jsstyles/css-vendor
115+
* @license MIT
116+
*/
117+
118+
/**
119+
* StartAudioContext.js
120+
* @author Yotam Mann
121+
* @license http://opensource.org/licenses/MIT MIT License
122+
* @copyright 2016 Yotam Mann
123+
*/
124+
125+
/**
126+
* [js-md5]{@link https://github.com/emn178/js-md5}
127+
*
128+
* @namespace md5
129+
* @version 0.7.3
130+
* @author Chen, Yi-Cyuan [[email protected]]
131+
* @copyright Chen, Yi-Cyuan 2014-2017
132+
* @license MIT
133+
*/
134+
135+
/** @license React v0.19.1
136+
* scheduler.production.min.js
137+
*
138+
* Copyright (c) Facebook, Inc. and its affiliates.
139+
*
140+
* This source code is licensed under the MIT license found in the
141+
* LICENSE file in the root directory of this source tree.
142+
*/
143+
144+
/** @license React v16.13.1
145+
* react-is.production.min.js
146+
*
147+
* Copyright (c) Facebook, Inc. and its affiliates.
148+
*
149+
* This source code is licensed under the MIT license found in the
150+
* LICENSE file in the root directory of this source tree.
151+
*/
152+
153+
/** @license React v16.14.0
154+
* react-dom.production.min.js
155+
*
156+
* Copyright (c) Facebook, Inc. and its affiliates.
157+
*
158+
* This source code is licensed under the MIT license found in the
159+
* LICENSE file in the root directory of this source tree.
160+
*/
161+
162+
/** @license React v16.14.0
163+
* react.production.min.js
164+
*
165+
* Copyright (c) Facebook, Inc. and its affiliates.
166+
*
167+
* This source code is licensed under the MIT license found in the
168+
* LICENSE file in the root directory of this source tree.
169+
*/
170+
171+
/** @license URI.js v4.4.1 (c) 2011 Gary Court. License: http://github.com/garycourt/uri-js */
172+
173+
//!! Deliberately using an API that's deprecated in node.js because
174+
175+
//!! Discussion: github.com/node-browser-compat/atob/pull/9
176+
177+
//!! this file is for browsers and we expect them to cope with it.

renovate_playwright-monorepo/scratch-gui/blocksonly.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

renovate_playwright-monorepo/scratch-gui/chunks/am-steps.324dd6b5a43f63c38afd.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

renovate_playwright-monorepo/scratch-gui/chunks/ar-steps.f567c287cca8c46ce610.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)