Skip to content

Bump minimist and mocha in /tools/clusterfuzz/js_fuzzer#109

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/tools/clusterfuzz/js_fuzzer/multi-15121cada2
Closed

Bump minimist and mocha in /tools/clusterfuzz/js_fuzzer#109
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/tools/clusterfuzz/js_fuzzer/multi-15121cada2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 10, 2025

Copy link
Copy Markdown

Bumps minimist to 1.2.8 and updates ancestor dependency mocha. These dependencies need to be updated together.

Updates minimist from 0.0.8 to 1.2.8

Changelog

Sourced from minimist's changelog.

v1.2.8 - 2023-02-09

Merged

Fixed

Commits

  • Merge tag 'v0.2.3' a026794
  • [eslint] fix indentation and whitespace 5368ca4
  • [eslint] fix indentation and whitespace e5f5067
  • [eslint] more cleanup 62fde7d
  • [eslint] more cleanup 36ac5d0
  • [meta] add auto-changelog 73923d2
  • [actions] add reusable workflows d80727d
  • [eslint] add eslint; rules to enable later are warnings 48bc06a
  • [eslint] fix indentation 34b0f1c
  • [readme] rename and add badges 5df0fe4
  • [Dev Deps] switch from covert to nyc a48b128
  • [Dev Deps] update covert, tape; remove unnecessary tap f0fb958
  • [meta] create FUNDING.yml; add funding in package.json 3639e0c
  • [meta] use npmignore to autogenerate an npmignore file be2e038
  • Only apps should have lockfiles 282b570
  • isConstructorOrProto adapted from PR ef9153f
  • [Dev Deps] update @ljharb/eslint-config, aud 098873c
  • [Dev Deps] update @ljharb/eslint-config, aud 3124ed3
  • [meta] add safe-publish-latest 4b927de
  • [Tests] add aud in posttest b32d9bd
  • [meta] update repo URLs f9fdfc0
  • [actions] Avoid 0.6 tests due to build failures ba92fe6
  • [Dev Deps] update tape 950eaa7
  • [Dev Deps] add missing npmignore dev dep 3226afa
  • Merge tag 'v0.2.2' 980d7ac

v1.2.7 - 2022-10-10

Commits

... (truncated)

