Skip to content

chore(deps): Bump es-abstract from 1.20.4 to 1.21.1#2601

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/es-abstract-1.21.1
Closed

chore(deps): Bump es-abstract from 1.20.4 to 1.21.1#2601
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/es-abstract-1.21.1

Conversation

@dependabot
Copy link
Contributor

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

Bumps es-abstract from 1.20.4 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.20.4 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.20.4...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 🐴 chore A routine task 🚀 automerge Ready to be merged labels Jan 11, 2023
@dependabot dependabot bot requested a review from andrewjtorres January 11, 2023 04:03
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 8, 2023

Superseded by #2662.

@dependabot dependabot bot closed this Dec 8, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/es-abstract-1.21.1 branch December 8, 2023 04:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🐴 chore A routine task 🚀 automerge Ready to be merged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants