Ecosyste.ms: OpenCollective

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

Boa

Boa is an experimental JavaScript lexer, parser and compiler written in Rust.
Collective - Host: opensource - https://opencollective.com/boa - Website: https://boajs.dev/ - Code: https://github.com/boa-dev

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

github.com/boa-dev/boa - f7db12a7a901f9e7dbf021ee03d5ba61350f500f authored almost 2 years ago
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...

github.com/boa-dev/boa - b3e045ae2392d7e5df098575482ce5bc1bf2a79b authored almost 2 years ago
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...

github.com/boa-dev/boa - 02f737aac7ecc8828a44cc1c65f5ed9f1d643709 authored almost 2 years ago
Implement `with` and object environments (#2692)

This Pull Request changes the following:

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

github.com/boa-dev/boa - 431a358b2fddbb10056f97148e46c86b7448a9e9 authored almost 2 years ago
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...

github.com/boa-dev/boa - 7b2564e126a360265ac7f234d3e87998039b39e6 authored almost 2 years ago
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...

github.com/boa-dev/boa - af6b41e8028e781b82c94ea7e031995729ae57f8 authored almost 2 years ago
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...

github.com/boa-dev/boa - 98356de4149e4784be256e817fc7fa2e898c2e89 authored almost 2 years ago
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....

github.com/boa-dev/boa - 35b7ef06dd87a8048eb1922a7072ea5bfb953168 authored almost 2 years ago
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...

github.com/boa-dev/boa - 0354d8295fee89e1638e5869d7afd33a64b3946d authored almost 2 years ago
Fix Object constructor (#2694)

This Pull Request changes the following:

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

github.com/boa-dev/boa - d794edfeb20e026cf2d6580094ebdcb7e9ebe0cc authored almost 2 years ago
Benchmark CI (#29)

github.com/boa-dev/ryu-js - c15c2084de37ebd9f353218bfb7792c4d8416ee3 authored almost 2 years ago
Add timeout to CI (#2691)

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

github.com/boa-dev/boa - 5b852aac02e414f259adc4af9ce5fa249f5c8b18 authored almost 2 years ago
Fix passing arguments to criterion error (#30)

github.com/boa-dev/ryu-js - 9ab40a71261071149a15b278ddf7326792674a50 authored almost 2 years ago
Add `--strict` flag to cli (#2689)

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

github.com/boa-dev/boa - 7e6d3c92096925580c081e3daa59292900fd724b authored almost 2 years ago
Fix value to bigint conversion (#2688)

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

github.com/boa-dev/boa - b2b079b475ad48539f24328eee83bcce89db5065 authored almost 2 years ago
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...

github.com/boa-dev/boa - d7d5c5eb1442c40e79c54f7c2e004f89cae1673c authored almost 2 years ago
Correctly run async tests (#2683)

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

github.com/boa-dev/boa - a53edeb4aaafe4a3ab5a95554d99131446904b67 authored almost 2 years ago
Sync to upstream/master (#24)

Co-authored-by: Aphek <[email protected]>

github.com/boa-dev/ryu-js - ca1193fccf43cc7a3f45dad452ebaea8aa2461ed authored almost 2 years ago
Add issue and PR templates (#27)

github.com/boa-dev/ryu-js - f9cc19ed4c2ed88f4d3e0a0e355b075606667cb1 authored almost 2 years ago
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<...

github.com/boa-dev/boa - 7ecf8becd4a8048336ee1c4101b1fdba4a2c8f26 authored almost 2 years ago
Avoid unneeded bounds checks in bytecode address patching (#2680)

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

github.com/boa-dev/boa - 50a343a3ce6833bd074a3dccf813ab1ce2600c7c authored almost 2 years ago
Fix incorrect `Number.MIN_VALUE` value (#2682)

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

It changes...

github.com/boa-dev/boa - 4d121e54d989eb61d9f3dda67f00149dd3031f6b authored almost 2 years ago
Switch to criterion for benchmarking (#28)

github.com/boa-dev/ryu-js - 4b3e01c20734944a46daf7770429235416d368ac authored almost 2 years ago
feat: Add optional package input (#91)

* feat: Add optional package input

* feat: Add missing transpiled index

* chore: Address P...

github.com/boa-dev/criterion-compare-action - a92a5cb7458d1e40733176e82c309e4037765e1b authored almost 2 years ago
Bump prettier from 2.8.3 to 2.8.4 (#90)

github.com/boa-dev/criterion-compare-action - 5de9cdced6a4adaca3fbd610230d371c8e43de7f authored almost 2 years ago
Bump actions/setup-node from 3.5.1 to 3.6.0 (#86)

github.com/boa-dev/criterion-compare-action - 7658c9880b2d0e991d1ef372c9e88e1676493e56 authored almost 2 years ago
Bump @vercel/ncc from 0.36.0 to 0.36.1 (#89)

github.com/boa-dev/criterion-compare-action - f0fe515ac96fa188a688942183a3d1c54f2f4c05 authored almost 2 years ago
Bump sass from 1.59.2 to 1.59.3 (#87)

github.com/boa-dev/boa-dev.github.io - 2454c6b5de089d2f72b953a85d584f4f96d02ebc authored almost 2 years ago
Bump @kevingimbel/eleventy-plugin-mermaid from 2.0.2 to 2.1.0 (#86)

github.com/boa-dev/boa-dev.github.io - 7ed39bf33fab96bd969f5ee9365f05cf1c524b80 authored almost 2 years ago
Update `README.md` cli options (#2678)

It changes the following:

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

github.com/boa-dev/boa - c9ae4dc2e3e15d10f5bb8da9162f3addafc11577 authored almost 2 years ago
Fix exponent operator (#2681)

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

Fixes the remaining fail...

github.com/boa-dev/boa - 2588aa9f9a28db9a8711a06b6b6d789174e2963e authored almost 2 years ago
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...

github.com/boa-dev/boa - 2f447c0e0725c4838d37b62f472909f309bab6a7 authored almost 2 years ago
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...

github.com/boa-dev/boa - 65bb0d890eb4a7abf980f2eb728774e68e3f7acd authored almost 2 years ago
Decouple bytecompiler from CodeBlock (#2669)

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

github.com/boa-dev/boa - da866cae6436444c0ab543321be5582adf4e7055 authored almost 2 years ago
Implement `CompletionRecords` for the Vm (#2618)

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

github.com/boa-dev/boa - 10d58b334e1be1bf77581563d946ff989cc18048 authored almost 2 years ago
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>
<...

github.com/boa-dev/boa - 9a34cb97f16a6fe973f1da3342fe36382047be74 authored almost 2 years ago
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....

github.com/boa-dev/boa - 5f69ccd4cc3fe9ea1358b4205551e9c99bb043de authored almost 2 years ago
Revert "Bump dtolnay/rust-toolchain from 1.36.0 to 1.70.0 (#23)" (#25)

This reverts commit e307dde13e2e98805270df39e64a22d29fa044dd.

github.com/boa-dev/ryu-js - 21c01b6a917b444654d5ad5b23f6409e9cb04341 authored almost 2 years ago
Bump dtolnay/rust-toolchain from 1.36.0 to 1.70.0 (#23)

Bumps [dtolnay/rust-toolchain](https://github.com/dtolnay/rust-toolchain) from 1.36.0 to 1.70.0....

github.com/boa-dev/ryu-js - e307dde13e2e98805270df39e64a22d29fa044dd authored almost 2 years ago
Bump liquidjs and @11ty/eleventy (#84)

github.com/boa-dev/boa-dev.github.io - c7300a585eaba77f9c2004b990b061963363d49e authored almost 2 years ago
Bump ua-parser-js and browser-sync (#83)

github.com/boa-dev/boa-dev.github.io - eab15a7e851a9d524cda4575cf11451803e9e38b authored almost 2 years ago
Bump sass from 1.57.1 to 1.59.2 (#85)

github.com/boa-dev/boa-dev.github.io - 95c253752fdd299325713fae69b8924dd6bf0575 authored almost 2 years ago
Bump bitflags to 2.0.0 (#2666)

Updated `bitflags`, overrides #2665.

github.com/boa-dev/boa - 0a843d20960f4d52415af60506bbf1ab7e62d2f0 authored almost 2 years ago
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...

github.com/boa-dev/boa - 6173a7343f76b4608b3ac3969be15c2a30527966 authored almost 2 years ago
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...

github.com/boa-dev/boa - 053f671bb8d72c1c400725f45ea7c61a1e3e6258 authored almost 2 years ago
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...

github.com/boa-dev/boa - 41336b8ea3e166ac45fee13f595648edf950de1c authored almost 2 years ago
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...

github.com/boa-dev/boa - 7447b6e7926db177b474faaeedf34d57ab9790cd authored almost 2 years ago
Handle surrogates in `String.fromCodePoint` (#2659)

This Pull Request fixes #2657.

It changes the following:

- Handles surrogates when trying ...

github.com/boa-dev/boa - 5a3186d6332aee1a52b8701412c49accf21b4ae8 authored almost 2 years ago
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...

github.com/boa-dev/boa - c9d21acc6fa90b99ebff061b1520d547e26b9680 authored almost 2 years ago
[regexp] new tests for unicode flag (#2656)

the flag got introduced in regress 0.5.0

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

github.com/boa-dev/boa - 6443aa86ec278ff05d30da7c9ea96e5a6c836a32 authored almost 2 years ago
Bump test262 from `d216cc1` to `9704d7f` (#2654)

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

github.com/boa-dev/boa - e4365b5b8978ffdb052cf8270bb4d7e3ccd9df12 authored almost 2 years ago
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...

github.com/boa-dev/boa - b138a3088aca92db4bb8706207f620889b021121 authored almost 2 years ago
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...

github.com/boa-dev/boa - 3eaa01f7226a58da8a24f219b121123b4b83b928 authored almost 2 years ago
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...

github.com/boa-dev/boa - 48ddeb9a53e0d4e7479f681eccd3e9104e233038 authored almost 2 years ago
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...

github.com/boa-dev/boa - 2125ca8e1008665c8843e2b6cc100d14411d4c1b authored almost 2 years ago
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...

github.com/boa-dev/boa - a8a49ebca7f5bc1714d0b0c0a5c6a45e7218cd7f authored almost 2 years ago
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...

github.com/boa-dev/boa - ced0024fc50985828d9d89d34006642553b060a0 authored almost 2 years ago
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...

github.com/boa-dev/boa - 7f6af7bbf4f60e087238844b3ccfd5d3c3b14e63 authored almost 2 years ago
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...

github.com/boa-dev/boa - 00d3a229375af0c3868010dc634099722ee0dafd authored almost 2 years ago
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...

github.com/boa-dev/boa - 3d3191654d189b2b82e4e378ede2cae6b8ed2438 authored almost 2 years ago
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...

github.com/boa-dev/boa - b0aa84b544a7cd2d86c2f64cba48b7af55ab2191 authored almost 2 years ago
Rust 1.68 clippy fixes (#2646)

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

github.com/boa-dev/boa - 9da07dce721cef9bbfe5f0067e15ab60e0dd4a10 authored almost 2 years ago
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...

github.com/boa-dev/boa - 718fea378a6355b0b1e3f226432f1b24f84515c7 authored almost 2 years ago
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...

github.com/boa-dev/boa - ee9f4d97ab2ffb39de893225473fdfb6978b1b94 authored almost 2 years ago
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...

github.com/boa-dev/boa - 009c19db2c432458f468a5ed808c235ea2236ffc authored almost 2 years ago
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...

github.com/boa-dev/boa - b87930349da25186092466cc3c5d61931a71fcf7 authored almost 2 years ago
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...

github.com/boa-dev/boa - 75b86477e5d5663261fb6056542034c2811b6ec0 authored almost 2 years ago
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...

github.com/boa-dev/boa - bae56a5a7ece936feae866162275503c443e2670 authored almost 2 years ago
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 ...

github.com/boa-dev/boa - 7e8c1bc70ab8cb949146ac4ce7dcbf7942ead7a3 authored almost 2 years ago
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...

github.com/boa-dev/boa - 43354a333c0242d623f2d51f1eaf86832b038dda authored almost 2 years ago
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...

github.com/boa-dev/boa - 840e54cbe0318f75b4c57b4b79ce11585fb99d9b authored almost 2 years ago
Migrate tests to new test API (#2619)

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

It changes the following:

-...

github.com/boa-dev/boa - d94e40aa013c5ba764fab5a28645697d966b00d0 authored almost 2 years ago
Bump @kevingimbel/eleventy-plugin-mermaid from 2.0.0 to 2.0.2 (#82)

Bumps [@kevingimbel/eleventy-plugin-mermaid](https://github.com/KevinGimbel/eleventy-plugin-merm...

github.com/boa-dev/boa-dev.github.io - bbc36768cb4f5c0efb7955a666d133f3f10f8fc7 authored almost 2 years ago
fix: RUSTSEC-2020-0071 in boa_engine (#2627)

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

github.com/boa-dev/boa - c15bf73b65a7d666e9e01be16cca9a82b45a8746 authored almost 2 years ago
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...

github.com/boa-dev/boa - 23d1aa8e49984cd54ada1446ef5dcdbadd1ef79d authored almost 2 years ago
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...

github.com/boa-dev/boa - 73ae92d9cf0a59be0550dbefcdd25bd0da4fb38a authored almost 2 years ago
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...

github.com/boa-dev/boa - 423c16af3445f500cdaec3bc2ac723f6621fa9e1 authored almost 2 years ago
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...

github.com/boa-dev/boa - b9702ceb76354ed86c88d4fb60683d70f9e5f9a8 authored almost 2 years ago
Bump syn from 1.0.108 to 1.0.109 (#2621)

Bumps [syn](https://github.com/dtolnay/syn) from 1.0.108 to 1.0.109.
<details>
<summary>Commits<...

github.com/boa-dev/boa - d10754a24b6f623db6947705b03775c86908f399 authored almost 2 years ago
Bump test262 from `76a14bf` to `d216cc1` (#2622)

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

github.com/boa-dev/boa - 1f233d3b08a0f9a844d0a1138751cbfe00ce43a0 authored almost 2 years ago
Bump num_enum from 0.5.10 to 0.5.11 (#2617)

Bumps [num_enum](https://github.com/illicitonion/num_enum) from 0.5.10 to 0.5.11.
<details>
<sum...

github.com/boa-dev/boa - 92f1088ddcc9ec90f8601801218c59f07dda58a2 authored almost 2 years ago
Bump rustyline from 10.1.1 to 11.0.0 (#2612)

Bumps [rustyline](https://github.com/kkawakam/rustyline) from 10.1.1 to 11.0.0.
<details>
<summa...

github.com/boa-dev/boa - 096f65410ffaaab4e448db98f3d09d87bf91b7f2 authored almost 2 years ago
Keep Integer type for inc/dec of an integer (#2615)

Keep Integer type after running unary increment/decrement ops if possible. The integer type will...

github.com/boa-dev/boa - 3d6931cf9c9ccc7ef1a85db55a2c2fab65474f7e authored almost 2 years ago
API to construct a `NativeFunction` from a native async function (#2542)

~~Builds off of #2529.~~ Merged.

This Pull Request allows passing any function returning `imp...

github.com/boa-dev/boa - 280199b07a9279ee1dd426b138ed4f79821c3f4d authored almost 2 years ago
Bump syn from 1.0.107 to 1.0.108 (#2616)

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

github.com/boa-dev/boa - 591befebf2aca0ac05ee8bc878de09575ae7d7a6 authored almost 2 years ago
Bump num_enum from 0.5.9 to 0.5.10 (#2613)

Bumps [num_enum](https://github.com/illicitonion/num_enum) from 0.5.9 to 0.5.10.
<details>
<summ...

github.com/boa-dev/boa - fa2c3c1e9964f74ea9e6481a6b88b5ffd731918b authored almost 2 years ago
Bump test262 from `1c47728` to `76a14bf` (#2614)

Bumps [test262](https://github.com/tc39/test262) from `1c47728` to `76a14bf`.
<details>
<summary...

github.com/boa-dev/boa - 7b4730eff6b264e9e4ae3398f5b5e382bc0116a8 authored almost 2 years ago
Optimize Get/SetPropertyByName (#2608)

Similar to #2604, `GetPropertyByName`/`SetPropertyByName` has only string property key. So, we c...

github.com/boa-dev/boa - f8b682085d7fe0bbfcd0333038e93cf2f5aee710 authored almost 2 years ago
Fix string to number conversion for `infinity` (#2607)

This Pull Request changes the following:

- Fix string to number conversion for all invalid va...

github.com/boa-dev/boa - f457ea95f82729e7e27f626a469d37ab22b384de authored almost 2 years ago
Remove Syntax Errors from Bytecompiler (#2598)

This Pull Request closes #1907.

It changes the following:

- Implement several early errors...

github.com/boa-dev/boa - 310c67195a09ea271a7e24c5eb6b5132108df40a authored almost 2 years ago
Fix doc tests and add CI check (#2606)

This Pull Request fixes #2605.

It changes the following:

- Adds a CI check to run `cargo t...

github.com/boa-dev/boa - 60c25b45e7eef8f23f92988cc03fc5dd69c366e0 authored almost 2 years ago
Fast path for static property keys (#2604)

When a rust string literal is given for a property key, boa checks if it can be parsed as an ind...

github.com/boa-dev/boa - 4750e8d53aa1f7dddff157fd3f2eae8c8d27e762 authored almost 2 years ago
Implement `WeakMap` (#2597)

This Pull Request changes the following:

- Implement `WeakMap` buildin object.

github.com/boa-dev/boa - f538cb214cb6ad1114ad39587979991fdb523f16 authored almost 2 years ago
Bump clap from 4.1.4 to 4.1.6 (#2603)

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

github.com/boa-dev/boa - e93b927e706bd155e0dc7dc3cae512f9c01efad2 authored almost 2 years ago
Bump once_cell from 1.17.0 to 1.17.1 (#2602)

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

github.com/boa-dev/boa - 4ca067a16ce7e3d70b81d2a026e69a469f97c91d authored almost 2 years ago
Bump test262 from `e7364ea` to `1c47728` (#2600)

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

github.com/boa-dev/boa - 7da508223348f34a1315b9fdb14a428469050db4 authored almost 2 years ago
Implement `WeakSet` (#2586)

This Pull Request changes the following:

- Implement `WeakSet` buildin object.
- Supersedes ...

github.com/boa-dev/boa - ffa854ce3f8c6dcfdb24721513e55a2a9245910d authored almost 2 years ago
Bump measureme from 10.1.0 to 10.1.1 (#2595)

Bumps [measureme](https://github.com/rust-lang/measureme) from 10.1.0 to 10.1.1.
<details>
<summ...

github.com/boa-dev/boa - c357ae759779c3d182467b1838aca7c66ae4b20d authored almost 2 years ago
Bump serde_json from 1.0.92 to 1.0.93 (#2594)

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

github.com/boa-dev/boa - 0ca8ce23b745ce8d4d1196343edce6dabd446428 authored almost 2 years ago
Bump monaco-editor from 0.34.1 to 0.35.0 (#2592)

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

github.com/boa-dev/boa - 5020862ca926a1e7c9a23fa66c955bd8e28b100c authored almost 2 years ago