Skip to content

Commit

Permalink
chore(deps): bump smol-toml from 1.1.3 to 1.1.4; test [PythonVersionF…
Browse files Browse the repository at this point in the history
…romToml DynamicToml] (#9925)

* chore(deps): bump smol-toml from 1.1.3 to 1.1.4

Bumps [smol-toml](https://github.com/squirrelchat/smol-toml) from 1.1.3 to 1.1.4.
- [Release notes](https://github.com/squirrelchat/smol-toml/releases)
- [Commits](squirrelchat/smol-toml@v1.1.3...v1.1.4)

---
updated-dependencies:
- dependency-name: smol-toml
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* encode ° symbol in test

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: chris48s <[email protected]>
  • Loading branch information
dependabot[bot] and chris48s authored Jan 29, 2024
1 parent 4319367 commit 2588797
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"query-string": "^8.1.0",
"semver": "~7.5.4",
"simple-icons": "11.2.0",
"smol-toml": "1.1.3",
"smol-toml": "1.1.4",
"webextension-store-meta": "^1.0.5",
"xpath": "~0.0.34"
},
Expand Down
2 changes: 1 addition & 1 deletion services/dynamic/dynamic-toml.tester.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ t.create('TOML from url | caching with new query params')

t.create('TOML from url | with prefix & suffix & label')
.get(
'.json?url=https://raw.githubusercontent.com/squirrelchat/smol-toml/mistress/bench/testfiles/toml-spec-example.toml&query=$.database.temp_targets.cpu&prefix=%2B&suffix=°C&label=CPU Temp Target',
'.json?url=https://raw.githubusercontent.com/squirrelchat/smol-toml/mistress/bench/testfiles/toml-spec-example.toml&query=$.database.temp_targets.cpu&prefix=%2B&suffix=%C2%B0C&label=CPU Temp Target',
)
.expectBadge({ label: 'CPU Temp Target', message: '+79.5°C' })

Expand Down

0 comments on commit 2588797

Please sign in to comment.