Skip to content

build: bump es-abstract from 1.23.9 to 1.24.0 #1392

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 2, 2025

Bumps es-abstract from 1.23.9 to 1.24.0.

Changelog

Sourced from es-abstract's changelog.

1.24.0 / 2025-05-28

  • [New] add ES2025 (#159)
  • [New] ES2023+: add GetNamedTimeZoneEpochNanoseconds, GetUTCEpochNanoseconds, IsTimeZoneOffsetString
  • [New] ES2015+: CharacterRange: also accept CharSets
  • [New] ES2024+: add AllCharacters, CharacterComplement
  • [Refactor] StringIndexOf: anticipate ES2025 not found sentinel change
  • [Deps] update stop-iteration-iterator
  • [Tests] increase coverage

1.23.10 / 2025-05-21

  • [Fix] properly handle Float16Array
  • [Fix] ES2024+: IsViewOutOfBounds: properly handle resizable array buffers
  • [Fix] ES2024+: IsTypedArrayOutOfBounds: properly handle resizable arrays
  • [Fix] ES2024+: GetViewByteLength, TypedArrayByteLength, TypedArrayLength: properly handle resizable arrays
  • [Fix] ES2020+: abs should accept bigints too
  • [Fix] ES2024+: ArrayBufferByteLength: return the byte length for SABs, not NaN
  • [Fix] ES2024+: ArrayBufferCopyAndDetach: properly handle resizable ArrayBuffers; add tests
  • [Fix] ES2021: SetTypedArrayFromTypedArray: get proper source element size
  • [Fix] ES2023+: SetTypedArrayFromTypedArray: ArrayBuffer shouldn‘t be bound
  • [Fix] ES2022,ES2023: ValidateIntegerTypedArray: return the buffer
  • [patch] ES2023+: SortIndexedProperties: improve error message
  • [patch] clean up some comments
  • [patch] ES2023+: InternalizeJSONProperty: remove extra argument
  • [patch] ES2020+: GetIterator`: fix comment to indicate that it changed in ES2018
  • [Refactor] Typed Array stuff: store "choices" string in the table file
  • [Refactor] ES2021+: use isInteger directly in a few AOs
  • [Refactor] ES2022+: ValidateAndApplyPropertyDescriptor: use typeof over Type()
  • [Refactor] helpers/getIteratorMethod: no longer require a passed-in IsArray
  • [Refactor] ES2017+: Num{ber,eric}ToRawBytes, RawBytesToNum{ber,eric}: use TAO table sizes
  • [Refactor] ES2015+: {,Ordinary}ObjectCreate: prefer __proto__ syntax over Object.create
  • [Refactor] CopyDataProperties tests are the same in ES2020 as in ES2018
  • [Refactor] ES2016 - ES2020: UTF16Encoding: match UTF16EncodeCodePoint
  • [Refactor] use es-object-atoms/isObject directly
  • [Refactor] add isSameType helper, and use it
  • [Refactor] ES2017+: WordCharacters: String.prototype.indexOf should always be present
  • [Refactor] use arr[arr.length] = x instead of $push(arr, x)
  • [Robustness] ES2015+: ObjectDefineProperties: use OrdinaryGetOwnProperty to handle a missing gOPD
  • [meta] add missing comments
  • [meta] fix operations npmignores
  • [meta] fix URL in comment
  • [meta] note isNegativeZero helper is slated for removal (#155)
  • [Deps] update call-bound, which-typed-array, es-object-atoms, get-intrinsic, get-proto, regexp.prototype.flags, is-weakref, object-inspect
  • [Dev Deps] pin glob to v7
  • [Dev Deps] update @unicode/unicode-15.0.0, es-value-fixtures, for-each, has-strict-mode, ses
  • [Tests] avoid an OOM in node 20 on SES tests
  • [Tests] compare correct TA type
  • [Tests] consolidate map of AO property names to prose names
  • [Tests] extract common helpers

... (truncated)

Commits
  • ba4a616 v1.24.0
  • 345e80e [Deps] update stop-iteration-iterator
  • 846d513 [New] add ES2025
  • bfb7f5f [New] ES2023+: add GetNamedTimeZoneEpochNanoseconds, `GetUTCEpochNanoseco...
  • 0dd6831 [New] ES2015+: CharacterRange: also accept CharSets
  • a439704 [New] ES2024+: add AllCharacters, CharacterComplement
  • 6fdcc2e [Refactor] StringIndexOf: anticipate ES2025 not found sentinel change
  • 80af174 [Tests] increase coverage
  • 194b788 v1.23.10
  • 895ca1a [Tests] use proper import
  • 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.23.9 to 1.24.0.
- [Changelog](https://github.com/ljharb/es-abstract/blob/main/CHANGELOG.md)
- [Commits](ljharb/es-abstract@v1.23.9...v1.24.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 2, 2025
@paulschreiber paulschreiber merged commit 236b619 into dependencies Jun 3, 2025
1 check passed
@paulschreiber paulschreiber deleted the dependabot/npm_and_yarn/dependencies/es-abstract-1.24.0 branch June 3, 2025 16:03
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.

1 participant