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

Bump word-wrap from 1.2.3 to 1.2.5 in /tools/clusterfuzz/js_fuzzer #77

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 9, 2023

Bumps word-wrap from 1.2.3 to 1.2.5.

Release notes

Sourced from word-wrap's releases.

1.2.5

Changes:

Reverts default value for options.indent to two spaces ' '.

Full Changelog: jonschlinkert/word-wrap@1.2.4...1.2.5

1.2.4

What's Changed

New Contributors

Full Changelog: jonschlinkert/word-wrap@1.2.3...1.2.4

Commits

Dependabot compatibility score

You 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.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

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>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 9, 2023
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
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants