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

chore(deps): Bump es-abstract from 1.20.4 to 1.22.4 #2706

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 14, 2024

Bumps es-abstract from 1.20.4 to 1.22.4.

Changelog

Sourced from es-abstract's changelog.

1.22.4 / 2024-02-13

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

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

... (truncated)

Commits
  • d786558 v1.22.4
  • 70cb499 [Deps] update call-bind, has-property-descriptors
  • bd7551c [Refactor] prefer typeof over Type(), except for Object, where possible
  • c710d7c [Refactor] use es-errors instead of get-intrinsic where possible
  • cc260e7 [Refactor] use es-define-property
  • 76bdffb [Deps] update array-buffer-byte-length, arraybuffer.prototype.slice, `cal...
  • 3baa2f7 [eslint] remove unused overrides
  • 3f96c40 [Fix] ES2017+: IsDetachedBuffer: properly allow SABs
  • ff8f851 [Tests] increase/fix coverage
  • 2989806 [Fix] ES2022+: ToBigInt: properly throw on an unparseable string
  • 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.4.
- [Changelog](https://github.com/ljharb/es-abstract/blob/main/CHANGELOG.md)
- [Commits](ljharb/es-abstract@v1.20.4...v1.22.4)

---
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 Feb 14, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 29, 2024

Superseded by #2716.

@dependabot dependabot bot closed this Feb 29, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/es-abstract-1.22.4 branch February 29, 2024 05:00
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.

None yet

0 participants