mirrored from https://chromium.googlesource.com/v8/v8.git
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Bump word-wrap from 1.2.3 to 1.2.5 in /tools/clusterfuzz/js_fuzzer #77
Open
dependabot
wants to merge
1
commit into
main
Choose a base branch
from
dependabot/npm_and_yarn/tools/clusterfuzz/js_fuzzer/word-wrap-1.2.5
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Bump word-wrap from 1.2.3 to 1.2.5 in /tools/clusterfuzz/js_fuzzer #77
dependabot
wants to merge
1
commit into
main
from
dependabot/npm_and_yarn/tools/clusterfuzz/js_fuzzer/word-wrap-1.2.5
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.5. - [Release notes](https://github.com/jonschlinkert/word-wrap/releases) - [Commits](jonschlinkert/word-wrap@1.2.3...1.2.5) --- updated-dependencies: - dependency-name: word-wrap dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
reposynch bot
pushed a commit
to hexagon-geo-surv/v8
that referenced
this pull request
Aug 27, 2023
Change-Id: If2bd07eca3ac862b51e3e58e1ed27dbf5910182b Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4705873 Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/branch-heads/10.8@{v8#77} Cr-Branched-From: f1bc03f-refs/heads/10.8.168@{#1} Cr-Branched-From: 237de89-refs/heads/main@{#83672}
reposynch bot
pushed a commit
to hexagon-geo-surv/v8
that referenced
this pull request
Jan 21, 2024
…e has run M114 changes: - replace IsNativeContext(*context) by context->IsNativeContext() We were using the closure pointing to NativeContext as a marker that the closure has run, but async stack trace code was confused about it. (cherry picked from commit bde3d36) (cherry picked from commit cbd09b2) No-Try: true No-Presubmit: true No-Tree-Checks: true Bug: chromium:1501326 Change-Id: I30d438f3b2e3fdd7562ea9a79dde4561ce9b0083 Cr-Original-Original-Commit-Position: refs/heads/main@{#90949} Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5110982 Commit-Queue: Marja Hölttä <marja@chromium.org> Auto-Submit: Marja Hölttä <marja@chromium.org> Cr-Original-Commit-Position: refs/branch-heads/12.0@{v8#18} Cr-Original-Branched-From: ed7b4ca-refs/heads/12.0.267@{#1} Cr-Original-Branched-From: 210e75b-refs/heads/main@{#90651} Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5117018 Reviewed-by: Toon Verwaest <verwaest@chromium.org> Reviewed-by: Artem Sumaneev <asumaneev@google.com> Cr-Commit-Position: refs/branch-heads/11.4@{v8#77} Cr-Branched-From: 8a8a1e7-refs/heads/11.4.183@{#1} Cr-Branched-From: 5483d8e-refs/heads/main@{#87241}
hubot
pushed a commit
that referenced
this pull request
Oct 24, 2024
Version incremented at https://cr-buildbucket.appspot.com/build/8733185754619822769 Change-Id: Ia8807f9ee19c81d75276b706d6b25675a550e45b Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5961766 Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/branch-heads/12.6@{#77} Cr-Branched-From: 3c9fa12-refs/heads/12.6.228@{#2} Cr-Branched-From: 981bb15-refs/heads/main@{#93835}
hubot
pushed a commit
that referenced
this pull request
Jan 8, 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 (#152) 43b275e Forgot to add a commit b922f77 Distinguish name constructors for zt strings (#151) af6e0fb Use vectors for calls and imports (#145) 340fd95 Fopen in binary mode (#138) eaa7d5b Fix missing lock guard (#130) 06e4871 Updates b0b4bfb Use enum classes (#121) d9a8009 C++ conformance tweaks (#120) 8782d5b Add WASM_API _EXTERN macro (#77) 10a4a64 Fix apparent bug in multi.c (#113) d71b9dc Mark source vector as `const` in wasm_<name>_vec_copy (#111) acd4a52 Set the rhs vec to invalid_size after a move (#109) 6db391e Remove a few more leftover uses of _enum types bf31edf Fix life times of host info (#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}
hubot
pushed a commit
that referenced
this pull request
Feb 6, 2025
Version incremented at https://cr-buildbucket.appspot.com/build/8723675907279662785 Change-Id: I38a2f242b28e8816d47581e256bb55c5be8fd0d1 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6237659 Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/branch-heads/13.2@{#77} Cr-Branched-From: 24068c5-refs/heads/13.2.152@{#1} Cr-Branched-From: 6054ba9-refs/heads/main@{#97085}
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps word-wrap from 1.2.3 to 1.2.5.
Release notes
Sourced from word-wrap's releases.
Commits
207044e
1.2.59894315
revert default indentf64b188
run verb to generate README03ea082
Merge pull request #42 from jonschlinkert/chore/publish-workflow420dce9
Merge pull request #41 from jonschlinkert/fix/CVE-2023-26115-2bfa694e
Update .github/workflows/publish.ymlace0b3c
chore: bump version to 1.2.46fd7275
chore: add publish workflow30d6daf
chore: fix test655929c
chore: remove package-lockYou can trigger a rebase of this PR 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.