Skip to content

Commit ee44bca

Browse files
deps(npm): bump rescript from 12.0.2 to 12.1.0 in the rescript group (#29)
Bumps the rescript group with 1 update: [rescript](https://github.com/rescript-lang/rescript). Updates `rescript` from 12.0.2 to 12.1.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rescript-lang/rescript/releases">rescript's releases</a>.</em></p> <blockquote> <h2>12.1.0</h2> <h4>:rocket: New Feature</h4> <ul> <li>Add support for <code>Set</code>, <code>Map</code>, <code>WeakSet</code> and <code>WeakMap</code> to <code>@unboxed</code>. <a href="https://redirect.github.com/rescript-lang/rescript/pull/8009">rescript-lang/rescript#8009</a></li> <li>Reanalyze: add reactive incremental analysis (<code>-reactive</code>, <code>-runs</code>, <code>-churn</code>) and Mermaid pipeline dumping (<code>-mermaid</code>). <a href="https://redirect.github.com/rescript-lang/rescript/pull/8092">rescript-lang/rescript#8092</a></li> <li>Reanalyze: add <code>reanalyze-server</code> (long-lived server) with transparent delegation for <code>rescript-tools reanalyze -json</code>. <a href="https://redirect.github.com/rescript-lang/rescript/pull/8127">rescript-lang/rescript#8127</a></li> <li>Add support of <code>js-post-build</code> in Rewatch. Note that <code>${file}</code> is now an absolute path. <a href="https://redirect.github.com/rescript-lang/rescript/pull/8151">rescript-lang/rescript#8151</a></li> </ul> <h4>:bug: Bug fix</h4> <ul> <li>Fix rewatch swallowing parse warnings (e.g., for <code>%todo</code>). <a href="https://redirect.github.com/rescript-lang/rescript/pull/8135">rescript-lang/rescript#8135</a></li> <li>Rewatch: log errors and warnings to <code>stderr</code>. <a href="https://redirect.github.com/rescript-lang/rescript/pull/8147">rescript-lang/rescript#8147</a> <a href="https://redirect.github.com/rescript-lang/rescript/pull/8148">rescript-lang/rescript#8148</a></li> <li>Rewatch: warn about deprecated package specs <code>es6</code>/<code>es6-global</code>. <a href="https://redirect.github.com/rescript-lang/rescript/pull/8146">rescript-lang/rescript#8146</a></li> <li>Fix formatter removing doc comments for polymorphic variants. <a href="https://redirect.github.com/rescript-lang/rescript/pull/8155">rescript-lang/rescript#8155</a></li> </ul> <h4>:nail_care: Polish</h4> <ul> <li>Rewatch: enable <code>--create-sourcedirs</code> by default (now deprecated when explicitly used). <a href="https://redirect.github.com/rescript-lang/rescript/pull/8092">rescript-lang/rescript#8092</a></li> <li>Rewatch: check if filename case for interface and implementation matches. <a href="https://redirect.github.com/rescript-lang/rescript/pull/8144">rescript-lang/rescript#8144</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rescript-lang/rescript/blob/master/CHANGELOG.md">rescript's changelog</a>.</em></p> <blockquote> <h1>12.1.0</h1> <h4>:rocket: New Feature</h4> <ul> <li>Add support for <code>Set</code>, <code>Map</code>, <code>WeakSet</code> and <code>WeakMap</code> to <code>@unboxed</code>. <a href="https://redirect.github.com/rescript-lang/rescript/pull/8009">rescript-lang/rescript#8009</a></li> <li>Reanalyze: add reactive incremental analysis (<code>-reactive</code>, <code>-runs</code>, <code>-churn</code>) and Mermaid pipeline dumping (<code>-mermaid</code>). <a href="https://redirect.github.com/rescript-lang/rescript/pull/8092">rescript-lang/rescript#8092</a></li> <li>Reanalyze: add <code>reanalyze-server</code> (long-lived server) with transparent delegation for <code>rescript-tools reanalyze -json</code>. <a href="https://redirect.github.com/rescript-lang/rescript/pull/8127">rescript-lang/rescript#8127</a></li> <li>Add support of <code>js-post-build</code> in Rewatch. Note that <code>${file}</code> is now an absolute path. <a href="https://redirect.github.com/rescript-lang/rescript/pull/8151">rescript-lang/rescript#8151</a></li> </ul> <h4>:bug: Bug fix</h4> <ul> <li>Fix rewatch swallowing parse warnings (e.g., for <code>%todo</code>). <a href="https://redirect.github.com/rescript-lang/rescript/pull/8135">rescript-lang/rescript#8135</a></li> <li>Rewatch: log errors and warnings to <code>stderr</code>. <a href="https://redirect.github.com/rescript-lang/rescript/pull/8147">rescript-lang/rescript#8147</a> <a href="https://redirect.github.com/rescript-lang/rescript/pull/8148">rescript-lang/rescript#8148</a></li> <li>Rewatch: warn about deprecated package specs <code>es6</code>/<code>es6-global</code>. <a href="https://redirect.github.com/rescript-lang/rescript/pull/8146">rescript-lang/rescript#8146</a></li> <li>Fix formatter removing doc comments for polymorphic variants. <a href="https://redirect.github.com/rescript-lang/rescript/pull/8155">rescript-lang/rescript#8155</a></li> </ul> <h4>:nail_care: Polish</h4> <ul> <li>Rewatch: enable <code>--create-sourcedirs</code> by default (now deprecated when explicitly used). <a href="https://redirect.github.com/rescript-lang/rescript/pull/8092">rescript-lang/rescript#8092</a></li> <li>Rewatch: check if filename case for interface and implementation matches. <a href="https://redirect.github.com/rescript-lang/rescript/pull/8144">rescript-lang/rescript#8144</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rescript-lang/rescript/commit/c895a205947e2ac66314717192f00ff08319e01c"><code>c895a20</code></a> Prepare for 12.1.0 release (<a href="https://redirect.github.com/rescript-lang/rescript/issues/8169">#8169</a>)</li> <li><a href="https://github.com/rescript-lang/rescript/commit/2ff169cbb2a53565952604c343baab7b20215171"><code>2ff169c</code></a> Initial implementation of js-post-build in rewatch (<a href="https://redirect.github.com/rescript-lang/rescript/issues/8151">#8151</a>)</li> <li><a href="https://github.com/rescript-lang/rescript/commit/a8c25fdc28a95fe0f49b76dcfad90d91c9279243"><code>a8c25fd</code></a> Attach res.doc to polyvariant (<a href="https://redirect.github.com/rescript-lang/rescript/issues/8155">#8155</a>)</li> <li><a href="https://github.com/rescript-lang/rescript/commit/2e90f881b7181580261bf053320fff394a76d024"><code>2e90f88</code></a> Bump <code>@​types/node</code> from 25.0.3 to 25.0.6 (<a href="https://redirect.github.com/rescript-lang/rescript/issues/8166">#8166</a>)</li> <li><a href="https://github.com/rescript-lang/rescript/commit/18f5b2c8283351754e0f8f66c3ab2defe7017a43"><code>18f5b2c</code></a> Bump rollup from 4.54.0 to 4.55.1 (<a href="https://redirect.github.com/rescript-lang/rescript/issues/8165">#8165</a>)</li> <li><a href="https://github.com/rescript-lang/rescript/commit/20efe168b90f1232b66f159207d7c30087ab29ea"><code>20efe16</code></a> Add reanalyze-server with transparent delegation (<a href="https://redirect.github.com/rescript-lang/rescript/issues/8127">#8127</a>)</li> <li><a href="https://github.com/rescript-lang/rescript/commit/10edf2c0f8639aaabd0338514d70eca49d8c9772"><code>10edf2c</code></a> Rewatch: warn about deprecated package specs es6/es6-global (<a href="https://redirect.github.com/rescript-lang/rescript/issues/8146">#8146</a>)</li> <li><a href="https://github.com/rescript-lang/rescript/commit/e60b5cd0d5a2165cc1207dcb50d7aa16e2cddc18"><code>e60b5cd</code></a> Rewatch: check if filename case for interface and implementation matches (<a href="https://redirect.github.com/rescript-lang/rescript/issues/8144">#8144</a>)</li> <li><a href="https://github.com/rescript-lang/rescript/commit/1792d2324def2aff53a36df495eb75452b49e99d"><code>1792d23</code></a> Rewatch: log warnings to stderr, too (<a href="https://redirect.github.com/rescript-lang/rescript/issues/8148">#8148</a>)</li> <li><a href="https://github.com/rescript-lang/rescript/commit/d04afe679fe72ac21c2d9adad9544617de365f32"><code>d04afe6</code></a> Rewatch: log errors to stderr (<a href="https://redirect.github.com/rescript-lang/rescript/issues/8147">#8147</a>)</li> <li>Additional commits viewable in <a href="https://github.com/rescript-lang/rescript/compare/v12.0.2...v12.1.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rescript&package-manager=npm_and_yarn&previous-version=12.0.2&new-version=12.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jonathan D.A. Jewell <6759885+hyperpolymath@users.noreply.github.com>
1 parent 9d93e88 commit ee44bca

2 files changed

Lines changed: 29 additions & 29 deletions

File tree

package-lock.json

Lines changed: 28 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@
4343
"@rescript/react": "^0.14.0",
4444
"react": "^19.0.0",
4545
"react-dom": "^19.0.0",
46-
"rescript": "^12.0.2"
46+
"rescript": "^12.1.0"
4747
}
4848
}

0 commit comments

Comments
 (0)