dependabot[bot]
214d8d9fdf
Bump webpack from 5.12.3 to 5.13.0 ( #1060 )
4 years ago
dependabot[bot]
5876dc3f96
Bump webpack from 5.11.1 to 5.12.3 ( #1056 )
4 years ago
Iban Eguia
624d03d2a2
Fixed a bunch of test262 panics ( #817 ) ( #1046 )
...
* Fixed a bunch of test262 panics (#817 )
This also implements a spec-compliant `parseInt()` function.
* Reverted a test
* Addressed long comments from review
4 years ago
dependabot[bot]
34f3221ea8
Bump html-webpack-plugin from 4.5.0 to 4.5.1 ( #1036 )
4 years ago
Iban Eguia
9e9bf6531a
Upgraded dependencies, removed deprecated deps, updated the test262 submodule ( #1022 )
...
* Upgraded some dependencies, removed deprecated encoding deps, updated the test262 submodule
* Using previous syntax for yarn dependency
* Updated lockfile
4 years ago
dependabot[bot]
3b83767e58
Bump webpack-cli from 4.3.0 to 4.3.1 ( #1016 )
4 years ago
dependabot[bot]
aa951264bc
Bump webpack from 5.11.0 to 5.11.1 ( #1006 )
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.11.0 to 5.11.1.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.11.0...v5.11.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
dependabot[bot]
a068ef2a8a
Bump webpack-dev-server from 3.11.0 to 3.11.1 ( #1011 )
4 years ago
dependabot[bot]
cb0582399a
Bump webpack-cli from 4.2.0 to 4.3.0 ( #1002 )
4 years ago
dependabot[bot]
c49f2258b2
Bump webpack from 5.10.3 to 5.11.0 ( #978 )
4 years ago
Iban Eguia
b058b2d8a5
Fixed build in master ( #977 )
4 years ago
dependabot[bot]
e71fcd5211
Bump webpack from 5.10.1 to 5.10.3 ( #969 )
4 years ago
dependabot[bot]
ff139045d4
Bump webpack from 5.10.0 to 5.10.1 ( #965 )
4 years ago
dependabot[bot]
98e11d711f
Bump copy-webpack-plugin from 6.4.0 to 7.0.0 ( #958 )
4 years ago
dependabot[bot]
7f1d6aae15
Bump copy-webpack-plugin from 6.3.2 to 6.4.0 ( #956 )
4 years ago
dependabot[bot]
c39a7f0d6b
Bump webpack from 5.9.0 to 5.10.0 ( #954 )
4 years ago
dependabot[bot]
3dee6b8574
Bump prettier from 2.2.0 to 2.2.1 ( #947 )
4 years ago
dependabot[bot]
dde2c9a2a8
Bump webpack from 5.8.0 to 5.9.0 ( #946 )
4 years ago
dependabot[bot]
c94b524817
Bump webpack from 5.6.0 to 5.8.0 ( #945 )
4 years ago
dependabot[bot]
72e9c0099f
Bump prettier from 2.1.2 to 2.2.0 ( #939 )
4 years ago
dependabot[bot]
1fcfe40d19
Bump copy-webpack-plugin from 6.3.1 to 6.3.2 ( #940 )
4 years ago
dependabot[bot]
fab29f57cd
Bump webpack from 5.5.1 to 5.6.0 ( #938 )
4 years ago
dependabot[bot]
87c3627ce6
Bump webpack from 5.5.0 to 5.5.1 ( #937 )
4 years ago
dependabot[bot]
795421354e
Bump webpack from 5.4.0 to 5.5.0 ( #936 )
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.4.0 to 5.5.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.4.0...v5.5.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
dependabot[bot]
7f5868bdd3
Bump copy-webpack-plugin from 6.3.0 to 6.3.1 ( #934 )
4 years ago
dependabot[bot]
9342f7093e
Bump webpack-cli from 4.1.0 to 4.2.0 ( #930 )
4 years ago
dependabot[bot]
bf5b53a37b
Bump css-loader from 5.0.0 to 5.0.1 ( #929 )
4 years ago
dependabot[bot]
a999156ce1
Bump copy-webpack-plugin from 6.2.1 to 6.3.0 ( #926 )
4 years ago
dependabot[bot]
641f033e30
Bump webpack from 5.3.2 to 5.4.0 ( #927 )
4 years ago
dependabot[bot]
27d1ec38b7
Bump webpack from 5.3.1 to 5.3.2 ( #921 )
4 years ago
dependabot[bot]
ac6500c9b7
Bump webpack from 5.3.0 to 5.3.1 ( #920 )
4 years ago
dependabot[bot]
d7137af0e1
Bump file-loader from 6.1.1 to 6.2.0 ( #917 )
4 years ago
dependabot[bot]
23f722da4f
Bump webpack from 5.2.0 to 5.3.0 ( #918 )
4 years ago
dependabot[bot]
863a4cff03
Bump webpack from 5.1.3 to 5.2.0 ( #910 )
4 years ago
dependabot[bot]
41d9730b7d
Bump webpack-cli from 4.0.0 to 4.1.0 ( #897 )
4 years ago
Iban Eguia
be5d198b4d
CI workflow improvements (mostly Test262) ( #889 )
...
* Improved CI workflows
This improves several things in the CI workflows:
- More conformant Test262 result generation
- Benchmarks should now show comments for all users
- Added Test262 result comparison comments to Pull Requests
* Fixed typo
* Checking the comment generation
* Fixing conditions to test comments
* Fix a couple of bugs on the comparator
* Fixed format
* Trying to fix comment updating
* Removing commit autor when searching
* Replace the comment instead of appending
* Switched back to the `pull_request_target` event
4 years ago
dependabot[bot]
4805e396f4
Bump webpack from 5.1.2 to 5.1.3 ( #890 )
4 years ago
dependabot[bot]
2b1c51be9d
Bump webpack from 5.1.0 to 5.1.2 ( #878 )
4 years ago
dependabot[bot]
a6dd080b0d
Bump css-loader from 4.3.0 to 5.0.0 ( #865 )
4 years ago
dependabot[bot]
fd34df513b
Bump webpack from 5.0.0 to 5.1.0 ( #864 )
4 years ago
dependabot[bot]
969ab40723
Bump bootstrap from 4.5.2 to 4.5.3 ( #863 )
4 years ago
dependabot[bot]
66b65a8d1e
Bump webpack from 4.44.2 to 5.0.0 ( #855 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
dependabot[bot]
22107b3d6b
Bump webpack-cli from 3.3.12 to 4.0.0 ( #850 )
4 years ago
dependabot[bot]
03ad2396ef
Bump file-loader from 6.1.0 to 6.1.1 ( #848 )
4 years ago
dependabot[bot]
226b5b55d8
Bump copy-webpack-plugin from 6.2.0 to 6.2.1 ( #849 )
4 years ago
dependabot[bot]
f7982536e9
Bump style-loader from 1.3.0 to 2.0.0 ( #851 )
4 years ago
dependabot[bot]
950ca183a0
Bump style-loader from 1.2.1 to 1.3.0 ( #795 )
4 years ago
Iban Eguia
2a509de554
New test262 results format ( #783 )
4 years ago
Jason Williams
7b13c9d5ab
update packages ( #733 )
4 years ago
dependabot[bot]
29560a53f6
Bump monaco-editor from 0.21.1 to 0.21.2 ( #725 )
...
Bumps [monaco-editor](https://github.com/Microsoft/monaco-editor ) from 0.21.1 to 0.21.2.
- [Release notes](https://github.com/Microsoft/monaco-editor/releases )
- [Changelog](https://github.com/microsoft/monaco-editor/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Microsoft/monaco-editor/compare/v0.21.1...v0.21.2 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago