google / sxg-rs

A set of tools for generating signed exchanges at serve time.
Apache License 2.0
84 stars 20 forks source link

Update TypeScript dependencies #367

Closed renovate-bot closed 2 years ago

renovate-bot commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@cloudflare/workers-types 3.15.0 -> 3.16.0 age adoption passing confidence
@types/node (source) 16.11.56 -> 16.11.58 age adoption passing confidence
esbuild 0.15.6 -> 0.15.7 age adoption passing confidence
gts 3.1.0 -> 3.1.1 age adoption passing confidence
jasmine-core (source) 4.3.0 -> 4.4.0 age adoption passing confidence
puppeteer 17.1.2 -> 17.1.3 age adoption passing confidence
typescript (source) 4.8.2 -> 4.8.3 age adoption passing confidence

Release Notes

cloudflare/workers-types ### [`v3.16.0`](https://togithub.com/cloudflare/workers-types/blob/HEAD/CHANGELOG.md#​3160) [Compare Source](https://togithub.com/cloudflare/workers-types/compare/v3.15.0...v3.16.0) ##### Minor Changes - [#​273](https://togithub.com/cloudflare/workers-types/pull/273) [`bc80605`](https://togithub.com/cloudflare/workers-types/commit/bc8060518241fa858765cf5bff48f4115289d009) Thanks [@​autodecl-bot](https://togithub.com/apps/autodecl-bot)! - Updated auto-generated types @​ 2022-08-30
evanw/esbuild ### [`v0.15.7`](https://togithub.com/evanw/esbuild/blob/HEAD/CHANGELOG.md#​0157) [Compare Source](https://togithub.com/evanw/esbuild/compare/v0.15.6...v0.15.7) - Add `--watch=forever` to allow esbuild to never terminate ([#​1511](https://togithub.com/evanw/esbuild/issues/1511), [#​1885](https://togithub.com/evanw/esbuild/issues/1885)) Currently using esbuild's watch mode via `--watch` from the CLI will stop watching if stdin is closed. The rationale is that stdin is automatically closed by the OS when the parent process exits, so stopping watch mode when stdin is closed ensures that esbuild's watch mode doesn't keep running forever after the parent process has been closed. For example, it would be bad if you wrote a shell script that did `esbuild --watch &` to run esbuild's watch mode in the background, and every time you run the script it creates a new `esbuild` process that runs forever. However, there are cases when it makes sense for esbuild's watch mode to never exit. One such case is within a short-lived VM where the lifetime of all processes inside the VM is expected to be the lifetime of the VM. Previously you could easily do this by piping the output of a long-lived command into esbuild's stdin such as `sleep 999999999 | esbuild --watch &`. However, this possibility often doesn't occur to people, and it also doesn't work on Windows. People also sometimes attempt to keep esbuild open by piping an infinite stream of data to esbuild such as with `esbuild --watch
google/gts ### [`v3.1.1`](https://togithub.com/google/gts/compare/v3.1.0...978cda04442280d813e4c62b1f37361a6c5fee4d) [Compare Source](https://togithub.com/google/gts/compare/v3.1.0...978cda04442280d813e4c62b1f37361a6c5fee4d)
jasmine/jasmine ### [`v4.4.0`](https://togithub.com/jasmine/jasmine/releases/tag/v4.4.0) [Compare Source](https://togithub.com/jasmine/jasmine/compare/v4.3.0...v4.4.0) Please see the [release notes](https://togithub.com/jasmine/jasmine/blob/main/release_notes/4.4.0.md).
puppeteer/puppeteer ### [`v17.1.3`](https://togithub.com/puppeteer/puppeteer/blob/HEAD/CHANGELOG.md#​1713-httpsgithubcompuppeteerpuppeteercomparev1712v1713-2022-09-08) [Compare Source](https://togithub.com/puppeteer/puppeteer/compare/v17.1.2...v17.1.3) ##### Bug Fixes - FirefoxLauncher should not use BrowserFetcher in puppeteer-core ([#​8920](https://togithub.com/puppeteer/puppeteer/issues/8920)) ([f2e8de7](https://togithub.com/puppeteer/puppeteer/commit/f2e8de777fc5d547778fdc6cac658add84ed4082)), closes [#​8919](https://togithub.com/puppeteer/puppeteer/issues/8919) - linux arm64 check on windows arm ([#​8917](https://togithub.com/puppeteer/puppeteer/issues/8917)) ([f02b926](https://togithub.com/puppeteer/puppeteer/commit/f02b926245e28b5671087c051dbdbb3165696f08)), closes [#​8915](https://togithub.com/puppeteer/puppeteer/issues/8915)
Microsoft/TypeScript ### [`v4.8.3`](https://togithub.com/microsoft/TypeScript/releases/tag/v4.8.3) [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v4.8.2...v4.8.3) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-4-8/). For the complete list of fixed issues, check out the - [fixed issues query for Typescript 4.8.0 (Beta)](https://togithub.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.8.0%22+). - [fixed issues query for Typescript 4.8.1 (RC)](https://togithub.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.8.1%22+). - [fixed issues query for Typescript 4.8.2 (Stable)](https://togithub.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.8.2%22+). - [fixed issues query for Typescript 4.8.3 (Stable)](https://togithub.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.8.3%22+). Downloads are available on: - [npm](https://www.npmjs.com/package/typescript) - [Visual Studio 2022/2019](https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.TypeScript-483) ([Select new version in project options](https://togithub.com/Microsoft/TypeScript/wiki/Updating-TypeScript-in-Visual-Studio-2017)) - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)

Configuration

📅 Schedule: Branch creation - "before 3am on Monday" (UTC), 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • [ ] If you want to rebase/retry this PR, click this checkbox.

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