Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/boa-dev/boa

Boa is an embeddable and experimental Javascript engine written in Rust. Currently, it has support for some of the language.
https://github.com/boa-dev/boa

Implement constant folding optimization (#2679)

This PR implements an optimizer, It currently implements the [constant folding optimization][cfo...

6c438b55161f29959ff40f9a1c301dd40f41b3ee authored almost 2 years ago by Haled Odat <[email protected]>
Fix deserialization of `SpecEdition` (#2762)

`boa_tester` wasn't deserializing `SpecEdition` correcly. This was because the attribute `serde(...

ceaea32278bc6eafcc838961309d38ff9959e71d authored almost 2 years ago by José Julián Espina <[email protected]>
Fix super call execution order (#2724)

This Pull Request fixes/closes #2672.

It changes the following:

- Get the super constructo...

cf85843dc838c7c36e6b635b34f31d100e64c63b authored almost 2 years ago by raskad <[email protected]>
Implement `JsPromise` wrapper (#2758)

This Pull Request closes #2687.

It changes the following:

- Adds a `JsPromise` wrapper to ...

bf47815a49c71d4251bd6f8297efa8bbff03681a authored almost 2 years ago by José Julián Espina <[email protected]>
Bump clap from 4.1.14 to 4.2.0 (#2759)

Bumps [clap](https://github.com/clap-rs/clap) from 4.1.14 to 4.2.0.
<details>
<summary>Release n...

f6724566ccb1a7dcb5d7b9536e1f3c00bd92e6db authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump synstructure from 0.12.6 to 0.13.0 (#2746)

Bumps [synstructure](https://github.com/mystor/synstructure) from 0.12.6 to 0.13.0.
<details>
<s...

5129a06de930b0ff081055c0a3c440f95fce6a0d authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump serde from 1.0.158 to 1.0.159 (#2755)

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.158 to 1.0.159.
<details>
<summary>Rel...

d134a0acee10ff4340d7c38013ab918bc366cf9c authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump serde_json from 1.0.94 to 1.0.95 (#2753)

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.94 to 1.0.95.
<details>
<summary>R...

ea7557dee72bde8fbfe4575a4f57244bc6910991 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump syn from 2.0.10 to 2.0.11 (#2754)

Bumps [syn](https://github.com/dtolnay/syn) from 2.0.10 to 2.0.11.
<details>
<summary>Release no...

33204e4ad2ebb48aaa2ad1c616902396b3b9effd authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump clap from 4.1.13 to 4.1.14 (#2756)

Bumps [clap](https://github.com/clap-rs/clap) from 4.1.13 to 4.1.14.
<details>
<summary>Release ...

0d262a762b83a27f219e4cbdf1043deb3d8e0b7a authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Shrink objects by using `ThinVec`s (#2752)

The fields like `[[PrivateElements]]` are hardly used but they occupy `24` bytes (on 64-bit arch...

ed358dea0c42faca6333dae7410c5102b7a9d804 authored almost 2 years ago by Haled Odat <[email protected]>
Don't construct prototype if not needed (#2751)

When the function is `async || arrow || method ` we don't need to construct the prototype (then ...

7bec3e6a8461ad316c10f95b1c438f0db366b316 authored almost 2 years ago by Haled Odat <[email protected]>
Bump syn from 2.0.8 to 2.0.10 (#2750)

Bumps [syn](https://github.com/dtolnay/syn) from 2.0.8 to 2.0.10.
<details>
<summary>Release not...

3586bf22ccc39dc21a4c2587b71b7f3a6f69bf1d authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump indexmap from 1.9.2 to 1.9.3 (#2749)

Bumps [indexmap](https://github.com/bluss/indexmap) from 1.9.2 to 1.9.3.
<details>
<summary>Chan...

03a83a7e565cf020aff940ba208ade2fa39db26c authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump proc-macro2 from 1.0.53 to 1.0.54 (#2747)

Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.53 to 1.0.54.
<details>
<su...

631471d7c9bbeae00d77b532da936acf8a17253e authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump regex from 1.7.2 to 1.7.3 (#2748)

Bumps [regex](https://github.com/rust-lang/regex) from 1.7.2 to 1.7.3.
<details>
<summary>Change...

0a0a72722c45d10132e675c2650c4db7708e83fd authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Added an example usage to documentation (#2742)

It changes the following:

- Adds an example usage in the main `boa_engine` documentation
- A...

f793a278df371994f56275149cc9e5e50f621fb9 authored almost 2 years ago by Iban Eguia Moraza <[email protected]>
Fix documentation links (#2741)

This PR changes the following:

- Adds a new (very simple) security policy, to comply with Git...

6ea4848bb5809cbeb9f3669fa22442816ff0d690 authored almost 2 years ago by Iban Eguia Moraza <[email protected]>
Add boa logo to remaining hosted docs (#2740)

<!---
Thank you for contributing to Boa! Please fill out the template below, and remove or add ...

e9daa3dd8d738036595bc6b3ed3d766f112c27a9 authored almost 2 years ago by Kevin <[email protected]>
Make if statements return their completion values (#2739)

This Pull Request changes the following:

- Adjust if statement execution to leave their resul...

b9ad5bcdd07ceba03a458b18219fbbecf7778e0c authored almost 2 years ago by raskad <[email protected]>
Fix update expressions getting values multiple times (#2733)

Currently update expressions get values multiple times. This can lead to multiple executions of ...

8d169409431d7b55b83e405a009728f5ea9d0db3 authored almost 2 years ago by raskad <[email protected]>
Bump openssl from 0.10.47 to 0.10.48 (#2737)

Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.47 to 0.10.48.
<details>
<su...

2ee2971dd2d98ba401aa3b4448066cf9e2ee5262 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump prettier from 2.8.6 to 2.8.7 (#2734)

Bumps [prettier](https://github.com/prettier/prettier) from 2.8.6 to 2.8.7.
<details>
<summary>R...

61615b5872143cc88c212466fc1abff6a6716ab8 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump clap from 4.1.11 to 4.1.13 (#2735)

Bumps [clap](https://github.com/clap-rs/clap) from 4.1.11 to 4.1.13.
<details>
<summary>Release ...

f52ca6b1c27200868309a2205c83e9be38275006 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Remove panics on module compilation (#2730)

This Pull Request fixes the current panics on module compilation to prepare for the next release.

9cfb68d3e3922865b9c1ba5a83ab200b8b062e0a authored almost 2 years ago by José Julián Espina <[email protected]>
Fix verbose test display (#2731)

Small display bug introduced by #2720

d448e8e7bb087a407245f55da9b16e6e1ad4b70e authored almost 2 years ago by José Julián Espina <[email protected]>
Bump webpack from 5.76.2 to 5.76.3 (#2727)

Bumps [webpack](https://github.com/webpack/webpack) from 5.76.2 to 5.76.3.
<details>
<summary>Re...

70ba347ce44a5c60db2cf2246b8f7c66cb4ce50b authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump Test262 and add new features (#2729)

With https://github.com/tc39/test262/pull/3799 merged we now have a way to separate ES7 tests fr...

d45a15ed7fb8523cb37b6d009d12a20c88b085de authored almost 2 years ago by José Julián Espina <[email protected]>
Bump syn from 2.0.3 to 2.0.8 (#2728)

Bumps [syn](https://github.com/dtolnay/syn) from 2.0.3 to 2.0.8.
<details>
<summary>Release note...

e4657433a4c0f2c547e76f251fa9e9009982f66d authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fix remaining `Set` tests (#2725)

This Pull Request changes the following:

- Add locking for `Set`s during iteration. We alread...

790c20a1564abbba4089f1bd9dc617ad4f0c8162 authored almost 2 years ago by raskad <[email protected]>
Add negative zero handling for `Map.delete` (#2726)

This Pull Request changes the following:

- Add negative zero handling for `Map.delete`

f025e6fc92573c528b38c2836aa623e8f8e4051a authored almost 2 years ago by raskad <[email protected]>
Improve tester display for multiple editions (#2720)

This Pull Request improves our test results display per edition and cleanups our edition detecto...

9b53859126faa46cfa1f2998f281ff51134b25bd authored almost 2 years ago by José Julián Espina <[email protected]>
Updated syn to 2.0.3 (#2702)

<!---
Thank you for contributing to Boa! Please fill out the template below, and remove or add ...

d2dd121efec722934283940dbe0e807051df0aaf authored almost 2 years ago by Iban Eguia Moraza <[email protected]>
Bump regex from 1.7.1 to 1.7.2 (#2721)

Bumps [regex](https://github.com/rust-lang/regex) from 1.7.1 to 1.7.2.
<details>
<summary>Change...

ff94d5c8e33cdc11f92813e422bdaa637c4905dc authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump proc-macro2 from 1.0.52 to 1.0.53 (#2722)

Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.52 to 1.0.53.
<details>
<su...

973a0ab690a5031f7a4a5bf423f28b2ab989b0f2 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Add early errors to dynamic function constructors (#2716)

This Pull Request fixes #2673.

It changes the following:

- Add early errors to dynamic fun...

0e01a74f59c448b6b04810feefa49f50cd9d2b58 authored almost 2 years ago by raskad <[email protected]>
Align iterator loops to the spec (#2686)

~Depends on #2683.~ Merged.

This Pull Request fixes #2658.

It changes the following:

- ...

cb4e49a0ced6bb0662befd0c60b9a72a914bf711 authored almost 2 years ago by José Julián Espina <[email protected]>
Make tracing an opt-in feature (#2709)

This PR adds the `"trace"` feature flag that enables vm opcode tracing (off by default), most us...

3b5122635fda16aa4686b79634cd77cddaf40a81 authored almost 2 years ago by Haled Odat <[email protected]>
Fix get function opcode traces (#2708)

Fix get function opcode traces (`GetFunction`, `GetGenerator`, etc)

```js
function x() {
...

4544362b77f2874cc6bd367fec0ddd972c08e077 authored almost 2 years ago by Haled Odat <[email protected]>
Bump simple_logger from 4.0.0 to 4.1.0 (#2713)

Bumps [simple_logger](https://github.com/borntyping/rust-simple_logger) from 4.0.0 to 4.1.0.
<de...

f7db12a7a901f9e7dbf021ee03d5ba61350f500f authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump prettier from 2.8.5 to 2.8.6 (#2712)

Bumps [prettier](https://github.com/prettier/prettier) from 2.8.5 to 2.8.6.
<details>
<summary>R...

b3e045ae2392d7e5df098575482ce5bc1bf2a79b authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Add ES5 and ES6 Conformance calculation to boa_tester (#2690)

This is calculated based the tests `es5id` or `es6id`.

Judging by [this](https://github.com...

02f737aac7ecc8828a44cc1c65f5ed9f1d643709 authored almost 2 years ago by Zack Mitkin <[email protected]>
Implement `with` and object environments (#2692)

This Pull Request changes the following:

- Implement `with` statement parsing, ast node, comp...

431a358b2fddbb10056f97148e46c86b7448a9e9 authored almost 2 years ago by raskad <[email protected]>
Bump bitflags from 2.0.1 to 2.0.2 (#2701)

Bumps [bitflags](https://github.com/bitflags/bitflags) from 2.0.1 to 2.0.2.
<details>
<summary>R...

7b2564e126a360265ac7f234d3e87998039b39e6 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump clap from 4.1.9 to 4.1.11 (#2699)

Bumps [clap](https://github.com/clap-rs/clap) from 4.1.9 to 4.1.11.
<details>
<summary>Release n...

af6b41e8028e781b82c94ea7e031995729ae57f8 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump thiserror from 1.0.39 to 1.0.40 (#2698)

Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.39 to 1.0.40.
<details>
<summar...

98356de4149e4784be256e817fc7fa2e898c2e89 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump webpack-dev-server from 4.12.0 to 4.13.1 (#2695)

Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.12.0 to 4.13.1....

35b7ef06dd87a8048eb1922a7072ea5bfb953168 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump prettier from 2.8.4 to 2.8.5 (#2696)

Bumps [prettier](https://github.com/prettier/prettier) from 2.8.4 to 2.8.5.
<details>
<summary>R...

0354d8295fee89e1638e5869d7afd33a64b3946d authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fix Object constructor (#2694)

This Pull Request changes the following:

- Add the additional required condition in the Objec...

d794edfeb20e026cf2d6580094ebdcb7e9ebe0cc authored almost 2 years ago by raskad <[email protected]>
Add timeout to CI (#2691)

Adds a timeout to the CI so it doesn't run forever

5b852aac02e414f259adc4af9ce5fa249f5c8b18 authored almost 2 years ago by Haled Odat <[email protected]>
Add `--strict` flag to cli (#2689)

This PR adds the `--strict` flag to the CLI that enables strict mode on file/interactive mode ex...

7e6d3c92096925580c081e3daa59292900fd724b authored almost 2 years ago by Haled Odat <[email protected]>
Fix value to bigint conversion (#2688)

This PR should fix the remaining tests in the builtin `BigInt` test suite

b2b079b475ad48539f24328eee83bcce89db5065 authored almost 2 years ago by Haled Odat <[email protected]>
Updated dependencies, removes `remove_dir_all`, which is vulnerable (#2685)

After this, we are still waiting for `indexmap` & `dashmap` to provide the new `hashbrown` to re...

d7d5c5eb1442c40e79c54f7c2e004f89cae1673c authored almost 2 years ago by Iban Eguia Moraza <[email protected]>
Correctly run async tests (#2683)

So, while working on #2658 I apparently broke 1280 tests... except I didn't! Turns out we were c...

a53edeb4aaafe4a3ab5a95554d99131446904b67 authored almost 2 years ago by José Julián Espina <[email protected]>
Bump clap from 4.1.8 to 4.1.9 (#2684)

Bumps [clap](https://github.com/clap-rs/clap) from 4.1.8 to 4.1.9.
<details>
<summary>Changelog<...

7ecf8becd4a8048336ee1c4101b1fdba4a2c8f26 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Avoid unneeded bounds checks in bytecode address patching (#2680)

As discussed in this comment https://github.com/boa-dev/boa/pull/2669#discussion_r1137618027,
`...

50a343a3ce6833bd074a3dccf813ab1ce2600c7c authored almost 2 years ago by Haled Odat <[email protected]>
Fix incorrect `Number.MIN_VALUE` value (#2682)

This will fix the remaining test of the `multiplication` and `division` test suite

It changes...

4d121e54d989eb61d9f3dda67f00149dd3031f6b authored almost 2 years ago by Haled Odat <[email protected]>
Update `README.md` cli options (#2678)

It changes the following:

- Remove Just-in-time compilation from description in `Cargo.toml`
...

c9ae4dc2e3e15d10f5bb8da9162f3addafc11577 authored almost 2 years ago by Haled Odat <[email protected]>
Fix exponent operator (#2681)

When `abs(base) == 1` and `y == +/- Infinity` result should be `NaN`

Fixes the remaining fail...

2588aa9f9a28db9a8711a06b6b6d789174e2963e authored almost 2 years ago by Haled Odat <[email protected]>
Bump webpack from 5.76.1 to 5.76.2 (#2676)

Bumps [webpack](https://github.com/webpack/webpack) from 5.76.1 to 5.76.2.
<details>
<summary>Re...

2f447c0e0725c4838d37b62f472909f309bab6a7 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump bitflags from 2.0.0 to 2.0.1 (#2677)

Bumps [bitflags](https://github.com/bitflags/bitflags) from 2.0.0 to 2.0.1.
<details>
<summary>R...

65bb0d890eb4a7abf980f2eb728774e68e3f7acd authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Decouple bytecompiler from CodeBlock (#2669)

Hopefully this is a PR in a series of PRs to implement a bytecode optimizer, before that can hap...

da866cae6436444c0ab543321be5582adf4e7055 authored almost 2 years ago by Haled Odat <[email protected]>
Implement `CompletionRecords` for the Vm (#2618)

<!---
Thank you for contributing to Boa! Please fill out the template below, and remove or add ...

10d58b334e1be1bf77581563d946ff989cc18048 authored almost 2 years ago by Kevin <[email protected]>
Bump futures-util from 0.3.26 to 0.3.27 (#2668)

Bumps [futures-util](https://github.com/rust-lang/futures-rs) from 0.3.26 to 0.3.27.
<details>
<...

9a34cb97f16a6fe973f1da3342fe36382047be74 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump webpack-dev-server from 4.11.1 to 4.12.0 (#2667)

Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.11.1 to 4.12.0....

5f69ccd4cc3fe9ea1358b4205551e9c99bb043de authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump bitflags to 2.0.0 (#2666)

Updated `bitflags`, overrides #2665.

0a843d20960f4d52415af60506bbf1ab7e62d2f0 authored almost 2 years ago by Iban Eguia Moraza <[email protected]>
Bump serde from 1.0.155 to 1.0.156 (#2662)

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.155 to 1.0.156.
<details>
<summary>Rel...

6173a7343f76b4608b3ac3969be15c2a30527966 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump quote from 1.0.25 to 1.0.26 (#2663)

Bumps [quote](https://github.com/dtolnay/quote) from 1.0.25 to 1.0.26.
<details>
<summary>Commit...

053f671bb8d72c1c400725f45ea7c61a1e3e6258 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump arbitrary from 1.2.3 to 1.3.0 (#2661)

Bumps [arbitrary](https://github.com/rust-fuzz/arbitrary) from 1.2.3 to 1.3.0.
<details>
<summar...

41336b8ea3e166ac45fee13f595648edf950de1c authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump style-loader from 3.3.1 to 3.3.2 (#2660)

Bumps [style-loader](https://github.com/webpack-contrib/style-loader) from 3.3.1 to 3.3.2.
<deta...

7447b6e7926db177b474faaeedf34d57ab9790cd authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Handle surrogates in `String.fromCodePoint` (#2659)

This Pull Request fixes #2657.

It changes the following:

- Handles surrogates when trying ...

5a3186d6332aee1a52b8701412c49accf21b4ae8 authored almost 2 years ago by José Julián Espina <[email protected]>
Bump toml from 0.7.2 to 0.7.3 (#2664)

Bumps [toml](https://github.com/toml-rs/toml) from 0.7.2 to 0.7.3.
<details>
<summary>Commits</s...

c9d21acc6fa90b99ebff061b1520d547e26b9680 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
[regexp] new tests for unicode flag (#2656)

the flag got introduced in regress 0.5.0

<!---
Thank you for contributing to Boa! Please fil...

6443aa86ec278ff05d30da7c9ea96e5a6c836a32 authored almost 2 years ago by lauren n. liberda <[email protected]>
Bump test262 from `d216cc1` to `9704d7f` (#2654)

Bumps [test262](https://github.com/tc39/test262) from `d216cc1` to `9704d7f`.
<details>
<summary...

e4365b5b8978ffdb052cf8270bb4d7e3ccd9df12 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump serde from 1.0.154 to 1.0.155 (#2650)

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.154 to 1.0.155.
<details>
<summary>Rel...

b138a3088aca92db4bb8706207f620889b021121 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump proc-macro2 from 1.0.51 to 1.0.52 (#2652)

Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.51 to 1.0.52.
<details>
<su...

3eaa01f7226a58da8a24f219b121123b4b83b928 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump quote from 1.0.23 to 1.0.25 (#2649)

Bumps [quote](https://github.com/dtolnay/quote) from 1.0.23 to 1.0.25.
<details>
<summary>Commit...

48ddeb9a53e0d4e7479f681eccd3e9104e233038 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump webpack from 5.76.0 to 5.76.1 (#2648)

Bumps [webpack](https://github.com/webpack/webpack) from 5.76.0 to 5.76.1.
<details>
<summary>Re...

2125ca8e1008665c8843e2b6cc100d14411d4c1b authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump chrono from 0.4.23 to 0.4.24 (#2653)

Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.23 to 0.4.24.
<details>
<summary>R...

a8a49ebca7f5bc1714d0b0c0a5c6a45e7218cd7f authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump regress from 0.4.1 to 0.5.0 (#2651)

Bumps [regress](https://github.com/ridiculousfish/regress) from 0.4.1 to 0.5.0.
<details>
<summa...

ced0024fc50985828d9d89d34006642553b060a0 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump terser-webpack-plugin from 5.3.6 to 5.3.7 (#2643)

Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin) from 5.3...

7f6af7bbf4f60e087238844b3ccfd5d3c3b14e63 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump webpack from 5.75.0 to 5.76.0 (#2642)

Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.76.0.
<details>
<summary>Re...

00d3a229375af0c3868010dc634099722ee0dafd authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump serde from 1.0.153 to 1.0.154 (#2645)

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.153 to 1.0.154.
<details>
<summary>Rel...

3d3191654d189b2b82e4e378ede2cae6b8ed2438 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump benchmark-action/github-action-benchmark from 1.16.1 to 1.16.2 (#2644)

Bumps [benchmark-action/github-action-benchmark](https://github.com/benchmark-action/github-acti...

b0aa84b544a7cd2d86c2f64cba48b7af55ab2191 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Rust 1.68 clippy fixes (#2646)

<!---
Thank you for contributing to Boa! Please fill out the template below, and remove or add ...

9da07dce721cef9bbfe5f0067e15ab60e0dd4a10 authored almost 2 years ago by Kevin <[email protected]>
Bump serde from 1.0.152 to 1.0.153 (#2640)

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.152 to 1.0.153.
<details>
<summary>Rel...

718fea378a6355b0b1e3f226432f1b24f84515c7 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump sys-locale from 0.2.3 to 0.2.4 (#2641)

Bumps [sys-locale](https://github.com/1Password/sys-locale) from 0.2.3 to 0.2.4.
<details>
<summ...

ee9f4d97ab2ffb39de893225473fdfb6978b1b94 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump benchmark-action/github-action-benchmark from 1.16.0 to 1.16.1 (#2639)

Bumps [benchmark-action/github-action-benchmark](https://github.com/benchmark-action/github-acti...

009c19db2c432458f468a5ed808c235ea2236ffc authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump serde_json from 1.0.93 to 1.0.94 (#2637)

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.93 to 1.0.94.
<details>
<summary>R...

b87930349da25186092466cc3c5d61931a71fcf7 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump thiserror from 1.0.38 to 1.0.39 (#2636)

Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.38 to 1.0.39.
<details>
<summar...

75b86477e5d5663261fb6056542034c2811b6ec0 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump serde_yaml from 0.9.17 to 0.9.19 (#2635)

Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.9.17 to 0.9.19.
<details>
<summ...

bae56a5a7ece936feae866162275503c443e2670 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump indoc from 2.0.0 to 2.0.1 (#2634)

Bumps [indoc](https://github.com/dtolnay/indoc) from 2.0.0 to 2.0.1.
<details>
<summary>Release ...

7e8c1bc70ab8cb949146ac4ce7dcbf7942ead7a3 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump rayon from 1.6.1 to 1.7.0 (#2633)

Bumps [rayon](https://github.com/rayon-rs/rayon) from 1.6.1 to 1.7.0.
<details>
<summary>Changel...

43354a333c0242d623f2d51f1eaf86832b038dda authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump benchmark-action/github-action-benchmark from 1.15.0 to 1.16.0 (#2632)

Bumps [benchmark-action/github-action-benchmark](https://github.com/benchmark-action/github-acti...

840e54cbe0318f75b4c57b4b79ce11585fb99d9b authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Migrate tests to new test API (#2619)

This PR migrates our entire test suite to our new testing API.

It changes the following:

-...

d94e40aa013c5ba764fab5a28645697d966b00d0 authored almost 2 years ago by José Julián Espina <[email protected]>
fix: RUSTSEC-2020-0071 in boa_engine (#2627)

<!---
Thank you for contributing to Boa! Please fill out the template below, and remove or add ...

c15bf73b65a7d666e9e01be16cca9a82b45a8746 authored almost 2 years ago by hanabi1224 <[email protected]>
Bump clap from 4.1.7 to 4.1.8 (#2625)

Bumps [clap](https://github.com/clap-rs/clap) from 4.1.7 to 4.1.8.
<details>
<summary>Release no...

23d1aa8e49984cd54ada1446ef5dcdbadd1ef79d authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump monaco-editor from 0.36.0 to 0.36.1 (#2624)

Bumps [monaco-editor](https://github.com/microsoft/monaco-editor) from 0.36.0 to 0.36.1.
<detail...

73ae92d9cf0a59be0550dbefcdd25bd0da4fb38a authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump clap from 4.1.6 to 4.1.7 (#2623)

Bumps [clap](https://github.com/clap-rs/clap) from 4.1.6 to 4.1.7.
<details>
<summary>Release no...

423c16af3445f500cdaec3bc2ac723f6621fa9e1 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump monaco-editor from 0.35.0 to 0.36.0 (#2620)

Bumps [monaco-editor](https://github.com/microsoft/monaco-editor) from 0.35.0 to 0.36.0.
<detail...

b9702ceb76354ed86c88d4fb60683d70f9e5f9a8 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>