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 member accessors in initializer of for loops (#2381)

This Pull Request implements member accessors in `for ... in` and `for ... of` loops. This unloc...

447fca4cc07b6503aaacffdd9a3f0f4436be9c90 authored about 2 years ago by José Julián Espina <[email protected]>
Document the AST (#2377)

As promised in https://github.com/boa-dev/boa/pull/2319#issuecomment-1280095047. There are still...

89e30816727f086f3f142f286ecb0604d6202481 authored about 2 years ago by José Julián Espina <[email protected]>
Updated the Code of Conduct (#2365)

This updates the Code of Conduct to the Contributor Covenant v2.1 version (we were using the 2.0...

6a43878b04a78809bfb76c41345c9069414e9f86 authored about 2 years ago by Iban Eguia Moraza <[email protected]>
Cleanup and speed-up CI (#2376)

Currently we run 7 different jobs:
- tests linux
- tests macos
- tests windows
- rustfmt
- ...

48e6513564fd830a4c1eae183d70101a7f1425bf authored about 2 years ago by João Borges <[email protected]>
Bump serde from 1.0.145 to 1.0.147 (#2374)

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

946a4ddf74792af3d1f932cd3a90c1442e21dca0 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump serde_yaml from 0.9.13 to 0.9.14 (#2373)

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

d10df0221cd1fb604b15d9e47ab285554eeb878d authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump boa-dev/criterion-compare-action from 3.2.3 to 3.2.4 (#2372)

Bumps [boa-dev/criterion-compare-action](https://github.com/boa-dev/criterion-compare-action) fr...

b9335b72ac48885e4eb339f8b1b76d30cf40c735 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump test262 from `ee7c379` to `b5d3192` (#2375)

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

5ba101d4bcbbeb31f22e018175b6aa8ed92b55bd authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Allow LineTerminator before Semicolon in `continue` (#2371)

This Pull Request changes the following:

- Check if there is a Semicolon after a LineTerminat...

de231df63a1512fec771f1f6a0fda29ba902757b authored about 2 years ago by raskad <[email protected]>
Changes neccesary -> necessary (#2370)

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

af5970e8e747d72e7212cec0cfb204dfe766843d authored about 2 years ago by Kevin <[email protected]>
Removed some duplicate code, added `ToIndentedString` (#2367)

In most cases, the `ToInternedString` was just calling `self.to_indented_string(interner, 0)`. T...

f4cef141b0817f7bd93ed68f8c220c393982d264 authored about 2 years ago by Iban Eguia Moraza <[email protected]>
Split vm/opcode into modules (#2343)

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

9a05b1ef813f6c1a615666b27f08a4de0952dbb4 authored about 2 years ago by Kevin <[email protected]>
Fix error in `Proxy` set implementation (#2369)

This Pull Request changes the following:

- Fix error in `Proxy` set implementation

After t...

80017fdf15c009026533a397868dfd11f9716228 authored about 2 years ago by raskad <[email protected]>
Implement `LabelledStatement` (#2349)

This Pull Request changes the following:

- Implements the `LabelledStatement` Parse node.
- ...

d4c220a70b5879ff989b1cfbd48259aa565669a6 authored about 2 years ago by José Julián Espina <[email protected]>
Fix Regex literal parsing in MemberExpression (#2328)

This Pull Request fixes/closes #2327

It changes the following:
- set_goal(RegExp) for Prima...

904e422d36f5b2d6a96bda9ac4b38b2b0a8c245a authored about 2 years ago by Choongwoo Han <[email protected]>
Modified the `loadfile` example to show how Boa can read bytes (#2363)

Boa's `Context::eval()` and `Context::parse()` functions allow reading a byte slice directly, ap...

a47d9ec73246fefe946ad93b62d86d07bd49f908 authored about 2 years ago by Iban Eguia Moraza <[email protected]>
Removed the "VM Implementation" headline for Test262 (#2364)

We were always getting a "VM Implementation" headline in Test262 results for PRs. This was a lef...

5e75cf68ffaaa880f495140747ced7be98f29de7 authored about 2 years ago by Iban Eguia Moraza <[email protected]>
Fixed some documentation and clippy warnings in tests (#2362)

This Pull Request fixes a small error in the documentation of `Context::register_global_function...

f708a764c2cfe223df89f16013c9edec76615512 authored about 2 years ago by Iban Eguia Moraza <[email protected]>
Bump clap from 4.0.17 to 4.0.18 (#2360)

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

2c559392f14205b6da73cb2ee6d99b0f605c0f78 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump getrandom from 0.2.7 to 0.2.8 (#2359)

Bumps [getrandom](https://github.com/rust-random/getrandom) from 0.2.7 to 0.2.8.
<details>
<summ...

f6e189e62886711c30a68fc8f37adc9e095877a2 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump syn from 1.0.102 to 1.0.103 (#2358)

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

96d4ed8d70bf624e36923217f8633b134f9b7583 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump anyhow from 1.0.65 to 1.0.66 (#2361)

Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.65 to 1.0.66.
<details>
<summary>Rele...

e07f79254cce1a25dfea37e64baefab338e933d9 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump serde_json from 1.0.86 to 1.0.87 (#2355)

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

d51fee7237ad6fe1ce54b77c22a2a214a1d69f5c authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Create new lazy Error type (#2283)

This is an experiment that tries to migrate the codebase from eager `Error` objects to lazy ones...

dc9c1cb27566196b7d9fbc0d685b5deb6f16d3da authored about 2 years ago by José Julián Espina <[email protected]>
Bump clap from 4.0.16 to 4.0.17 (#2354)

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

4601b928e08e349a0c0bb5547cbf06c0d91c60b5 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump crazy-max/ghaction-github-pages from 3.0.0 to 3.1.0 (#2353)

Bumps [crazy-max/ghaction-github-pages](https://github.com/crazy-max/ghaction-github-pages) from...

deb9ec208cdf26d93975d86a81554413d2397f80 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump test262 from `eb67a76` to `ee7c379` (#2348)

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

427bd1794134d77e83b1197490d2a514a89e4b29 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump monaco-editor from 0.34.0 to 0.34.1 (#2351)

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

b0cf873a466bf3c71d258b20c81103f1ca696e97 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump clap from 4.0.12 to 4.0.16 (#2352)

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

c51382ae755809ef31cec35d40a643364ec5a8b5 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump boa-dev/criterion-compare-action from 3.2.2 to 3.2.3 (#2347)

Bumps [boa-dev/criterion-compare-action](https://github.com/boa-dev/criterion-compare-action) fr...

e592a8234e7a9993dd09ba27799b3d09530e39f7 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Split `Node` into `Statement`, `Expression` and `Declaration` (#2319)

This Pull Request fixes #1371. And yeah, the number of file changes is real...

It changes the...

959b9f1b6d32a3d636478cfd3a2b51fd26c5fff7 authored about 2 years ago by José Julián Espina <[email protected]>
Implement `JsRegExp` (#2326)

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

13dcdd4a97f2a83b457814f619d7449859506e45 authored about 2 years ago by Kevin <[email protected]>
Upgrade clap to 4.0, add value hints for zsh and fish (#2336)

This Pull Request fixes/closes #2330.

It changes the following:

- Upgrades from clap 3 to ...

9998a6787cea734a4900e7dad986519d5938c9b7 authored about 2 years ago by Iban Eguia <[email protected]>
Bump serde_json from 1.0.85 to 1.0.86 (#2341)

Replaces #2339 since dependabot has a small bug.

c645f8530eaa290fe0a0c4bbb9ce048e98398a65 authored about 2 years ago by José Julián Espina <[email protected]>
First prototype for new `JsString` using UTF-16 (#1659)

I think it's time to address the elephant in the room.

This Pull Request will (hopefully!) so...

df703021948ba33777c59163087e88ea6864ceeb authored about 2 years ago by José Julián Espina <[email protected]>
Bump test262 from `58b7a23` to `eb67a76` (#2334)

Bumps [test262](https://github.com/tc39/test262) from `58b7a23` to `eb67a76`.
<details>
<summary...

07389cbad114bc1ae39186fe3351976495a47c32 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Separate JsObjectType implementors to their own module (#2324)

This Pull Request closes #2080.

It moves all implementors of the `JsObjectType` trait into th...

c8f6f85d61c3b50b3a725eca5763eac64e6034be authored over 2 years ago by Calli <[email protected]>
Fixing the output for the test diffs in PRs (#2320)

This PR fixes PR comments where negative numbers from 100 to 999 would be shown as `-,999` inste...

18ab56eaf3edbfcc27b0a1b01f713802203e8721 authored over 2 years ago by Iban Eguia <[email protected]>
Bump test262 from `e849d40` to `58b7a23` (#2323)

Bumps [test262](https://github.com/tc39/test262) from `e849d40` to `58b7a23`.
<details>
<summary...

d0808de09268ba6deb1dbf258a406f53967dfea1 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump bootstrap from 5.2.1 to 5.2.2 (#2322)

Bumps [bootstrap](https://github.com/twbs/bootstrap) from 5.2.1 to 5.2.2.
<details>
<summary>Rel...

b44f6f0ad2004b4b0e87142174e12764e1538b0c authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Implement `JsDataView` (#2308)

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

eaf94284bd982e44461bc960dfa306e91b4daaaf authored over 2 years ago by Kevin <[email protected]>
Parse static async private methods in classes (#2315)

This Pull Request changes the following:

- Adjust `AsyncMethod` parsing to parse private iden...

7f1d1a992a585fb6d1e72045a04e6e40cd52cc22 authored over 2 years ago by raskad <[email protected]>
update tasks.json (#2313)

bring the tasks.json up to date
- The VM is the default path now so no need for it
- The toke...

9350977040b3e8e459fe06fc80e75c0f2beadbae authored over 2 years ago by Jason Williams <[email protected]>
Bump test262 from `9215420` to `e849d40` (#2311)

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

3e2691025fee5302a7d6e1c1710a2bdaf90bc8af authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fix double conversion to primitive in `ToNumeric` (#2310)

This Pull Request changes the following:

- Fix double conversion to primitive in `ToNumeric`....

5b5498d1ae9877be733fa68ccc6db94c3ce2e3e9 authored over 2 years ago by raskad <[email protected]>
Fix some Array spec deviations (#2306)

This Pull Request changes the following:

- Fix array constructor realm comparison.
- Fix err...

9f0ac300827a0d04d7c20432c37ae316dd46baa7 authored over 2 years ago by raskad <[email protected]>
Fix function property order (#2305)

This Pull Request changes the following:

- Fix function property order

0213f9f1e535dfb8985de34d8d06ff646377b1ea authored over 2 years ago by raskad <[email protected]>
Switch to workspace inherited properties (#2297)

This Pull Request switches our codebase to the brand new [workspace inherited keys](https://doc....

e9e85f5a49df35673f6da2f7608a176757a977a5 authored over 2 years ago by José Julián Espina <[email protected]>
Implement `new.target` expression (#2299)

This Pull Request changes the following:

- Implement `new.target` expression

c58a8997ca347448100541c440e695626e29a30d authored over 2 years ago by raskad <[email protected]>
Add unicode terminator to line comment (#2301)

This PR sloves the unicode terminator to single line comment
+ [{u+2028}](https://unicode-table...

573ac144583035a3cd4ac5808c24f068ee9d3dbe authored over 2 years ago by creampnx_x <[email protected]>
Fix links in readme (#2304)

Fix the links to `crates.io` and `docs.rs` in the readme.

319a907d220127d30b9ac641d06aeee1e8ca9346 authored over 2 years ago by raskad <[email protected]>
updating cli keywords

888cc28e1a5368295b9ec9269069c99fc9f5656e authored over 2 years ago by jasonwilliams <[email protected]>
Added the changelog for 0.16 (#2303)

This PR adds the changelog for Boa 0.16

2d062868c66223c133e8bfbb3c06f71293d57ed3 authored over 2 years ago by Iban Eguia <[email protected]>
Fixing CI (#2302)

This PR fixes the CI after the version bump.

a3062d1f4517ea4706e798f95bfd8030062fdcaf authored over 2 years ago by Iban Eguia <[email protected]>
Updated dependencies for 0.16 release (#2300)

This Pull Request updates the dependencies for the 0.16 release.

Co-authored-by: José Julián Es...

f5be60975bf6f1628b4bef9d69ad684c420721ad authored over 2 years ago by Iban Eguia <[email protected]>
Bump serde from 1.0.144 to 1.0.145 (#2298)

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

c4c608c17a0705d08a7397da915b8a7837077251 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Upgrading to Unicode 15 (#2291)

This Pull Request overrides #2288.

It changes the following:

- Updates dependencies to use...

77e739c5dad30e3752352ed71050b876c3f74f1d authored over 2 years ago by Iban Eguia <[email protected]>
Bump once_cell from 1.14.0 to 1.15.0 (#2296)

Bumps [once_cell](https://github.com/matklad/once_cell) from 1.14.0 to 1.15.0.
<details>
<summar...

198dfcc3942d84e9f69067dc25b1206ef055c366 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump webpack-dev-server from 4.11.0 to 4.11.1 (#2292)

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

558477f97a6f7a3a170cad6ba688546aa0f6c517 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump test262 from `dc1dc28` to `9215420` (#2290)

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

5d9b405b0245f74376504b074ab1192e69f7f873 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump clap from 3.2.21 to 3.2.22 (#2289)

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

26bb73059a6897131974f20999952f6a15776686 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Implement `for await...of` loops (#2286)

This Pull Request changes the following:

- Implement `for await...of` loop parsing
- Impleme...

d28633925cead9e5d9f03b453ebada47d8b0c678 authored over 2 years ago by raskad <[email protected]>
Implement missing global object internal methods (#2287)

This Pull Request fixes/closes #1987.

It changes the following:

- Add a prototype to the g...

db8a299386de4473a1aef1a894eb05d97a5dc1ee authored over 2 years ago by raskad <[email protected]>
Fix labelled block statement (#2285)

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

dbbcc57809b8911ab5ee8bcf3ed2cf5bcf697358 authored over 2 years ago by creampnx_x <[email protected]>
Add URI encoding and decoding functions (#2267)

This Pull Request closes #894.

It changes the following:

- Adds the `encodeURI()`, `decode...

779384d87f5383de835d116116c765e3a9ce1773 authored over 2 years ago by Iban Eguia <[email protected]>
Implement Async-from-Sync Iterator Objects (#2234)

This Pull Request changes the following:

- Implement [Async-from-Sync Iterator Objects](https...

09e35a85a229c0f169b94137262c541c3e522fc9 authored over 2 years ago by raskad <[email protected]>
Fixed assignment expression parsing (#2268)

This Pull Request fixes/closes #2148.

It changes the following:

- When we start an assignm...

af35be683ed70fd57e1be0a98c2bfecb412a7d0f authored over 2 years ago by Iban Eguia <[email protected]>
Added a bit more integer operation consistency to ByteDataBlock creation (#2272)

This Pull Request fixes a potential overflow when trying to convert a `u64` into a `usize` and t...

f4d88b79429cbbaef3f91a4703c6f76fbc904c81 authored over 2 years ago by Iban Eguia <[email protected]>
Bump serde_yaml from 0.9.11 to 0.9.13 (#2284)

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

24f4155e197e263882079e76c767c0f49fd282a0 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump anyhow from 1.0.64 to 1.0.65 (#2282)

Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.64 to 1.0.65.
<details>
<summary>Rele...

02a4ba16ba3508a9fd23003fb684fb13b2431878 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump clap from 3.2.20 to 3.2.21 (#2281)

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

ff151cc0498e8b707e1423f2bc4b4d93751504be authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump wasm-bindgen from 0.2.82 to 0.2.83 (#2280)

Bumps [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) from 0.2.82 to 0.2.83.
<details>
...

1d5ec2555e889c077946d5a91f8e420d7f99c19a authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Update criterion requirement from 0.3.5 to 0.4.0 in /boa_engine (#2279)

Updates the requirements on [criterion](https://github.com/bheisler/criterion.rs) to permit the ...

fb68a8d7348a7cf568d56cb954cf121f3ca22e3d authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fix regex literal /[/]/ (#2277)

This PR fixes a case where a forward slash is located in a regex class: `let regex = /[/]/;`. In...

43c7d7748af8b0ed9e8a1df6203a329084d8b320 authored over 2 years ago by Choongwoo Han <[email protected]>
Bump test262 from `f187075` to `dc1dc28` (#2278)

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

c1e34fdf0d2796a5ccdc5d5238e8e38a690000f4 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix computed property methods can call super methods (#2274)

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

c43539a42849c9cac120b36b4234ed10c8172276 authored over 2 years ago by creampnx_x <[email protected]>
Allow some keywords as identifiers (#2269)

This PR fixes #2275

There are keywords that are allowed as identifiers.
https://tc39.es/ecm...

2072f51fafed3bea1dd17f8c97cf8221f1c2eb37 authored over 2 years ago by Choongwoo Han <[email protected]>
Fix property access of call expression (#2273)

Fix a syntax error when accessing literal-like property names of call expression.
e.g.) `fn().t...

90ec460b3fa364c3365d0a5a7a69ab90c85e850c authored over 2 years ago by Choongwoo Han <[email protected]>
Bump webpack-dev-server from 4.10.1 to 4.11.0 (#2270)

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

ba91449e007da8e9f4bf968a63942dcda46827c1 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump bootstrap from 5.2.0 to 5.2.1 (#2271)

Bumps [bootstrap](https://github.com/twbs/bootstrap) from 5.2.0 to 5.2.1.
<details>
<summary>Rel...

92ecbda7b2c361154bd8b44d88992a0861f5bebf authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Do not auto-insert semicolon in VariableDeclarationList (#2266)

There can be a line terminator in the middle of variable declaration statement. For example,
``...

b63d04c48b5dcc2f0df1a2dadc15d42f59406ace authored over 2 years ago by Choongwoo Han <[email protected]>
Add integer type to fast path of to_property_key (#2261)

Skip `to_string` for integer type primitives in `to_property_key`. It's unnecessary to convert t...

39833631240cda00895b9438a6bfc43909892809 authored over 2 years ago by Choongwoo Han <[email protected]>
Bump serde_yaml from 0.9.10 to 0.9.11 (#2264)

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

b0025fc3c701f321d87b4379d0420eaf69a7bc4d authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump once_cell from 1.13.1 to 1.14.0 (#2263)

Bumps [once_cell](https://github.com/matklad/once_cell) from 1.13.1 to 1.14.0.
<details>
<summar...

5858d82989f596429a8c66a2b3b367209506b100 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump anyhow from 1.0.63 to 1.0.64 (#2262)

Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.63 to 1.0.64.
<details>
<summary>Rele...

1cb82ddee031df5158d220c216956bdce0af7807 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump test262 from `8dcc0e1` to `f187075` (#2265)

Bumps [test262](https://github.com/tc39/test262) from `8dcc0e1` to `f187075`.
<details>
<summary...

15a13d89397b166782fcd32c44e4b36d7b4e6914 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump clap from 3.2.19 to 3.2.20 (#2260)

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

71daf2a06ca411ab821931d4202875be1b0b4026 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump webpack-dev-server from 4.10.0 to 4.10.1 (#2253)

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

cb610d807326ff4b6054badc687292daa98ef460 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump clap from 3.2.17 to 3.2.19 (#2258)

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

bd04326d2f049648cea18bb9cbd2107db7bd024a authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump anyhow from 1.0.62 to 1.0.63 (#2257)

Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.62 to 1.0.63.
<details>
<summary>Rele...

5faaf8b6aae0f51838a5a3fe784e1930495f6314 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump iana-time-zone from 0.1.44 to 0.1.47 (#2256)

Bumps [iana-time-zone](https://github.com/strawlab/iana-time-zone) from 0.1.44 to 0.1.47.
<detai...

35402bd58eaf68da3abce8c0a77780d20ed4ee83 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump terser-webpack-plugin from 5.3.5 to 5.3.6 (#2254)

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

d9720f71ab22893e751747f0d9d67e5e538f3974 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump test262 from `747bed2` to `8dcc0e1` (#2252)

Bumps [test262](https://github.com/tc39/test262) from `747bed2` to `8dcc0e1`.
<details>
<summary...

50f756e3a3a0cb48a12c124d60f800aac2f86b58 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Ignored a bunch of tests for features that we do not implement (#2250)

This Pull Request ignores a bunch of features in the Boa tester, since we do not implement those...

3cb8103a4db5a8508701be2fb82788c141080299 authored over 2 years ago by Iban Eguia <[email protected]>
Bump serde_yaml from 0.9.9 to 0.9.10 (#2248)

Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.9.9 to 0.9.10.
<details>
<summa...

0d251f48b4479dd5333aac945cdb3e8339124531 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump serde_json from 1.0.83 to 1.0.85 (#2247)

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

ab9f0d60529edc21f290b50444281faa60f781ad authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump serde from 1.0.143 to 1.0.144 (#2249)

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

eb5d24ed4a5286febaf1e1e252a2a541aa8179ee authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Removed some non-needed dependencies (#2246)

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

f0caa3cde22a9bc4721964555c186d4c7206b8c1 authored over 2 years ago by Iban Eguia <[email protected]>
check history file exist if not create it (#2245)

This Pull Request fixes/closes #2223.

It changes the following:

- Check the .boa_history...

861b9a142bb64feb680dfec11b7153ba53ce510f authored over 2 years ago by udhaykumarbala <[email protected]>
Bump anyhow from 1.0.61 to 1.0.62 (#2241)

Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.61 to 1.0.62.
<details>
<summary>Comm...

4f4a500a1e4347670b0f43bfc5bc89c6117eaf12 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>