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.21.1 to 1.21.2 #2439

Merged
merged 1 commit into from
Mar 14, 2023

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps es-abstract from 1.21.1 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
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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 14, 2023
@github-actions github-actions bot enabled auto-merge March 14, 2023 02:37
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/es-abstract-1.21.2 branch from 62f343d to fdb1c9c Compare March 14, 2023 02:48
Bumps [es-abstract](https://github.com/ljharb/es-abstract) from 1.21.1 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.1...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 force-pushed the dependabot/npm_and_yarn/es-abstract-1.21.2 branch from fdb1c9c to 43b7c4f Compare March 14, 2023 03:09
@github-actions github-actions bot merged commit ad29268 into main Mar 14, 2023
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/es-abstract-1.21.2 branch March 14, 2023 03:28
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
Development

Successfully merging this pull request may close these issues.

0 participants