Skip to content

chore(deps): update deno#1670

Merged
dbanty merged 2 commits intomainfrom
renovate/deno
Mar 21, 2026
Merged

chore(deps): update deno#1670
dbanty merged 2 commits intomainfrom
renovate/deno

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Nov 29, 2025

This PR contains the following updates:

Package Type Update Change
deno_config workspace.dependencies minor 0.71.00.90.0
deno_lockfile dependencies minor 0.32.00.42.0
deno_package_json dependencies minor 0.23.00.42.0
deno_semver (source) workspace.dependencies patch 0.9.00.9.1
jsonc-parser dependencies minor 0.27.00.32.0

Release Notes

denoland/deno (deno_lockfile)

v0.42.0

Compare Source

  • BREAKING: "address" renamed to "path" in
    UnixAddr/UnixConnectOptions/UnixListenOptions (#​4959)
  • BREAKING: Change DirEntry to not require extra stat syscall (#​4941)
  • BREAKING: Change order of args in Deno.copy() (#​4885)
  • BREAKING: Change order of copyN arguments (#​4900)
  • BREAKING: Change return type of Deno.resources() (#​4893)
  • BREAKING: Deno.chdir() should require --allow-write (#​4889)
  • BREAKING: Factor out Deno.listenDatagram(), mark as unstable (#​4968)
  • BREAKING: Make shutdown unstable and async (#​4940)
  • BREAKING: Make unix sockets require allow-write (#​4939)
  • BREAKING: Map-like interface for Deno.env (#​4942)
  • BREAKING: Mark --importmap as unstable (#​4934)
  • BREAKING: Mark Deno.dir() unstable (#​4924)
  • BREAKING: Mark Deno.kill() as unstable (#​4950)
  • BREAKING: Mark Deno.loadavg() and osRelease() as unstable (#​4938)
  • BREAKING: Mark Deno.setRaw() as unstable (#​4925)
  • BREAKING: Mark Deno.umask() unstable (#​4935)
  • BREAKING: Mark Deno.utime() as unstable (#​4955)
  • BREAKING: Mark runtime compile ops as unstable (#​4912)
  • BREAKING: Mark signal APIs as unstable (#​4926)
  • BREAKING: Remove Conn.closeRead (#​4970)
  • BREAKING: Remove Deno.EOF, use null instead (#​4953)
  • BREAKING: Remove Deno.OpenMode (#​4884)
  • BREAKING: Remove Deno.runTests() API (#​4922)
  • BREAKING: Remove Deno.symbols namespace (#​4936)
  • BREAKING: Remove combined io interface like ReadCloser (#​4944)
  • BREAKING: Remove overload of Deno.test() taking named function (#​4951)
  • BREAKING: Rename Deno.fsEvents() to Deno.watchFs() (#​4886)
  • BREAKING: Rename Deno.toAsyncIterator() to Deno.iter() (#​4848)
  • BREAKING: Rename FileInfo time fields and represent them as Date objects
    (#​4932)
  • BREAKING: Rename SeekMode variants to camelCase and stabilize (#​4946)
  • BREAKING: Rename TLS APIs to camel case (#​4888)
  • BREAKING: Use LLVM target triple for Deno.build (#​4948)
  • BREAKING: introduce unstable flag; mark Deno.openPlugin, link, linkSync,
    symlink, symlinkSync as unstable (#​4892)
  • BREAKING: make camel case readDir, readLink, realPath (#​4995)
  • BREAKING: remove custom implementation of Deno.Buffer.toString() (#​4992)
  • BREAKING: std/node: require_ -> require (#​4828)
  • feat(fmt): parallelize formatting (#​4823)
  • feat(installer): Add DENO_INSTALL_ROOT (#​4787)
  • feat(std/http): Improve parseHTTPVersion (#​4930)
  • feat(std/io): Increase copyN buffer size to match go implementation (#​4904)
  • feat(std/io): synchronous buffered writer (#​4693)
  • feat(std/path): Add fromFileUrl() (#​4993)
  • feat(std/uuid): Implement uuid v5 (#​4916)
  • feat(test): add quiet flag (#​4894)
  • feat: Add Deno.readTextFile(), Deno.writeTextFile(), with sync counterparts
    (#​4901)
  • feat: Add buffer size argument to copy (#​4907)
  • feat: Add close method to Plugin (#​4670) (#​4785)
  • feat: Change URL.port implementation to match WHATWG specifications (#​4954)
  • feat: Deno.startTLS() (#​4773, #​4965)
  • feat: Make zero a valid port for URL (#​4963)
  • feat: add help messages to Deno.test() sanitizers (#​4887)
  • feat: support Deno namespace in Worker API (#​4784)
  • fix(core): Op definitions (#​4814)
  • fix(core): fix top-level-await error handling (#​4911)
  • fix(core/js_errors): Get error's name and message from JS fields (#​4808)
  • fix(format): stdin not formatting JSX (#​4971)
  • fix(installer): handle case-insensitive uri (#​4909)
  • fix(std): existsFile test
  • fix(std/fs): move dest if not exists and overwrite (#​4910)
  • fix(std/io): Make std/io copyN write the whole read buffer (#​4978)
  • fix(std/mime): MultipartReader for big files (#​4865)
  • fix(std/node): bug fix and tests fs/mkdir (#​4917)
  • fix: bug in Deno.copy (#​4977)
  • fix: don't throw RangeError when an invalid date is passed (#​4929)
  • fix: make URLSearchParams more standardized (#​4695)
  • refactor(cli): Improve source line formatting (#​4832)
  • refactor(cli): Move resource_table from deno::State to deno_core::Isolate
    (#​4834)
  • refactor(cli): Remove bootstrap methods from global scope after bootstrapping
    (#​4869)
  • refactor(cli/doc): Factor out AstParser from DocParser (#​4923)
  • refactor(cli/inspector): Store debugger url on DenoInspector (#​4793)
  • refactor(cli/js): Rewrite streams (#​4842)
  • refactor(cli/js/io): Change type of stdio handles in JS api (#​4891, #​4952)
  • refactor(cli/js/io): Rename sync io interfaces (#​4945)
  • refactor(cli/js/net): Deno.listener closes when breaking out of async iterator
    (#​4976)
  • refactor(cli/js/permissions): Split read and write permission descriptors
    (#​4774)
  • refactor(cli/js/testing): Rename disableOpSanitizer to sanitizeOps (#​4854)
  • refactor(cli/js/web): Change InspectOptions, mark Deno.inspect as stable
    (#​4967)
  • refactor(cli/js/web): Decouple Console implementation from stdout (#​4899)
  • refactor(cli/ops): Replace block_on in net interfaces (#​4796)
  • refactor(cli|std): Add no-async-promise-executor lint rule (#​4809)
  • refactor(core): Modify op dispatcher to include &mut Isolate argument (#​4821)
  • refactor(core): Remove core/plugin.rs (#​4824)
  • refactor(core): Rename deno_core::Isolate to deno_core::CoreIsolate (#​4851)
  • refactor(core): add id field to RecursiveModuleLoad (#​4905)
  • refactor(std/log): support enum log level (#​4859)
  • refactor(std/node): proper Node polyfill directory iteration (#​4783)
  • upgrade: Rust 1.43.0 (#​4871)
  • upgrade: dprint 0.13.0 (#​4816)
  • upgrade: dprint 0.13.1 (#​4853)
  • upgrade: rusty_v8 v0.4.0 (#​4856)
  • chore: Mark Deno.Metrics and Deno.RunOptions as stable (#​4949)

v0.41.0

Compare Source

  • BREAKING: Improve readdir() and FileInfo interfaces (#​4763)
  • BREAKING: Remove deprecated APIs for mkdir and mkdirSync (#​4615)
  • BREAKING: Make fetch API more web compatible (#​4687)
  • BREAKING: Remove std/testing/format.ts (#​4749)
  • BREAKING: Migrate std/types to deno.land/x/types/ (#​4713, #​4771)
  • feat(doc): support for runtime built-ins (#​4635)
  • feat(std/log): rotating handler, docs improvements (#​4674)
  • feat(std/node): Add isPrimitive method (#​4673)
  • feat(std/node/fs): Add copyFile and copyFileSync methods (#​4726)
  • feat(std/signal): Add onSignal method (#​4696)
  • feat(std/testing): Change output of diff (#​4697)
  • feat(std/http): Verify cookie name (#​4685)
  • feat(std/multipart): Make readForm() type safe (#​4710)
  • feat(std/uuid): Add UUID v1 (#​4758)
  • feat(install): Honor log level arg (#​4714)
  • feat(workers): Make Worker API more web compatible (#​4684, #​4734, #​4391,
    #​4737, #​4746)
  • feat: Add AbortController and AbortSignal API (#​4757)
  • fix(install): Clean up output on Windows (#​4764)
  • fix(core): Handle SyntaxError during script compilation (#​4770)
  • fix(cli): Async stack traces and stack formatting (#​4690, #​4706, #​4715)
  • fix(cli): Remove unnecessary namespaces in "deno types" (#​4683, #​4698, #​4718,
    #​4719, #​4736, #​4741)
  • fix(cli): Panic on invalid UTF-8 string (#​4704)
  • fix(cli/js/net): Make generator return types iterable (#​4661)
  • fix(doc): Handle optional and extends fields (#​4738, #​4739)
  • refactor: Event and EventTarget implementation (#​4707)
  • refactor: Use synchronous syscalls where applicable (#​4762)
  • refactor: Remove calls to futures::executor::block_on (#​4760, #​4775)
  • upgrade: Rust crates (#​4742)

v0.40.0

Compare Source

  • BREAKING: Rename 'deno fetch' subcommand to 'deno cache' (#​4656)
  • BREAKING: Remove std/testing/runner.ts (#​4649)
  • feat(std/flags): Pass key and value to unknown (#​4637)
  • feat(std/http): Respond with 400 on request parse failure (#​4614)
  • feat(std/node): Add exists and existsSync (#​4655)
  • feat: Add File support in FormData (#​4632)
  • feat: Expose ReadableStream and make Blob more standardized (#​4581)
  • feat: add --importmap flag to deno bundle (#​4651)
  • fix(#​4546): Added Math.trunc to toSecondsFromEpoch to conform the result to
    u64 (#​4575)
  • fix(file_server): use text/typescript instead of application/typescript
    (#​4620)
  • fix(std/testing): format bigint (#​4626)
  • fix: Drop headers with trailing whitespace in header name (#​4642)
  • fix: Fetch reference types for JS files (#​4652)
  • fix: Improve deno doc (#​4672, #​4625)
  • fix: On init create disk_cache directory if it doesn't already exists (#​4617)
  • fix: Remove unnecessary namespaces in "deno types" (#​4677, #​4675, #​4669,
    #​4668, #​4665, #​4663, #​4662)
  • upgrade: Rust crates (#​4679)

v0.39.0

Compare Source

  • BREAKING CHANGE: Move encode, decode helpers to /std/encoding/utf8.ts, delete
    /std/strings/ (#​4565)
  • BREAKING CHANGE: Remove /std/media_types (#​4594)
  • BREAKING CHANGE: Remove old release files (#​4545)
  • BREAKING CHANGE: Remove std/strings/pad.ts because String.prototype.padStart
    exists (#​4564)
  • feat: Add common to std/path (#​4527)
  • feat: Added colors to doc output (#​4518)
  • feat: Expose global state publicly (#​4572)
  • feat: Make inspector more robust, add --inspect-brk support (#​4552)
  • feat: Publish deno types on release (#​4583)
  • feat: Support dynamic import in bundles. (#​4561)
  • feat: deno test --filter (#​4570)
  • feat: improve console.log serialization (#​4524, #​4472)
  • fix(#​4550): setCookie should append cookies (#​4558)
  • fix(#​4554): use --inspect in repl & eval (#​4562)
  • fix(deno doc): handle 'declare' (#​4573)
  • fix(deno doc): parse super-class names (#​4595)
  • fix(deno doc): parse the "implements" clause of a class def (#​4604)
  • fix(file_server): serve appropriate content-type header (#​4555)
  • fix(inspector): proper error message on port collision (#​4514)
  • fix: Add check to fail the benchmark test on server error (#​4519)
  • fix: Properly handle invalid utf8 in paths (#​4609)
  • fix: async ops sanitizer false positives in timers (#​4602)
  • fix: invalid blob type (#​4536)
  • fix: make Worker.poll private (#​4603)
  • fix: remove Send trait requirement from the Resource trait (#​4585)
  • refactor(testing): Reduce testing interfaces (#​4451)
  • upgrade: dprint to 0.9.10 (#​4601)
  • upgrade: rusty_v8 v0.3.10 (#​4576)

v0.38.0

Compare Source

  • feat: Add "deno doc" subcommand (#​4500)
  • feat: Support --inspect, Chrome Devtools support (#​4484)
  • feat: Support Unix Domain Sockets (#​4176)
  • feat: add queueMicrotask to d.ts (#​4477)
  • feat: window.close() (#​4474)
  • fix(console): replace object abbreviation with line breaking (#​4425)
  • fix: add fsEvent notify::Error casts (#​4488)
  • fix: hide source line if error message longer than 150 chars (#​4487)
  • fix: parsing bug (#​4483)
  • fix: remove extra dot in Permission request output (#​4471)
  • refactor: rename ConsoleOptions to InspectOptions (#​4493)
  • upgrade: dprint 0.9.6 (#​4509, #​4491)
  • upgrade: prettier 2 for internal code formatting (#​4498)
  • upgrade: rusty_v8 to v0.3.9 (#​4505)

v0.37.0

Compare Source

  • BREAKING CHANGE: FileInfo.len renamed to FileName.size (#​4338)
  • BREAKING CHANGE: Rename Deno.run's args to cmd (#​4444)
  • feat(ci): Releases should all use zip and LLVM target triples (#​4460)
  • feat(console): Symbol.toStringTag and display Object symbol entries (#​4388)
  • feat(std/node): Add chmod Node polyfill (#​4358)
  • feat(std/node): Add node querystring polyfill (#​4370)
  • feat(std/node): Node polyfill for fs.chown and fs.close (#​4377)
  • feat(std/permissions): Add helper functions for permissions to std (#​4258)
  • feat(std/types): Provide types for React and ReactDOM (#​4376)
  • feat(test): Add option to skip tests (#​4351)
  • feat(test): Add support for jsx/tsx for deno test (#​4369)
  • feat: Add mode option to open/create (#​4289)
  • feat: Deno.test() sanitizes ops and resources (#​4399)
  • feat: Fetch should accept a FormData body (#​4363)
  • feat: First pass at "deno upgrade" (#​4328)
  • feat: Provide way to build Deno without building V8 from source (#​4412)
  • feat: Remove Object.prototype.__proto__ (#​4341)
  • fix(std/http): Close open connections on server close (#​3679)
  • fix(std/http): Properly await ops in a server test (#​4436)
  • fix(std/http): Remove bad error handling (#​4435)
  • fix(std/node): Node polyfill fsAppend rework (#​4322)
  • fix(std/node): Stack traces for modules imported via require (#​4035)
  • fix: Importing JSON doesn't work in bundles (#​4404)
  • fix: Simplify timer with macrotask callback (#​4385)
  • fix: Test runner ConnectionReset bug (#​4424)
  • fix: chmod should throw on Windows (#​4446)
  • fix: fetch closes unused body (#​4393)
  • perf: Optimize TextEncoder and TextDecoder (#​4430, #​4349)
  • refactor: Improve test runner (#​4336, #​4352, #​4356, #​4371)
  • refactor: Remove std/testing/runner.ts, use deno test (#​4397, #​4392)
  • upgrade: Rust 1.42.0 (#​4331)
  • upgrade: Rust crates (#​4412)
  • upgrade: to rusty_v8 0.3.5 / v8 8.2.308 (#​4364)

v0.36.0

Compare Source

  • BREAKING CHANGE: Remove Deno.errors.Other (#​4249)
  • BREAKING CHANGE: Rename readDir -> readdir (#​4225)
  • feat(std/encoding): add binary module (#​4274)
  • feat(std/node): add appendFile and appendFileSync (#​4294)
  • feat(std/node): add directory classes (#​4087)
  • feat(std/node): add os.tmpdir() implementation (#​4213)
  • feat: Add Deno.umask (#​4290)
  • feat: Add global --quiet flag (#​4135)
  • feat: Improvements to std/flags. (#​4279)
  • feat: Make internal error frames dimmer (#​4201)
  • feat: Support async function and EventListenerObject as listeners (#​4240)
  • feat: add actual error class to fail message (#​4305)
  • feat: seek should return cursor position (#​4211)
  • feat: support permission mode in mkdir (#​4286)
  • feat: update metrics to track different op types (#​4221)
  • fix: Add content type for wasm, fix encoding in wasm test fixture (#​4269)
  • fix: Add waker to StreamResource to fix hang on close bugs (#​4293)
  • fix: Flattens dispatch error handling to produce one less useless stack frame
    on op errors. (#​4189)
  • fix: JavaScript dependencies in bundles. (#​4215)
  • fix: Stricter permissions for Deno.makeTemp (#​4318)
  • fix: deno install file name including extra dot on Windows (#​4243)
  • fix: inlining of lib.dom.iterable.d.ts. (#​4242)
  • fix: properly close FsEventsResource (#​4266)
  • fix: remove unwanted ANSI Reset Sequence (#​4268)
  • perf: use Object instead of Map for promise table (#​4309)
  • perf: use subarray instead of slice in dispatch minimal (#​4180)
  • refactor(cli/js): add assertOps and assertResources sanitizer in cli/js/ unit
    tests (#​4209, #​4161)
  • refactor(cli/js/net): Cleanup iterable APIs (#​4236)
  • refactor(core): improve exception handling(#​4214, #​4214, #​4198)
  • refactor(core): rename structures related to Modules (#​4217)
  • refactor: Cleanup options object parameters (#​4296)
  • refactor: Migrate internal bundles to System (#​4233)
  • refactor: Rename Option -> Options (#​4226)
  • refactor: cleanup compiler runtimes (#​4230)
  • refactor: preliminary cleanup of Deno.runTests() (#​4237)
  • refactor: reduce unnecessary output in cli/js tests (#​4182)
  • refactor: reorganize cli/js (#​4317, #​4316, #​4310, #​4250, #​4302, #​4283, #​4264)
  • refactor: rewrite testPerm into unitTest (#​4231)
  • refactor: uncomment tests broken tests, use skip (#​4311)
  • upgrade: dprint 0.8.0 (#​4308, #​4314)
  • upgrade: rust dependencies (#​4270)
  • upgrade: typescript 3.8.3 (#​4301)

v0.35.0

Compare Source

  • feat: Deno.fsEvents() (#​3452)
  • feat: Support UDP sockets (#​3946)
  • feat: Deno.setRaw(rid, mode) to turn on/off raw mode (#​3958)
  • feat: Add Deno.formatDiagnostics (#​4032)
  • feat: Support TypeScript eval through deno eval -T flag (#​4141)
  • feat: Support types compiler option in compiler APIs (#​4155)
  • feat: add std/examples/chat (#​4022, #​4109, #​4091)
  • feat: support brotli compression for fetch API (#​4082)
  • feat: reverse URL lookup for cache (#​4175)
  • feat(std/node): add improve os module (#​4064, #​4075, #​4065)
  • feat(std/node): add os Symbol.toPrimitive methods (#​4073)
  • fix(fetch): proper error for unsupported protocol (#​4085)
  • fix(std/examples): add tests for examples (#​4094)
  • fix(std/http): Consume unread body before reading next request (#​3990)
  • fix(std/ws): createSecKey logic (#​4063)
  • fix(std/ws): provide default close code for ws.close() (#​4172)
  • fix(std/ws): sock shouldn't throw eof error when failed to read frame (#​4083)
  • fix: Bundles can be sync or async based on top level await (#​4124)
  • fix: Move WebAssembly namespace to shared_globals (#​4084)
  • fix: Resolve makeTemp paths from CWD (#​4104)
  • fix: Return non-zero exit code on malformed stdin fmt (#​4163)
  • fix: add window.self read-only property (#​4131)
  • fix: fetch in workers (#​4054)
  • fix: fetch_cached_remote_source support redirect URL without base (#​4099)
  • fix: issues with JavaScript importing JavaScript. (#​4120)
  • fix: rewrite normalize_path (#​4143)
  • refactor(std/http): move io functions to http/io.ts (#​4126)
  • refactor: Deno.errors (#​3936, #​4058, #​4113, #​4093)
  • upgrade: TypeScript 3.8 (#​4100)
  • upgrade: dprint 0.7.0 (#​4130)
  • upgrade: rusty_v8 0.3.4 (#​4179)

v0.34.0

Compare Source

  • feat: Asynchronous event iteration node polyfill (#​4016)
  • feat: Deno.makeTempFile (#​4024)
  • feat: Support loading additional TS lib files (#​3863)
  • feat: add --cert flag for http client (#​3972)
  • feat(std/io): Export readDelim(), readStringDelim() and readLines() from
    bufio.ts (#​4019)
  • fix(deno test): support directories as arguments (#​4011)
  • fix: Enable TS strict mode by default (#​3899)
  • fix: detecting AMD like imports (#​4009)
  • fix: emit when bundle contains single module (#​4042)
  • fix: mis-detecting imports on JavaScript when there is no checkJs (#​4040)
  • fix: skip non-UTF-8 dir entries in Deno.readDir() (#​4004)
  • refactor: remove run_worker_loop (#​4028)
  • refactor: rewrite file_fetcher (#​4037, #​4030)
  • upgrade: dprint 0.6.0 (#​4026)

v0.33.0

  • feat(std/http): support trailer headers (#​3938, #​3989)
  • feat(std/node): Add readlink, readlinkSync (#​3926)
  • feat(std/node): Event emitter node polyfill (#​3944, #​3959, #​3960)
  • feat(deno install): add --force flag and remove yes/no prompt (#​3917)
  • feat: Improve support for diagnostics from runtime compiler APIs (#​3911)
  • feat: deno fmt - formats stdin and print to stdout (#​3920)
  • feat: add std/signal (#​3913)
  • feat: make testing API built-in Deno.test() (#​3865, #​3930, #​3973)
  • fix(std/http): align serve and serveTLS APIs (#​3881)
  • fix(std/http/file_server): don't crash on "%" pathname (#​3953)
  • fix(std/path): Use non-capturing groups in globrex() (#​3898)
  • fix(deno types): don't panic when piped to head (#​3910)
  • fix(deno fmt): support top-level await (#​3952)
  • fix: Correctly determine a --cached-only error (#​3979)
  • fix: No longer require aligned buffer for shared queue (#​3935)
  • fix: Prevent providing --allow-env flag twice (#​3906)
  • fix: Remove unnecessary EOF check in Deno.toAsyncIterable (#​3914)
  • fix: WASM imports loaded HTTP (#​3856)
  • fix: better WebWorker API compatibility (#​3828 )
  • fix: deno fmt improvements (#​3988)
  • fix: make WebSocket.send() exclusive (#​3885)
  • refactor: Improve deno bundle by using System instead of AMD (#​3965)
  • refactor: Remove conditionals from installer (#​3909)
  • refactor: peg workers to a single thread (#​3844, #​3968, #​3931, #​3903, #​3912,
    #​3907, #​3904)
denoland/deno_semver (deno_semver)

v0.9.1

Compare Source

  • fix: deserialize package reqs as normalized (#​49)
  • fix: pre-release range comparison (#​45)
dprint/jsonc-parser (jsonc-parser)

v0.32.1

Compare Source

v0.32.0

Compare Source

v0.31.0

Compare Source

v0.30.0

Compare Source

v0.29.0

Compare Source

v0.28.0

Compare Source


Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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, check this box

This PR was generated by Mend Renovate. View the repository job log.

@netlify
Copy link
Copy Markdown

netlify bot commented Nov 29, 2025

Deploy Preview for knope ready!

Name Link
🔨 Latest commit 3a47b27
🔍 Latest deploy log https://app.netlify.com/projects/knope/deploys/69b85072074dea0008727a86
😎 Deploy Preview https://deploy-preview-1670--knope.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@renovate renovate bot force-pushed the renovate/deno branch 14 times, most recently from 3209539 to 12cf79a Compare December 4, 2025 20:20
@renovate renovate bot force-pushed the renovate/deno branch 7 times, most recently from 18bd96a to e3bed55 Compare December 12, 2025 17:36
@renovate renovate bot force-pushed the renovate/deno branch 3 times, most recently from eaa0fe3 to 4c72ebb Compare December 20, 2025 15:14
@renovate renovate bot force-pushed the renovate/deno branch 5 times, most recently from ee192d2 to 58b51a6 Compare December 24, 2025 05:39
@renovate renovate bot force-pushed the renovate/deno branch 19 times, most recently from 0c5075a to 7c9a575 Compare January 23, 2026 22:08
@dbanty
Copy link
Copy Markdown
Member

dbanty commented Feb 13, 2026

@copilot can you fix the compile errors?

Copy link
Copy Markdown
Contributor

Copilot AI commented Feb 13, 2026

@dbanty I've opened a new pull request, #1787, to work on those changes. Once the pull request is ready, I'll request review from you.

@dbanty
Copy link
Copy Markdown
Member

dbanty commented Mar 21, 2026

@copilot lower jsonc-parser to 0.28 to match the deno packages please

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 21, 2026

@dbanty I've opened a new pull request, #1854, to work on those changes. Once the pull request is ready, I'll request review from you.

@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Mar 21, 2026

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants