vue-app
vue-app copied to clipboard
fix(deps): bump core-js from 3.25.5 to 3.29.1
Bumps core-js from 3.25.5 to 3.29.1.
Changelog
Sourced from core-js's changelog.
3.29.1 - 2023.03.13
- Fixed dependencies of some entries
- Fixed
ToStringconversion / built-ins nature of some accessorsString.prototype.{ isWellFormed, toWellFormed }marked as supported from V8 ~ Chrome 111- Added Opera Android 74 compat data mapping
3.29.0 - 2023.02.27
- Added
URLSearchParams.prototype.sizegetter, url/734- Allowed cloning resizable
ArrayBuffers in thestructuredClonepolyfill- Fixed wrong export in
/(stable|actual|full)/instance/unshiftentries, #1207- Compat data improvements:
Setmethods proposal marked as supported from Bun 0.5.7String.prototype.toWellFormedmarked as fixed from Bun 0.5.7- Added Deno 1.31 compat data mapping
3.28.0 - 2023.02.14
I highly recommend reading this: So, what's next?
- Change
Arrayby copy proposal:
- Methods:
Array.prototype.toReversedArray.prototype.toSortedArray.prototype.toSplicedArray.prototype.with%TypedArray%.prototype.toReversed%TypedArray%.prototype.toSorted%TypedArray%.prototype.with- Moved to stable ES, January 2023 TC39 meeting
- Added
es.namespace modules,/es/and/stable/namespaces entries- Added
JSON.parsesource text access Stage 3 proposal
- Methods:
JSON.parsepatched for supportsourceinreviverfunction argumentsJSON.rawJSONJSON.isRawJSONJSON.stringifypatched for supportJSON.rawJSON- Added
ArrayBuffer.prototype.transferand friends Stage 3 proposal:
- Built-ins:
ArrayBuffer.prototype.detachedArrayBuffer.prototype.transfer(only in runtimes with nativestructuredClonewithArrayBuffertransfer support)ArrayBuffer.prototype.transferToFixedLength(only in runtimes with nativestructuredClonewithArrayBuffertransfer support)- In backwards, in runtimes with native
ArrayBuffer.prototype.transfer, but without properstructuredClone, addedArrayBuffertransfer support tostructuredClonepolyfill- Iterator Helpers proposal:
- Splitted into 2 (sync and async) proposals, async version moved back to Stage 2, January 2023 TC39 meeting
- Allowed interleaved mapping in
AsyncIteratorhelpers, proposal-iterator-helpers/262- Explicit Resource Management Stage 3 and Async Explicit Resource Management Stage 2 proposals:
InstallErrorCauseremoved fromSuppressedError, January 2023 TC39 meeting, proposal-explicit-resource-management/145- Simplified internal behaviour of
{ AsyncDisposableStack, DisposableStack }.prototype.use, proposal-explicit-resource-management/143- Added
Symbolpredicates Stage 2 proposal
- Methods:
Symbol.isRegistered
... (truncated)
Commits
f50b58e3.29.194dad66fix dependencies of some entriesc256cfffix/{ actual, full }/arrayentries76f8648fix dependencies of/full/instance/replace-allentry8e5c031fixto-set-likefinal return -> better error message for obsolete versions ...ce955d0fixToStringconversion / built-ins nature of some accessors63f9f86reduce number of intermediate entries for the root entry52ca37efix dependencies of some entries8c776153.29.02f0c87faddURLSearchParams.prototype.size- Additional commits viewable in compare view
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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)