Skip to content

Commit

Permalink
fix(deps): update dependency smol-toml to v1.3.0 (#11000)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](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) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/smol-toml/1.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/smol-toml/1.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/smol-toml/1.2.2/1.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/smol-toml/1.2.2/1.3.0?slim=true)](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
[@&#8203;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>
  • Loading branch information
renovate[bot] authored Jul 20, 2024
1 parent 5e30a44 commit decc5bd
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion packages/cli-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"pascalcase": "1.0.0",
"prettier": "3.3.3",
"prompts": "2.4.2",
"smol-toml": "1.2.2",
"smol-toml": "1.3.0",
"terminal-link": "2.1.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"prompts": "2.4.2",
"rimraf": "5.0.9",
"semver": "7.6.3",
"smol-toml": "1.2.2",
"smol-toml": "1.3.0",
"string-env-interpolation": "1.0.1",
"systeminformation": "5.22.11",
"terminal-link": "2.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/project-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"deepmerge": "4.3.1",
"fast-glob": "3.3.2",
"smol-toml": "1.2.2",
"smol-toml": "1.3.0",
"string-env-interpolation": "1.0.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/structure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"lodash-decorators": "6.0.1",
"lru-cache": "10.2.2",
"proxyquire": "2.1.3",
"smol-toml": "1.2.2",
"smol-toml": "1.3.0",
"ts-morph": "15.1.0",
"vscode-languageserver": "6.1.1",
"vscode-languageserver-textdocument": "1.0.11",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7888,7 +7888,7 @@ __metadata:
pascalcase: "npm:1.0.0"
prettier: "npm:3.3.3"
prompts: "npm:2.4.2"
smol-toml: "npm:1.2.2"
smol-toml: "npm:1.3.0"
terminal-link: "npm:2.1.1"
tsx: "npm:4.15.6"
typescript: "npm:5.4.5"
Expand Down Expand Up @@ -7971,7 +7971,7 @@ __metadata:
prompts: "npm:2.4.2"
rimraf: "npm:5.0.9"
semver: "npm:7.6.3"
smol-toml: "npm:1.2.2"
smol-toml: "npm:1.3.0"
string-env-interpolation: "npm:1.0.1"
systeminformation: "npm:5.22.11"
terminal-link: "npm:2.1.1"
Expand Down Expand Up @@ -8445,7 +8445,7 @@ __metadata:
fast-glob: "npm:3.3.2"
publint: "npm:0.2.9"
rimraf: "npm:5.0.9"
smol-toml: "npm:1.2.2"
smol-toml: "npm:1.3.0"
string-env-interpolation: "npm:1.0.1"
tsx: "npm:4.15.6"
typescript: "npm:5.4.5"
Expand Down Expand Up @@ -8568,7 +8568,7 @@ __metadata:
lodash-decorators: "npm:6.0.1"
lru-cache: "npm:10.2.2"
proxyquire: "npm:2.1.3"
smol-toml: "npm:1.2.2"
smol-toml: "npm:1.3.0"
ts-morph: "npm:15.1.0"
typescript: "npm:5.4.5"
vitest: "npm:1.6.0"
Expand Down Expand Up @@ -27491,10 +27491,10 @@ __metadata:
languageName: node
linkType: hard

"smol-toml@npm:1.2.2":
version: 1.2.2
resolution: "smol-toml@npm:1.2.2"
checksum: 10c0/25a1be6dab16db07b1c7380df6175512a3f3d74fdf59ddb3e2eea126e985e0ae56b8150f5a0bea2bd4df259c59694374febdaa626a009b9d7958f9c1d385dd99
"smol-toml@npm:1.3.0":
version: 1.3.0
resolution: "smol-toml@npm:1.3.0"
checksum: 10c0/442b4d033236ff6dd05bf91d57695fd9070a8221af080a5b2782cb2d9fad8bc31f698c61de5308a351907c1200202ba3ee51d52c5704f5349149e7c374f5fe90
languageName: node
linkType: hard

Expand Down

0 comments on commit decc5bd

Please sign in to comment.