Skip to content
This repository was archived by the owner on Oct 22, 2023. It is now read-only.

chore(deps): bump es-abstract from 1.21.0 to 1.21.2 #669

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 13, 2023

Bumps es-abstract from 1.21.0 to 1.21.2.

Changelog

Sourced from es-abstract's changelog.

1.21.2 / 2023-03-12

  • [Fix] ES2015+: CreateDataProperty: use OrdinaryDefineOwnProperty
  • [Fix] ES2015+: CreateDataProperty: use OrdinaryDefineOwnProperty
  • [Fix] ES2015+: GetPrototypeFromConstructor: add missing assertion that intrinsicDefaultProto is an object
  • [Fix] ES2015+: IsDetachedBuffer: ensure a nullish error does not crash
  • [Fix] ES2015+: ToDateString: properly handle time values that aren’t "now"
  • [Fix] ES2015+: ToUint8Clamp: avoid an extra observable ToNumber
  • [Fix] ES2015+: GetMethod: when funcis not callable andP` is a symbol, avoid the wrong TypeError
  • [Fix] ES2020+: ToBigInt: properly throw on anything besides string, bigint, boolean
  • [Fix] ES2021+: SplitMatch: instead of false, return 'not-matched'
  • [Fix] helpers/assertRecord: handle nullish input
  • [Fix] helpers/isFullyPopulatedPropertyDescriptor: handle primitive inputs
  • [Robustness] ES5: ToNumber: avoid relying on runtime .test and .replace
  • [Refactor] ES2015: mark IsDataDescriptor and IsAccessorDescriptor as spackled
  • [Refactor] ES2015+: IsDetachedBuffer: use array-buffer-byte-length package
  • [Refactor] ES2015+: OrdinaryHasInstance: rely on falsiness
  • [Refactor] ES2016+: CreateListFromArrayLike: hoist default element types to module level
  • [Refactor] ES2022+: StringToNumber, ToNumber: use string.prototype.trim
  • [patch] ES2022+: IsLessThan: fix a comment
  • [patch] ES2022+: TypedArrayElementSize, TypedArrayElementType: throw a SyntaxError with an unknown TA type
  • [patch] ES2022+: IsLessThan: fix a comment
  • [patch] ES2020+: thisBigIntValue: throw a SyntaxError, not TypeError, for unsupported features
  • [patch] helpers/getIteratorMethod: String is always available
  • [patch] fix commented spec URLs
  • [patch] omit % for callBound
  • [meta] fix spec URLs
  • [meta] fix spackle metadata, comments
  • [Deps] update get-intrinsic, internal-slot, is-array-buffer, object-inspect
  • [Deps] move function-bind to dev deps
  • [Tests] String.fromCharCode takes numbers, not strings
  • [Tests] use makeIteratorRecord helper
  • [Tests] increase coverage
  • [Tests] fix tests that throw a sentinel
  • [Dev Deps] update array.from, available-regexp-flags, tape

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

... (truncated)

Commits
  • 825d13b v1.21.2
  • 116c985 [Fix] ES2021+: SplitMatch: instead of false, return 'not-matched'
  • 220801e [meta] fix spackle metadata, comments
  • 2b3d4b9 [Deps] move function-bind to dev deps
  • 0a4dcb2 [Fix] ES2020+: ToBigInt: properly throw on anything besides string, bigin...
  • 7131d78 [Fix] helpers/assertRecord: handle nullish input
  • 30b1270 [Fix] ES2015+: IsDetachedBuffer: ensure a nullish error does not crash
  • 617f803 [Refactor] ES2015+: OrdinaryHasInstance: rely on falsiness
  • ca8b989 [patch] helpers/getIteratorMethod: String is always available
  • 60fe551 [Refactor] ES2016+: CreateListFromArrayLike: hoist default element types ...
  • 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.21.0 to 1.21.2.
- [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.21.0...v1.21.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants