Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump es-abstract from 1.17.5 to 1.21.1 #1597

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 16, 2023

Bumps es-abstract from 1.17.5 to 1.21.1.

Changelog

Sourced from es-abstract's changelog.

1.21.1 / 2023-01-10

  • [Fix] move available-typed-arrays to runtime deps
  • [Fix] ES2021+: NumberToBigInt: throw the proper error on an env without BigInts
  • [Fix] ES2018+: CreateAsyncFromSyncIterator: properly check next method args length
  • [Fix] ES2020-ES2021: Abstract Relational Comparison: handle BigInts properly
  • [Fix] ES2022+: StringToBigInt: invalid BigInts should be undefined, not NaN as in previous years
  • [Fix] helpers/isFinite: properly handle BigInt values
  • [Fix] ES2020+: CreateListFromArrayLike: accept BigInts
  • [Fix] ES2019+: AsyncFromSyncIteratorContinuation: throw a SyntaxError when > 1 arg is passed
  • [patch] ES2020+: GetIterator: use SyntaxError for intentionally unsupported
  • [patch] ES2015+: GetPrototypeFromContructor: use SyntaxError for intentionally unsupported
  • [patch] ES2022+: StringToNumber: fix non-string assertion failure message
  • [Deps] update es-set-tostringtag, is-array-buffer
  • [Tests] increase coverage
  • [Tests] exclude coverage from files that have been replaced by an extracted package

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

1.20.5 / 2022-12-07

... (truncated)

Commits
  • b3fc2d4 v1.21.1
  • c18ed51 [Fix] move available-typed-arrays to runtime deps
  • 29efb19 [Tests] increase coverage
  • dae0e34 [Fix] ES2021+: NumberToBigInt: throw the proper error on an env without B...
  • 720d619 [Fix] ES2018+: CreateAsyncFromSyncIterator: properly check next method ...
  • c941803 [Tests] increase coverage
  • f787cce [patch] ES2020+: GetIterator: use SyntaxError for intentionally unsupported
  • 337548c [patch] ES2015+: GetPrototypeFromContructor: use SyntaxError for intentio...
  • 118b586 [Tests] increase coverage
  • 385676f [Fix] ES2020-ES2021: Abstract Relational Comparison: handle BigInts properly
  • 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)

Bumps [es-abstract](https://github.com/ljharb/es-abstract) from 1.17.5 to 1.21.1.
- [Release notes](https://github.com/ljharb/es-abstract/releases)
- [Changelog](https://github.com/ljharb/es-abstract/blob/main/CHANGELOG.md)
- [Commits](ljharb/es-abstract@v1.17.5...v1.21.1)

---
updated-dependencies:
- dependency-name: es-abstract
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
0 participants