An open index of dependabot pull requests across open source projects.

Bump the packages group with 3 updates

Open
Number: #171
Type: Pull Request
State: Open
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 0
Created: May 22, 2025 at 10:59 PM UTC
(6 months ago)
Updated: May 22, 2025 at 10:59 PM UTC
(6 months ago)
Labels:
dependencies javascript
Assignees:
poad
Description:

Bumps the packages group with 3 updates: electron-to-chromium, es-abstract and zod.

Updates electron-to-chromium from 1.5.155 to 1.5.156

Commits

Updates es-abstract from 1.23.9 to 1.23.10

Changelog

Sourced from es-abstract's changelog.

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
  • [Tests] increase coverage
  • [Tests] increase coverage
  • [Tests] node 20 throws with RABs that are not a multiple of 4 and 8
  • [Tests] refactor TA types arrays to year-taking functions
  • [Tests] refactor test megafile into file-per-method tests
  • [Tests] remove now-unused test mega-file
  • [Tests] some cleanups
  • [Tests] use proper import
Commits
  • 194b788 v1.23.10
  • 895ca1a [Tests] use proper import
  • 871c9c7 [Refactor] Typed Array stuff: store "choices" string in the table file
  • eae69ae [Tests] refactor TA types arrays to year-taking functions
  • cd7b7af [Fix] properly handle Float16Array
  • 978a0b0 [Tests] remove now-unused test mega-file
  • f9ec370 [Tests] refactor test megafile into file-per-method tests
  • dd43bb5 [Dev Deps] pin glob to v7
  • 35d2061 [Refactor] ES2021+: use isInteger directly in a few AOs
  • 75511e2 [Refactor] ES2022+: ValidateAndApplyPropertyDescriptor: use typeof over...
  • Additional commits viewable in compare view

Updates zod from 3.25.17 to 3.25.22

Release notes

Sourced from zod's releases.

v3.25.22

Commits:

  • 61adf85cba3a035c005e8de173a3dc08076e4ab8 Update basics.mdx: Fix #4479 (#4480)
  • f3a5fe6eeea5c86e43a23bcf1666b48dfddc6b9e Fix incorrect code block in zod safeParse documentation (#4467)
  • 2a6fe867dec59fc7681289099b1c246f579b590f Update README.md (#4465)
  • 8acf0e1f8ab2eaff1affe4e798468883abeae823 docs: fix safeParse sentence (#4450)
  • 98c849de3b07ff335a1c8ce59f0beed9596c2211 3.25.22. Remove src and test from package. Add semver precommit check. Update release-canary

v3.25.21

Commits:

  • a2c98924956f5601358577285e7b45675e26f26f Clean up play.ts
  • 6d47791be6088907af7f8e0ae3bf154164650509 Fix v.custom input type, add z.core., error map docs

v3.25.20

Commits:

  • 709dfe3d130ef696d3565f877326230a22b3e887 Add global File fallback

v3.25.18

Commits:

  • 17ee03e85495c111354cd75e50b8d239b0d92c79 v3.25.18
Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
Pull Request Statistics
Commits:
1
Files Changed:
1
Additions:
+20
Deletions:
-20
Package Dependencies
Package:
zod
Ecosystem:
npm
Version Change:
3.25.17 → 3.25.22
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.5.155 → 1.5.156
Update Type:
Patch
Package:
es-abstract
Ecosystem:
npm
Version Change:
1.23.9 → 1.23.10
Update Type:
Patch
Technical Details
ID: 585901
UUID: 2538415390
Node ID: PR_kwDOMzbQP86XTSUe
Host: GitHub
Repository: poad/github-rest-api-executor
Merge State: Unknown