Commits
  • 6901ee2 v1.2.8
  • a026794 Merge tag 'v0.2.3'
  • c0b2661 v0.2.3
  • 63b8fee [Fix] Fix long option followed by single dash (#17)
  • 72239e6 [Tests] Remove duplicate test (#12)
  • 34b0f1c [eslint] fix indentation
  • 3226afa [Dev Deps] add missing npmignore dev dep
  • 098873c [Dev Deps] update @ljharb/eslint-config, aud
  • 9ec4d27 [Fix] Fix long option followed by single dash
  • ba92fe6 [actions] Avoid 0.6 tests due to build failures
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by ljharb, a new releaser for minimist since your current version.


Updates mocha from 3.5.3 to 11.1.0

Release notes

Sourced from mocha's releases.

v11.1.0

11.1.0 (2025-01-02)

🌟 Features

v11.0.2

11.0.2 (2024-12-09)

🩹 Fixes

  • catch exceptions setting Error.stackTraceLimit (#5254) (259f8f8)
  • error handling for unexpected numeric arguments passed to cli (#5263) (210d658)

📚 Documentation

  • correct outdated status: accepting prs link (#5268) (f729cd0)
  • replace "New in" with "Since" in version annotations (#5262) (6f10d12)

v11.0.1

11.0.1 (2024-12-02)

🌟 Features

📚 Documentation

  • fix examples for linkPartialObjects methods (#5255) (34e0e52)

v11.0.0 Prerelease

11.0.0 (2024-11-11)

⚠ BREAKING CHANGES

  • adapt new engine range for Mocha 11 (#5216)

🌟 Features

🩹 Fixes

... (truncated)

Changelog

Sourced from mocha's changelog.

11.1.0 (2025-01-02)

🌟 Features

11.0.2 (2024-12-09)

🩹 Fixes

  • catch exceptions setting Error.stackTraceLimit (#5254) (259f8f8)
  • error handling for unexpected numeric arguments passed to cli (#5263) (210d658)

📚 Documentation

  • correct outdated status: accepting prs link (#5268) (f729cd0)
  • replace "New in" with "Since" in version annotations (#5262) (6f10d12)

11.0.1 (2024-12-02)

🌟 Features

📚 Documentation

  • fix examples for linkPartialObjects methods (#5255) (34e0e52)

11.0.0 (2024-11-11)

⚠ BREAKING CHANGES

  • adapt new engine range for Mocha 11 (#5216)

🌟 Features

🩹 Fixes

📚 Documentation

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by voxpelli, a new releaser for mocha since your current version.


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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [minimist](https://github.com/minimistjs/minimist) to 1.2.8 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together.


Updates `minimist` from 0.0.8 to 1.2.8
- [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)
- [Commits](minimistjs/minimist@v0.0.8...v1.2.8)

Updates `mocha` from 3.5.3 to 11.1.0
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
- [Commits](mochajs/mocha@v3.5.3...v11.1.0)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
- dependency-name: mocha
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 10, 2025
@hubot hubot deleted the dependabot/npm_and_yarn/tools/clusterfuzz/js_fuzzer/multi-15121cada2 branch February 10, 2025 14:26
romaGolich pushed a commit to romaGolich/v8 that referenced this pull request Feb 12, 2025
This CL updates the `wasm.h` and `wasm.hh` headers and relative
examples to the latest revision of the wasm-c-api specification (see
below for a description of the commits from upstream). This CL also
updates the relevant pieces of code in `src/wasm` and related tests.

This contains the following upstream commits:
2ce1367 Fix typo in threads.c (#184)
5f7ed69 Static lib define (#183)
13f3bfd Support MinGW (#182)
f8fcfd7 Disable C tests
3a1ac36 Disable threads example
ab4c456 Disable serialise example
b41863a Deactivate table example, seems broken in V8
baba1c5 Special handling for table entries
a18ad80 Debug output
c498c73 Fix examples
f4d055f V8 compile flags
8ba37d3 Linking issues
f83333e Upgrade wasm-v8
cbf8997 Missing include
5e9e9be Instantiate Managed template
f0692ea Avoid DISPATCH_FALLTHROUGH
37fd4ed Fix compilation errors
f6919ed Upgrade V8
d60c38b Pull depot_tools
b87c16d Downgrade Python for CI
38a85e0 Setup CI
b6dd1fb Add validate operation to hello example (#175)
c9d3128 Fix typo in `multi.c`: args should be i32, i64, i64, i32 (#163)
fd09246 Make it possible to subclass wasm C++ API classes for the implementor. (#161)
ac9b509 Make wasm_##type##_copy take a const pointer. (#162)
89e988a Use `(void)` to specify “no argument” in C. (#160)
b7636f6 Fix warning about casting from pointer to integer of different size. (#159)
3a31b7e Add Wasmer as an implementor of Wasm C API (v8#152)
43b275e Forgot to add a commit
b922f77 Distinguish name constructors for zt strings (v8#151)
af6e0fb Use vectors for calls and imports (v8#145)
340fd95 Fopen in binary mode (v8#138)
eaa7d5b Fix missing lock guard (v8#130)
06e4871 Updates
b0b4bfb Use enum classes (v8#121)
d9a8009 C++ conformance tweaks (v8#120)
8782d5b Add WASM_API _EXTERN macro (v8#77)
10a4a64 Fix apparent bug in multi.c (v8#113)
d71b9dc Mark source vector as `const` in wasm_<name>_vec_copy (v8#111)
acd4a52 Set the rhs vec to invalid_size after a move (v8#109)
6db391e Remove a few more leftover uses of _enum types
bf31edf Fix life times of host info (v8#96)

Change-Id: I2bfefc761d54bb6e102a09ae3bb7073b32cc8ceb
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6087801
Commit-Queue: Jakob Kummerow <jkummerow@chromium.org>
Reviewed-by: Daniel Lehmann <dlehmann@chromium.org>
Reviewed-by: Jakob Kummerow <jkummerow@chromium.org>
Cr-Commit-Position: refs/heads/main@{#97978}
@dependabot @github

dependabot Bot commented on behalf of github Aug 19, 2025

Copy link
Copy Markdown
Author

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

hubot pushed a commit that referenced this pull request Sep 25, 2025
Version incremented at https://cr-buildbucket.appspot.com/build/8702731588486118449

Change-Id: I40f645de4f0eb50c242030bddffaaae6ae75bb10
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6985265
Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/13.2@{#109}
Cr-Branched-From: 24068c5-refs/heads/13.2.152@{#1}
Cr-Branched-From: 6054ba9-refs/heads/main@{#97085}
hubot pushed a commit that referenced this pull request Apr 16, 2026
Version incremented at https://cr-buildbucket.appspot.com/build/8684394762386745841

Change-Id: I55b5f5689a43bccd0e86e1ea8ebf7e60368b74f5
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/7767310
Bot-Commit: v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/13.8@{#109}
Cr-Branched-From: 61ddd47-refs/heads/13.8.258@{#1}
Cr-Branched-From: fdb5de2-refs/heads/main@{#100480}
hubot pushed a commit that referenced this pull request May 12, 2026
…isions)

https://chromium.googlesource.com/external/github.com/WebKit/JetStream.git/+log/2145cedef4ca..91552391bf2f

2026-05-06 cbruni@chromium.org Fix wrong update-ui performance.mark and measure nesting
2026-03-26 cbruni@chromium.org Improve memory script
2026-03-19 cbruni@chromium.org Address comments for memory measurement script
2026-03-19 cbruni@chromium.org Add memory measurement script
2026-03-18 cbruni@chromium.org Actually fix --dump-test-list
2026-03-18 cbruni@chromium.org Fix --dump-test-list and --test in v3.0-custom
2026-03-17 cbruni@chromium.org Update v3.0-custom to latest v3.0 branch
2026-01-30 kmiller68@users.noreply.github.com Merge pull request #272 from danleh/JetStream3.0
2026-01-19 cbruni@chromium.org Reland: Improve Benchmark constructor and instance variables #255 (#263)
2026-01-19 cbruni@chromium.org Reland: Add resource loading bar  (#264)
2026-01-19 danleh@users.noreply.github.com Merge pull request #261 from danleh/dotnet-mime-fix
2026-01-17 kmiller68@users.noreply.github.com Merge pull request #262 from kmiller68/revert-replace-prefetch-logic
2026-01-15 kmiller68@users.noreply.github.com Merge pull request #245 from kmiller68/add-open-governance-policy
2026-01-15 danleh@users.noreply.github.com Merge pull request #260 from danleh/readme-addendum
2026-01-14 danleh@users.noreply.github.com Merge pull request #258 from danleh/repo-readme
2026-01-14 cbruni@chromium.org Improve Benchmark constructor and instance variables (#255)
2026-01-14 kmiller68@users.noreply.github.com Merge pull request #254 from kmiller68/scatter-plot-should-increase-with-score
2026-01-14 danleh@users.noreply.github.com Merge pull request #257 from danleh/remove-unused-deps
2026-01-14 cbruni@chromium.org Fix dev server output (#252)
2026-01-14 danleh@users.noreply.github.com Merge pull request #256 from danleh/fix-npm-audit
2026-01-14 cbruni@chromium.org Add resource loading bar (#246)
2026-01-13 cbruni@chromium.org Replace prefetch logic (#251)
2026-01-06 kmiller68@users.noreply.github.com Merge pull request #249 from kmiller68/add-verbose-option-to-server
2026-01-06 camillobruni@users.noreply.github.com Add BrowserFileLoader (#242)
2025-12-18 camillobruni@users.noreply.github.com Add --force-gc support (#248)
2025-12-10 kmiller68@users.noreply.github.com Merge pull request #244 from kmiller68/nonStandard-error-rotate-back-to-red
2025-12-10 camillobruni@users.noreply.github.com fewer shell warnings (#234)
2025-11-13 kmiller68@users.noreply.github.com Merge pull request #238 from kmiller68/transformers-js-loads-resources-at-runtime
2025-11-13 ysuzuki@apple.com Merge pull request #239 from Constellation/mod-256
2025-11-12 kmiller68@users.noreply.github.com Merge pull request #225 from kmiller68/reduce-kotlin-iteration-count
2025-11-07 ysuzuki@apple.com Merge pull request #236 from Constellation/use-integer
2025-11-05 camillobruni@users.noreply.github.com sync-fs and async-fs improvements (#217)
2025-11-04 camillobruni@users.noreply.github.com More ubuntu tests (#235)
2025-11-04 kmiller68@users.noreply.github.com Merge pull request #188 from kmiller68/dotnet-legacy-exceptions
2025-10-30 camillobruni@users.noreply.github.com Github Workflow: split tests (#227)
2025-10-30 camillobruni@users.noreply.github.com Enable mobx-startup (#233)
2025-10-30 camillobruni@users.noreply.github.com More top-level cleanup (#229)
2025-10-30 camillobruni@users.noreply.github.com Improve preload code (#230)
2025-10-30 kmiller68@users.noreply.github.com Merge pull request #226 from kmiller68/console-warn-and-error-stderr-clis
2025-10-30 camillobruni@users.noreply.github.com Fix npm run test:build (#232)
2025-10-30 kmiller68@users.noreply.github.com Merge pull request #212 from kmiller68/disable-whisper-wasm
2025-10-29 camillobruni@users.noreply.github.com New Workload: Babylon class-heavy workload (#143)
2025-10-29 camillobruni@users.noreply.github.com Avoid new Date and improve filename extraction in doxbee benchmarks (#231)
2025-10-28 camillobruni@users.noreply.github.com New Workload: mobx observer + startup (#151)
2025-10-28 camillobruni@users.noreply.github.com StartupBenchmark refactoring (#218)
2025-10-27 camillobruni@users.noreply.github.com Add post-quit sleep for Safari (#220)
2025-10-27 kmiller68@users.noreply.github.com Enable jsdom-d3-startup by default. (#223)
2025-10-27 camillobruni@users.noreply.github.com More consistent LICENSE.txt files (#221)
2025-10-27 camillobruni@users.noreply.github.com Move more code to utils (#219)
2025-10-23 camillobruni@users.noreply.github.com Add npm run test:build script (#189)
2025-10-23 kmiller68@users.noreply.github.com Merge pull request #216 from kmiller68/total-to-overall-summary
2025-10-23 camillobruni@users.noreply.github.com render non default params (#197)
2025-10-23 camillobruni@users.noreply.github.com New Workload: JSDOM + d3 (#124)
2025-10-22 camillobruni@users.noreply.github.com Update test.yml (#190)
2025-10-22 camillobruni@users.noreply.github.com Await driver.quit (#209)
2025-10-22 camillobruni@users.noreply.github.com Add explicit version checks (#211)
2025-10-22 camillobruni@users.noreply.github.com Improve iterationCount and worstCaseCount params parsing (#215)
2025-10-22 camillobruni@users.noreply.github.com More consistent total score printing (#213)
2025-10-22 camillobruni@users.noreply.github.com Do not trigger logo animations again after loading all resources (#214)
2025-10-22 camillobruni@users.noreply.github.com support startAutomatically (#201)
2025-10-22 camillobruni@users.noreply.github.com Conditionally show more metric details (#167)
2025-10-22 camillobruni@users.noreply.github.com fix gaussian-blur input data (#207)
2025-10-22 camillobruni@users.noreply.github.com Improve tags (#206)
2025-10-22 camillobruni@users.noreply.github.com update selenium-webdriver version (#208)
2025-10-21 camillobruni@users.noreply.github.com Auto decompress files as part of test running (#195)
2025-10-17 camillobruni@users.noreply.github.com Support multiple comma separate tests in URL params (#198)
2025-10-15 danleh@users.noreply.github.com Merge pull request #77 from Constellation/base64
2025-10-15 camillobruni@users.noreply.github.com Fix prismjs sample file name(#202)
2025-10-08 camillobruni@users.noreply.github.com Add prettier config (#176)
2025-10-07 kmiller68@users.noreply.github.com Merge pull request #170 from eqrion/zlib-compress
2025-10-03 kmiller68@users.noreply.github.com Merge pull request #194 from victorvianna/main
2025-10-03 ysuzuki@apple.com Change shouldReport to report back
2025-10-03 camillobruni@users.noreply.github.com Compact display for non-default params (#191)
2025-10-01 camillobruni@users.noreply.github.com Add group-details parameter to conditionally display grouped benchmarks (#157)
2025-10-01 camillobruni@users.noreply.github.com New Workload: prismjs source code highlighting (#149)
2025-10-01 camillobruni@users.noreply.github.com New Workload: validatorjs regexp heavy workload (#147)
2025-09-23 ysuzuki@apple.com Merge pull request #192 from Constellation/dump-test-list
2025-09-22 camillobruni@users.noreply.github.com New Workload: TypeScript standalone (#117)
2025-09-19 kmiller68@users.noreply.github.com Merge pull request #187 from kmiller68/fix-web-ssr-for-options-bag
2025-09-17 keith_miller@apple.com Test is causing jetsams on iOS. Disabling for now while I investigate.
2025-09-17 camillobruni@users.noreply.github.com Add JetStreamParams (#171)
2025-09-17 camillobruni@users.noreply.github.com New Workload: React Server Side Rendering Startup (#116)
2025-09-17 danleh@users.noreply.github.com Merge pull request #130 from danleh/j2cl-box2d
2025-09-16 danleh@users.noreply.github.com Merge pull request #182 from danleh/recompile-dotnet
2025-09-16 danleh@users.noreply.github.com Merge pull request #148 from danleh/transformersjs-rebase
2025-09-11 camillobruni@users.noreply.github.com Experimental Workload: Intl (#146)
2025-09-10 danleh@users.noreply.github.com Merge pull request #178 from danleh/disable-gcc-loops-quicksort
2025-09-08 kmiller68@users.noreply.github.com Merge pull request #168 from kmiller68/reduce-dotnet-runtime
2025-09-03 camillobruni@users.noreply.github.com More consistent metric reporting  (#175)
2025-09-03 camillobruni@users.noreply.github.com Minor browser test improvements (#177)
2025-09-03 danleh@users.noreply.github.com Merge pull request #173 from danleh/text-decoder-polyfill-move
2025-09-03 camillobruni@users.noreply.github.com Remove unused scripts (#174)
2025-09-02 danleh@users.noreply.github.com Merge pull request #172 from danleh/compress-js
2025-09-01 camillobruni@users.noreply.github.com Update/rewrite web-tooling-benchmark (#153)
2025-09-01 camillobruni@users.noreply.github.com Support custom benchmark arguments (#165)
2025-09-01 camillobruni@users.noreply.github.com Status update and CSS fixes (#169)
2025-08-27 camillobruni@users.noreply.github.com Use event.key instead of event.which #166
2025-08-27 danleh@users.noreply.github.com Merge pull request #144 from danleh/logo-text-to-path
2025-08-26 camillobruni@users.noreply.github.com StartupBenchmark: add better assertion failures (#164)
2025-08-26 camillobruni@users.noreply.github.com Add UTF16 sources test (#162)
2025-08-26 camillobruni@users.noreply.github.com Convert startup-helper/BabelCacheBuster.js to esm (#163)
2025-08-26 camillobruni@users.noreply.github.com Add startup benchmark helper  (#158)
2025-08-20 danleh@users.noreply.github.com Merge pull request #159 from danleh/dotnet-wasm-rename
2025-08-15 camillobruni@users.noreply.github.com Expose JetStream global to workloads (#139)
2025-08-15 ysuzuki@apple.com Merge pull request #145 from Constellation/tfjs
2025-08-14 camillobruni@users.noreply.github.com Only expose a console copy in the realm (#137)
2025-08-14 kmiller68@users.noreply.github.com Merge pull request #133 from kmiller68/add-grouped-benchmark-for-sunspider
2025-08-14 danleh@users.noreply.github.com Merge pull request #142 from danleh/Dart-remove-unused-runner
2025-08-14 danleh@users.noreply.github.com Merge pull request #140 from danleh/disable-HashSet-wasm
2025-08-14 camillobruni@users.noreply.github.com merge async-fs code (#135)
2025-08-14 camillobruni@users.noreply.github.com Enable UniPoker validation by default (#141)
2025-08-14 danleh@users.noreply.github.com Merge pull request #138 from danleh/kotlin-fix-isD8-access
2025-08-14 camillobruni@users.noreply.github.com Bump selenium-webdriver version (#136)
2025-08-14 danleh@users.noreply.github.com Merge pull request #97 from eqrion/dart-todomvc
2025-08-14 camillobruni@users.noreply.github.com Improve console (#131)
2025-08-14 camillobruni@users.noreply.github.com Improve runner code (#134)
2025-08-14 camillobruni@users.noreply.github.com Rename worst4 to just worst (#129)
2025-08-13 ysuzuki@apple.com Merge pull request #127 from Constellation/list
2025-08-13 danleh@users.noreply.github.com Merge pull request #84 from danleh/kotlin
2025-08-12 camillobruni@users.noreply.github.com CSS fixes for info button (#126)
2025-08-12 camillobruni@users.noreply.github.com Add info-button (#123)
2025-08-11 ysuzuki@apple.com Merge pull request #119 from Constellation/set-status
2025-08-11 camillobruni@users.noreply.github.com Display workload scatterplots (#120)
2025-08-11 camillobruni@users.noreply.github.com Update .gitignore (#121)
2025-08-07 kmiller68@users.noreply.github.com Merge pull request #115 from kmiller68/fix-bencharks-by-tag-testlist
2025-08-06 camillobruni@users.noreply.github.com Configurable resource prefetching  (#70)
2025-08-06 camillobruni@users.noreply.github.com github workflow: keep running all tests even if there are failures (#114)
2025-08-05 camillobruni@users.noreply.github.com Add Scripts helper classes (#109)
2025-08-05 iireland@mozilla.com Add three.js benchmark (#75)
2025-08-04 camillobruni@users.noreply.github.com Add validate method for async-fs and sync-fs (#111)
2025-08-04 camillobruni@users.noreply.github.com Add more performance.measure (#110)
2025-07-31 camillobruni@users.noreply.github.com Remove LuaJSFight  micro benchmarks (#104)
2025-07-31 camillobruni@users.noreply.github.com Add cli flags (#101)
2025-07-31 camillobruni@users.noreply.github.com Cleanup performance.now shimming (#108)
2025-07-30 camillobruni@users.noreply.github.com Formatting (#105)
2025-07-30 camillobruni@users.noreply.github.com Run all disabled workloads in tests (#103)
2025-07-30 camillobruni@users.noreply.github.com Add benchmarks argument to Driver (#98)
2025-07-29 kmiller68@users.noreply.github.com Merge pull request #102 from kmiller68/reenable-dotnet-tests
2025-07-29 camillobruni@users.noreply.github.com Simplify updateUIAfterRun (#99)
2025-07-29 camillobruni@users.noreply.github.com Merge customTestList and testList (#100)
2025-07-29 camillobruni@users.noreply.github.com Use tags for workload selection (#82)
2025-07-23 danleh@users.noreply.github.com Merge pull request #93 from danleh/cleanup-loadInternal
2025-07-23 kmiller68@users.noreply.github.com Merge pull request #73 from maraf/DotnetWasm
2025-07-21 camillobruni@users.noreply.github.com Fix typo in headers fetch request  (#80)
2025-07-15 camillobruni@users.noreply.github.com use default performance.measure implementation (#83)
2025-07-15 camillobruni@users.noreply.github.com Use subScores directly for the UI (#81)
2025-07-15 camillobruni@users.noreply.github.com Add basic unittests (#94)
2025-07-14 camillobruni@users.noreply.github.com Fix accidental loading status clipping in wide windows (#85)
2025-07-14 camillobruni@users.noreply.github.com Simplify formatting (#79)
2025-07-12 kmiller68@users.noreply.github.com Merge pull request #90 from kmiller68/fix-prepareForNextIteration-async-benchmark
2025-07-10 kmiller68@users.noreply.github.com Merge pull request #74 from kmiller68/preload-blobs-wasm
2025-07-08 kmiller68@users.noreply.github.com Merge pull request #76 from kmiller68/zlib-check-_compressFile-to-setupModule
2025-07-02 ysuzuki@apple.com Revert #78 as it broke JetStream3 on web page
2025-07-02 camillobruni@users.noreply.github.com Remove custom run methods #78
2025-06-04 yusukesuzuki@slowstart.org Merge pull request #72 from Constellation/new-string
2025-05-13 kmiller68@users.noreply.github.com Merge pull request #71 from kmiller68/disable-extra-bigint-tests
2025-05-13 camillobruni@users.noreply.github.com Merge pull request #65: OfflineAssembler: Avoid accidental toString operation
2025-05-13 camillobruni@users.noreply.github.com Merge pull request #64: WSL: Add performance.mark
2025-05-13 camillobruni@users.noreply.github.com Merge pull request #60: date-format: Add result hashing to prevent DCE
2025-05-13 camillobruni@users.noreply.github.com Merge pull request #62: Avoid eval in date-format-tofte
2025-05-05 kmiller68@users.noreply.github.com Merge pull request #53 from mkustermann/js-strings
2025-04-24 camillobruni@users.noreply.github.com Merge pull request #67 from issackjohn/issack/add-edge
2025-04-24 camillobruni@users.noreply.github.com Merge pull request #61 from camillobruni/2025-03-26_gbemu_hash
2025-04-07 kmiller68@users.noreply.github.com Merge pull request #59 from camillobruni/2025-03-26_cli_error_handling
2025-04-07 kmiller68@users.noreply.github.com Merge pull request #42 from camillobruni/2025-01-28_cli_tests
2025-04-07 kmiller68@users.noreply.github.com Merge pull request #41 from camillobruni/2025-01-28_runner_log
2025-04-07 kmiller68@users.noreply.github.com Merge pull request #14 from camillobruni/2024-11-26_tags
2025-03-12 kmiller68@users.noreply.github.com Merge pull request #57 from kmiller68/module-url-fix-v2
2025-02-27 kmiller68@users.noreply.github.com Merge pull request #51 from danleh/main
2025-02-27 kmiller68@users.noreply.github.com Merge pull request #52 from kmiller68/pathname-browser-dart
2025-02-26 kmiller68@users.noreply.github.com Merge pull request #33 from danleh/dart-flute-wasm-squash
2025-02-26 kmiller68@users.noreply.github.com Merge pull request #47 from kmiller68/argon2-to-js-scoring-v2
2025-02-26 kmiller68@users.noreply.github.com Merge pull request #40 from danleh/8bitbench-wasm-scoring
2025-02-12 kmiller68@users.noreply.github.com Merge pull request #43 from danleh/zlib-wasm
2025-02-10 kmiller68@users.noreply.github.com Merge pull request #45 from danleh/richards-workload-size-as-input
2025-02-07 kmiller68@users.noreply.github.com Merge pull request #44 from danleh/wasm-workload-sizes
2025-01-28 kmiller68@users.noreply.github.com Merge pull request #39 from camillobruni/2025-01-28_test_runner_fix
2025-01-27 kmiller68@users.noreply.github.com Merge pull request #35 from danleh/hashset-wasm-scoring
2025-01-27 kmiller68@users.noreply.github.com Merge pull request #30 from danleh/sqlite-scoring
2025-01-27 kmiller68@users.noreply.github.com Merge pull request #28 from danleh/quicksort-wasm-scoring
2025-01-27 kmiller68@users.noreply.github.com Merge pull request #37 from WebKit/remove-octane-zlib
2025-01-24 keith_miller@apple.com Revert "Remove Octane-zlib."
2025-01-24 keith_miller@apple.com Remove Octane-zlib.
2025-01-24 kmiller68@users.noreply.github.com Merge pull request #13 from camillobruni/2024-11-22_driver_prep
2025-01-24 kmiller68@users.noreply.github.com Merge pull request #11 from camillobruni/2024-11-26_github_actions
2025-01-23 kmiller68@users.noreply.github.com Merge pull request #27 from danleh/richards-js-scoring
2025-01-22 kmiller68@users.noreply.github.com Merge pull request #34 from WebKit/fix-report-JSON
2025-01-22 kmiller68@users.noreply.github.com Merge pull request #32 from danleh/performance-mark-measure
2025-01-21 kmiller68@users.noreply.github.com Merge pull request #31 from WebKit/revert-tfjs-to-js-scoring
2025-01-21 kmiller68@users.noreply.github.com Merge pull request #16 from camillobruni/2024-11-26_ms
2025-01-21 kmiller68@users.noreply.github.com Merge pull request #26 from danleh/gcc-loops-js-scoring
2025-01-16 kmiller68@users.noreply.github.com Merge pull request #23 from WebKit/tfjs-to-js-scoring
2025-01-16 kmiller68@users.noreply.github.com Merge pull request #17 from camillobruni/2024-11-26_safe_add
2025-01-16 kmiller68@users.noreply.github.com Merge pull request #25 from danleh/spidermonkey-cli-fix
2025-01-08 kmiller68@users.noreply.github.com Merge pull request #21 from WebKit/remove-float-mm-c
2024-12-21 kmiller68@users.noreply.github.com Merge pull request #18 from WebKit/wasm-benchmarks-should-be-scored-like-js-benchmarks
2024-12-20 kmiller68@users.noreply.github.com Merge pull request #2 from danleh/sqlite-wasm
2024-12-09 kmiller68@users.noreply.github.com Merge pull request #5 from camillobruni/2024-11-22_runner_improvements
2024-12-09 kmiller68@users.noreply.github.com Merge pull request #8 from camillobruni/2024-11-22_regexp
2024-12-09 kmiller68@users.noreply.github.com Merge pull request #19 from camillobruni/2024-11-27_async_fs
2024-11-26 kmiller68@users.noreply.github.com Merge pull request #7 from camillobruni/2024-11-22_driver_vars
2024-11-25 kmiller68@users.noreply.github.com Merge pull request #4 from camillobruni/2024-11-22_3dcube_fix
2024-11-25 kmiller68@users.noreply.github.com Merge pull request #6 from camillobruni/2024-11-22_gitignore
2024-11-13 kmiller68@users.noreply.github.com Merge pull request #1 from danleh/main
2024-10-30 keith_miller@apple.com Initial copy from WebKit/PerformanceTests/JetStream3
2024-10-30 kmiller68@users.noreply.github.com Initial commit

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/jetstream-v3-0-custom-v8
Please CC mliedtke@google.com,nicohartmann@google.com,v8-waterfall-gardeners@google.com on the revert to ensure that a human
is aware of the problem.

To file a bug in JetStream v3.0-custom: https://issues.chromium.org/u/1/issues/new?component=1741045&pli=1&template=0
To file a bug in V8: https://issues.chromium.org/u/1/issues/new?component=1456824&pli=1&template=2109136

To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md

Bug: None
Tbr: mliedtke@google.com,nicohartmann@google.com
Change-Id: Ic53c7e030a05111ba56e03ab158282762aa17360
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/7823185
Commit-Queue: Camillo Bruni <cbruni@chromium.org>
Bot-Commit: chromium-autoroll@skia-public.iam.gserviceaccount.com <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Reviewed-by: Camillo Bruni <cbruni@chromium.org>
Cr-Commit-Position: refs/heads/main@{#107273}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant