chore: bump the misc group across 1 directory with 2 updates#131
chore: bump the misc group across 1 directory with 2 updates#131dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the misc group with 2 updates in the / directory: [stdnum](https://github.com/koblas/stdnum-js) and [tsdown](https://github.com/rolldown/tsdown). Updates `stdnum` from 1.12.0 to 1.12.1 - [Release notes](https://github.com/koblas/stdnum-js/releases) - [Changelog](https://github.com/koblas/stdnum-js/blob/main/CHANGELOG.md) - [Commits](koblas/stdnum-js@v1.12.0...v1.12.1) Updates `tsdown` from 0.22.2 to 0.22.3 - [Release notes](https://github.com/rolldown/tsdown/releases) - [Commits](rolldown/tsdown@v0.22.2...v0.22.3) --- updated-dependencies: - dependency-name: stdnum dependency-version: 1.12.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: misc - dependency-name: tsdown dependency-version: 0.22.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: misc ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 422bf83335
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "rut.js": "^2.1.0", | ||
| "stdnum": "^1.12.0", | ||
| "tsdown": "0.22.2", | ||
| "tsdown": "0.22.3", |
There was a problem hiding this comment.
Pin Node before bumping tsdown
This bump moves to tsdown 0.22.3, whose engines.node changed from accepting Node >=24.0.0 to requiring >=24.11.0. In the build workflow I inspected, .github/workflows/ci.yml runs bun run build without actions/setup-node, and Bun documents that shebang CLIs are executed with node by default, so any runner or local environment on Node 24.0-24.10 that worked with 0.22.2 can now fail when invoking tsdown. Either keep 0.22.2 or pin the build Node to 22.21.1/24.11+ before this bump.
Useful? React with 👍 / 👎.
Bumps the misc group with 2 updates in the / directory: stdnum and tsdown.
Updates
stdnumfrom 1.12.0 to 1.12.1Commits
765d057chore(release): 1.12.1 [skip ci]692835dfix(bg/egn): validate the embedded birth date (#158)Updates
tsdownfrom 0.22.2 to 0.22.3Release notes
Sourced from tsdown's releases.
Commits
472b69echore: release v0.22.3a2eac3bfeat!: drop node 24.0 - 24.10 support1ba7e12docs: removepublicPathoption from wasm plugin9f05179perf(css): skip renderChunk when no CSS has been collected (#967)742f314ci: switch deployment branch to release8e33975chore: upgrade deps88900c9ci: generate docs before void deploy (#970)b587b03ci: deploy docs to Void (#969)bfc649efix: inline CI detectionDependabot 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 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