Bump the packages group with 7 updates
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 1
(8 days ago)
(8 days 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
761fa72
Version 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
@toyobayashi
in toyobayashi/emnapi#162- fix(wasi): avoid deadlock caused by child thread abort when the main thread is in
Atomics.wait
and allow blocking calls on browser main thread (requires wasi-sdk 26+ and--export=emnapi_thread_crashed
) by@toyobayashi
in toyobayashi/emnapi#163- build: backport emscripten parse tools changes to v1 by
@toyobayashi
in toyobayashi/emnapi#165Full Changelog: https://github.com/toyobayashi/emnapi/compare/v1.4.5...v1.5.0
Commits
61628bd
fix ci800dbee
fix ci3a1cf8d
1.5.0af1a9cf
[Backport] build: backport emscripten parse tools changes to v1 (#165)c3768ac
fix: 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
@toyobayashi
in toyobayashi/emnapi#162- fix(wasi): avoid deadlock caused by child thread abort when the main thread is in
Atomics.wait
and allow blocking calls on browser main thread (requires wasi-sdk 26+ and--export=emnapi_thread_crashed
) by@toyobayashi
in toyobayashi/emnapi#163- build: backport emscripten parse tools changes to v1 by
@toyobayashi
in toyobayashi/emnapi#165Full Changelog: https://github.com/toyobayashi/emnapi/compare/v1.4.5...v1.5.0
Commits
61628bd
fix ci800dbee
fix ci3a1cf8d
1.5.0af1a9cf
[Backport] build: backport emscripten parse tools changes to v1 (#165)c3768ac
fix: 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
@toyobayashi
in toyobayashi/emnapi#108- feat: segregate nogc APIs from rest via type system by
@toyobayashi
in toyobayashi/emnapi#110- test: fix unreliable assumption in js-native-api/test_cannot_run_js by
@toyobayashi
in 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
571f577
1.1.0fcc26fe
fix: missing sources in gyp wasi + threads targetc11fe4f
test: fix unreliable assumption in js-native-api/test_cannot_run_js (#111)b53831a
nodejs/node#51254
526f6c4
feat: segregate nogc APIs from rest via type system (#110)0472fe4
test: make napi_get_buffer_info check if passed buffer is valid (#108)107bda9
chore: update node-gyp usage in README14e3f41
1.0.04671dd8
fix: prebuild wasm64-emscripten use old emscriptend9ac1b5
feat: 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
761fa72
Version 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
d0b40ed
Update caniuse-db 1.0.3000173994d99fe
Update dependencies including major update of MDN5870be8
Lock CI actionsf5d01ab
Move 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 rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will 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 version
will 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 |