Commit 2e39714
authored
Bump camelcase-keys from 10.0.0 to 10.0.1 (#564)
Bumps [camelcase-keys](https://github.com/sindresorhus/camelcase-keys) from 10.0.0 to 10.0.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/sindresorhus/camelcase-keys/releases">camelcase-keys's releases</a>.</em></p>
<blockquote>
<h2>v10.0.1</h2>
<ul>
<li>Fix preserving leading underscores and dollar signs 61e2436</li>
<li>Fix preservation of numeric string keys 9c5e1af</li>
<li>Fix <code>stopPaths</code> behavior with top-level arrays dab3a85</li>
<li>Fix: Prevent deep conversion of built-in types 6d84702</li>
</ul>
<hr />
<p><a href="https://github.com/sindresorhus/camelcase-keys/compare/v10.0.0...v10.0.1">https://github.com/sindresorhus/camelcase-keys/compare/v10.0.0...v10.0.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/sindresorhus/camelcase-keys/commit/6a35bb190a494f233864a0d958fad162869e9603"><code>6a35bb1</code></a> 10.0.1</li>
<li><a href="https://github.com/sindresorhus/camelcase-keys/commit/61e24369d182bbb493deb200815b23bc3cf02617"><code>61e2436</code></a> Fix preserving leading underscores and dollar signs</li>
<li><a href="https://github.com/sindresorhus/camelcase-keys/commit/77641b0a1ad982e82e93c5a84b2971ad9b6a95f9"><code>77641b0</code></a> Document <code>as const</code> recommendation</li>
<li><a href="https://github.com/sindresorhus/camelcase-keys/commit/9c5e1af73fedd2e1d0c746aa2a5d95517621a61b"><code>9c5e1af</code></a> Fix preservation of numeric string keys</li>
<li><a href="https://github.com/sindresorhus/camelcase-keys/commit/dab3a85c420eb5566334514898dfef68fb27f537"><code>dab3a85</code></a> Document and fix <code>stopPaths</code> behavior with top-level arrays</li>
<li><a href="https://github.com/sindresorhus/camelcase-keys/commit/6d847020cd63c2f7395323081d580cd94c860279"><code>6d84702</code></a> Prevent deep conversion of built-in types</li>
<li>See full diff in <a href="https://github.com/sindresorhus/camelcase-keys/compare/v10.0.0...v10.0.1">compare view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
You can trigger a rebase of this PR by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>1 parent 59551ce commit 2e39714
2 files changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3044 | 3044 | | |
3045 | 3045 | | |
3046 | 3046 | | |
3047 | | - | |
3048 | | - | |
3049 | | - | |
| 3047 | + | |
| 3048 | + | |
| 3049 | + | |
3050 | 3050 | | |
3051 | 3051 | | |
3052 | 3052 | | |
3053 | 3053 | | |
3054 | 3054 | | |
3055 | | - | |
| 3055 | + | |
3056 | 3056 | | |
3057 | 3057 | | |
3058 | 3058 | | |
| |||
6005 | 6005 | | |
6006 | 6006 | | |
6007 | 6007 | | |
6008 | | - | |
| 6008 | + | |
6009 | 6009 | | |
6010 | 6010 | | |
6011 | 6011 | | |
| |||
0 commit comments