Bump the packages group with 7 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 1
(2 months ago)
(2 months ago)
dependencies javascript
poad
Bumps the packages group with 7 updates:
| Package | From | To |
|---|---|---|
| vercel | 46.1.0 |
46.1.1 |
| @emnapi/core | 1.4.5 |
1.5.0 |
| @emnapi/runtime | 1.4.5 |
1.5.0 |
| @emnapi/wasi-threads | 1.0.4 |
1.1.0 |
| @vercel/next | 4.12.2 |
4.12.3 |
| caniuse-lite | 1.0.30001737 |
1.0.30001739 |
| rollup | 4.49.0 |
4.50.0 |
Updates vercel from 46.1.0 to 46.1.1
Release notes
Sourced from vercel's releases.
vercel@46.1.1
Patch Changes
- Updated dependencies [
11f71c3813b0e43fdc8923c2da3c0438893c18b5]:
@vercel/next@4.12.3
Changelog
Sourced from vercel's changelog.
46.1.1
Patch Changes
- Updated dependencies [
11f71c3813b0e43fdc8923c2da3c0438893c18b5]:
@vercel/next@4.12.3
Commits
761fa72Version Packages (#13843)- See full diff in compare view
Updates @emnapi/core from 1.4.5 to 1.5.0
Release notes
Sourced from @emnapi/core's releases.
v1.5.0
What's Changed
Prebuilt libraries are built by LLVM clang 20.
- fix: env undefined after emitting beforeExit event by
@toyobayashiin toyobayashi/emnapi#162- fix(wasi): avoid deadlock caused by child thread abort when the main thread is in
Atomics.waitand allow blocking calls on browser main thread (requires wasi-sdk 26+ and--export=emnapi_thread_crashed) by@toyobayashiin toyobayashi/emnapi#163- build: backport emscripten parse tools changes to v1 by
@toyobayashiin toyobayashi/emnapi#165Full Changelog: https://github.com/toyobayashi/emnapi/compare/v1.4.5...v1.5.0
Commits
61628bdfix ci800dbeefix ci3a1cf8d1.5.0af1a9cf[Backport] build: backport emscripten parse tools changes to v1 (#165)c3768acfix: signature mismatch3b85957[Backport] fix(wasi): avoid deadlock caused by child thread abort when the ma...94e9198[Backport] fix: env undefined after emitting beforeExit event (#162)- See full diff in compare view
Updates @emnapi/runtime from 1.4.5 to 1.5.0
Release notes
Sourced from @emnapi/runtime's releases.
v1.5.0
What's Changed
Prebuilt libraries are built by LLVM clang 20.
- fix: env undefined after emitting beforeExit event by
@toyobayashiin toyobayashi/emnapi#162- fix(wasi): avoid deadlock caused by child thread abort when the main thread is in
Atomics.waitand allow blocking calls on browser main thread (requires wasi-sdk 26+ and--export=emnapi_thread_crashed) by@toyobayashiin toyobayashi/emnapi#163- build: backport emscripten parse tools changes to v1 by
@toyobayashiin toyobayashi/emnapi#165Full Changelog: https://github.com/toyobayashi/emnapi/compare/v1.4.5...v1.5.0
Commits
61628bdfix ci800dbeefix ci3a1cf8d1.5.0af1a9cf[Backport] build: backport emscripten parse tools changes to v1 (#165)c3768acfix: signature mismatch3b85957[Backport] fix(wasi): avoid deadlock caused by child thread abort when the ma...94e9198[Backport] fix: env undefined after emitting beforeExit event (#162)- See full diff in compare view
Updates @emnapi/wasi-threads from 1.0.4 to 1.1.0
Release notes
Sourced from @emnapi/wasi-threads's releases.
v1.1.0
What's Changed
- test: make napi_get_buffer_info check if passed buffer is valid by
@toyobayashiin toyobayashi/emnapi#108- feat: segregate nogc APIs from rest via type system by
@toyobayashiin toyobayashi/emnapi#110- test: fix unreliable assumption in js-native-api/test_cannot_run_js by
@toyobayashiin toyobayashi/emnapi#111- fix: missing sources in gyp wasi + threads target
Full Changelog: https://github.com/toyobayashi/emnapi/compare/v1.0.0...v1.1.0
Commits
571f5771.1.0fcc26fefix: missing sources in gyp wasi + threads targetc11fe4ftest: fix unreliable assumption in js-native-api/test_cannot_run_js (#111)b53831anodejs/node#51254526f6c4feat: segregate nogc APIs from rest via type system (#110)0472fe4test: make napi_get_buffer_info check if passed buffer is valid (#108)107bda9chore: update node-gyp usage in README14e3f411.0.04671dd8fix: prebuild wasm64-emscripten use old emscriptend9ac1b5feat: add basic gyp support (#106)- Additional commits viewable in compare view
Updates @vercel/next from 4.12.2 to 4.12.3
Release notes
Sourced from @vercel/next's releases.
@vercel/next@4.12.3Patch Changes
- Add emitting supportsCancellation (#13841)
Changelog
Sourced from @vercel/next's changelog.
4.12.3
Patch Changes
- Add emitting supportsCancellation (#13841)
Commits
761fa72Version Packages (#13843)11f71c3[next] add supports cancellation (#13841)- See full diff in compare view
Updates caniuse-lite from 1.0.30001737 to 1.0.30001739
Commits
d0b40edUpdate caniuse-db 1.0.3000173994d99feUpdate dependencies including major update of MDN5870be8Lock CI actionsf5d01abMove to Node.js 24 on CI- See full diff in compare view
Updates rollup from 4.49.0 to 4.50.0
Release notes
Sourced from rollup's releases.
v4.50.0
4.50.0
2025-08-31
Features
- Support openharmony-arm64 platform (#6081)
Bug Fixes
- Fix loading of extensionless imports in config files (#6084)
Pull Requests
- #6081: Add support for openharmony-arm64 platform (
@hqzing,@lukastaegert)- #6084: Return null to defer to the default resolution behavior (
@TrickyPi)
Changelog
Sourced from rollup's changelog.
4.50.0
2025-08-31
Features
- Support openharmony-arm64 platform (#6081)
Bug Fixes
- Fix loading of extensionless imports in config files (#6084)
Pull Requests
- #6081: Add support for openharmony-arm64 platform (
@hqzing,@lukastaegert)- #6084: Return null to defer to the default resolution behavior (
@TrickyPi)
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Pull Request Statistics
0
0
+0
-0
Package Dependencies
Technical Details
| ID: | 6042333 |
| UUID: | 3370733100 |
| Node ID: | PR_kwDOMzbQP86mLxHb |
| Host: | GitHub |
| Repository: | poad/github-rest-api-executor |