mirror of
https://github.com/astral-sh/ruff.git
synced 2025-07-07 21:25:08 +00:00
Update dependency smol-toml to v1.4.1 (#19161)
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) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>squirrelchat/smol-toml (smol-toml)</summary> ### [`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 </details> --- ### 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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNy4yIiwidXBkYXRlZEluVmVyIjoiNDEuMTcuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW50ZXJuYWwiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
22d809b8ce
commit
a7fafb96be
1 changed files with 5 additions and 5 deletions
10
playground/package-lock.json
generated
10
playground/package-lock.json
generated
|
@ -5699,9 +5699,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/smol-toml": {
|
"node_modules/smol-toml": {
|
||||||
"version": "1.4.0",
|
"version": "1.4.1",
|
||||||
"resolved": "https://registry.npmjs.org/smol-toml/-/smol-toml-1.4.0.tgz",
|
"resolved": "https://registry.npmjs.org/smol-toml/-/smol-toml-1.4.1.tgz",
|
||||||
"integrity": "sha512-IMxaDA/58wBvkvX77ykQ6e9r6fjs8xbxpz8bMCyVQ/fEFWbA5uJrnaVwDuhLrrANGdd7apRyTPDBvI893Bxu9g==",
|
"integrity": "sha512-CxdwHXyYTONGHThDbq5XdwbFsuY4wlClRGejfE2NtwUtiHYsP1QtNsHb/hnj31jKYSchztJsaA8pSQoVzkfCFg==",
|
||||||
"license": "BSD-3-Clause",
|
"license": "BSD-3-Clause",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 18"
|
"node": ">= 18"
|
||||||
|
@ -6480,7 +6480,7 @@
|
||||||
"react-resizable-panels": "^3.0.0",
|
"react-resizable-panels": "^3.0.0",
|
||||||
"ruff_wasm": "file:ruff_wasm",
|
"ruff_wasm": "file:ruff_wasm",
|
||||||
"shared": "0.0.0",
|
"shared": "0.0.0",
|
||||||
"smol-toml": "^1.4.0"
|
"smol-toml": "^1.4.1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ruff/ruff_wasm": {
|
"ruff/ruff_wasm": {
|
||||||
|
@ -6509,7 +6509,7 @@
|
||||||
"react-dom": "^19.0.0",
|
"react-dom": "^19.0.0",
|
||||||
"react-resizable-panels": "^3.0.0",
|
"react-resizable-panels": "^3.0.0",
|
||||||
"shared": "0.0.0",
|
"shared": "0.0.0",
|
||||||
"smol-toml": "^1.4.0",
|
"smol-toml": "^1.4.1",
|
||||||
"ty_wasm": "file:ty_wasm"
|
"ty_wasm": "file:ty_wasm"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue