Skip to content

Bump rescript from 12.1.0 to 12.2.0#215

Merged
nojaf merged 1 commit intomainfrom
dependabot/npm_and_yarn/rescript-12.2.0
Mar 2, 2026
Merged

Bump rescript from 12.1.0 to 12.2.0#215
nojaf merged 1 commit intomainfrom
dependabot/npm_and_yarn/rescript-12.2.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 2, 2026

Bumps rescript from 12.1.0 to 12.2.0.

Release notes

Sourced from rescript's releases.

12.2.0

💥 New feature

🐛 Bug fix

  • Fix compiler crash (Fatal error: Parmatch.all_record_args) when matching empty dict/record patterns. rescript-lang/rescript#8246
  • Fix null falling into the object branch instead of the wildcard when pattern matching on untagged variants with both Object and null cases. rescript-lang/rescript#8253

12.2.0-rc.1

💥 Breaking Change

  • js-post-build now passes the correct output file path based on in-source configuration: when in-source: true, the path next to the source file is passed; when in-source: false, the path in the lib/<module>/ directory is passed. Additionally, stdout and stderr from the post-build command are now logged. rescript-lang/rescript#8190
  • js-post-build command now runs in the directory containing the rescript.json where it is defined, instead of the unpredictable build invocation directory. This provides consistent behavior in monorepos. rescript-lang/rescript#8195

🚀 New Feature

🐛 Bug fix

💅 Polish

Changelog

Sourced from rescript's changelog.

12.2.0

💥 Breaking Change

🐛 Bug fix

  • Fix compiler crash (Fatal error: Parmatch.all_record_args) when matching empty dict/record patterns. rescript-lang/rescript#8246
  • Fix null falling into the object branch instead of the wildcard when pattern matching on untagged variants with both Object and null cases. rescript-lang/rescript#8253

12.2.0-rc.1

💥 Breaking Change

  • js-post-build now passes the correct output file path based on in-source configuration: when in-source: true, the path next to the source file is passed; when in-source: false, the path in the lib/<module>/ directory is passed. Additionally, stdout and stderr from the post-build command are now logged. rescript-lang/rescript#8190
  • js-post-build command now runs in the directory containing the rescript.json where it is defined, instead of the unpredictable build invocation directory. This provides consistent behavior in monorepos. rescript-lang/rescript#8195

🚀 New Feature

🐛 Bug fix

💅 Polish

Commits
  • 9929a14 Fix pkg.pr.new
  • 6e98b92 Prepare for 12.2.0 release
  • 281a325 Port Belt.Array's zip, zipBy, partition, unzip to Stdlib Array (#8244)
  • 9f46af7 artifact list
  • 717944d More line number changes
  • 461186e Line numbers changed in runtime JS
  • 5be8674 Clarify ReScript licensing
  • 6723fe5 Also guard against arrays falling into object branch in untagged variant swit...
  • 50da3bb Fix null falling into object branch in untagged variant switch (#8251)
  • 1714569 Changelog for #8246 (#8247)
  • 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 12.1.0 to 12.2.0.
- [Release notes](https://github.com/rescript-lang/rescript/releases)
- [Changelog](https://github.com/rescript-lang/rescript/blob/v12.2.0/CHANGELOG.md)
- [Commits](rescript-lang/rescript@v12.1.0...v12.2.0)

---
updated-dependencies:
- dependency-name: rescript
  dependency-version: 12.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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 Mar 2, 2026
@nojaf nojaf merged commit 225e772 into main Mar 2, 2026
2 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/rescript-12.2.0 branch March 2, 2026 07:05
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