Conversation
closes #25
061844b to
6d4ed89
Compare
|
Hey there, @cyyynthia, @LeaVerou asked me to give this PR a try. So, I cloned the repo, built it (the PR branch), and served. I tested the PR with the TOML document from the toml.io main page. It works flawlessly. Thank you!
|
|
Thank you so much @cyyynthia ! |
renovate Bot
referenced
this pull request
in redwoodjs/graphql
Jul 20, 2024
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [smol-toml](https://togithub.com/squirrelchat/smol-toml) | [`1.2.2` -> `1.3.0`](https://renovatebot.com/diffs/npm/smol-toml/1.2.2/1.3.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>squirrelchat/smol-toml (smol-toml)</summary> ### [`v1.3.0`](https://togithub.com/squirrelchat/smol-toml/releases/tag/v1.3.0) [Compare Source](https://togithub.com/squirrelchat/smol-toml/compare/v1.2.2...v1.3.0) smol-toml is changing how it's distributed (again)! It's now a dual-package with native ESM and a CJS single-file build. This should make the package available for even more targets, now including targets which can't treat CJS as faux ESM! ##### What's Changed - feat: dual-package by [@​cyyynthia](https://togithub.com/cyyynthia) in [https://github.com/squirrelchat/smol-toml/pull/26](https://togithub.com/squirrelchat/smol-toml/pull/26) **Full Changelog**: squirrelchat/smol-toml@v1.2.2...v1.3.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/redwoodjs/redwood). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzEuNCIsInVwZGF0ZWRJblZlciI6IjM3LjQzMS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Closes #25
@LeaVerou can you check if this does the trick for you?