Skip to content

chore(deps): Bump es-abstract from 1.20.4 to 1.22.3#2662

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

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

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 8, 2023

Bumps es-abstract from 1.20.4 to 1.22.3.

Changelog

Sourced from es-abstract's changelog.

1.22.3 / 2023-10-20

  • [Fix] ES2015+: GetSubstitution: accept undefined instead of a hole
  • [Refactor] use hasown instead of has
  • [Deps] update call-bind, get-intrinsic, object-inspect, which-typed-array
  • [Dev Deps] update function-bind, is-core-module, mock-property, tape

1.22.2 / 2023-09-14

  • [Fix] ES2015+: NewPromiseCapability: use AOs from the current year, not 2022
  • [Refactor] ES2021+: SetTypedArrayFromArrayLike: use IsBigIntElementType
  • [Refactor] properly name helpers/typedArrayConstructors
  • [Refactor] simplify helpers
  • [Deps] update arraybuffer.prototype.slice, function.prototype.name, is-typed-array, regexp.prototype.flags, safe-array-concat, string.prototype.trim, string.prototype.trimend, string.prototype.trimstart, which-typed-array
  • [actions] update actions
  • [Tests] run SES tests on more node versions
  • [Dev Deps] update @unicode/unicode-15.0.0, array.from, array.prototype.filter, array.prototype.flatmap, array.prototype.indexof, is-core-module, object.fromentries, ses, tape

1.22.1 / 2023-07-15

  • [Deps] add missing safe-array-concat dep

1.22.0 / 2023-07-15

  • [New] add ES2023
  • [New] ES2021+: add SetTypedArrayFromArrayLike, SetTypedArrayFromTypedArray
  • [New] ES2021+: add CloneArrayBuffer
  • [New] ES2020+: add IsValidIntegerIndex
  • [New] ES2015+: add GetValueFromBuffer, SetValueInBuffer
  • [New] ES2016+: add TypedArrayCreate, TypedArraySpeciesCreate
  • [New] ES2015+: add IsWordChar
  • [New] ES2017+ add WordCharacters
  • [New] ES2015+: add Canonicalize
  • [New] ES2015+: add NewPromiseCapability
  • [Fix] ES2017+: NumberToRawBytes, NumericToRawBytes: reimplement Float64, fix integer scenarios
  • [Refactor] add helpers/isLineTerminator
  • [Refactor] add isInteger helper, and use it
  • [Refactor] extract isStringOrHole to a helper
  • [Refactor] ES2017+: RawBytesToNumber, RawBytesToNumeric: extract common code to helpers
  • [Refactor] make a MAX_VALUE helper
  • [Tests] fix RawBytesToNumeric tests in node v10.4-10.8
  • [Tests] fix buffer test cases in node v10.4-v10.8

1.21.3 / 2023-07-12

  • [Fix] ES2017+: RawBytesToNumber, RawBytesToNumeric: properly handle some scenarios
  • [Fix] ES2015+: GetV: the receiver is V, not O
  • [Fix] ES2017+: RawBytesToNumber, RawBytesToNumeric: fix exponent calculation for Float64, improve tests
  • [Fix] ES2017+: RawBytesToNumber, RawBytesToNumeric: fix logic, improve tests
  • [Fix] ES2019+: thisTimeValue: fix spackling

... (truncated)

Commits
  • a3f8acc v1.22.3
  • 46b1bb8 [Refactor] use hasown instead of has
  • 6ff7b91 [Deps] update call-bind, get-intrinsic, object-inspect, `which-typed-ar...
  • 0726554 [Dev Deps] update function-bind, is-core-module, mock-property, tape
  • bdc99a7 [Dev Deps] update tape
  • 1f19d99 [Fix] ES2015+: GetSubstitution: accept undefined instead of a hole
  • 39fd70b v1.22.2
  • 7d3929c [Deps] update arraybuffer.prototype.slice, function.prototype.name, `rege...
  • 8df26d1 [Dev Deps] update @unicode/unicode-15.0.0, array.from, `array.prototype.f...
  • 4c04ee2 [Refactor] properly name helpers/typedArrayConstructors
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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.22.3.
- [Changelog](https://github.com/ljharb/es-abstract/blob/main/CHANGELOG.md)
- [Commits](ljharb/es-abstract@v1.20.4...v1.22.3)

---
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 Dec 8, 2023
@dependabot dependabot bot requested a review from andrewjtorres December 8, 2023 04:46
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 14, 2024

Superseded by #2706.

@dependabot dependabot bot closed this Feb 14, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/es-abstract-1.22.3 branch February 14, 2024 04:32
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