unplugin / unplugin-vue-ce

🍒 A vue plugin that extends vue's Custom Element capabilities
MIT License
75 stars 3 forks source link

chore(deps-dev): bump es-abstract from 1.21.2 to 1.22.1 #52

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps es-abstract from 1.21.2 to 1.22.1.

Changelog

Sourced from es-abstract's changelog.

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
  • [Robustness] ES2017+: NumberToRawBytes, NumericToRawBytes: use SameValue instead of Object.is
  • [Refactor] ES2021+: ValidateAtomicAccess: use typed-array-byte-offset
  • [Refactor] ES2019+: AddEntriesFromIterable: use ThrowCompletion
  • [patch] ES2015+: ObjectDefineProperties: satisfy TODO
  • [patch] ES2015+: GetV: improve error message
  • [patch] fix spec URLs
  • [Deps] update get-intrinsic, regexp.prototype.flags, which-typed-array
  • [actions] fix permissions
  • [Tests] add buffer test case fixtures + tests
  • [Tests] skip test that modifies the env in SES
  • [Tests] fix regex flags tests for node 20
  • [Dev Deps] update @ljharb/eslint-config, aud, available-regexp-flags, is-core-module, tape
Commits
  • 856f024 v1.22.1
  • b34ef80 [Deps] add missing safe-array-concat dep
  • 954b491 v1.22.0
  • 75b0f18 [New] add ES2023
  • e9230a6 [New] ES2021+: add SetTypedArrayFromArrayLike, SetTypedArrayFromTypedArray
  • f1d8280 [New] ES2021+: add CloneArrayBuffer
  • f41a0a3 [New] ES2020+: add IsValidIntegerIndex
  • 9c0d4bd [New] ES2015+: add GetValueFromBuffer, SetValueInBuffer
  • 26852e5 [New] ES2016+: add TypedArrayCreate, TypedArraySpeciesCreate
  • ab13692 [New] ES2015+: add IsWordChar
  • 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 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)