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

Implement stage 3 feature "arraybuffer-transfer" (#3649)

github.com/boa-dev/boa - 76e2b7c93d4413e310dcca5d08c4959954887277 authored 12 months ago
Bump @playwright/test from 1.41.1 to 1.41.2 (#3647)

Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.41.1 to 1.41.2.
- [Rele...

github.com/boa-dev/boa - 648117f5713d3801a2327241e5103924b33414c6 authored 12 months ago
Bump webpack from 5.90.0 to 5.90.1 (#3648)

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

github.com/boa-dev/boa - b0221d44160ec6c1d7f8f143e4dee1dd63d63c64 authored 12 months ago
Bump baptiste0928/cargo-install from 2.2.0 to 3.0.0 (#3646)

Bumps [baptiste0928/cargo-install](https://github.com/baptiste0928/cargo-install) from 2.2.0 to ...

github.com/boa-dev/boa - e014d41119b187403874e2972506aaaaa0a9261c authored 12 months ago
Implement resizable buffers (#3634)

github.com/boa-dev/boa - a9aeaa5ba3f2bb1fe287f1a16d76d08f4e68419c authored 12 months ago
Bump codecov/codecov-action from 3 to 4 (#3645)

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4.
- [Releas...

github.com/boa-dev/boa - 698f849c7771ff4a2e28a984da54ece96a75094d authored 12 months ago
Fix line terminators in template strings (#3641)

github.com/boa-dev/boa - 6ddc2b47ff397e7a4bfad64b897576d5d503b566 authored 12 months ago
Bump indexmap from 2.2.1 to 2.2.2 (#3642)

Bumps [indexmap](https://github.com/indexmap-rs/indexmap) from 2.2.1 to 2.2.2.
- [Changelog](htt...

github.com/boa-dev/boa - 0a18daedaf7f28c899a1611cba690b17e9fc6cb1 authored 12 months ago
Bump toml from 0.8.8 to 0.8.9 (#3643)

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

github.com/boa-dev/boa - 2b1454ceba5d58d6c28ef14ff794598460301acd authored 12 months ago
Temporal: attribute/property and custom calendar fixes (#3639)

* Fix accessor attribute and toStringTag property

* Fix calendar methods and custom extends cal...

github.com/boa-dev/boa - 8f7028d112cea4c4f8e28e96aa49be3eaf5bd42a authored 12 months ago
Ignore `Cargo.lock` in fuzzer (#3636)

github.com/boa-dev/boa - c6f02b607b2b1b6074a18874dbc598a32a3830bb authored 12 months ago
Bump css-loader from 6.9.1 to 6.10.0 (#3638)

Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 6.9.1 to 6.10.0.
- [Relea...

github.com/boa-dev/boa - dc1c4841cdbd9f9db83000f6aeeddeefaa38edee authored 12 months ago
Bump synstructure from 0.13.0 to 0.13.1 (#3637)

Bumps [synstructure](https://github.com/mystor/synstructure) from 0.13.0 to 0.13.1.
- [Commits](...

github.com/boa-dev/boa - 40dc0fec2e307386c8188466356850f89f125c00 authored 12 months ago
Build out PlainTime builtin (#3621)

github.com/boa-dev/boa - bb9d6920ab478c547b3bc10dcf443e8bb04474e8 authored 12 months ago
Temporal: `DateTime` and `PlainDateTime` functionality (#3628)

* Build out Temporal DateTime functionality

* Fix limit.js test and add datetime limit test

* ...

github.com/boa-dev/boa - 39ba99972dfa8d1eec45f1fa455c4b92381904b7 authored 12 months ago
Implement ECMA262's normative PR 2600 (#3633)

github.com/boa-dev/boa - 8010052944f1b66a0b98c5eb3d0bfbff3edbf1c8 authored 12 months ago
Fix tests results upload (#3635)

* Fix tests results upload

* Checkout before and after running tests

* Add condition

github.com/boa-dev/boa - b789ddfc434efbdc7f520804c1219c90a17e0594 authored 12 months ago
Improve typing of `DataView` and related objects (#3626)

github.com/boa-dev/boa - 20dba13ae3e3b4bd6618c5cb3a2ed51a4d7a5b0a authored 12 months ago
Cleanup 262 tester and stabilize some experimental features (#3632)

* Cleanup 262 tester and graduate some experimental features

* Fix import

github.com/boa-dev/boa - 5628637cfb6eb88dbc94a2a6a2b0b2a53fe93c3b authored 12 months ago
Bump serde_yaml from 0.9.30 to 0.9.31 (#3629)

Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.9.30 to 0.9.31.
- [Release note...

github.com/boa-dev/boa - 1a556242fe0076b28c643f075e6cb88c208e6b14 authored 12 months ago
Bump itertools from 0.12.0 to 0.12.1 (#3630)

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

github.com/boa-dev/boa - 0017efe12b4177a5e076c30d547a6e68228f492c authored 12 months ago
Update regress to v0.8.0 and use UTF16 / UCS2 matching (#3627)

* Update regress to v0.8.0 and use UTF16 / UCS2 matching

* Fix test

github.com/boa-dev/boa - 34d008469f861d57ca02df88aca2f89601a80658 authored 12 months ago
Enable Temporal tests and error message fix (#3620)

github.com/boa-dev/boa - 750962dd5a842b2da4b8a8a539b502a690c3902d authored 12 months ago
Bump benchmark-action/github-action-benchmark from 1.19.1 to 1.19.2 (#3622)

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

github.com/boa-dev/boa - a32c3de3db8a32350494f658f06ab906f57a719b authored 12 months ago
Bump serde_json from 1.0.111 to 1.0.113 (#3623)

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

github.com/boa-dev/boa - 9e9b8d1d2adc68ecf8d6506daa148f30e7085168 authored 12 months ago
Bump indexmap from 2.1.0 to 2.2.1 (#3624)

Bumps [indexmap](https://github.com/indexmap-rs/indexmap) from 2.1.0 to 2.2.1.
- [Changelog](htt...

github.com/boa-dev/boa - 00ece9b068a7ef44a57f585bab956a615616925a authored 12 months ago
Bump serde from 1.0.195 to 1.0.196 (#3625)

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

github.com/boa-dev/boa - 3ccabf50410a6423e91a1458681f9d686e4421c7 authored 12 months ago
Implement non-erased `JsObject`s (#3618)

github.com/boa-dev/boa - 08722382d1d537a7fd0431582c204403512dc106 authored 12 months ago
Temporal: Build out `Time` and its methods (#3613)

* Build out Time and its methods

* Move public methods and remove #[allow(dead_code)]

github.com/boa-dev/boa - 9ffbc03d448b22635c493215a3e2f3d06bbb1ba9 authored almost 1 year ago
New date methods and update builtin (#3614)

github.com/boa-dev/boa - 806c3c91678821f99d6d9d90afbf5c8547f26d30 authored almost 1 year ago
Fix escaping in `RegExp.prototype.source` (#3619)

github.com/boa-dev/boa - 8a1383a3c5040f9d2ebf8d23eb36e973a53fdd1f authored almost 1 year ago
Bump benchmark-action/github-action-benchmark from 1.18.0 to 1.19.1 (#3615)

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

github.com/boa-dev/boa - 6be4296f8e2e0a464e7b7ab8d0bfa27906ed7513 authored about 1 year ago
Bump peter-evans/create-or-update-comment from 3 to 4 (#3616)

Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-com...

github.com/boa-dev/boa - c67f8e1c194a481ae9755259affa4fad41bbeaf1 authored about 1 year ago
Bump peter-evans/find-comment from 2 to 3 (#3617)

Bumps [peter-evans/find-comment](https://github.com/peter-evans/find-comment) from 2 to 3.
- [Re...

github.com/boa-dev/boa - fa7d93e0a5799af18c962e6e11b4037efd67726b authored about 1 year ago
Implement getter for `ArrayBuffer` data (#3610)

* Implement getter for `ArrayBuffer` data

* Apply review

github.com/boa-dev/boa - 9fb0f3c006f6ccdb7b5c500695f0f41ca1524933 authored about 1 year ago
Bump bytemuck from 1.14.0 to 1.14.1 (#3612)

Bumps [bytemuck](https://github.com/Lokathor/bytemuck) from 1.14.0 to 1.14.1.
- [Changelog](http...

github.com/boa-dev/boa - eba393ffede8efeffa32e317adfd28c146b9eea6 authored about 1 year ago
Bump webpack from 5.89.0 to 5.90.0 (#3611)

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

github.com/boa-dev/boa - c5fc14adf019c961b280be1c79b923124066a3e9 authored about 1 year ago
Bump actions/cache from 3 to 4 (#41)

* Bump actions/cache from 3 to 4

Bumps [actions/cache](https://github.com/actions/cache) from 3...

github.com/boa-dev/ryu-js - 728e7a22957c329f220dd6f930f4dd512cf287fd authored about 1 year ago
Bump icu_normalizer from 1.4.0 to 1.4.1 (#3609)

Bumps [icu_normalizer](https://github.com/unicode-org/icu4x) from 1.4.0 to 1.4.1.
- [Release not...

github.com/boa-dev/boa - 37bb1f3c4974d9a9777f391947dad78356350678 authored about 1 year ago
Fix regexp `toString` method (#3608)

github.com/boa-dev/boa - 48062d76f13112dff0bd620e87174f7e09bdeb23 authored about 1 year ago
Temporal `Instant` migration cont. and related changes (#3601)

* Migrate more of Instant

* Migrate round and some other adjustments

* Complete initial work o...

github.com/boa-dev/boa - ced2904d226819c8a7f4dabf358785a2f48d8a24 authored about 1 year ago
Run `cargo update` on fuzz crate (#3607)

github.com/boa-dev/boa - 4ddcb81d903cb9a694449d5838bc828344c63c6f authored about 1 year ago
Remove allocations from `HostDefined::get_many_mut` (#3606)

github.com/boa-dev/boa - 2ebcbab80a71b0057dca07a50d64b243ecc832cb authored about 1 year ago
`Date` refactor (#3595)

* Refactor date builtin

* Remove chrono dependency

* Replace custom modulo with rem_euclid

github.com/boa-dev/boa - 0ed7da57305c3f3d24caf3f985218a91aa499842 authored about 1 year ago
Bump proc-macro2 from 1.0.76 to 1.0.78 (#3603)

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

github.com/boa-dev/boa - 55666e60eeebb192bce29c79004aa627fd39555b authored about 1 year ago
Bump @playwright/test from 1.41.0 to 1.41.1 (#3602)

Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.41.0 to 1.41.1.
- [Rele...

github.com/boa-dev/boa - 72478335f9e580c9c39a12ef1fb8df3d12088ad5 authored about 1 year ago
Bump regex from 1.10.2 to 1.10.3 (#3604)

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

github.com/boa-dev/boa - f10861cb5a8875100c9ec176cd8ac25c00a48448 authored about 1 year ago
Bump css-loader from 6.9.0 to 6.9.1 (#3600)

Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 6.9.0 to 6.9.1.
- [Releas...

github.com/boa-dev/boa - 37a9046882d76881833e55e8bdad62caa32300b5 authored about 1 year ago
Bump copy-webpack-plugin from 12.0.1 to 12.0.2 (#3596)

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

github.com/boa-dev/boa - 48f374171634d329f64c4bd142a5e173e8158ba9 authored about 1 year ago
Bump actions/cache from 3 to 4 (#3599)

Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
- [Release notes](https://g...

github.com/boa-dev/boa - c3e4e95dd625582283c710a58cb5f76c0630d0a4 authored about 1 year ago
Bump rayon from 1.8.0 to 1.8.1 (#3598)

Bumps [rayon](https://github.com/rayon-rs/rayon) from 1.8.0 to 1.8.1.
- [Changelog](https://gith...

github.com/boa-dev/boa - 2d3cee19b74a95d46f0fe56c76e8b9ce929e6dbb authored about 1 year ago
Bump prettier from 3.2.3 to 3.2.4 (#3597)

Bumps [prettier](https://github.com/prettier/prettier) from 3.2.3 to 3.2.4.
- [Release notes](ht...

github.com/boa-dev/boa - 7f09d86f2db8b42b703f3efd17a22529e530f3cb authored about 1 year ago
Bump clap from 4.4.17 to 4.4.18 (#3594)

Bumps [clap](https://github.com/clap-rs/clap) from 4.4.17 to 4.4.18.
- [Release notes](https://g...

github.com/boa-dev/boa - e1d9a8061afeb9be933bfcfa30ca99836900f0d1 authored about 1 year ago
Bump bitflags from 2.4.1 to 2.4.2 (#3593)

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

github.com/boa-dev/boa - fc51aebe972692a20ef8cd746a62d58d84dd8b35 authored about 1 year ago
Bump @playwright/test from 1.40.1 to 1.41.0 (#3592)

Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.40.1 to 1.41.0.
- [Rele...

github.com/boa-dev/boa - 452dee4849e8ff1ad5b5f02d39e87cde5a6c2d1d authored about 1 year ago
Bump prettier from 3.2.2 to 3.2.3 (#3591)

Bumps [prettier](https://github.com/prettier/prettier) from 3.2.2 to 3.2.3.
- [Release notes](ht...

github.com/boa-dev/boa - 4b361b7b2509a31b1296ee55889e988478745d9a authored about 1 year ago
Implement `DifferenceInstant` and related refactor (#3568)

* Work on building out instant methods

* Needed to rebase

github.com/boa-dev/boa - d71334e0f53b6d37350bb35026a53c822f1d98df authored about 1 year ago
Bump clap from 4.4.16 to 4.4.17 (#3590)

Bumps [clap](https://github.com/clap-rs/clap) from 4.4.16 to 4.4.17.
- [Release notes](https://g...

github.com/boa-dev/boa - af11fb16ce8811a1dc562dc1964573e138318ec4 authored about 1 year ago
Bump web-time from 0.2.4 to 1.0.0 (#3587)

Bumps [web-time](https://github.com/daxpedda/web-time) from 0.2.4 to 1.0.0.
- [Release notes](ht...

github.com/boa-dev/boa - 25262c00e6b9e893bb7143316b0e2bf88953e272 authored about 1 year ago
Bump prettier from 3.1.1 to 3.2.2 (#3583)

Bumps [prettier](https://github.com/prettier/prettier) from 3.1.1 to 3.2.2.
- [Release notes](ht...

github.com/boa-dev/boa - 254e6a8b5de4bdb2df3b9c9ec921e5082eac4847 authored about 1 year ago
Bump measureme from 11.0.0 to 11.0.1 (#3586)

Bumps [measureme](https://github.com/rust-lang/measureme) from 11.0.0 to 11.0.1.
- [Release note...

github.com/boa-dev/boa - 64a9819d2404279f391ab5e7a3807794f9a77a75 authored about 1 year ago
Bump trybuild from 1.0.88 to 1.0.89 (#3585)

Bumps [trybuild](https://github.com/dtolnay/trybuild) from 1.0.88 to 1.0.89.
- [Release notes](h...

github.com/boa-dev/boa - 3b51a84350484cfddb9c0b51f1f2f01b5d775a9c authored about 1 year ago
Bump wasm-bindgen from 0.2.89 to 0.2.90 (#3584)

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

github.com/boa-dev/boa - 3cef4e1e6f10a195ef45acf8d586f4349dd96eaa authored about 1 year ago
Bump clap from 4.4.14 to 4.4.16 (#3580)

Bumps [clap](https://github.com/clap-rs/clap) from 4.4.14 to 4.4.16.
- [Release notes](https://g...

github.com/boa-dev/boa - d09bcc8f2de4a7da0a5dca3059c8b6f96bfc8a4a authored about 1 year ago
Bump copy-webpack-plugin from 12.0.0 to 12.0.1 (#3581)

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

github.com/boa-dev/boa - aec611db4c559e4fec768049f4eaace6012e2663 authored about 1 year ago
Bump copy-webpack-plugin from 11.0.0 to 12.0.0 (#3579)

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

github.com/boa-dev/boa - 90e349214818d6f22a81e89ff3f218f59ade9b87 authored about 1 year ago
Bump css-loader from 6.8.1 to 6.9.0 (#3577)

Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 6.8.1 to 6.9.0.
- [Releas...

github.com/boa-dev/boa - b329eeb291b669469acfccc089d57fe887e8c2d1 authored about 1 year ago
Bump style-loader from 3.3.3 to 3.3.4 (#3578)

Bumps [style-loader](https://github.com/webpack-contrib/style-loader) from 3.3.3 to 3.3.4.
- [Re...

github.com/boa-dev/boa - 7d5f8a2c9ecfbbe48ba4500880537c0329ce15ae authored about 1 year ago
Bump sass from 1.69.5 to 1.69.7 (#125)

Bumps [sass](https://github.com/sass/dart-sass) from 1.69.5 to 1.69.7.
- [Release notes](https:/...

github.com/boa-dev/boa-dev.github.io - 270d160947ac4c3ed9797a3f0245b6cde084c4bb authored about 1 year ago
Bump follow-redirects from 1.15.2 to 1.15.4 (#3576)

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1....

github.com/boa-dev/boa - c2a4605ce7b202de34b3859f93f19e1e4302a0cc authored about 1 year ago
Implement Date parsing according to the spec (#3564)

github.com/boa-dev/boa - a5928830888eae5fc80d2423fe7e32c695e3869d authored about 1 year ago
Bump clap from 4.4.13 to 4.4.14 (#3575)

Bumps [clap](https://github.com/clap-rs/clap) from 4.4.13 to 4.4.14.
- [Release notes](https://g...

github.com/boa-dev/boa - 9975773a4496059bcaf289aec97175f415a50b96 authored about 1 year ago
Bump getrandom from 0.2.11 to 0.2.12 (#3574)

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

github.com/boa-dev/boa - 74a2c08107f8b30fcf29a8b699a4af208bf1a0b3 authored about 1 year ago
Bump num_enum from 0.7.1 to 0.7.2 (#3573)

Bumps [num_enum](https://github.com/illicitonion/num_enum) from 0.7.1 to 0.7.2.
- [Commits](http...

github.com/boa-dev/boa - 741e320d381bdcb05401c755763720e83ee92365 authored about 1 year ago
Bump proc-macro2 from 1.0.75 to 1.0.76 (#3572)

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

github.com/boa-dev/boa - 52a22042be379b04c7430f5bd114f979eb409d4d authored about 1 year ago
Bump serde from 1.0.194 to 1.0.195 (#3571)

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

github.com/boa-dev/boa - af9b35a47cfbac12752a0a82e08b1b73b5826dce authored about 1 year ago
Bump trybuild from 1.0.87 to 1.0.88 (#3570)

Bumps [trybuild](https://github.com/dtolnay/trybuild) from 1.0.87 to 1.0.88.
- [Release notes](h...

github.com/boa-dev/boa - e13dcecee2729cacaf391f86fedfb7a5a1a20fd0 authored about 1 year ago
Bump futures-lite from 2.1.0 to 2.2.0 (#3569)

Bumps [futures-lite](https://github.com/smol-rs/futures-lite) from 2.1.0 to 2.2.0.
- [Release no...

github.com/boa-dev/boa - cdf0a38f36b4d6b8a157bb7ed709b4723f793277 authored about 1 year ago
Fix invalid return value when closing an iterator (#3567)

github.com/boa-dev/boa - 6c5dfe00696dff7041f2f1ce8610ceb4af3aea5c authored about 1 year ago
Update tz components for new design (#3543)

github.com/boa-dev/boa - 0cb17cfc61a153287ab50e44e5f2b2eed9efc448 authored about 1 year ago
Add UTF-16 input parsing (#3538)

* Remove unused lexer code

* Remove utf8 byte handling in lexer

* Implement generic encoding i...

github.com/boa-dev/boa - 84a5e454470b15f9755a51b3782d844ff89c32f7 authored about 1 year ago
Bump clap from 4.4.12 to 4.4.13 (#3566)

Bumps [clap](https://github.com/clap-rs/clap) from 4.4.12 to 4.4.13.
- [Release notes](https://g...

github.com/boa-dev/boa - b43ec0d9441017566debd9029cfc2213ab11a0bd authored about 1 year ago
Bump syn from 2.0.47 to 2.0.48 (#3565)

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

github.com/boa-dev/boa - 28e04a7ad8ac215b6e8684a069ce101b18bbd3da authored about 1 year ago
Bump serde_json from 1.0.110 to 1.0.111 (#3560)

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

github.com/boa-dev/boa - 48f5396f472ac694acc9409102ad5ec3aaf4ac23 authored about 1 year ago
Bump trybuild from 1.0.86 to 1.0.87 (#3563)

Bumps [trybuild](https://github.com/dtolnay/trybuild) from 1.0.86 to 1.0.87.
- [Release notes](h...

github.com/boa-dev/boa - cbbcdabc9661b765b8f49f0ee1b5571e270b5169 authored about 1 year ago
Bump syn from 2.0.46 to 2.0.47 (#3561)

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

github.com/boa-dev/boa - 2c2627ac125bf262e6fd3e087dfebdb845fa8b3e authored about 1 year ago
Bump serde_json from 1.0.109 to 1.0.110 (#3559)

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

github.com/boa-dev/boa - 35df2de5287d417d54f9e5485ec24b09d70eb597 authored about 1 year ago
Bump @kevingimbel/eleventy-plugin-mermaid from 2.1.0 to 2.2.1 (#124)

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

github.com/boa-dev/boa-dev.github.io - 66d1d3fc41c9b00a0cffc78523408318e2907559 authored about 1 year ago
Bump thiserror from 1.0.55 to 1.0.56 (#3557)

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

github.com/boa-dev/boa - 730d04f7a30c3bb44f2ef1373130982bc4a51982 authored about 1 year ago
Bump serde_repr from 0.1.17 to 0.1.18 (#3556)

Bumps [serde_repr](https://github.com/dtolnay/serde-repr) from 0.1.17 to 0.1.18.
- [Release note...

github.com/boa-dev/boa - 3fb8d8826d6e4e322e27ba2987ca925310979631 authored about 1 year ago
Bump serde_yaml from 0.9.29 to 0.9.30 (#3558)

Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.9.29 to 0.9.30.
- [Release note...

github.com/boa-dev/boa - 66f763781a4dd815cf2e0f203b8ed8c36080fc87 authored about 1 year ago
Bump serde from 1.0.193 to 1.0.194 (#3551)

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

github.com/boa-dev/boa - 70400bc9c4998e70dd88eae77df4b29cccb1133d authored about 1 year ago
Bump serde_json from 1.0.108 to 1.0.109 (#3555)

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

github.com/boa-dev/boa - 02539bee6506e5ee93e2b13ef89a37aea1e15965 authored about 1 year ago
Bump syn from 2.0.43 to 2.0.45 (#3554)

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

github.com/boa-dev/boa - d8cfa3e0987d2dce3d86c63e28c7162229ab3478 authored about 1 year ago
Bump proc-macro2 from 1.0.73 to 1.0.74 (#3553)

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

github.com/boa-dev/boa - 17632488d3d7b9e6a4e1b06bba71de090c00c5c8 authored about 1 year ago
Bump thiserror from 1.0.53 to 1.0.55 (#3552)

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

github.com/boa-dev/boa - 07d26a393ed1b33c75ce752e8f1e0e1be50ed226 authored about 1 year ago
Bump simple_logger from 4.3.0 to 4.3.3 (#3550)

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

github.com/boa-dev/boa - cdf9173e5bfe1c63e7e1a3fefcf9bcf7bcd4a9ed authored about 1 year ago
Bump thiserror from 1.0.52 to 1.0.53 (#3549)

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

github.com/boa-dev/boa - d825c9bbb8640d93538a54e13b0d9c7fbf063e47 authored about 1 year ago
Bump quote from 1.0.33 to 1.0.34 (#3548)

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

github.com/boa-dev/boa - e6aec347dd6f04782dd0ce7c756642c7928b9750 authored about 1 year ago
Bump smol from 1.3.0 to 2.0.0 (#3546)

Bumps [smol](https://github.com/smol-rs/smol) from 1.3.0 to 2.0.0.
- [Release notes](https://git...

github.com/boa-dev/boa - c30cc7756cb5a5478fc5bb6d36f029b8d3fd1d90 authored about 1 year ago