4m-mazi / mmmm

コミュニティのサイト
https://4m-mazi.dev
MIT License
7 stars 2 forks source link

ci(deps): update dependency denoland/deno to v1.41.3 #68

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Update Change
denoland/deno patch v1.41.2 -> v1.41.3

Release Notes

denoland/deno (denoland/deno) ### [`v1.41.3`](https://togithub.com/denoland/deno/releases/tag/v1.41.3) [Compare Source](https://togithub.com/denoland/deno/compare/v1.41.2...v1.41.3) ##### 1.41.3 / 2024.03.14 - fix(cli): occasional panics on progress bar ([#​22809](https://togithub.com/denoland/deno/issues/22809)) - fix(cli): show asserts before leaks ([#​22904](https://togithub.com/denoland/deno/issues/22904)) - fix(cli): unbreak extension example and fix \__runtime_js_sources ([#​22906](https://togithub.com/denoland/deno/issues/22906)) - fix(cli): use Instant for test times ([#​22853](https://togithub.com/denoland/deno/issues/22853)) - fix(config): add unstable features as examples to config schema ([#​22814](https://togithub.com/denoland/deno/issues/22814)) - fix(config): remove pkg name example and add pattern to schema ([#​22813](https://togithub.com/denoland/deno/issues/22813)) - fix(ext/node): add more named curves in `crypto.generateKeyPair[Sync]()` ([#​22882](https://togithub.com/denoland/deno/issues/22882)) - fix(ext/node) implement receiveMessageOnPort for node:worker_threads ([#​22766](https://togithub.com/denoland/deno/issues/22766)) - fix(ext/node): DH (`dhKeyAgreement`) support for `createPrivateKey` ([#​22891](https://togithub.com/denoland/deno/issues/22891)) - fix(ext/node): Add Immediate class to mirror NodeJS.Immediate ([#​22808](https://togithub.com/denoland/deno/issues/22808)) - fix(ext/node): Implement `isBuiltin` in `node:module` ([#​22817](https://togithub.com/denoland/deno/issues/22817)) - fix(ext/node): Match punycode module behavior to node ([#​22847](https://togithub.com/denoland/deno/issues/22847)) - fix(ext/node): Support private EC key signing ([#​22914](https://togithub.com/denoland/deno/issues/22914)) - fix(ext/node): allow automatic worker_thread termination ([#​22647](https://togithub.com/denoland/deno/issues/22647)) - fix(ext/node): crypto.getCipherInfo() ([#​22916](https://togithub.com/denoland/deno/issues/22916)) - fix(ext/node): flush brotli decompression stream ([#​22856](https://togithub.com/denoland/deno/issues/22856)) - fix(ext/node): initial `crypto.createPublicKey()` support ([#​22509](https://togithub.com/denoland/deno/issues/22509)) - fix(ext/node): make worker ids sequential ([#​22884](https://togithub.com/denoland/deno/issues/22884)) - fix(ext/node): make worker setup synchronous ([#​22815](https://togithub.com/denoland/deno/issues/22815)) - fix(ext/node): support `spki` format in createPublicKey ([#​22918](https://togithub.com/denoland/deno/issues/22918)) - fix(ext/node): support junction symlinks on Windows ([#​22762](https://togithub.com/denoland/deno/issues/22762)) - fix(ext/node): worker_threads.parentPort is updated on startup ([#​20794](https://togithub.com/denoland/deno/issues/20794)) - fix(ext/websocket): do not continue reading if socket rid closes ([#​21849](https://togithub.com/denoland/deno/issues/21849)) - fix(node): add nul byte to statfs path on windows ([#​22905](https://togithub.com/denoland/deno/issues/22905)) - fix(node): implement fs.statfs() ([#​22862](https://togithub.com/denoland/deno/issues/22862)) - fix(node): require of pkg json imports was broken ([#​22821](https://togithub.com/denoland/deno/issues/22821)) - fix(node): resolve .css files in npm packages when type checking ([#​22804](https://togithub.com/denoland/deno/issues/22804)) - fix(node): resolve types via package.json for directory import ([#​22878](https://togithub.com/denoland/deno/issues/22878)) - fix(node:http) Export `validateHeaderName` and `validateHeaderValue` functions ([#​22616](https://togithub.com/denoland/deno/issues/22616)) - fix(publish): ability to un-exclude when .gitignore ignores everything ([#​22805](https://togithub.com/denoland/deno/issues/22805)) - fix(publish): regression - publishing with vendor folder ([#​22830](https://togithub.com/denoland/deno/issues/22830)) - fix(publish): suggest using `--allow-dirty` on uncommitted changes ([#​22810](https://togithub.com/denoland/deno/issues/22810)) - fix(publish): typo in `--allow-dirty` help text ([#​22799](https://togithub.com/denoland/deno/issues/22799)) - fix(runtime): Restore default signal handler after user handlers are unregistered ([#​22757](https://togithub.com/denoland/deno/issues/22757)) - fix(runtime): negate partial condition for deny flags ([#​22866](https://togithub.com/denoland/deno/issues/22866)) - fix(slow-types): improved exports tracing and infer type literals in as exprs ([#​22849](https://togithub.com/denoland/deno/issues/22849)) - fix: fix crate vulnerabilities ([#​22825](https://togithub.com/denoland/deno/issues/22825)) - fix: stop type checking during runtime ([#​22854](https://togithub.com/denoland/deno/issues/22854)) - fix: support sloppy resolution to file where directory exists ([#​22800](https://togithub.com/denoland/deno/issues/22800)) - fix: typo in error from GPUBuffer.prototype.mapAsync ([#​22913](https://togithub.com/denoland/deno/issues/22913)) - perf(permissions): Fast exit from checks when permission is in "fully-granted" state ([#​22894](https://togithub.com/denoland/deno/issues/22894))

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 4 months ago
Latest commit: b917e3b ( base: e474c66 + head: 46c8b04 )
Status: ✅  Deploy successful!
Preview URL: https://caf3ced0.mmmm-a0e.pages.dev
PR Preview URL: https://pull-68-merge.mmmm-a0e.pages.dev

View workflow logs View Cloudflare logs

cloudflare-pages[bot] commented 4 months ago

Deploying mmmm with  Cloudflare Pages  Cloudflare Pages

Latest commit: 46c8b04
Status: ✅  Deploy successful!
Preview URL: https://85ebbb29.mmmm-a0e.pages.dev
Branch Preview URL: https://renovate-deno-monorepo.mmmm-a0e.pages.dev

View logs