From a7fafb96bed88cb2c796928f5351e973f8db766f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 08:54:52 +0530 Subject: [PATCH] Update dependency smol-toml to v1.4.1 (#19161) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [smol-toml](https://redirect.github.com/squirrelchat/smol-toml) | [`1.4.0` -> `1.4.1`](https://renovatebot.com/diffs/npm/smol-toml/1.4.0/1.4.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/smol-toml/1.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/smol-toml/1.4.0/1.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
squirrelchat/smol-toml (smol-toml) ### [`v1.4.1`](https://redirect.github.com/squirrelchat/smol-toml/releases/tag/v1.4.1) [Compare Source](https://redirect.github.com/squirrelchat/smol-toml/compare/v1.4.0...v1.4.1) A little fix for `asNeeded` not being implemented correctly. #### What's Changed fix: properly implement asNeeded by [@​cyyynthia](https://redirect.github.com/cyyynthia) **Full Changelog**: https://github.com/squirrelchat/smol-toml/compare/v1.4.0...v1.4.1
--- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/astral-sh/ruff). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- playground/package-lock.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/playground/package-lock.json b/playground/package-lock.json index 38ab99e68f..111a02216a 100644 --- a/playground/package-lock.json +++ b/playground/package-lock.json @@ -5699,9 +5699,9 @@ } }, "node_modules/smol-toml": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/smol-toml/-/smol-toml-1.4.0.tgz", - "integrity": "sha512-IMxaDA/58wBvkvX77ykQ6e9r6fjs8xbxpz8bMCyVQ/fEFWbA5uJrnaVwDuhLrrANGdd7apRyTPDBvI893Bxu9g==", + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/smol-toml/-/smol-toml-1.4.1.tgz", + "integrity": "sha512-CxdwHXyYTONGHThDbq5XdwbFsuY4wlClRGejfE2NtwUtiHYsP1QtNsHb/hnj31jKYSchztJsaA8pSQoVzkfCFg==", "license": "BSD-3-Clause", "engines": { "node": ">= 18" @@ -6480,7 +6480,7 @@ "react-resizable-panels": "^3.0.0", "ruff_wasm": "file:ruff_wasm", "shared": "0.0.0", - "smol-toml": "^1.4.0" + "smol-toml": "^1.4.1" } }, "ruff/ruff_wasm": { @@ -6509,7 +6509,7 @@ "react-dom": "^19.0.0", "react-resizable-panels": "^3.0.0", "shared": "0.0.0", - "smol-toml": "^1.4.0", + "smol-toml": "^1.4.1", "ty_wasm": "file:ty_wasm" }, "devDependencies": {