mattbeiswenger / smij.io

🔗 A really fast URL shortener
https://smij.io
2 stars 0 forks source link

Update oven/bun Docker tag to v1.0.7 #20

Closed renovate[bot] closed 11 months ago

renovate[bot] commented 11 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
oven/bun final patch 1.0.0 -> 1.0.7

Release Notes

oven-sh/bun (oven/bun) ### [`v1.0.6`](https://togithub.com/oven-sh/bun/compare/31bda68f244955aef48fe41dc94e9a912f8698a6...969da088f5db3258a803ec186012e30f992829b4) ### [`v1.0.5`](https://togithub.com/oven-sh/bun/releases/tag/bun-v1.0.5): Bun v1.0.5 To install Bun v1.0.5: ```bash curl https://bun.sh/install | bash ##### or you can use npm ##### npm install -g bun ``` To upgrade to Bun v1.0.5: ```bash bun upgrade ``` **[Read Bun v1.0.5's release notes on Bun's blog](https://bun.sh/blog/bun-v1.0.5)** ##### What's Changed - Add license information to package.json by [@​mathiasrw](https://togithub.com/mathiasrw) in [https://github.com/oven-sh/bun/pull/6255](https://togithub.com/oven-sh/bun/pull/6255) - Docs: Update context.md by [@​wbjohn](https://togithub.com/wbjohn) in [https://github.com/oven-sh/bun/pull/6256](https://togithub.com/oven-sh/bun/pull/6256) - docs: update `typescript.md` by [@​jsparkdev](https://togithub.com/jsparkdev) in [https://github.com/oven-sh/bun/pull/6222](https://togithub.com/oven-sh/bun/pull/6222) - feat(encoding): support BOM detection with test passed by [@​WingLim](https://togithub.com/WingLim) in [https://github.com/oven-sh/bun/pull/6074](https://togithub.com/oven-sh/bun/pull/6074) - Fix bunx command for github package [#​5974](https://togithub.com/oven-sh/bun/issues/5974) by [@​axlEscalada](https://togithub.com/axlEscalada) in [https://github.com/oven-sh/bun/pull/6042](https://togithub.com/oven-sh/bun/pull/6042) - fix(blob): Add the current offset to the new blob slice by [@​Hanaasagi](https://togithub.com/Hanaasagi) in [https://github.com/oven-sh/bun/pull/6259](https://togithub.com/oven-sh/bun/pull/6259) - compat: Buffer: allow optional positional arguments to be undefined by [@​kitsuned](https://togithub.com/kitsuned) in [https://github.com/oven-sh/bun/pull/4911](https://togithub.com/oven-sh/bun/pull/4911) - Support `bun run --if-present` by [@​Electroid](https://togithub.com/Electroid) in [https://github.com/oven-sh/bun/pull/6248](https://togithub.com/oven-sh/bun/pull/6248) - Upgrade webkit by [@​dylan-conway](https://togithub.com/dylan-conway) in [https://github.com/oven-sh/bun/pull/6277](https://togithub.com/oven-sh/bun/pull/6277) - Closes [#​6309](https://togithub.com/oven-sh/bun/issues/6309) by [@​colinhacks](https://togithub.com/colinhacks) in [https://github.com/oven-sh/bun/pull/6310](https://togithub.com/oven-sh/bun/pull/6310) - Create `AbortSignal` without JS by [@​Jarred-Sumner](https://togithub.com/Jarred-Sumner) in [https://github.com/oven-sh/bun/pull/6278](https://togithub.com/oven-sh/bun/pull/6278) - Update `preload` documentation to make applicability to plugins more obvious by [@​Pandapip1](https://togithub.com/Pandapip1) in [https://github.com/oven-sh/bun/pull/6298](https://togithub.com/oven-sh/bun/pull/6298) - Fix `query` property of `url` object by [@​Jarred-Sumner](https://togithub.com/Jarred-Sumner) in [https://github.com/oven-sh/bun/pull/6274](https://togithub.com/oven-sh/bun/pull/6274) - fix semver and repository host bugs by [@​dylan-conway](https://togithub.com/dylan-conway) in [https://github.com/oven-sh/bun/pull/6312](https://togithub.com/oven-sh/bun/pull/6312) - Use singular nouns when appropriate on install messages by [@​jakeboone02](https://togithub.com/jakeboone02) in [https://github.com/oven-sh/bun/pull/2543](https://togithub.com/oven-sh/bun/pull/2543) - Update Node.js compat docs by [@​colinhacks](https://togithub.com/colinhacks) in [https://github.com/oven-sh/bun/pull/6282](https://togithub.com/oven-sh/bun/pull/6282) - test(bun install): cover http(s) non-github case by [@​booniepepper](https://togithub.com/booniepepper) in [https://github.com/oven-sh/bun/pull/6190](https://togithub.com/oven-sh/bun/pull/6190) - WebCryptoAPI: remove JWK "EdDSA" alg checks by [@​panva](https://togithub.com/panva) in [https://github.com/oven-sh/bun/pull/6294](https://togithub.com/oven-sh/bun/pull/6294) - fix(serve): fix `close_connection` behaviour in `endWithoutBody` by [@​Hanaasagi](https://togithub.com/Hanaasagi) in [https://github.com/oven-sh/bun/pull/6315](https://togithub.com/oven-sh/bun/pull/6315) - docs: `file.stream()` is not a promise by [@​pnodet](https://togithub.com/pnodet) in [https://github.com/oven-sh/bun/pull/6337](https://togithub.com/oven-sh/bun/pull/6337) - \[types] allow onLoad plugin callbacks to return undefined by [@​silversquirl](https://togithub.com/silversquirl) in [https://github.com/oven-sh/bun/pull/6346](https://togithub.com/oven-sh/bun/pull/6346) - Fix memory leak in fetch() by [@​Jarred-Sumner](https://togithub.com/Jarred-Sumner) in [https://github.com/oven-sh/bun/pull/6350](https://togithub.com/oven-sh/bun/pull/6350) - feat(KeyObject) by [@​cirospaciari](https://togithub.com/cirospaciari) in [https://github.com/oven-sh/bun/pull/5940](https://togithub.com/oven-sh/bun/pull/5940) - Fix array variables preview in debugger by [@​2hu12](https://togithub.com/2hu12) in [https://github.com/oven-sh/bun/pull/6379](https://togithub.com/oven-sh/bun/pull/6379) - fix: support uint8 exit code range by [@​liz3](https://togithub.com/liz3) in [https://github.com/oven-sh/bun/pull/6303](https://togithub.com/oven-sh/bun/pull/6303) - docs: fixing a couple typos by [@​Cadienvan](https://togithub.com/Cadienvan) in [https://github.com/oven-sh/bun/pull/6331](https://togithub.com/oven-sh/bun/pull/6331) - Update README.md by [@​Longju000](https://togithub.com/Longju000) in [https://github.com/oven-sh/bun/pull/6291](https://togithub.com/oven-sh/bun/pull/6291) - added commands by [@​babarkhuroo](https://togithub.com/babarkhuroo) in [https://github.com/oven-sh/bun/pull/6314](https://togithub.com/oven-sh/bun/pull/6314) - \[Docs] Add Fedora build instructions to development.md by [@​otterDeveloper](https://togithub.com/otterDeveloper) in [https://github.com/oven-sh/bun/pull/6359](https://togithub.com/oven-sh/bun/pull/6359) - fix(AbortSignal/fetch) fix AbortSignal.timeout, fetch lock behavior and fetch errors by [@​cirospaciari](https://togithub.com/cirospaciari) in [https://github.com/oven-sh/bun/pull/6390](https://togithub.com/oven-sh/bun/pull/6390) - Documentation for the IPC of Bun.spawn by [@​RaresAil](https://togithub.com/RaresAil) in [https://github.com/oven-sh/bun/pull/6400](https://togithub.com/oven-sh/bun/pull/6400) - Update vite.md : removal of incorrect information about --bun flag by [@​yukulele](https://togithub.com/yukulele) in [https://github.com/oven-sh/bun/pull/6399](https://togithub.com/oven-sh/bun/pull/6399) - Add missing ws declarations by [@​vthemelis](https://togithub.com/vthemelis) in [https://github.com/oven-sh/bun/pull/6307](https://togithub.com/oven-sh/bun/pull/6307) - docs: rearranged cli/runtime related sections by [@​cyfung1031](https://togithub.com/cyfung1031) in [https://github.com/oven-sh/bun/pull/6275](https://togithub.com/oven-sh/bun/pull/6275) - Add File to binary data TOC by [@​AaronDewes](https://togithub.com/AaronDewes) in [https://github.com/oven-sh/bun/pull/6025](https://togithub.com/oven-sh/bun/pull/6025) - make peer dependencies install by default by [@​dylan-conway](https://togithub.com/dylan-conway) in [https://github.com/oven-sh/bun/pull/6396](https://togithub.com/oven-sh/bun/pull/6396) - fix: form data content type by [@​yadav-saurabh](https://togithub.com/yadav-saurabh) in [https://github.com/oven-sh/bun/pull/6380](https://togithub.com/oven-sh/bun/pull/6380) - feat(test): implement `toEqualIgnoringWhitespace` by [@​EladBezalel](https://togithub.com/EladBezalel) in [https://github.com/oven-sh/bun/pull/6293](https://togithub.com/oven-sh/bun/pull/6293) - Fix lifecycle scripts not running on reinstallation by [@​Arden144](https://togithub.com/Arden144) in [https://github.com/oven-sh/bun/pull/6376](https://togithub.com/oven-sh/bun/pull/6376) - feat(install): automatically migrate package-lock.json to bun.lockb by [@​paperdave](https://togithub.com/paperdave) in [https://github.com/oven-sh/bun/pull/6352](https://togithub.com/oven-sh/bun/pull/6352) ##### New Contributors - [@​mathiasrw](https://togithub.com/mathiasrw) made their first contribution in [https://github.com/oven-sh/bun/pull/6255](https://togithub.com/oven-sh/bun/pull/6255) - [@​wbjohn](https://togithub.com/wbjohn) made their first contribution in [https://github.com/oven-sh/bun/pull/6256](https://togithub.com/oven-sh/bun/pull/6256) - [@​jsparkdev](https://togithub.com/jsparkdev) made their first contribution in [https://github.com/oven-sh/bun/pull/6222](https://togithub.com/oven-sh/bun/pull/6222) - [@​kitsuned](https://togithub.com/kitsuned) made their first contribution in [https://github.com/oven-sh/bun/pull/4911](https://togithub.com/oven-sh/bun/pull/4911) - [@​Pandapip1](https://togithub.com/Pandapip1) made their first contribution in [https://github.com/oven-sh/bun/pull/6298](https://togithub.com/oven-sh/bun/pull/6298) - [@​panva](https://togithub.com/panva) made their first contribution in [https://github.com/oven-sh/bun/pull/6294](https://togithub.com/oven-sh/bun/pull/6294) - [@​2hu12](https://togithub.com/2hu12) made their first contribution in [https://github.com/oven-sh/bun/pull/6379](https://togithub.com/oven-sh/bun/pull/6379) - [@​Cadienvan](https://togithub.com/Cadienvan) made their first contribution in [https://github.com/oven-sh/bun/pull/6331](https://togithub.com/oven-sh/bun/pull/6331) - [@​Longju000](https://togithub.com/Longju000) made their first contribution in [https://github.com/oven-sh/bun/pull/6291](https://togithub.com/oven-sh/bun/pull/6291) - [@​babarkhuroo](https://togithub.com/babarkhuroo) made their first contribution in [https://github.com/oven-sh/bun/pull/6314](https://togithub.com/oven-sh/bun/pull/6314) - [@​otterDeveloper](https://togithub.com/otterDeveloper) made their first contribution in [https://github.com/oven-sh/bun/pull/6359](https://togithub.com/oven-sh/bun/pull/6359) - [@​RaresAil](https://togithub.com/RaresAil) made their first contribution in [https://github.com/oven-sh/bun/pull/6400](https://togithub.com/oven-sh/bun/pull/6400) - [@​yukulele](https://togithub.com/yukulele) made their first contribution in [https://github.com/oven-sh/bun/pull/6399](https://togithub.com/oven-sh/bun/pull/6399) - [@​vthemelis](https://togithub.com/vthemelis) made their first contribution in [https://github.com/oven-sh/bun/pull/6307](https://togithub.com/oven-sh/bun/pull/6307) - [@​EladBezalel](https://togithub.com/EladBezalel) made their first contribution in [https://github.com/oven-sh/bun/pull/6293](https://togithub.com/oven-sh/bun/pull/6293) - [@​Arden144](https://togithub.com/Arden144) made their first contribution in [https://github.com/oven-sh/bun/pull/6376](https://togithub.com/oven-sh/bun/pull/6376) **Full Changelog**: https://github.com/oven-sh/bun/compare/bun-v1.0.4...bun-v1.0.5 ### [`v1.0.4`](https://togithub.com/oven-sh/bun/compare/25e69c71e70ac8a0a88f9cf15b4057bd7b2a633a...745b6b94ee56cad24d475799690cc9a89957d15b) ### [`v1.0.3`](https://togithub.com/oven-sh/bun/compare/99a92465f381cddc8469cf3515588ff5a68f0745...25e69c71e70ac8a0a88f9cf15b4057bd7b2a633a) ### [`v1.0.2`](https://togithub.com/oven-sh/bun/compare/a05a1780c1c414a4b499f051b64760bf39701ff0...99a92465f381cddc8469cf3515588ff5a68f0745) ### [`v1.0.1`](https://togithub.com/oven-sh/bun/compare/822a00c4d508b54f650933a73ca5f4a3af9a7983...a05a1780c1c414a4b499f051b64760bf39701ff0)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 this update again.



This PR has been generated by Mend Renovate. View repository job log here.