Commit 6cacdfb
authored
chore(deps-dev): bump the bundled group across 1 directory with 2 updates (#598)
Bumps the bundled group with 2 updates in the / directory:
[core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js)
and [puppeteer](https://github.com/puppeteer/puppeteer).
Updates `core-js` from 3.46.0 to 3.47.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/zloirock/core-js/blob/master/CHANGELOG.md">core-js's
changelog</a>.</em></p>
<blockquote>
<h3><a
href="https://github.com/zloirock/core-js/releases/tag/v3.47.0">3.47.0 -
2025.11.18</a></h3>
<ul>
<li>Changes <a
href="https://github.com/zloirock/core-js/compare/v3.46.0...v3.47.0">v3.46.0...v3.47.0</a>
(117 commits)</li>
<li><a
href="https://github.com/tc39/proposal-json-parse-with-source"><code>JSON.parse</code>
source text access proposal</a> :
<ul>
<li>Built-ins:
<ul>
<li><code>JSON.isRawJSON</code></li>
<li><code>JSON.parse</code></li>
<li><code>JSON.rawJSON</code></li>
<li><code>JSON.stringify</code></li>
</ul>
</li>
<li>Moved to stable ES, <a
href="https://x.com/robpalmer2/status/1990603365236289653">November 2025
TC39 meeting</a></li>
<li>Added <code>es.</code> namespace modules, <code>/es/</code> and
<code>/stable/</code> namespaces entries</li>
<li>Reworked <code>JSON.stringify</code> internals</li>
</ul>
</li>
<li><a
href="https://github.com/tc39/proposal-iterator-sequencing"><code>Iterator</code>
sequencing proposal</a>:
<ul>
<li>Built-ins:
<ul>
<li><code>Iterator.concat</code></li>
</ul>
</li>
<li>Moved to stable ES, <a
href="https://github.com/tc39/proposals/commit/33be3cb6d6743c7cc8628c547423f49078c0b655">November
2025 TC39 meeting</a></li>
<li>Added <code>es.</code> namespace modules, <code>/es/</code> and
<code>/stable/</code> namespaces entries</li>
</ul>
</li>
<li><a href="https://github.com/tc39/proposal-joint-iteration">Joint
iteration proposal</a>:
<ul>
<li>Built-ins:
<ul>
<li><code>Iterator.zip</code></li>
<li><code>Iterator.zipKeyed</code></li>
</ul>
</li>
<li>Moved to stage 3, <a
href="https://github.com/tc39/proposals/commit/6c0126b8f44323254c93045ee7ec216e49b83ddd">November
2025 TC39 meeting</a></li>
<li>Added <code>/actual/</code> namespace entries, unconditional forced
replacement changed to feature detection</li>
</ul>
</li>
<li>Fixed increasing <code>.size</code> in
<code>URLSearchParams.prototype.append</code> polyfill in IE8-</li>
<li>Compat data improvements:
<ul>
<li><a
href="https://github.com/tc39/proposal-iterator-sequencing"><code>Iterator.concat</code></a>
marked as <a
href="https://bugzilla.mozilla.org/show_bug.cgi?id=1986672#c4">shipped
in FF147</a></li>
<li><a href="https://github.com/tc39/proposal-upsert"><code>Map</code>
upsert proposal</a> features marked as shipped in Safari 26.2</li>
<li><code>Math.sumPrecise</code> marked as shipped in Safari 26.2</li>
<li><code>Uint8Array.{ fromBase64, prototype.setFromBase64 }</code>
marked as fixed in Safari 26.2</li>
<li>Missed <a
href="https://github.com/tc39/proposal-explicit-resource-management">Explicit
Resource Management</a> features <a
href="https://bun.com/blog/bun-v1.3#disposablestack-and-asyncdisposablestack">added
in Bun 1.3.0</a></li>
<li>Added Oculus Quest Browser 41 compat data mapping</li>
<li>Added Electron 40 compat data mapping</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/zloirock/core-js/commit/c1d2c7e625091c16af14e4b9db10929998f7a61c"><code>c1d2c7e</code></a>
v3.47.0</li>
<li><a
href="https://github.com/zloirock/core-js/commit/400f00eac72f04438843d4f5059cffe839b55718"><code>400f00e</code></a>
move <code>JSON.parse</code> source text access to stable ES</li>
<li><a
href="https://github.com/zloirock/core-js/commit/2b383e9e3a6e4fc0df8081d65cf9313b2c6a1c77"><code>2b383e9</code></a>
move joint iteration to stage 3</li>
<li><a
href="https://github.com/zloirock/core-js/commit/21f984c13f22021f06bce97198bf9b3ae86dc1e4"><code>21f984c</code></a>
move <code>Iterator</code> sequencing proposal to stable ES</li>
<li><a
href="https://github.com/zloirock/core-js/commit/6add4cd19f354d00751898af0b83c46b00339c9c"><code>6add4cd</code></a>
add explicit <code>"sideEffects": true</code> to
<code>core-js</code> and <code>core-js-bundle</code> packages</li>
<li><a
href="https://github.com/zloirock/core-js/commit/0f6c98d1a5effbd73a036b36caa9f6002eb754be"><code>0f6c98d</code></a>
update <code>eslint-plugin-unicorn</code></li>
<li><a
href="https://github.com/zloirock/core-js/commit/fe04540892bae116a6c6f3e9f5d6aeda2a931cb8"><code>fe04540</code></a>
fix increasing <code>.size</code> in
<code>URLSearchParams.prototype.append</code> polyfill in IE8-</li>
<li>See full diff in <a
href="https://github.com/zloirock/core-js/commits/v3.47.0/packages/core-js">compare
view</a></li>
</ul>
</details>
<br />
Updates `puppeteer` from 24.30.0 to 24.31.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/puppeteer/puppeteer/releases">puppeteer's
releases</a>.</em></p>
<blockquote>
<h2>puppeteer-core: v24.31.0</h2>
<h2><a
href="https://github.com/puppeteer/puppeteer/compare/puppeteer-core-v24.30.0...puppeteer-core-v24.31.0">24.31.0</a>
(2025-11-20)</h2>
<h3>🎉 Features</h3>
<ul>
<li><strong>webdriver:</strong> use
<code>emulation.setNetworkConditions</code> for offline emulation (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/14431">#14431</a>)
(<a
href="https://github.com/puppeteer/puppeteer/commit/a9e7c1dc7df7de10304c2f6cdd93e95de3bc0921">a9e7c1d</a>)</li>
<li><strong>webdriver:</strong> use
<code>emulation.setUserAgentOverride</code> instead of network
interception (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/14335">#14335</a>)
(<a
href="https://github.com/puppeteer/puppeteer/commit/e48ae6bd8ca39fc09c79f468b48b1666d5668726">e48ae6b</a>)</li>
</ul>
<h3>🛠️ Fixes</h3>
<ul>
<li>roll to Chrome 142.0.7444.175 (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/14429">#14429</a>)
(<a
href="https://github.com/puppeteer/puppeteer/commit/839fe96c6f885e38b68612a7135256850ea0b39d">839fe96</a>)</li>
<li>roll to Firefox 145.0.1 (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/14437">#14437</a>)
(<a
href="https://github.com/puppeteer/puppeteer/commit/7e1eed0838778a70acbc7a7a0133f61197335260">7e1eed0</a>)</li>
<li>TS fix for path in ScreenshotOptions (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/14443">#14443</a>)
(<a
href="https://github.com/puppeteer/puppeteer/commit/3b83e658ec4fb76b72e56e1241e3370eac1c4d8d">3b83e65</a>)</li>
</ul>
<h2>puppeteer: v24.31.0</h2>
<h2><a
href="https://github.com/puppeteer/puppeteer/compare/puppeteer-v24.30.0...puppeteer-v24.31.0">24.31.0</a>
(2025-11-20)</h2>
<h3>♻️ Chores</h3>
<ul>
<li><strong>puppeteer:</strong> Synchronize puppeteer versions</li>
</ul>
<h3>Dependencies</h3>
<ul>
<li>The following workspace dependencies were updated
<ul>
<li>dependencies
<ul>
<li>puppeteer-core bumped from 24.30.0 to 24.31.0</li>
</ul>
</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md">puppeteer's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/puppeteer/puppeteer/compare/puppeteer-v24.30.0...puppeteer-v24.31.0">24.31.0</a>
(2025-11-20)</h2>
<h3>♻️ Chores</h3>
<ul>
<li><strong>puppeteer:</strong> Synchronize puppeteer versions</li>
</ul>
<h3>Dependencies</h3>
<ul>
<li>The following workspace dependencies were updated
<ul>
<li>dependencies
<ul>
<li>puppeteer-core bumped from 24.30.0 to 24.31.0</li>
</ul>
</li>
</ul>
</li>
</ul>
<h3>🎉 Features</h3>
<ul>
<li><strong>webdriver:</strong> use
<code>emulation.setNetworkConditions</code> for offline emulation (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/14431">#14431</a>)
(<a
href="https://github.com/puppeteer/puppeteer/commit/a9e7c1dc7df7de10304c2f6cdd93e95de3bc0921">a9e7c1d</a>)</li>
<li><strong>webdriver:</strong> use
<code>emulation.setUserAgentOverride</code> instead of network
interception (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/14335">#14335</a>)
(<a
href="https://github.com/puppeteer/puppeteer/commit/e48ae6bd8ca39fc09c79f468b48b1666d5668726">e48ae6b</a>)</li>
</ul>
<h3>🛠️ Fixes</h3>
<ul>
<li>roll to Chrome 142.0.7444.175 (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/14429">#14429</a>)
(<a
href="https://github.com/puppeteer/puppeteer/commit/839fe96c6f885e38b68612a7135256850ea0b39d">839fe96</a>)</li>
<li>roll to Firefox 145.0.1 (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/14437">#14437</a>)
(<a
href="https://github.com/puppeteer/puppeteer/commit/7e1eed0838778a70acbc7a7a0133f61197335260">7e1eed0</a>)</li>
<li>TS fix for path in ScreenshotOptions (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/14443">#14443</a>)
(<a
href="https://github.com/puppeteer/puppeteer/commit/3b83e658ec4fb76b72e56e1241e3370eac1c4d8d">3b83e65</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/puppeteer/puppeteer/commit/1ad21f5e63d828175a1a5ca96c397c3d6ee1802b"><code>1ad21f5</code></a>
chore: release main (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/14421">#14421</a>)</li>
<li><a
href="https://github.com/puppeteer/puppeteer/commit/3b83e658ec4fb76b72e56e1241e3370eac1c4d8d"><code>3b83e65</code></a>
fix: TS fix for path in ScreenshotOptions (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/14443">#14443</a>)</li>
<li><a
href="https://github.com/puppeteer/puppeteer/commit/4437670b15b985bf5be096addaab64495ebe4689"><code>4437670</code></a>
ci: update permission for actions (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/14441">#14441</a>)</li>
<li><a
href="https://github.com/puppeteer/puppeteer/commit/3a588e32ba66a5e109bc0def10addef5cb56a78c"><code>3a588e3</code></a>
chore(deps-dev): bump the dev-dependencies group with 6 updates (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/14439">#14439</a>)</li>
<li><a
href="https://github.com/puppeteer/puppeteer/commit/5bcfd2d57ff908bcce0bb151c29f3714a83a4651"><code>5bcfd2d</code></a>
chore(deps): bump webdriver-bidi-protocol from 0.3.8 to 0.3.9 in the
dependen...</li>
<li><a
href="https://github.com/puppeteer/puppeteer/commit/b3b7317d67a880fe3eebd3fcf7bdb8904e4d9bc0"><code>b3b7317</code></a>
chore(deps): bump js-yaml from 3.14.1 to 3.14.2 in /website (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/14433">#14433</a>)</li>
<li><a
href="https://github.com/puppeteer/puppeteer/commit/5826088613192cbb8fb08bbd4b14c80e28f5116d"><code>5826088</code></a>
chore: extract <code>DeviceRequestPrompt</code> interface (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/14432">#14432</a>)</li>
<li><a
href="https://github.com/puppeteer/puppeteer/commit/7e1eed0838778a70acbc7a7a0133f61197335260"><code>7e1eed0</code></a>
fix: roll to Firefox 145.0.1 (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/14437">#14437</a>)</li>
<li><a
href="https://github.com/puppeteer/puppeteer/commit/bc5ef9d0a6bb9703e6154f1d1ae118df8aab19df"><code>bc5ef9d</code></a>
chore(deps-dev): bump glob from 10.4.5 to 10.5.0 (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/14436">#14436</a>)</li>
<li><a
href="https://github.com/puppeteer/puppeteer/commit/a9e7c1dc7df7de10304c2f6cdd93e95de3bc0921"><code>a9e7c1d</code></a>
feat(webdriver): use <code>emulation.setNetworkConditions</code> for
offline emulation (...</li>
<li>Additional commits viewable in <a
href="https://github.com/puppeteer/puppeteer/compare/puppeteer-v24.30.0...puppeteer-v24.31.0">compare
view</a></li>
</ul>
</details>
<br />
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 144a513 commit 6cacdfb
2 files changed
+18
-18
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
0 commit comments