4m-mazi / mmmm

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

ci(deps): update dependency denoland/deno to v1.40.1 #56

Closed renovate[bot] closed 6 months ago

renovate[bot] commented 6 months ago

Mend Renovate

This PR contains the following updates:

Package Update Change
denoland/deno minor v1.39.4 -> v1.40.1

Release Notes

denoland/deno (denoland/deno) ### [`v1.40.1`](https://togithub.com/denoland/deno/releases/tag/v1.40.1) [Compare Source](https://togithub.com/denoland/deno/compare/v1.40.0...v1.40.1) ##### 1.40.1 / 2024.01.25 - fix(lsp): disable experimentalDecorators by default ([#​22101](https://togithub.com/denoland/deno/issues/22101)) ### [`v1.40.0`](https://togithub.com/denoland/deno/releases/tag/v1.40.0) [Compare Source](https://togithub.com/denoland/deno/compare/v1.39.4...v1.40.0) ##### 1.40.0 / 2024.01.25 - feat(unstable): remove `Deno.cron()` overload ([#​22035](https://togithub.com/denoland/deno/issues/22035)) - feat: improved diagnostics printing ([#​22049](https://togithub.com/denoland/deno/issues/22049)) - feat(jupyter): don't require --unstable flag ([#​21963](https://togithub.com/denoland/deno/issues/21963)) - feat(lockfile): track JSR and npm dependencies in config file ([#​22004](https://togithub.com/denoland/deno/issues/22004)) - feat(lsp): include scope uri in "deno/didChangeDenoConfiguration" ([#​22002](https://togithub.com/denoland/deno/issues/22002)) - feat(lsp): send "deno/didChangeDenoConfiguration" on init ([#​21965](https://togithub.com/denoland/deno/issues/21965)) - feat(publish): error on invalid external imports ([#​22088](https://togithub.com/denoland/deno/issues/22088)) - feat(publish): exclude and include ([#​22055](https://togithub.com/denoland/deno/issues/22055)) - feat(publish): give diagnostic on invalid package files ([#​22082](https://togithub.com/denoland/deno/issues/22082)) - feat(unstable): add Temporal API support ([#​21738](https://togithub.com/denoland/deno/issues/21738)) - feat(unstable): remove Deno.upgradeHttp API ([#​21856](https://togithub.com/denoland/deno/issues/21856)) - feat(web): ImageBitmap ([#​21898](https://togithub.com/denoland/deno/issues/21898)) - feat: "rejectionhandled" Web event and "rejectionHandled" Node event ([#​21875](https://togithub.com/denoland/deno/issues/21875)) - feat: Expand 'imports' section of deno.json ([#​22087](https://togithub.com/denoland/deno/issues/22087)) - feat: Stabilize Deno.connect for 'unix' transport ([#​21937](https://togithub.com/denoland/deno/issues/21937)) - feat: Stabilize Deno.listen for 'unix' transport ([#​21938](https://togithub.com/denoland/deno/issues/21938)) - feat: TC39 decorator proposal support ([#​22040](https://togithub.com/denoland/deno/issues/22040)) - feat: `Deno.FsFile.dataSync()` and `Deno.FsFile.dataSyncSync()` ([#​22019](https://togithub.com/denoland/deno/issues/22019)) - feat: `Deno.FsFile.{utime,utimeSync}()` and deprecate `Deno.{futime,futimeSync}` ([#​22070](https://togithub.com/denoland/deno/issues/22070)) - feat: `Deno.{stdin,stdout,stderr}.isTerminal()`, deprecate `Deno.isatty()` ([#​22011](https://togithub.com/denoland/deno/issues/22011)) - feat: `FsFile.sync()` and `FsFile.syncSync()` ([#​22017](https://togithub.com/denoland/deno/issues/22017)) - feat: deprecate `Deno.serveHttp` API ([#​21874](https://togithub.com/denoland/deno/issues/21874)) - feat: deprecate `Deno.FsFile` constructor and `Deno.FsFile.rid` ([#​22072](https://togithub.com/denoland/deno/issues/22072)) - feat: deprecate `Deno.FsWatcher.rid` ([#​22074](https://togithub.com/denoland/deno/issues/22074)) - feat: deprecate `Deno.Listener.rid` ([#​22076](https://togithub.com/denoland/deno/issues/22076)) - feat: deprecate `Deno.close()` ([#​22066](https://togithub.com/denoland/deno/issues/22066)) - feat: deprecate `Deno.fstat()` and `Deno.fstatSync()` ([#​22068](https://togithub.com/denoland/deno/issues/22068)) - feat: deprecate `Deno.ftruncate()` and `Deno.ftruncateSync()` ([#​22069](https://togithub.com/denoland/deno/issues/22069)) - feat: deprecate `Deno.read()` and `Deno.readSync()` ([#​22063](https://togithub.com/denoland/deno/issues/22063)) - feat: deprecate `Deno.resources()` ([#​22059](https://togithub.com/denoland/deno/issues/22059)) - feat: deprecate `Deno.seek()` and `Deno.seekSync()` ([#​22065](https://togithub.com/denoland/deno/issues/22065)) - feat: deprecate `Deno.shutdown()` ([#​22067](https://togithub.com/denoland/deno/issues/22067)) - feat: deprecate `Deno.write()` and `Deno.writeSync()` ([#​22064](https://togithub.com/denoland/deno/issues/22064)) - feat: deprecate `Deno.{Conn,TcpConn,TlsConn,UnixConn}.rid` ([#​22077](https://togithub.com/denoland/deno/issues/22077)) - feat: deprecate `Deno.{stdin,stdout,stderr}.rid` ([#​22073](https://togithub.com/denoland/deno/issues/22073)) - feat: deprecate `window` global ([#​22057](https://togithub.com/denoland/deno/issues/22057)) - feat: import.meta.filename and import.meta.dirname ([#​22061](https://togithub.com/denoland/deno/issues/22061)) - feat: remove conditional unstable type-checking ([#​21825](https://togithub.com/denoland/deno/issues/21825)) - feat: stabilize Deno.Conn.ref/unref ([#​21890](https://togithub.com/denoland/deno/issues/21890)) - feat: stabilize Deno.connectTls options and Deno.TlsConn.handshake ([#​21889](https://togithub.com/denoland/deno/issues/21889)) - feat: warn when using --unstable, prefer granular flags ([#​21452](https://togithub.com/denoland/deno/issues/21452)) - feat: External webgpu surfaces / BYOW ([#​21835](https://togithub.com/denoland/deno/issues/21835)) - fix(BREAKING): remove dead `--prompt` flag ([#​22038](https://togithub.com/denoland/deno/issues/22038)) - fix(ext/cron): automatically override unspecified values ([#​22042](https://togithub.com/denoland/deno/issues/22042)) - fix(ext/node): fix no arg call of fs.promises.readFile ([#​22030](https://togithub.com/denoland/deno/issues/22030)) - fix(info): return proper exit code on error ([#​21952](https://togithub.com/denoland/deno/issues/21952)) - fix(lsp): improved npm specifier to import map entry mapping ([#​22016](https://togithub.com/denoland/deno/issues/22016)) - fix(lsp): regression - formatting was broken on windows ([#​21972](https://togithub.com/denoland/deno/issues/21972)) - fix(node): remove use of non existing `FunctionPrototypeApply` primordial ([#​21986](https://togithub.com/denoland/deno/issues/21986)) - fix(node): update `req.socket` on WS upgrade ([#​21984](https://togithub.com/denoland/deno/issues/21984)) - fix(node): use `cppgc` for managing X509Certificate ([#​21999](https://togithub.com/denoland/deno/issues/21999)) - fix(node/fs): promises not exporting fs constants ([#​21997](https://togithub.com/denoland/deno/issues/21997)) - fix(node/http): remoteAddress and remotePort not being set ([#​21998](https://togithub.com/denoland/deno/issues/21998)) - fix(types): align global deno worker type with deno.worker/webworker one ([#​21936](https://togithub.com/denoland/deno/issues/21936))

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 6 months ago
Latest commit: 71eaa4a ( base: b653490 + head: efa84b9 )
Status: ✅  Deploy successful!
Preview URL: https://45f5afc3.mmmm-a0e.pages.dev
PR Preview URL: https://pull-56-merge.mmmm-a0e.pages.dev

View workflow logs View Cloudflare logs

cloudflare-pages[bot] commented 6 months ago

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: efa84b9
Status: ✅  Deploy successful!
Preview URL: https://0066f033.mmmm-a0e.pages.dev
Branch Preview URL: https://renovate-deno-monorepo.mmmm-a0e.pages.dev

View logs