Changeset 79a0317 for imaps-frontend/node_modules/es-abstract/CHANGELOG.md
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/es-abstract/CHANGELOG.md
r0c6b92a r79a0317 1 1.23.9 / 2025-01-02 2 ================= 3 * [Refactor] use `get-proto` directly 4 * [Refactor] use `set-proto` directly 5 * [Refactor] use `Reflect.setPrototypeOf` and `dunder-proto` in `setProto` helper 6 * [Refactor] `ES2015`+: `ArrayCreate`: use `setProto` helper 7 * [Deps] update `es-set-tostringtag`, `own-keys` 8 * [Dev Deps] update `is-core-module` 9 * [Tests] use `own-keys` directly 10 11 1.23.8 / 2024-12-28 12 ================= 13 * [Refactor] use `own-keys` 14 * [Refactor] use `safe-push-apply` 15 16 1.23.7 / 2024-12-20 17 ================= 18 * [Refactor] create and use `helpers/isPropertyKey` 19 * [Refactor] add `timeValue` helper, use it 20 * [Deps] update `array-buffer-byte-length`, `data-view-buffer`, `data-view-byte-length`, `data-view-byte-offset`, `function.prototype.name`, `get-symbol-description`, `is-array-buffer`, `is-shared-array-buffer`, `is-typed-array`, `math-intrinsics`, `object.assign`, `typed-array-buffer`, `typed-array-byte-length`, `typed-array-byte-offset`, `unbox-primitive`, `which-typed-array` 21 * [Deps] remove unused dep 22 * [Dev Deps] update `array.prototype.indexof`, `has-bigints`, `is-registered-symbol`, `safe-bigint` 23 24 1.23.6 / 2024-12-15 25 ================= 26 * [Fix] `ES2015` - `ES2019`: `IntegerIndexedElementSet`: reject BigInt Typed Arrays prior to ES2020 27 * [Fix] `ES2023`+: `SetTypedArrayFromTypedArray`: provide missing `cloneConstructor` argument to `CloneArrayBuffer` 28 * [Fix] `ES2024`+: `FindViaPredicate`: spec enums are uppercase now 29 * [Fix] `ES2017` - `ES2019`: `SetValueInBuffer`: handle proper number of arguments 30 * [Fix] `ES2015`+: `QuoteJSONString`: properly handle surrogates 31 * [Fix] `ES2015`+: `TestIntegrityLevel`: properly handle envs without property descriptors 32 * [patch] `ES2018` - `ES2023`: `thisSymbolValue`: only require `Symbol.prototype.valueOf` for boxed Symbols 33 * [Robustness] `ES2015` - `ES2016`: `SetValueInBuffer`: salt dictionary keys in case of pre-proto envs 34 * [Refactor] use `math-intrinsics` 35 * [Refactor] use `call-bound` directly 36 * [Refactor] `ES2015`+: `GetIterator`: hoist an object to module scope 37 * [Refactor] use `typeof` over `Type()` when possible 38 * [Refactor] `ES2015` - `ES2016`: `GetValueFromBuffer`: remove unnecessary extra helper argument 39 * [Refactor] misc cleanups 40 * [Refactor] make and use `isObject` helper 41 * [Refactor] `ES5`+: `MonthFromTime`: throw a `RangeError` for an out of range timestamp 42 * [Refactor] use `+` over `Number()` 43 * [Deps] update `arraybuffer.prototype.slice`, `call-bind`, `es-define-property`, `es-to-primitive`, `function.prototype.name`, `get-intrinsic`, `gopd`, `has-proto`, `has-symbols`, `internal-slot`, `is-data-view`, `is-regex`, `is-string`, `which-typed-array`, `is-weakref`, `safe-array-concat`, `safe-regex-test`, `string.prototype.trim`, `string.prototype.trimend`, `typed-array-byte-offset`, `typed-array-length` 44 * [meta] remove unnecessary unspackles 45 * [Tests] `isStringOrUndefined`: increase coverage 46 * [Tests] bigint tests are ES2020+ only 47 * [Dev Deps] update `array.prototype.flatmap`, `is-core-module`, `is-registered-symbol` 48 1 49 1.23.5 / 2024-11-14 2 50 =================
Note:
See TracChangeset
for help on using the changeset viewer.