ROhta / bingo_next

GNU General Public License v3.0
0 stars 0 forks source link

[skip ci](deps): Bump es-abstract from 1.20.5 to 1.21.0 #405

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps es-abstract from 1.20.5 to 1.21.0.

Changelog

Sourced from es-abstract's changelog.

1.21.0 / 2023-01-04

  • [New] ES2015+: add IsDetachedBuffer
  • [New] ES2015+: add DetachArrayBuffer
  • [New] ES2020+: add NumericToRawBytes
  • [New] ES2017 - ES2019: add NumberToRawBytes
  • [New] ES2020+: add RawBytesToNumeric
  • [New] ES2017-ES2019: add RawBytesToNumber
  • [New] ES2017+: add ValidateAtomicAccess
  • [New] ES2021+: add ValidateIntegerTypedArray
  • [New] ES2015+: add ValidateTypedArray
  • [New] ES2015+: add GetGlobalObject
  • [New] ES2022+: add TypedArrayElementSize, TypedArrayElementType
  • [New] ES2015+: add max, min
  • [New] helpers/assertRecord: add predicates for PromiseCapability and AsyncGeneratorRequest Records
  • [New] ES2018+: add AsyncIteratorClose
  • [New] ES2015+: IteratorClose: also accept a Completion Record instance instead of a completion thunk
  • [New] ES2015+ (CompletionRecord, NormalCompletion), ES2018+ (ThrowCompletion): add new AOs
  • [New] ES2015+ (ObjectCreate) and ES2020+ (OrdinaryObjectCreate): use internal-slot to support additional slots
  • [New] ES2018+: add CreateAsyncFromSyncIterator
  • [patch] ES2015+: GetMethod: better failure message
  • [Refactor] use es-set-tostringtag package
  • [Refactor] use has-proto package
  • [Deps] update has-proto, es-set-tostringtag, internal-slot
  • [meta] fix spackle script to git add after all writing is done
  • [meta] autogenerate esX entry points
  • [meta] use a leading slash in gitattributes for proper spackle matching
  • [Tests] fix comments on missing AOs
  • [Tests] filter out host-defined AOs
  • [Dev Deps] update @ljharb/eslint-config, aud
Commits
  • 36c0d51 v1.21.0
  • 98eb9e0 [Fix] IsDetachedBuffer: node < 0.11 lacks a byteLength getter
  • 9db29a2 [Fix] NumberToRawBytes, NumericToRawBytes: Math.log2 is not in node < 0.11
  • 12570c4 [New] ES2015+: add IsDetachedBuffer
  • fb80662 [New] ES2015+: add DetachArrayBuffer
  • 5c402c9 [New] ES2020+: add NumericToRawBytes
  • 404c75d [New] ES2017 - ES2019: add NumberToRawBytes
  • 3ff897e [New] ES2020+: add RawBytesToNumeric
  • 354b5c4 [New] ES2017-ES2019: add RawBytesToNumber
  • fd2848c [New] ES2017+: add ValidateAtomicAccess
  • Additional commits viewable in compare view


Dependabot compatibility score

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 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 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)