Skip to content

Commit

Permalink
Bump core-js from 3.37.1 to 3.38.0 in /ui (#28)
Browse files Browse the repository at this point in the history
Bumps
[core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js)
from 3.37.1 to 3.38.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>
<h5><a
href="https://github.com/zloirock/core-js/releases/tag/v3.38.0">3.38.0 -
2024.08.05</a></h5>
<ul>
<li>Changes <a
href="https://github.com/zloirock/core-js/compare/v3.37.1...v3.38.0">v3.37.1...v3.38.0</a></li>
<li><a
href="https://github.com/tc39/proposal-regex-escaping"><code>RegExp.escape</code>
proposal</a>:
<ul>
<li>Built-ins:
<ul>
<li><code>RegExp.escape</code></li>
</ul>
</li>
<li>Moved to stage 3, <a
href="https://github.com/tc39/proposals/commit/4b8ee265248abfa2c88ed71b3c541ddd5a2eaffe">June
2024</a> and <a
href="https://github.com/tc39/proposals/commit/bdb2eea6c5e41a52f2d6047d7de1a31b5d188c4f">July
2024</a> TC39 meetings</li>
<li>Updated the way of escaping, <a
href="https://redirect.github.com/tc39/proposal-regex-escaping/pull/77">regex-escaping/77</a></li>
<li>Throw an error on non-strings, <a
href="https://redirect.github.com/tc39/proposal-regex-escaping/pull/58">regex-escaping/58</a></li>
<li>Added <code>/actual/</code> namespace entries, unconditional forced
replacement changed to feature detection</li>
</ul>
</li>
<li><a
href="https://github.com/tc39/proposal-promise-try"><code>Promise.try</code>
proposal</a>:
<ul>
<li>Built-ins:
<ul>
<li><code>Promise.try</code></li>
</ul>
</li>
<li>Moved to stage 3, <a
href="https://github.com/tc39/proposals/commit/de20984cd7f7bc616682c557cb839abc100422cb">June
2024 TC39 meeting</a></li>
<li>Added <code>/actual/</code> namespace entries, unconditional forced
replacement changed to feature detection</li>
</ul>
</li>
<li><a
href="https://github.com/tc39/proposal-arraybuffer-base64"><code>Uint8Array</code>
to / from base64 and hex stage 3 proposal</a>:
<ul>
<li>Built-ins:
<ul>
<li><code>Uint8Array.fromBase64</code></li>
<li><code>Uint8Array.fromHex</code></li>
<li><code>Uint8Array.prototype.setFromBase64</code></li>
<li><code>Uint8Array.prototype.setFromHex</code></li>
<li><code>Uint8Array.prototype.toBase64</code></li>
<li><code>Uint8Array.prototype.toHex</code></li>
</ul>
</li>
<li>Added <code>Uint8Array.prototype.{ setFromBase64, setFromHex
}</code> methods</li>
<li>Added <code>Uint8Array.fromBase64</code> and
<code>Uint8Array.prototype.setFromBase64</code>
<code>lastChunkHandling</code> option, <a
href="https://redirect.github.com/tc39/proposal-arraybuffer-base64/pull/33">proposal-arraybuffer-base64/33</a></li>
<li>Added <code>Uint8Array.prototype.toBase64</code>
<code>omitPadding</code> option, <a
href="https://redirect.github.com/tc39/proposal-arraybuffer-base64/pull/60">proposal-arraybuffer-base64/60</a></li>
<li>Added throwing a <code>TypeError</code> on arrays backed by detached
buffers</li>
<li>Unconditional forced replacement changed to feature detection</li>
</ul>
</li>
<li>Fixed <code>RegExp</code> named capture groups polyfill in
combination with non-capturing groups, <a
href="https://redirect.github.com/zloirock/core-js/pull/1352">#1352</a>,
thanks <a
href="https://github.com/Ulop"><strong><code>@​Ulop</code></strong></a></li>
<li>Improved some cases of environment detection</li>
<li>Uses <a
href="https://nodejs.org/docs/latest/api/process.html#processgetbuiltinmoduleid"><code>process.getBuiltinModule</code></a>
for getting built-in NodeJS modules where it's available</li>
<li>Uses <code>https</code> instead of <code>http</code> in
<code>URL</code> constructor feature detection to avoid extra
notifications from some overly vigilant security scanners, <a
href="https://redirect.github.com/zloirock/core-js/issues/1345">#1345</a></li>
<li>Some minor optimizations</li>
<li>Updated <code>browserslist</code> in <code>core-js-compat</code>
dependencies that fixes an upstream issue with incorrect interpretation
of some <code>browserslist</code> queries, <a
href="https://redirect.github.com/zloirock/core-js/issues/1344">#1344</a>,
<a
href="https://redirect.github.com/browserslist/browserslist/issues/829">browserslist/829</a>,
<a
href="https://redirect.github.com/browserslist/browserslist/pull/836">browserslist/836</a></li>
<li>Compat data improvements:
<ul>
<li>Added <a
href="https://webkit.org/blog/15443/news-from-wwdc24-webkit-in-safari-18-beta/">Safari
18.0</a> compat data:
<ul>
<li>Fixed <a
href="https://github.com/tc39/proposal-array-grouping"><code>Object.groupBy</code>
and <code>Map.groupBy</code></a> to <a
href="https://bugs.webkit.org/show_bug.cgi?id=271524">work for
non-objects</a></li>
<li>Fixed <a
href="https://bugs.webkit.org/show_bug.cgi?id=267494">throwing a
<code>RangeError</code> if <code>Set</code> methods are called on an
object with negative size property</a></li>
<li>Fixed <a
href="https://bugs.webkit.org/show_bug.cgi?id=272679"><code>Set.prototype.symmetricDifference</code>
to call <code>this.has</code> in each iteration</a></li>
<li>Fixed <a
href="https://github.com/tc39/proposal-array-from-async"><code>Array.fromAsync</code></a>
to <a href="https://bugs.webkit.org/show_bug.cgi?id=271703">not call the
<code>Array</code> constructor twice</a></li>
<li>Added <a
href="https://url.spec.whatwg.org/#dom-url-parse"><code>URL.parse</code></a></li>
</ul>
</li>
<li><a
href="https://github.com/tc39/proposal-float16array"><code>Math.f16round</code>
and <code>DataView.prototype.{ getFloat16, setFloat16 }</code></a>
marked as <a
href="https://bugzilla.mozilla.org/show_bug.cgi?id=1903329">shipped from
FF129</a></li>
<li><a
href="https://github.com/tc39/proposal-explicit-resource-management"><code>Symbol.asyncDispose</code></a>
added and marked as supported from V8 ~ Chromium 127</li>
<li><a
href="https://github.com/tc39/proposal-promise-try"><code>Promise.try</code></a>
added and marked as supported <a
href="https://chromestatus.com/feature/6315704705089536">from V8 ~
Chromium 128</a></li>
<li>Added Deno <a
href="https://github.com/denoland/deno/releases/tag/v1.44.0">1.44</a>
and <a
href="https://github.com/denoland/deno/releases/tag/v1.45.0">1.45</a>
compat data mapping</li>
<li><code>self</code> descriptor <a
href="https://redirect.github.com/denoland/deno/issues/24683">is broken
in Deno 1.45.3</a> (again)</li>
<li>Added Electron 32 and 33 compat data mapping</li>
<li>Added <a
href="https://forums.opera.com/topic/72570/opera-for-android-83">Opera
Android 83</a> compat data mapping</li>
<li>Added Samsung Internet 27 compat data mapping</li>
<li>Added Oculus Quest Browser 34 compat data mapping</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/zloirock/core-js/commit/4a322bf3a89fd4579b938ab09941b509f9db7136"><code>4a322bf</code></a>
v3.38.0</li>
<li><a
href="https://github.com/zloirock/core-js/commit/9408792f1e3427fd052119f4c13d7e275cc7eb28"><code>9408792</code></a>
replace a regex with a simple comparison</li>
<li><a
href="https://github.com/zloirock/core-js/commit/0595aafaa187f6dfe0a0bf411f13ca4f3ce1c5eb"><code>0595aaf</code></a>
simplify a regex</li>
<li><a
href="https://github.com/zloirock/core-js/commit/269890f25d3e92bb79fc8238e4eb38ddf91af87e"><code>269890f</code></a>
replace a regex with conditions</li>
<li><a
href="https://github.com/zloirock/core-js/commit/4ce7d0c2ce923b1ee1e56f2800591b908bd1c012"><code>4ce7d0c</code></a>
add <code>Uint8Array.prototype.setFromBase64</code> and
<code>lastChunkHandling</code> option</li>
<li><a
href="https://github.com/zloirock/core-js/commit/8b10ea878c9bfa88c7899d838b11b43c79503ca3"><code>8b10ea8</code></a>
add feature detection to <code>Promise.try</code></li>
<li><a
href="https://github.com/zloirock/core-js/commit/19b1a6810882abe5134590a0aa11e91f7ca71a31"><code>19b1a68</code></a>
add feature detection to <code>RegExp.escape</code></li>
<li><a
href="https://github.com/zloirock/core-js/commit/5b2874cf85b1edddd80eef6c4fd3b823c9b40c54"><code>5b2874c</code></a>
move <code>RegExp.escape</code> to stage 3</li>
<li><a
href="https://github.com/zloirock/core-js/commit/6250ccb09750303cd1153eba407914ea2fa61556"><code>6250ccb</code></a>
rename <code>internals/global</code> -&gt;
<code>internals/global-this</code></li>
<li><a
href="https://github.com/zloirock/core-js/commit/25b57167209152aaedbf2dbcb01b2a6e90568aeb"><code>25b5716</code></a>
improve some cases of environment detection</li>
<li>Additional commits viewable in <a
href="https://github.com/zloirock/core-js/commits/v3.38.0/packages/core-js">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=core-js&package-manager=npm_and_yarn&previous-version=3.37.1&new-version=3.38.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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 this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 6, 2024
1 parent 59e47d2 commit 2d62fe5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"axios": "^1.7.3",
"chartist-plugin-tooltips-updated": "^0.1.4",
"core-js": "^3.37.1",
"core-js": "^3.38.0",
"moment": "^2.29.1",
"vue": "^3.4.35",
"vue-chartist": "^3.0.0",
Expand Down

0 comments on commit 2d62fe5

Please sign in to comment.