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

Update dependency es-abstract to ~1.23.0 #113

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 31, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
es-abstract ~1.21.3 -> ~1.23.0 age adoption passing confidence

Release Notes

ljharb/es-abstract (es-abstract)

v1.23.3

Compare Source

=================

  • [Fix] ES2024: StringPad, StringPaddingBuiltinsImpl: prefer uppercase spec enums
  • [Fix] helpers/bytesAsInteger: avoid a crash in node 10.4 - 10.8
  • [Fix] ES5: CheckObjectCoercible: restore optMessage optional arg
  • [Refactor] ES2022+: update TimeString to use ToZeroPaddedDecimalString
  • [Robustness] use cached copies of builtins
  • [Deps] update string.prototype.trimstart, typed-array-length
  • [Dev Deps] update array.from, array.prototype.filter, array.prototype.indexof, object.fromentries, safe-bigint

v1.23.2

Compare Source

=================

  • [Fix] records/regexp-record: add optional [[UnicodeSets]] boolean field
  • [Fix] ES2024+: AddValueToKeyedGroup: avoid adding matched values twice
  • [Fix] ES5: CheckObjectCoercible: use the right function name
  • [Fix] ES2024+: AddEntriesFromIterable, GetIterator, GroupBy: properly capitalize spec enums
  • [Deps] update string.prototype.trim, string.prototype.trimend
  • [Tests] increase coverage

v1.23.1

Compare Source

=================

  • [Refactor] use es-object-atoms
  • [Deps] update hasown, which-typed-array, data-view-byte-length, safe-array-concat
  • [Dev Deps] update diff

v1.23.0

Compare Source

=================

  • [New] add ES2024
  • [New] ES2015+: add InternalizeJSONProperty
  • [New] ES2015+: add IntegerIndexedElement{Get,Set}
  • [New] ES2018+: add TimeZoneString
  • [New] ES2022+: add DefineMethodProperty
  • [New] ES2023: add DefaultTimeZone
  • [Fix] ES2023+: SetTypedArrayFrom{TypedArray,ArrayLike}: match engine reality
  • [Fix] ES2024+: GetViewByteLength, IsViewOutOfBounds: support engines with only own DV properties
  • [Tests] use safe-bigint

v1.22.5

Compare Source

=================

  • [Fix] ES2015+: DetachArrayBuffer: node v21.0.0+ structuredClone throws with an already-detached ArrayBuffer
  • [Fix] helpers/assertRecord: partial revert of 87c340d; unintentional breaking change
  • [patch] records: fix indentation, improve object checks
  • [Refactor] extract TA tables to separate files
  • [meta] extract "list spackled files" to separate run-script
  • [Deps] update available-typed-arrays, es-set-tostringtag, has-proto, is-negative-zero, is-shared-array-buffer, typed-array-buffer, typed-array-byte-length, typed-array-byte-offset, typed-array-length
  • [Dev Deps] update available-regexp-flags, tape
  • [Dev Deps] pin jackspeak and glob, since v2.1.2+ and v10.3.8+ respectively depend on npm aliases, which kill the install process in npm < 6
  • [Tests] use define-{accessor,data}-property
  • [Tests] fix some test cases
  • [Tests] use safeBigInt for Z() pattern to handle node 10.4 - 10.8

v1.22.4

Compare Source

=================

  • [Fix] ES2017+: IsDetachedBuffer: properly allow SABs
  • [Fix] ES2022+: ToBigInt: properly throw on an unparseable string
  • [Fix] ES2015+: ValidateTypedArray: proper detachment check and return value
  • [Fix] ES2022+: GetSubstitution: match updated semantics
  • [Refactor] prefer typeof over Type(), except for Object, where possible
  • [Refactor] use es-errors instead of get-intrinsic where possible
  • [Refactor] use es-define-property
  • [Refactor] records: extract predicates to individual files
  • [Refactor] ES2015+: Canonicalize, WordCharacters: use explicit .json extension for imports
  • [Deps] update array-buffer-byte-length, arraybuffer.prototype.slice, available-typed-arrays, call-bind, es-set-tostringtag, get-intrinsic, get-symbol-description, has-proper ty-descriptors, has-property-descriptors, hasown, internal-slot, is-array-buffer, is-typed-array, object.assign, regexp.prototype.flags, safe-array-concat, safe-regex-test, typed-array-buffer, which-typed-array
  • [eslint] remove unused overrides
  • [Tests] increase/fix coverage
  • [Dev Deps] update aud, npmignore, mock-property, tape

v1.22.3

Compare Source

=================

  • [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

v1.22.2

Compare Source

=================

  • [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

v1.22.1

Compare Source

=================

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

v1.22.0

Compare Source

=================

  • [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

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested review from agrare and Fryguy as code owners May 31, 2024 19:14
@renovate renovate bot force-pushed the renovate/es-abstract-1.x branch from 2c9a34d to 1e7e2e0 Compare June 12, 2024 16:12
@miq-bot
Copy link
Member

miq-bot commented Jun 12, 2024

Checked commit 1e7e2e0 with ruby 2.7.8, rubocop 1.56.3, haml-lint 0.51.0, and yamllint
0 files checked, 0 offenses detected
Everything looks fine. 🍰

@miq-bot miq-bot added the stale label Dec 9, 2024
@miq-bot
Copy link
Member

miq-bot commented Dec 9, 2024

This pull request has been automatically marked as stale because it has not been updated for at least 3 months.

If these changes are still valid, please remove the stale label, make any changes requested by reviewers (if any), and ensure that this issue is being looked at by the assigned/reviewer(s).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant