dev-hato / youtube_streaming_watcher

YouTubeの配信通知をSlackに流すbot
3 stars 3 forks source link

chore(deps): update dependency esbuild to v0.17.18 #2500

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
esbuild 0.17.17 -> 0.17.18 age adoption passing confidence

Release Notes

evanw/esbuild ### [`v0.17.18`](https://togithub.com/evanw/esbuild/blob/HEAD/CHANGELOG.md#​01718) [Compare Source](https://togithub.com/evanw/esbuild/compare/v0.17.17...v0.17.18) - Fix non-default JSON import error with `export {} from` ([#​3070](https://togithub.com/evanw/esbuild/issues/3070)) This release fixes a bug where esbuild incorrectly identified statements of the form `export { default as x } from "y" assert { type: "json" }` as a non-default import. The bug did not affect code of the form `import { default as x } from ...` (only code that used the `export` keyword). - Fix a crash with an invalid subpath import ([#​3067](https://togithub.com/evanw/esbuild/issues/3067)) Previously esbuild could crash when attempting to generate a friendly error message for an invalid [subpath import](https://nodejs.org/api/packages.html#subpath-imports) (i.e. an import starting with `#`). This happened because esbuild originally only supported the `exports` field and the code for that error message was not updated when esbuild later added support for the `imports` field. This crash has been fixed.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

github-actions[bot] commented 1 year ago

インフラの差分

``` Bundling asset Stack-youtube-streaming-watcher/Function-notify/Code/Stage... ...3f9f4c48110ece30d0261aef0bb5795c7253b855d7b7fd250014b5/index.js 10.3mb ⚠️ ...4c48110ece30d0261aef0bb5795c7253b855d7b7fd250014b5/index.js.map 37.6mb ⚡ Done in 1759ms Bundling asset Stack-youtube-streaming-watcher/Function-reply/Code/Stage... ...bf9d1f56cf45c668dbc444ade39e8255e5b5673d80a8b297b7d9a7d/index.js 1.9mb ⚠️ ...1f56cf45c668dbc444ade39e8255e5b5673d80a8b297b7d9a7d/index.js.map 5.3mb ⚡ Done in 386ms Stack Stack-youtube-streaming-watcher There were no differences Stack Stack-youtube-streaming-watcher-us-east-1 There were no differences ```