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

Fix 1.71.0 lints (#3140)

* Fix 1.71.0 lints

* Attest suggestion

93d05bda6864aa6ee67682d84bd4fc2108093ef5 authored over 1 year ago by João Borges <[email protected]>
Refactor `Array.prototype.find*` and TypedArray variants to use `FindViaPredicate` (#3134)

* Refactor `Array.prototype.{find,findIndex}` and TypedArray variants to use `FindViaPredicate`
...

e1a2bb2055601fcbf981b5df0d585e8f04c7e94d authored over 1 year ago by Dirk de Visser <[email protected]>
Bump @playwright/test from 1.35.1 to 1.36.0 (#3136)

Bumps [@playwright/test](https://github.com/Microsoft/playwright) from 1.35.1 to 1.36.0.
- [Rele...

905d29c2a4866b3bbb8e7e99d39f1d2eb7ec3b52 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump serde_json from 1.0.100 to 1.0.102 (#3137)

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.100 to 1.0.102.
- [Release notes](...

0cd209a0582cf4f39161d2b0df41310c7d4342d0 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump dashmap from 5.4.0 to 5.5.0 (#3132)

Bumps [dashmap](https://github.com/xacrimon/dashmap) from 5.4.0 to 5.5.0.
- [Release notes](http...

dc90d0668d6e594a5b99178d71c2da4567483aef authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump monaco-editor-webpack-plugin from 7.0.1 to 7.1.0 (#3131)

Bumps [monaco-editor-webpack-plugin](https://github.com/microsoft/monaco-editor) from 7.0.1 to 7...

c8d20477bad212054ee96b7a802b05ce771982c2 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump serde from 1.0.170 to 1.0.171 (#3130)

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.170 to 1.0.171.
- [Release notes](http...

0cc4322cc240e55b779d3e2cf3118ce0d468cb46 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump benchmark-action/github-action-benchmark from 1.17.0 to 1.18.0 (#3125)

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

005ed170e6cd12fb3553a9395ad07ab407cb00d6 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump serde from 1.0.169 to 1.0.170 (#3127)

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.169 to 1.0.170.
- [Release notes](http...

f776b1c06e05f8ca57d46c759bb3fdb58f385cd5 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump syn from 2.0.24 to 2.0.25 (#3128)

Bumps [syn](https://github.com/dtolnay/syn) from 2.0.24 to 2.0.25.
- [Release notes](https://git...

45026fefa50190acd2b0bdf9203eaa9695be8b7a authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump monaco-editor from 0.39.0 to 0.40.0 (#3126)

Bumps [monaco-editor](https://github.com/microsoft/monaco-editor) from 0.39.0 to 0.40.0.
- [Chan...

bdc4b9eaa2bd184f07035aa2714013b59df74007 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Add new CLI options to usage in README (#3123)

* Add new CLI options to usage in README

* Removed extra spaces

5b9f8ca0180ec6a1942dbd1d52229840a0bfd49c authored over 1 year ago by Iban Eguia Moraza <[email protected]>
Updated Fuzzer dependencies and added them to Dependabot (#3124)

ecc72bccec5b1e0aad4130be2d28c73947fd725c authored over 1 year ago by Iban Eguia Moraza <[email protected]>
Add missing 'unscopables' to `Array.prototype[@@unscopables]` (#3111)

fe9c8d9e908948bf4d355d96010324ae31224394 authored over 1 year ago by Dirk de Visser <[email protected]>
Add regexp indices (`d` flag) support (#3094)

* Add regexp indices (`d` flag) support

Closes #3086

* Run rustfmt

* Fix clippy

1a2be79f83bbfbe1ae8158d8bcea582fa76c0aba authored over 1 year ago by Dirk de Visser <[email protected]>
Change `name` field type in `CodeBlock` to `JsString` (#3107)

* Change name type to `JsString`

* cargo-clippy

7ee922bd76805a3470562110589b0c72300800d2 authored over 1 year ago by Haled Odat <[email protected]>
Removed time 0.1 dependency, updated dependencies (#3122)

49f00590a4280f5c8fe40cbccc60a65cdbb92fc0 authored over 1 year ago by Iban Eguia Moraza <[email protected]>
`TypedArray.prototype.values()` and `TypedArray.prototype[@@iterator]` should have the same value (#3096)

4baf6e232b3bfca67fc0ea6251586633335c3981 authored over 1 year ago by Haled Odat <[email protected]>
Move `RefCell` of `CompileTimeEnvironment`s to field `bindings` (#3108)

* Move `RefCell` of `CompileTimeEnvironment`s to field `bindings`

All field except the `binding...

40f33d8efbf4da118d043ad20ce28649b1fd45ea authored over 1 year ago by Haled Odat <[email protected]>
Bump serde from 1.0.166 to 1.0.168 (#3121)

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.166 to 1.0.168.
- [Release notes](http...

c181af4d706a97eff671d7ce04a8ca0dc251adc2 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump thiserror from 1.0.41 to 1.0.43 (#3116)

Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.41 to 1.0.43.
- [Release notes]...

6d13a0198b55281fb50ba4d85a425153a560fe2d authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Format let-else expressions (#3102)

395d0c8d42eae826e30830cbfb7bc58f8799b244 authored over 1 year ago by José Julián Espina <[email protected]>
Bump toml from 0.7.5 to 0.7.6 (#3114)

Bumps [toml](https://github.com/toml-rs/toml) from 0.7.5 to 0.7.6.
- [Commits](https://github.co...

ecfaeb9ead596c00ffa945e8c0b86b75f57304e9 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Allow escaped yield and await in labelled statement (#3117)

73af19b2bd6e8947891506dd30e084c62b2afdd9 authored over 1 year ago by raskad <[email protected]>
Fix syntax (#3120)

e027932ae2da3f548b28f9fafc4d12b04f69d0e4 authored over 1 year ago by Iban Eguia Moraza <[email protected]>
Removing the commented-out job (#3119)

* Removing the commented-out job

* Removed the dependencies

* Added Rust toolchain

593136b9e4f837a113e3809eb2be1f7c2c39d1cd authored over 1 year ago by Iban Eguia Moraza <[email protected]>
Fixing the release build errors (#3118)

* Fixing the release build errors

* Commenting out the publish job

1c12d0602dfc90b9e1b9e66ddd32386a7d9e4810 authored over 1 year ago by Iban Eguia Moraza <[email protected]>
Quick fix (#3113)

* fix up release

* update node version

* no individual tags can be used either

* set needs: p...

8fe405d275c52fef09f2bd94a0c6830e31da59e2 authored over 1 year ago by Jason Williams <[email protected]>
create binaries for the releases (#3084)

* create binaires for the releases

* update from comments

* cleaner asset name

* don't have p...

315b91b09027d92909c172f7a3c38c5aeaa0a7f8 authored over 1 year ago by Jason Williams <[email protected]>
Changelog17 (#3101)

* v0.17.0 changelog

* Added latest changes, updated dependencies

---------

Co-authored-by: Ib...

5eb8541e4a9ba90b6cf694d3f89bf59c2ebad156 authored over 1 year ago by Jason Williams <[email protected]>
Bump version to 0.17 (#3085)

9b1f2f4eb70e08958e5d046e23b3d0bd3063816d authored over 1 year ago by José Julián Espina <[email protected]>
Bump webpack from 5.88.0 to 5.88.1 (#3088)

Bumps [webpack](https://github.com/webpack/webpack) from 5.88.0 to 5.88.1.
- [Release notes](htt...

a9a2e1bc086b9680d445365ad6fad5998f0b4973 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump quote from 1.0.28 to 1.0.29 (#3090)

Bumps [quote](https://github.com/dtolnay/quote) from 1.0.28 to 1.0.29.
- [Release notes](https:/...

d8dcbddd91338b5b97361c9e10190f0d94d0c38e authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump clap from 4.3.8 to 4.3.10 (#3091)

Bumps [clap](https://github.com/clap-rs/clap) from 4.3.8 to 4.3.10.
- [Release notes](https://gi...

fbba5e4d904ad1c8fbd531bbe439762dd26baf99 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Prepare for release 0.17 (#3083)

ce520fa2baf171b16ddb6aebefed4844e557f0f1 authored over 1 year ago by José Julián Espina <[email protected]>
add link to the main logo (#3082)

989b40d8b78a3dce2ecd5710743b1785f4cd7bcb authored over 1 year ago by Jason Williams <[email protected]>
Remove `boa_unicode` (#3070)

8629a748fdc2f3e6f41ed5ba38f8e86e5e5382a3 authored over 1 year ago by José Julián Espina <[email protected]>
Correctly handle finally..loop..break (#3073)

The match was too greedy, being executed for 'break' abrupt completions as well.

Closes #3054

4a75b299e33268e3516b93e76228d11a76167291 authored over 1 year ago by Dirk de Visser <[email protected]>
Copy `ABOUT.md` file to all published crates (#3074)

551a28771819d427b42eedb66c70a362ead10361 authored over 1 year ago by José Julián Espina <[email protected]>
Cache `cargo-tarpaulin` binary (#3071)

* Cache `cargo-tarpaulin` binary

* Action test

1e3fe4b4c2fdd2cf6885b64c4a4bc79b1c03ea28 authored over 1 year ago by José Julián Espina <[email protected]>
Remove `include_str` in boa_unicode (#3072)

1be62c90776053403eada5622d2353ac4b3a2c58 authored over 1 year ago by José Julián Espina <[email protected]>
Deprecate `boa_unicode` (#3069)

e96c838432cc028b50cf08f3ef7ff4c9672c7cdc authored over 1 year ago by José Julián Espina <[email protected]>
Bump serde_json from 1.0.97 to 1.0.99 (#3065)

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.97 to 1.0.99.
- [Release notes](ht...

d0fa8cbec48d1b59a7bc75a88bd1064218d90319 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump rustyline from 11.0.0 to 12.0.0 (#3067)

Bumps [rustyline](https://github.com/kkawakam/rustyline) from 11.0.0 to 12.0.0.
- [Release notes...

2ecaac3c66067401934fa9f4db6f8916d8432492 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump phf from 0.11.1 to 0.11.2 (#3068)

Bumps [phf](https://github.com/rust-phf/rust-phf) from 0.11.1 to 0.11.2.
- [Release notes](https...

e7599af1fbfd0d50fb831feabde3a10a3f04b587 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump test262 from `2f0193d` to `d52a5bb` (#3066)

Bumps [test262](https://github.com/tc39/test262) from `2f0193d` to `d52a5bb`.
- [Commits](https:...

b03034cdaae80bd4220e515d31715217d0c3c2d8 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump clap from 4.3.5 to 4.3.8 (#3064)

Bumps [clap](https://github.com/clap-rs/clap) from 4.3.5 to 4.3.8.
- [Release notes](https://git...

796c5c7258048eeb6f1d8fc23d5a239d39131ab7 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump proc-macro2 from 1.0.60 to 1.0.63 (#3063)

Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.60 to 1.0.63.
- [Release no...

9559648dfcc8ea91870dfccb5bc1fa06719e8302 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Simplify/Refactor exception handling and last statement value (#3053)

9b25ecf49156257f04c199505dd0ff6a647701e2 authored over 1 year ago by Haled Odat <[email protected]>
Mark header of rooted ephemerons when tracing (#3049)

* Mark header of rooted ephemerons when tracing

* Add additional assertions

* Use assert_eq in...

530fe97fdf008da35e6ab5c27b1845889c43cf8f authored over 1 year ago by José Julián Espina <[email protected]>
Skip reversing arguments in SuperCallDerived (#3062)

`code_block::construct_internal` already reverses the arguments into `argument_n ... argument_1`...

4f89303f431f5240083a18d01dec0cb5c3fc3eb7 authored over 1 year ago by Dirk de Visser <[email protected]>
Bump itertools from 0.10.5 to 0.11.0 (#3061)

Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.10.5 to 0.11.0.
- [Changel...

1f94e79a4e2c2cead443ce13881bdc44dbed7bc7 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump webpack from 5.87.0 to 5.88.0 (#3060)

Bumps [webpack](https://github.com/webpack/webpack) from 5.87.0 to 5.88.0.
- [Release notes](htt...

b84cc78cb447cb4beaf3aaf78c93354e4ea5d0cd authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump openssl from 0.10.51 to 0.10.55 (#3058)

Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.51 to 0.10.55.
- [Release no...

7026c715a78d9e8d0a6d570411799854dae48bb1 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump clap from 4.3.4 to 4.3.5 (#3056)

Bumps [clap](https://github.com/clap-rs/clap) from 4.3.4 to 4.3.5.
- [Release notes](https://git...

1356a5efd688cfcde68fa1ca537f144d78d8170d authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Use `Rc` instead of `Gc` for `CompileTimeEnvironment`s (#3025)

* Use `Rc` instead of `Gc` for `CompileTimeEnvironment`s

* Add comment

610cf2c3c8bb7145829fb35ec3038365950d650d authored over 1 year ago by Haled Odat <[email protected]>
Cleanup test262 features and bump submodule (#3051)

* Cleanup test262 features and bump submodule

* Cleanup ignored features

* Make titles more di...

b8dd0b01e9f08ab66b32f8b3debc3026e4c0fba3 authored over 1 year ago by José Julián Espina <[email protected]>
Bump comfy-table from 7.0.0 to 7.0.1 (#3047)

Bumps [comfy-table](https://github.com/nukesor/comfy-table) from 7.0.0 to 7.0.1.
- [Release note...

7f50108942b088f3cb4d3e7c9213ef6fe0b504e6 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fix super property access (#3026)

* Fix super property access

* Add better documentation to compiler

86726f1238a9a374aae70e171d9a92363e939df6 authored over 1 year ago by raskad <[email protected]>
Allow awaiting `JsPromise` from Rust code (#3011)

* Allow awaiting `JsPromise` from Rust code

* Fix docs

* Relink to docs.rs

1a21cc904f802a2794db8a91d363dbcf88cc0cf7 authored over 1 year ago by José Julián Espina <[email protected]>
Make `IntegerIndexed::byte_offset` public (#3017)

This allows querying the full range of the `TypedArray` in the
underlying `ArrayBuffer`.

dfba57e39aaf9559449f21d1958f73c5afacb160 authored over 1 year ago by Christopher Serr <[email protected]>
Bump serde_json from 1.0.96 to 1.0.97 (#3046)

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.96 to 1.0.97.
- [Release notes](ht...

78a0c2f74bf8b2c83a50b846879bbd3be1897240 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump @playwright/test from 1.35.0 to 1.35.1 (#3045)

Bumps [@playwright/test](https://github.com/Microsoft/playwright) from 1.35.0 to 1.35.1.
- [Rele...

8f64acb2238b6879ff16b037629eeb8255af2697 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump webpack from 5.86.0 to 5.87.0 (#3042)

Bumps [webpack](https://github.com/webpack/webpack) from 5.86.0 to 5.87.0.
- [Release notes](htt...

e4f9bcb522a0cba4444488f93766aabe28cb2070 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump clap from 4.3.3 to 4.3.4 (#3043)

Bumps [clap](https://github.com/clap-rs/clap) from 4.3.3 to 4.3.4.
- [Release notes](https://git...

5bc72c7747912999282a3f995386950ce05b3da8 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Allow `JobQueue` to concurrently run jobs (#3036)

* Allow `JobQueue` to concurrently run jobs

* Remove bounds on `run_jobs_async`

0e1b32a232109fc0e192c1297a7274091af2ac61 authored over 1 year ago by José Julián Espina <[email protected]>
Bump bitflags from 2.3.1 to 2.3.2 (#3039)

Bumps [bitflags](https://github.com/bitflags/bitflags) from 2.3.1 to 2.3.2.
- [Release notes](ht...

5da884602065e26bf959b604ff82342ea49b87de authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump simple_logger from 4.1.0 to 4.2.0 (#3040)

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

66b2202e3f3925bf1ea193a32e61384036e320a3 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump wasm-bindgen from 0.2.86 to 0.2.87 (#3038)

Bumps [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) from 0.2.86 to 0.2.87.
- [Release...

2f35bdf262f017f2aecefbff0b7dd01c3ddd05a3 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fix class constructor return value (#3028)

827c055ca656ce1d5d87ec08f6cf5c92d5cbadbc authored over 1 year ago by raskad <[email protected]>
Bump html-webpack-plugin from 5.5.1 to 5.5.3 (#3029)

Bumps [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) from 5.5.1 to 5.5.3...

200dab35295b1c58138df7186def49b16a4f4d95 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump webpack-dev-server from 4.15.0 to 4.15.1 (#3030)

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

f44cd37fe6f011f43612de06db745e655dd39944 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump clap from 4.3.2 to 4.3.3 (#3031)

Bumps [clap](https://github.com/clap-rs/clap) from 4.3.2 to 4.3.3.
- [Release notes](https://git...

288279d85c3393cd350d27f648140ae7f9ad9233 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump log from 0.4.18 to 0.4.19 (#3033)

Bumps [log](https://github.com/rust-lang/log) from 0.4.18 to 0.4.19.
- [Release notes](https://g...

09d7a738b662541f045325bea487eeb9f6594661 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump test262 from `f4e31fc` to `c4642dd` (#3032)

Bumps [test262](https://github.com/tc39/test262) from `f4e31fc` to `c4642dd`.
- [Commits](https:...

b3cb97cf2b3fd38eda94bf6590d15bc7cce42046 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Optimize `Swap` opcode (#3027)

ef4d9f6f0024c68fee0b04ab02c6463ff34862a7 authored over 1 year ago by raskad <[email protected]>
Remove `mutate_immutable` and `silent` checks from Opcodes (#3024)

* Generate specialized opcode for binding errors

* Remove `mutate_immutable` and `silent` check...

423f099a41731f99e8fc1db74fb8bf9f829e4769 authored over 1 year ago by Haled Odat <[email protected]>
Remove `[[ClassFieldInitializerName]]` from `CodeBlock` (#3022)

da4a3315d75680e63ce2a2dba66000ef2e0e50b9 authored over 1 year ago by Haled Odat <[email protected]>
Merge `private_names` into `names` constant pool (#3023)

* Merge `private_names` into `names` constant pool

* Fix clippy lint

0c790ac623e4377332b74da2790a5931a2026db5 authored over 1 year ago by Haled Odat <[email protected]>
Bump @playwright/test from 1.34.3 to 1.35.0 (#3020)

Bumps [@playwright/test](https://github.com/Microsoft/playwright) from 1.34.3 to 1.35.0.
- [Rele...

7b95fe59e68c8afefc5b631c953444bf30d9b87f authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Add convenience methods to `ModuleLoader` (#3007)

* Add convenience methods to `ModuleLoader`

* Document special behaviour of `SimpleModuleLoader`

73a718c8a4c2eaadc813b498681e65b2e2d2d06f authored over 1 year ago by José Julián Espina <[email protected]>
Add early error for `await` in class static blocks (#3019)

b502d25a8ff61c4ffcfb68966bffdf02e5970e5f authored over 1 year ago by raskad <[email protected]>
Fix panics on empty return values (#3018)

caaf1d258cc48d8799c525fb481806c67bcc18e3 authored over 1 year ago by raskad <[email protected]>
Bump webpack from 5.85.1 to 5.86.0 (#3013)

Bumps [webpack](https://github.com/webpack/webpack) from 5.85.1 to 5.86.0.
- [Release notes](htt...

0fda681563acaffbd3e433b08f6489e5940528f2 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump webpack-cli from 5.1.3 to 5.1.4 (#3014)

Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 5.1.3 to 5.1.4.
- [Release note...

d6bc024051f62b9b8f2802d0b3ca0667a0018385 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump proc-macro2 from 1.0.59 to 1.0.60 (#3015)

Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.59 to 1.0.60.
- [Release no...

b2f1be8610915440ad320b3eedb3277e9fa767fc authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump serde from 1.0.163 to 1.0.164 (#3016)

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.163 to 1.0.164.
- [Release notes](http...

e4b7e638307e882ca56b0d2145146e36cd041f4f authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Return the correct value during a labelled break (#2996)

493176b4f8f633515e36b36639dca3d14562c6b5 authored over 1 year ago by raskad <[email protected]>
Bump getrandom from 0.2.9 to 0.2.10 (#3010)

Bumps [getrandom](https://github.com/rust-random/getrandom) from 0.2.9 to 0.2.10.
- [Changelog](...

45e0b880a441e4f13c63e1ce68e1bc41bf5af16b authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump monaco-editor from 0.38.0 to 0.39.0 (#3008)

Bumps [monaco-editor](https://github.com/microsoft/monaco-editor) from 0.38.0 to 0.39.0.
- [Chan...

cc0bd8df168f3c0b2b5b79e8ec2d877ccdded048 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump comfy-table from 6.2.0 to 7.0.0 (#3009)

Bumps [comfy-table](https://github.com/nukesor/comfy-table) from 6.2.0 to 7.0.0.
- [Release note...

279ee4a86ee5d2ab76ff59977fcfe4b6d53ba720 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Correctly parse `yield import(..)` expressions (#3006)

9a903fb5f63f71142045288e23aec7c628b93cc9 authored over 1 year ago by José Julián Espina <[email protected]>
Unify async iterators and iterators compilation (#2976)

* Close active iterators when returning from async generator

* Fix remaining async generator te...

a989462e25e95c533cbc2a6df39474ed0e3b7876 authored over 1 year ago by José Julián Espina <[email protected]>
Bump regex from 1.8.3 to 1.8.4 (#3003)

Bumps [regex](https://github.com/rust-lang/regex) from 1.8.3 to 1.8.4.
- [Release notes](https:/...

6879c5915c29af44f1cbfa0bf5d7958bd67eef65 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump webpack from 5.85.0 to 5.85.1 (#3002)

Bumps [webpack](https://github.com/webpack/webpack) from 5.85.0 to 5.85.1.
- [Release notes](htt...

2168f7fcad1c34d5363525dc0b55d0b91bdb56cf authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump clap from 4.3.1 to 4.3.2 (#3005)

Bumps [clap](https://github.com/clap-rs/clap) from 4.3.1 to 4.3.2.
- [Release notes](https://git...

d13ac8c096faf9f359fd1bf784bafd24e3b3e86c authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump hashbrown from 0.13.2 to 0.14.0 (#3004)

Bumps [hashbrown](https://github.com/rust-lang/hashbrown) from 0.13.2 to 0.14.0.
- [Changelog](h...

bcfc6c9c320ea50701e2a72c749f14e14f6e1708 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fix panic in constructor call (#3001)

c9a7bdcab87ce2b7f00dec633dab496e1c1a96dd authored over 1 year ago by raskad <[email protected]>
test: add wasm32 target e2e test (#2989)

64b6d8433013b2c86555880675c64f625afeec44 authored over 1 year ago by scc <[email protected]>
Fix prompt on windows (#2986)

* Fix typo

* Refactor prompt highlighting into RLHelper

By moving the prompt coloring to be do...

eeeaaeebccca04bfd256ca1fc61f979e39fcb758 authored over 1 year ago by Shane Murphy <[email protected]>