Skip to content

Commit

Permalink
deps(dev): Bump bun-types from 1.1.29 to 1.1.30 (#1887)
Browse files Browse the repository at this point in the history
Bumps [bun-types](https://github.com/oven-sh/bun/tree/HEAD/packages/bun-types) from 1.1.29 to 1.1.30.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/oven-sh/bun/releases">bun-types's releases</a>.</em></p>
<blockquote>
<h2>Bun v1.1.30</h2>
<p>To install:</p>
<pre lang="bash"><code>curl -fsSL https://bun.sh/install | bash
# or you can use npm
# npm install -g bun
</code></pre>
<p>Windows:</p>
<pre lang="bash"><code>powershell -c &quot;irm bun.sh/install.ps1|iex&quot;
</code></pre>
<p>To upgrade to Bun v1.1.30:</p>
<pre lang="bash"><code>bun upgrade
</code></pre>
<h3><strong><a href="https://bun.sh/blog/bun-v1.1.30">Read Bun v1.1.30's release notes on Bun's blog</a></strong></h3>
<h3>Thanks to 17 contributors!</h3>
<ul>
<li><a href="https://github.com/190n"><code>@​190n</code></a></li>
<li><a href="https://github.com/cirospaciari"><code>@​cirospaciari</code></a></li>
<li><a href="https://github.com/dylan-conway"><code>@​dylan-conway</code></a></li>
<li><a href="https://github.com/Electroid"><code>@​Electroid</code></a></li>
<li><a href="https://github.com/Jarred-Sumner"><code>@​Jarred-Sumner</code></a></li>
<li><a href="https://github.com/KiwiZ0"><code>@​KiwiZ0</code></a></li>
<li><a href="https://github.com/lewismiddleton"><code>@​lewismiddleton</code></a></li>
<li><a href="https://github.com/matubu"><code>@​matubu</code></a></li>
<li><a href="https://github.com/metonym"><code>@​metonym</code></a></li>
<li><a href="https://github.com/mjomble"><code>@​mjomble</code></a></li>
<li><a href="https://github.com/nektro"><code>@​nektro</code></a></li>
<li><a href="https://github.com/paperdave"><code>@​paperdave</code></a></li>
<li><a href="https://github.com/robertshuford"><code>@​robertshuford</code></a></li>
<li><a href="https://github.com/snoglobe"><code>@​snoglobe</code></a></li>
<li><a href="https://github.com/versecafe"><code>@​versecafe</code></a></li>
<li><a href="https://github.com/wpaulino"><code>@​wpaulino</code></a></li>
<li><a href="https://github.com/Xmarmalade"><code>@​Xmarmalade</code></a></li>
<li><a href="https://github.com/zackradisic"><code>@​zackradisic</code></a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/oven-sh/bun/commit/7996d06b8f5869ccc9ad9a421cd06469da4273fc"><code>7996d06</code></a> --footer esbuild &amp; rollup style! (<a href="https://github.com/oven-sh/bun/tree/HEAD/packages/bun-types/issues/14396">#14396</a>)</li>
<li><a href="https://github.com/oven-sh/bun/commit/62da7300602a2a19d02aaeeb40f1d8c82b9d2564"><code>62da730</code></a> add banner, .d.ts, cli, make sourcemap compat, and add tests + docs (<a href="https://github.com/oven-sh/bun/tree/HEAD/packages/bun-types/issues/14370">#14370</a>)</li>
<li><a href="https://github.com/oven-sh/bun/commit/a01f9d8e1b39aeb2fba009dbc4b23b8760cdfd0d"><code>a01f9d8</code></a> Integrate CSS with bundler (<a href="https://github.com/oven-sh/bun/tree/HEAD/packages/bun-types/issues/14281">#14281</a>)</li>
<li><a href="https://github.com/oven-sh/bun/commit/25083a425270e06d591fc71b35c993bcb4e733f4"><code>25083a4</code></a> pm: print command name to stdout (<a href="https://github.com/oven-sh/bun/tree/HEAD/packages/bun-types/issues/14266">#14266</a>)</li>
<li><a href="https://github.com/oven-sh/bun/commit/2f7ff95e5c6a84935e3adb8a988efc6aeffb02a3"><code>2f7ff95</code></a> Introduce bytecode caching, polish <code>&quot;cjs&quot;</code> bundler output format (<a href="https://github.com/oven-sh/bun/tree/HEAD/packages/bun-types/issues/14232">#14232</a>)</li>
<li><a href="https://github.com/oven-sh/bun/commit/af82a446df5cbe2b06132a708a7c13f586fc8833"><code>af82a44</code></a> Support hmac in Bun.CryptoHasher (<a href="https://github.com/oven-sh/bun/tree/HEAD/packages/bun-types/issues/14210">#14210</a>)</li>
<li><a href="https://github.com/oven-sh/bun/commit/89fc3ef34d90372d8ffa7b7491748c3e3dd5daeb"><code>89fc3ef</code></a> types: clarified parameter name (<a href="https://github.com/oven-sh/bun/tree/HEAD/packages/bun-types/issues/14209">#14209</a>)</li>
<li><a href="https://github.com/oven-sh/bun/commit/274e5a202223ae8b809b556565fae2979d59fcd5"><code>274e5a2</code></a> CSS Parser (<a href="https://github.com/oven-sh/bun/tree/HEAD/packages/bun-types/issues/14122">#14122</a>)</li>
<li><a href="https://github.com/oven-sh/bun/commit/18822b9f45df07310b9edc40c7888acfc054b94f"><code>18822b9</code></a> Support <code>AbortSignal</code> in <code>Bun.spawn</code> (<a href="https://github.com/oven-sh/bun/tree/HEAD/packages/bun-types/issues/14180">#14180</a>)</li>
<li><a href="https://github.com/oven-sh/bun/commit/17d719fa4ea578cb3c65d55fccd0533e639cd66e"><code>17d719f</code></a> Make server.stop return a Promise that fulfills when all opened connections a...</li>
<li>See full diff in <a href="https://github.com/oven-sh/bun/commits/bun-v1.1.30/packages/bun-types">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=bun-types&package-manager=npm_and_yarn&previous-version=1.1.29&new-version=1.1.30)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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>
  • Loading branch information
dependabot[bot] authored Oct 17, 2024
1 parent 9e39271 commit beefc33
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion arcjet-bun/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@jest/globals": "29.7.0",
"@types/node": "20.12.12",
"@rollup/wasm-node": "4.24.0",
"bun-types": "1.1.29",
"bun-types": "1.1.30",
"jest": "29.7.0",
"typescript": "5.6.3"
},
Expand Down
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.

0 comments on commit beefc33

Please sign in to comment.