chore(deps): bump the example-dependencies group across 7 directories with 7 updates
Type: Pull Request
State: Merged
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 0
(4 months ago)
(4 months ago)
(4 months ago)
by lachieh
dependencies javascript
Bumps the example-dependencies group with 2 updates in the /examples/components/bundled-esbuild directory: remeda and @types/node.
Bumps the example-dependencies group with 3 updates in the /examples/components/bundled-rsbuild directory: remeda, @types/node and @rslib/core.
Bumps the example-dependencies group with 4 updates in the /examples/components/http-axios directory: @types/node, @bytecodealliance/componentize-js, @rollup/plugin-node-resolve and rollup.
Bumps the example-dependencies group with 1 update in the /examples/components/http-hello-world directory: @types/node.
Bumps the example-dependencies group with 2 updates in the /examples/components/http-password-checker directory: @types/node and rollup.
Bumps the example-dependencies group with 3 updates in the /examples/components/http-server-with-hono directory: @types/node, rollup and hono.
Bumps the example-dependencies group with 1 update in the /examples/components/http-streaming directory: @types/node.
Updates remeda
from 2.21.4 to 2.21.6
Release notes
Sourced from remeda's releases.
v2.21.6
2.21.6 (2025-05-15)
Bug Fixes
v2.21.5
2.21.5 (2025-05-13)
Bug Fixes
Commits
d97fb96
fix(hasAtLeast): handle more tuple/array shapes (#1085)8899b95
fix: add readme to package dist + other stuff (#1086)- See full diff in compare view
Updates @types/node
from 22.15.17 to 22.15.19
Commits
- See full diff in compare view
Updates remeda
from 2.21.4 to 2.21.6
Release notes
Sourced from remeda's releases.
v2.21.6
2.21.6 (2025-05-15)
Bug Fixes
v2.21.5
2.21.5 (2025-05-13)
Bug Fixes
Commits
d97fb96
fix(hasAtLeast): handle more tuple/array shapes (#1085)8899b95
fix: add readme to package dist + other stuff (#1086)- See full diff in compare view
Updates @types/node
from 22.15.17 to 22.15.19
Commits
- See full diff in compare view
Updates @rslib/core
from 0.6.9 to 0.7.1
Release notes
Sourced from @rslib/core
's releases.
v0.7.1
Highlights ✨
In
0.7.0
, due to breaking changes in@ast-grep/napi
, Ubuntu 20 is not supported if user enable dts generation.This version revert this.
What's Changed
Document 📖
- docs(blog): introducing Rslib blog by
@fi3ework
in web-infra-dev/rslib#980- docs: fix invalid link in blog by
@Timeless0911
in web-infra-dev/rslib#987- docs: add OG images for website by
@chenjiahan
in web-infra-dev/rslib#988Other Changes
- chore(deps): pin
@ast-grep/napi
0.37.0 to keep support for ubuntu 20 by@Timeless0911
in web-infra-dev/rslib#992- Release v0.7.1 by
@Timeless0911
in web-infra-dev/rslib#993Full Changelog: https://github.com/web-infra-dev/rslib/compare/v0.7.0...v0.7.1
v0.7.0
Highlights ✨
First blog for Rslib 📚
Check out our first blog for Rslib: Rslib: Build library with Rspack
We are excited to introduce Rslib — a library development tool based on Rspack. Developed by ByteDance Web Infra Team, Rslib helps developers create JavaScript libraries and UI component libraries in a simple and intuitive way while enjoying the ultimate development experience brought by Rspack and Rsbuild.
Breaking changes 🚨
Reverted in
v0.7.1
.Due to breaking changes in
@ast-grep/napi
, Ubuntu 20 is not supported now if user enable dts generation.Update to Ubuntu 22 or higher if possible, reference: https://github.com/ast-grep/ast-grep/commit/96f5500e7a84ea5e80aebbd6692e25988227c8e4.
What's Changed
New Features 🎉
- feat: format default to
'esm'
by@Timeless0911
in web-infra-dev/rslib#976- feat(create-rslib): syntax default to node 18 by
@Timeless0911
in web-infra-dev/rslib#984Bug Fixes 🐞
- fix(create-rslib): do not pin Rsbuild version by
@fi3ework
in web-infra-dev/rslib#981Other Changes
- chore(deps): update all non-major dependencies by
@renovate
in web-infra-dev/rslib#977- chore(deps): update dependency nx to v21 by
@renovate
in web-infra-dev/rslib#978
... (truncated)
Commits
Updates @types/node
from 22.15.17 to 22.15.19
Commits
- See full diff in compare view
Updates @bytecodealliance/componentize-js
from 0.17.0 to 0.18.2
Release notes
Sourced from @bytecodealliance/componentize-js
's releases.
0.18.1
What's Changed
- fix bug for file paths in windows during componentization by
@karthik2804
in bytecodealliance/ComponentizeJS#2130.18.0
What's Changed
- docs: fix the examples directory in EXAMPLE.md and .gitignore by
@tanishiking
in bytecodealliance/ComponentizeJS#195- Support all wasi-0.2.x patch versions in the splicer by
@tschneidereit
in bytecodealliance/ComponentizeJS#197- Make StarlingMonkey location overridable by
@tschneidereit
in bytecodealliance/ComponentizeJS#196- add version export to types.d.ts by
@karthik2804
in bytecodealliance/ComponentizeJS#198- fix: debug build output by
@guybedford
in bytecodealliance/ComponentizeJS#200- Overhaul bindings generation and introduce a CLI tool by
@tschneidereit
in bytecodealliance/ComponentizeJS#202- Don't expose absolute paths to source files by
@tschneidereit
in bytecodealliance/ComponentizeJS#205- Update to latest StarlingMonkey by
@tschneidereit
in bytecodealliance/ComponentizeJS#208- feat: support min stack size for aot by
@vados-cosmonic
in bytecodealliance/ComponentizeJS#206- Pull in OpenSSL update by
@tschneidereit
in bytecodealliance/ComponentizeJS#210- Bump version to
0.18.0
by@tschneidereit
in bytecodealliance/ComponentizeJS#211New Contributors
@tanishiking
made their first contribution in bytecodealliance/ComponentizeJS#195Full Changelog: https://github.com/bytecodealliance/ComponentizeJS/compare/0.17.0...0.18.0
Commits
dadcc22
Bump version to 0.18.22973656
Fix building on windows when using new syntax (#217)e5bb0da
Fix hello-world example (#216)a3558d0
Bump version to0.18.1
(#215)4bf15d6
fix bug for file paths in windows during componentization (#213)246e4da
Bump version to0.18.0
(#211)821244b
Pull in OpenSSL update (#210)4919e9d
feat: allow setting rust min stack size (#206)ec58786
Update to latest StarlingMonkey (#208)7f17009
Don't expose absolute paths to source files (#205)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by tschneidereit, a new releaser for @bytecodealliance/componentize-js
since your current version.
Updates @rollup/plugin-node-resolve
from 15.3.1 to 16.0.1
Changelog
Sourced from @rollup/plugin-node-resolve
's changelog.
v16.0.1
2025-03-11
Bugfixes
- fix: add
ignoreSideEffectsForRoot
to exported interface (#1841)v16.0.0
2024-12-15
Breaking Changes
- feat!: set development or production condition (#1823)
Commits
Updates rollup
from 4.40.2 to 4.41.0
Release notes
Sourced from rollup's releases.
v4.41.0
4.41.0
2025-05-18
Features
- Detect named exports in more dynamic import scenarios (#5954)
Pull Requests
- #5949: ci: use node 24 (
@btea
,@lukastaegert
)- #5951: chore(deps): update dependency pretty-bytes to v7 (
@renovate
[bot])- #5952: fix(deps): update swc monorepo (major) (
@renovate
[bot],@lukastaegert
)- #5953: chore(deps): lock file maintenance minor/patch updates (
@renovate
[bot])- #5954: enhance tree-shaking for dynamic imports (
@TrickyPi
,@renovate
[bot],@lukastaegert
)- #5957: chore(deps): update dependency lint-staged to v16 (
@renovate
[bot],@lukastaegert
)- #5958: fix(deps): update rust crate swc_compiler_base to v20 (
@renovate
[bot],@lukastaegert
)- #5959: fix(deps): lock file maintenance minor/patch updates (
@renovate
[bot],@lukastaegert
)- #5960: Use spawn to run CLI tests (
@lukastaegert
)
Changelog
Sourced from rollup's changelog.
4.41.0
2025-05-18
Features
- Detect named exports in more dynamic import scenarios (#5954)
Pull Requests
- #5949: ci: use node 24 (
@btea
,@lukastaegert
)- #5951: chore(deps): update dependency pretty-bytes to v7 (
@renovate
[bot])- #5952: fix(deps): update swc monorepo (major) (
@renovate
[bot],@lukastaegert
)- #5953: chore(deps): lock file maintenance minor/patch updates (
@renovate
[bot])- #5954: enhance tree-shaking for dynamic imports (
@TrickyPi
,@renovate
[bot],@lukastaegert
)- #5957: chore(deps): update dependency lint-staged to v16 (
@renovate
[bot],@lukastaegert
)- #5958: fix(deps): update rust crate swc_compiler_base to v20 (
@renovate
[bot],@lukastaegert
)- #5959: fix(deps): lock file maintenance minor/patch updates (
@renovate
[bot],@lukastaegert
)- #5960: Use spawn to run CLI tests (
@lukastaegert
)
Commits
0928185
4.41.02491b31
ci: use node 24 (#5949)7759f56
Use spawn to run CLI tests (#5960)dd29577
fix(deps): update rust crate swc_compiler_base to v20 (#5958)fff335f
enhance tree-shaking for dynamic imports (#5954)9cf84fc
fix(deps): lock file maintenance minor/patch updates (#5959)a4e6535
chore(deps): update dependency lint-staged to v16 (#5957)7536ffb
fix(deps): update swc monorepo (major) (#5952)2b68f89
chore(deps): update dependency pretty-bytes to v7 (#5951)f630e32
chore(deps): lock file maintenance minor/patch updates (#5953)- See full diff in compare view
Updates @types/node
from 22.15.17 to 22.15.19
Commits
- See full diff in compare view
Updates @types/node
from 22.15.17 to 22.15.19
Commits
- See full diff in compare view
Updates rollup
from 4.40.2 to 4.41.0
Release notes
Sourced from rollup's releases.
v4.41.0
4.41.0
2025-05-18
Features
- Detect named exports in more dynamic import scenarios (#5954)
Pull Requests
- #5949: ci: use node 24 (
@btea
,@lukastaegert
)- #5951: chore(deps): update dependency pretty-bytes to v7 (
@renovate
[bot])- #5952: fix(deps): update swc monorepo (major) (
@renovate
[bot],@lukastaegert
)- #5953: chore(deps): lock file maintenance minor/patch updates (
@renovate
[bot])- #5954: enhance tree-shaking for dynamic imports (
@TrickyPi
,@renovate
[bot],@lukastaegert
)- #5957: chore(deps): update dependency lint-staged to v16 (
@renovate
[bot],@lukastaegert
)- #5958: fix(deps): update rust crate swc_compiler_base to v20 (
@renovate
[bot],@lukastaegert
)- #5959: fix(deps): lock file maintenance minor/patch updates (
@renovate
[bot],@lukastaegert
)- #5960: Use spawn to run CLI tests (
@lukastaegert
)
Changelog
Sourced from rollup's changelog.
4.41.0
2025-05-18
Features
- Detect named exports in more dynamic import scenarios (#5954)
Pull Requests
- #5949: ci: use node 24 (
@btea
,@lukastaegert
)- #5951: chore(deps): update dependency pretty-bytes to v7 (
@renovate
[bot])- #5952: fix(deps): update swc monorepo (major) (
@renovate
[bot],@lukastaegert
)- #5953: chore(deps): lock file maintenance minor/patch updates (
@renovate
[bot])- #5954: enhance tree-shaking for dynamic imports (
@TrickyPi
,@renovate
[bot],@lukastaegert
)- #5957: chore(deps): update dependency lint-staged to v16 (
@renovate
[bot],@lukastaegert
)- #5958: fix(deps): update rust crate swc_compiler_base to v20 (
@renovate
[bot],@lukastaegert
)- #5959: fix(deps): lock file maintenance minor/patch updates (
@renovate
[bot],@lukastaegert
)- #5960: Use spawn to run CLI tests (
@lukastaegert
)
Commits
0928185
4.41.02491b31
ci: use node 24 (#5949)7759f56
Use spawn to run CLI tests (#5960)dd29577
fix(deps): update rust crate swc_compiler_base to v20 (#5958)fff335f
enhance tree-shaking for dynamic imports (#5954)9cf84fc
fix(deps): lock file maintenance minor/patch updates (#5959)a4e6535
chore(deps): update dependency lint-staged to v16 (#5957)7536ffb
fix(deps): update swc monorepo (major) (#5952)2b68f89
chore(deps): update dependency pretty-bytes to v7 (#5951)f630e32
chore(deps): lock file maintenance minor/patch updates (#5953)- See full diff in compare view
Updates @types/node
from 22.15.17 to 22.15.19
Commits
- See full diff in compare view
Updates rollup
from 4.40.2 to 4.41.0
Release notes
Sourced from rollup's releases.
v4.41.0
4.41.0
2025-05-18
Features
- Detect named exports in more dynamic import scenarios (#5954)
Pull Requests
- #5949: ci: use node 24 (
@btea
,@lukastaegert
)- #5951: chore(deps): update dependency pretty-bytes to v7 (
@renovate
[bot])- #5952: fix(deps): update swc monorepo (major) (
@renovate
[bot],@lukastaegert
)- #5953: chore(deps): lock file maintenance minor/patch updates (
@renovate
[bot])- #5954: enhance tree-shaking for dynamic imports (
@TrickyPi
,@renovate
[bot],@lukastaegert
)- #5957: chore(deps): update dependency lint-staged to v16 (
@renovate
[bot],@lukastaegert
)- #5958: fix(deps): update rust crate swc_compiler_base to v20 (
@renovate
[bot],@lukastaegert
)- #5959: fix(deps): lock file maintenance minor/patch updates (
@renovate
[bot],@lukastaegert
)- #5960: Use spawn to run CLI tests (
@lukastaegert
)
Changelog
Sourced from rollup's changelog.
4.41.0
2025-05-18
Features
- Detect named exports in more dynamic import scenarios (#5954)
Pull Requests
- #5949: ci: use node 24 (
@btea
,@lukastaegert
)- #5951: chore(deps): update dependency pretty-bytes to v7 (
@renovate
[bot])- #5952: fix(deps): update swc monorepo (major) (
@renovate
[bot],@lukastaegert
)- #5953: chore(deps): lock file maintenance minor/patch updates (
@renovate
[bot])- #5954: enhance tree-shaking for dynamic imports (
@TrickyPi
,@renovate
[bot],@lukastaegert
)- #5957: chore(deps): update dependency lint-staged to v16 (
@renovate
[bot],@lukastaegert
)- #5958: fix(deps): update rust crate swc_compiler_base to v20 (
@renovate
[bot],@lukastaegert
)- #5959: fix(deps): lock file maintenance minor/patch updates (
@renovate
[bot],@lukastaegert
)- #5960: Use spawn to run CLI tests (
@lukastaegert
)
Commits
0928185
4.41.02491b31
ci: use node 24 (#5949)7759f56
Use spawn to run CLI tests (#5960)dd29577
fix(deps): update rust crate swc_compiler_base to v20 (#5958)fff335f
enhance tree-shaking for dynamic imports (#5954)9cf84fc
fix(deps): lock file maintenance minor/patch updates (#5959)a4e6535
chore(deps): update dependency lint-staged to v16 (#5957)7536ffb
fix(deps): update swc monorepo (major) (#5952)2b68f89
chore(deps): update dependency pretty-bytes to v7 (#5951)f630e32
chore(deps): lock file maintenance minor/patch updates (#5953)- See full diff in compare view
Updates hono
from 4.7.9 to 4.7.10
Release notes
Sourced from hono's releases.
v4.7.10
What's Changed
- fix(hono-base): copy notfound and error handlers in
#clone()
by@yusukebe
in honojs/hono#4139- fix(jwt): use
header.alg
as fallback inverifyFromJwks
by@yusukebe
in honojs/hono#4144Full Changelog: https://github.com/honojs/hono/compare/v4.7.9...v4.7.10
Commits
Updates @types/node
from 22.15.17 to 22.15.19
Commits
- See full diff in compare view
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
1
14
+347
-329
Package Dependencies
@rollup/plugin-node-resolve
npm
15.3.1 → 16.0.1
Major
@bytecodealliance/componentize-js
npm
0.17.0 → 0.18.2
Minor
Technical Details
ID: | 466096 |
UUID: | 2528727563 |
Node ID: | PR_kwDONe8ZJs6WuVIL |
Host: | GitHub |
Repository: | wasmCloud/typescript |
Merge State: | Unknown |