Skip to content

chore(deps-dev): bump rescript from 13.0.0-alpha.4 to 13.0.0-alpha.5#291

Merged
jderochervlk merged 1 commit into
mainfrom
dependabot/npm_and_yarn/rescript-13.0.0-alpha.5
Jul 16, 2026
Merged

chore(deps-dev): bump rescript from 13.0.0-alpha.4 to 13.0.0-alpha.5#291
jderochervlk merged 1 commit into
mainfrom
dependabot/npm_and_yarn/rescript-13.0.0-alpha.5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor

Bumps rescript from 13.0.0-alpha.4 to 13.0.0-alpha.5.

Release notes

Sourced from rescript's releases.

13.0.0-alpha.5

💥 Breaking Change

  • Make Jsx.component abstract. rescript-lang/rescript#8390
  • Drop Node.js version 20.x support, as it is reaching EOL. rescript-lang/rescript#8401
  • Remove the @taggedTemplate decorator in favor of the new first-class taggedTemplate<'param, 'output> builtin type. Using the decorator, or backtick tagged-template syntax on a value that is not a taggedTemplate, is now a compile error pointing to the new binding form. rescript-lang/rescript#8461

🚀 New Feature

  • Add a first-class taggedTemplate<'param, 'output> builtin type and the TaggedTemplate stdlib module (TaggedTemplate.make). Tagged-template tags are now tracked through the type system, so they emit real JS tagged-template syntax across module boundaries, when passed as first-class values, and when constructed at runtime by a factory (e.g. postgres). rescript-lang/rescript#8461
  • Make mutation of private record mutable fields a configurable warning instead of a hard error. rescript-lang/rescript#8366
  • Add support for pattern matching/destructuring of record rest. rescript-lang/rescript#8317

🐛 Bug fix

💅 Polish

🏠 Internal

... (truncated)

Changelog

Sourced from rescript's changelog.

13.0.0-alpha.5

💥 Breaking Change

  • Make Jsx.component abstract. rescript-lang/rescript#8390
  • Drop Node.js version 20.x support, as it is reaching EOL. rescript-lang/rescript#8401
  • Remove the @taggedTemplate decorator in favor of the new first-class taggedTemplate<'param, 'output> builtin type. Using the decorator, or backtick tagged-template syntax on a value that is not a taggedTemplate, is now a compile error pointing to the new binding form. rescript-lang/rescript#8461

🚀 New Feature

  • Add a first-class taggedTemplate<'param, 'output> builtin type and the TaggedTemplate stdlib module (TaggedTemplate.make). Tagged-template tags are now tracked through the type system, so they emit real JS tagged-template syntax across module boundaries, when passed as first-class values, and when constructed at runtime by a factory (e.g. postgres). rescript-lang/rescript#8461
  • Make mutation of private record mutable fields a configurable warning instead of a hard error. rescript-lang/rescript#8366
  • Add support for pattern matching/destructuring of record rest. rescript-lang/rescript#8317

🐛 Bug fix

💅 Polish

🏠 Internal

... (truncated)

Commits
  • 3a9e5aa Prepare for 13.0.0-alpha.5 release (#8503)
  • 342a8ce Bump @​biomejs/biome from 2.4.10 to 2.5.3 (#8502)
  • 1f50069 Bump @​biomejs/biome from 2.4.10 to 2.5.3 (#8502)
  • 3883a8c Bump @​babel/core from 7.28.5 to 7.29.7 (#8487)
  • d6c4bc8 Upgrade react and react-dom to v19 and adapt gentype (#8501)
  • 27147f0 Fix unnecessary boxing of Some(React.component) (#8500)
  • 1912f93 Remove dead Sig_class and Sig_class_type signature variants (#8470)
  • f882bba Bump h3 from 2.0.1-rc.22 to 2.0.1-rc.23 (#8496)
  • 29cce31 Bump opentelemetry_sdk from 0.31.0 to 0.32.1 in /rewatch (#8498)
  • 767e553 Consolidate large record mutation output into a single spread object literal ...
  • Additional commits viewable in compare view

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [rescript](https://github.com/rescript-lang/rescript) from 13.0.0-alpha.4 to 13.0.0-alpha.5.
- [Release notes](https://github.com/rescript-lang/rescript/releases)
- [Changelog](https://github.com/rescript-lang/rescript/blob/master/CHANGELOG.md)
- [Commits](rescript-lang/rescript@v13.0.0-alpha.4...v13.0.0-alpha.5)

---
updated-dependencies:
- dependency-name: rescript
  dependency-version: 13.0.0-alpha.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 13, 2026
@jderochervlk
jderochervlk merged commit 4274804 into main Jul 16, 2026
2 checks passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/rescript-13.0.0-alpha.5 branch July 16, 2026 17:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant