4m-mazi / mmmm

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

ci(deps): update dependency denoland/deno to v1.41.2 #66

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 5 months ago

Mend Renovate

This PR contains the following updates:

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

Release Notes

denoland/deno (denoland/deno) ### [`v1.41.2`](https://togithub.com/denoland/deno/releases/tag/v1.41.2) [Compare Source](https://togithub.com/denoland/deno/compare/v1.41.1...v1.41.2) ##### 1.41.2 / 2024.03.08 - feat(lsp): include registry url in jsr import hover text ([#​22676](https://togithub.com/denoland/deno/issues/22676)) - feat(node/util): styleText ([#​22758](https://togithub.com/denoland/deno/issues/22758)) - feat(publish): add `npm:` suggestion for esm.sh specifiers ([#​22343](https://togithub.com/denoland/deno/issues/22343)) - feat(unstable/pm): support npm packages in 'deno add' ([#​22715](https://togithub.com/denoland/deno/issues/22715)) - feat(unstable/pm): support version contraints in 'deno add' ([#​22646](https://togithub.com/denoland/deno/issues/22646)) - fix(ext/node): ref/unref on workers ([#​22778](https://togithub.com/denoland/deno/issues/22778)) - fix(cli): force flush output after test unloads ([#​22660](https://togithub.com/denoland/deno/issues/22660)) - fix(cli): improve logging on failed named pipe ([#​22726](https://togithub.com/denoland/deno/issues/22726)) - fix(cli): limit test parallelism on Windows to avoid pipe error ([#​22776](https://togithub.com/denoland/deno/issues/22776)) - fix(cli): remove possible deadlock in test channel ([#​22662](https://togithub.com/denoland/deno/issues/22662)) - fix(ext/node): add default methods to fs.StatsBase ([#​22750](https://togithub.com/denoland/deno/issues/22750)) - fix(ext/node): http2.createServer ([#​22708](https://togithub.com/denoland/deno/issues/22708)) - fix(ext/node): strip `--enable-source-maps` from argv ([#​22743](https://togithub.com/denoland/deno/issues/22743)) - fix(lsp): do not warn about local file "redirects" from .js to .d.ts files ([#​22670](https://togithub.com/denoland/deno/issues/22670)) - fix(lsp): don't apply renames to remote modules ([#​22765](https://togithub.com/denoland/deno/issues/22765)) - fix(lsp): ignore code errors when type passes for non-`@deno-types` reolution ([#​22682](https://togithub.com/denoland/deno/issues/22682)) - fix(lsp): output more information on error ([#​22665](https://togithub.com/denoland/deno/issues/22665)) - fix(lsp): regression - caching in lsp broken when config with imports has comments ([#​22666](https://togithub.com/denoland/deno/issues/22666)) - fix(node): errno property when command missing ([#​22691](https://togithub.com/denoland/deno/issues/22691)) - fix(node): implement ALS enterWith ([#​22740](https://togithub.com/denoland/deno/issues/22740)) - fix(node): improve cjs tracking ([#​22673](https://togithub.com/denoland/deno/issues/22673)) - fix(node): stat/statSync returns instance of fs.Stats ([#​22294](https://togithub.com/denoland/deno/issues/22294)) - fix(publish): do not include .gitignore ([#​22789](https://togithub.com/denoland/deno/issues/22789)) - fix(publish): include explicitly specified .gitignored files and directories ([#​22790](https://togithub.com/denoland/deno/issues/22790)) - fix(publish): make include and exclude work ([#​22720](https://togithub.com/denoland/deno/issues/22720)) - fix(publish): permissionless dry-run in GHA ([#​22679](https://togithub.com/denoland/deno/issues/22679)) - fix(publish): properly display graph validation errors ([#​22775](https://togithub.com/denoland/deno/issues/22775)) - fix(publish): reland error if there are uncommitted changes ([#​22613](https://togithub.com/denoland/deno/issues/22613)) ([#​22632](https://togithub.com/denoland/deno/issues/22632)) - fix(publish): silence warnings for sloppy imports and node builtins with env var ([#​22760](https://togithub.com/denoland/deno/issues/22760)) - fix(tools/publish): correctly handle importing from self in unfurling ([#​22774](https://togithub.com/denoland/deno/issues/22774)) - fix(unstable/publish): repect `--no-check` in no-slow-types ([#​22653](https://togithub.com/denoland/deno/issues/22653)) - fix: Provide source map for internal extension code ([#​22716](https://togithub.com/denoland/deno/issues/22716)) - fix: don't include source maps in release mode ([#​22751](https://togithub.com/denoland/deno/issues/22751)) - fix: point to correct WPT runner file ([#​22753](https://togithub.com/denoland/deno/issues/22753)) - fix: respect unstable "temporal" configuration in config file ([#​22134](https://togithub.com/denoland/deno/issues/22134)) - fix: update node process version to latest node LTS ([#​22709](https://togithub.com/denoland/deno/issues/22709)) - perf(cli): faster standalone executable determination ([#​22717](https://togithub.com/denoland/deno/issues/22717)) - perf(cli): use faster_hex ([#​22761](https://togithub.com/denoland/deno/issues/22761)) - perf(cli): use new deno_core timers ([#​22569](https://togithub.com/denoland/deno/issues/22569)) - perf(cli): hard link npm cache ([#​22773](https://togithub.com/denoland/deno/issues/22773)) ### [`v1.41.1`](https://togithub.com/denoland/deno/releases/tag/v1.41.1) [Compare Source](https://togithub.com/denoland/deno/compare/v1.41.0...v1.41.1) - feat(unstable): `deno add` subcommand ([#​22520](https://togithub.com/denoland/deno/issues/22520)) - feat(unstable/lsp): jsr specifier completions ([#​22612](https://togithub.com/denoland/deno/issues/22612)) - feat(unstable/publish): discover jsr.json and jsr.jsonc files ([#​22587](https://togithub.com/denoland/deno/issues/22587)) - feat(unstable/publish): enable package provenance by default on github actions ([#​22635](https://togithub.com/denoland/deno/issues/22635)) - feat(unstable/publish): infer dependencies from package.json ([#​22563](https://togithub.com/denoland/deno/issues/22563)) - feat(unstable/publish): provenance attestation ([#​22573](https://togithub.com/denoland/deno/issues/22573)) - feat(unstable/publish): respect .gitignore during `deno publish` ([#​22514](https://togithub.com/denoland/deno/issues/22514)) - feat(unstable/publish): support sloppy imports and bare node built-ins ([#​22588](https://togithub.com/denoland/deno/issues/22588)) - fix(compile): add aarch64 linux to `CliOptions::npm_system_info` ([#​22567](https://togithub.com/denoland/deno/issues/22567)) - fix(compile): allow to compile for ARM linux ([#​22542](https://togithub.com/denoland/deno/issues/22542)) - fix(ext/crypto): align the return type of `crypto.randomUUID` to `cli/tsc/dts/lib.dom.d.ts` ([#​22465](https://togithub.com/denoland/deno/issues/22465)) - fix(ext/node) add node http methods ([#​22630](https://togithub.com/denoland/deno/issues/22630)) - fix(ext/node): init arch, pid, platform at startup ([#​22561](https://togithub.com/denoland/deno/issues/22561)) - fix(ext/node): set correct process.argv0 ([#​22555](https://togithub.com/denoland/deno/issues/22555)) - fix(io): create_named_pipe parallelism ([#​22597](https://togithub.com/denoland/deno/issues/22597)) - fix(jsr): do not allow importing a non-JSR url via unanalyzable dynamic import from JSR ([#​22623](https://togithub.com/denoland/deno/issues/22623)) - fix(jsr): relative dynamic imports in jsr packages ([#​22624](https://togithub.com/denoland/deno/issues/22624)) - fix(lsp): import map expansion ([#​22553](https://togithub.com/denoland/deno/issues/22553)) - fix(publish): disable provenance if not in GHA ([#​22638](https://togithub.com/denoland/deno/issues/22638)) - fix(publish): make the already published message look like a warning ([#​22620](https://togithub.com/denoland/deno/issues/22620)) - fix(publish): print a warning when .jsx or .tsx is imported ([#​22631](https://togithub.com/denoland/deno/issues/22631)) - fix(publish): reduce warnings about dynamic imports ([#​22636](https://togithub.com/denoland/deno/issues/22636)) - fix(test): ensure that pre- and post-test output is flushed at the appropriate times ([#​22611](https://togithub.com/denoland/deno/issues/22611)) - fix(unstable): add `Date#toTemporalInstant` type ([#​22637](https://togithub.com/denoland/deno/issues/22637)) - fix(unstable): sloppy imports should resolve .d.ts files during types resolution ([#​22602](https://togithub.com/denoland/deno/issues/22602)) - perf(cli): reduce overhead in test registration ([#​22552](https://togithub.com/denoland/deno/issues/22552)) - perf(fmt): reduce memory usage and improve performance ([#​22570](https://togithub.com/denoland/deno/issues/22570))

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.

cloudflare-pages[bot] commented 5 months ago

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: d53b2b9
Status: ✅  Deploy successful!
Preview URL: https://094c9634.mmmm-a0e.pages.dev
Branch Preview URL: https://renovate-deno-monorepo.mmmm-a0e.pages.dev

View logs

github-actions[bot] commented 5 months ago
Latest commit: 929fa17 ( base: f36b696 + head: d53b2b9 )
Status: ✅  Deploy successful!
Preview URL: https://cbbf5d3e.mmmm-a0e.pages.dev
PR Preview URL: https://pull-66-merge.mmmm-a0e.pages.dev

View workflow logs View Cloudflare logs