ci(deps): update dependency denoland/deno to v2 #107
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.45.5
->v2.0.4
Release Notes
denoland/deno (denoland/deno)
v2.0.4
Compare Source
2.0.4 / 2024.10.29
ext/node/polyfills/https.ts
(#26323)" (#26613)
jsxImportSource
when jsx is not used in graph(#26548)
visible screen (#25997)
fs.stat
andfs.statSync
error (#26037)ext\node\polyfills\internal\crypto_randomInt.ts (#26534)
newlines (#26547)
deno lsp
processes on windows before attemptingto replace executable (#26542)
serve subcommand (#26622)
v2.0.3
Compare Source
2.0.3 / 2024.10.25
--frozen
on deno check (#26479)ERROR_INVALID_NAME
toENOENT
on windows (#26475)(#26495)
ext/node/polyfills/https.ts
(#26323)deno.json
(#26501)deno install
(#26497)styleText
(#26507).npmrc
settings not being passed to install/add command (#26473)v2.0.2
Compare Source
2.0.2 / 2024.10.17
(#26369)
COPYFILE_EXCL
should not throw if thedestination doesn't exist (#26360)
ServerResponse
(#26339)v2.0.1
Compare Source
2.0.1 / 2024.10.16
--unstable-detect-cjs
for respecting explicit"type": "commonjs"
(#26149)deno add jsr:<pkg>
(#26275)^
specifier (#26302)--no-warnings
flag to--quiet
(#26288)(#26112)
ext/node/polyfills/internal/buffer.mjs
(#24993)
package.json
(#26128)(#26277)
process.stdout.isTTY
writable (#26130)styleText
fromnode:util
(#26194)--allow-scripts
ondeno run
(anddeno add
,deno test
, etc) (#26075)document
global in terminal error (#26218)html output (#26100)
prepare_stack_trace_callback
when global interceptor throws(#26241)
(#26256)
v2.0.0
Compare Source
2.0.0 / 2024.10.09
Read announcement blog post at: https://deno.com/blog/v2.0
DENO_FUTURE=1
by default, or welcome to Deno 2.0 (#25213)new Deno.FsFile()
(#25478)Deno.serve
(#25369)width
andheight
options toUnsafeWindowSurface
constructor (#24200)
--allow-none
flag (#25337)--jobs
flag (#25336)--trace-ops
(#25344)--ts
flag (#25338)--unstable
flag (#25522)deno bundle
(#25339)deno vendor
(#25343)Deno.[Tls]Listener.prototype.rid
(#25556)Deno.{Conn,TlsConn,TcpConn,UnixConn}.prototype.rid
(#25446)Deno.{Reader,Writer}[Sync]
andDeno.Closer
(#25524)Deno.Buffer
(#25441)Deno.close()
(#25347)Deno.ConnectTlsOptions.{certChain,certFile,privateKey}
andDeno.ListenTlsOptions.certChain,certFile,keyFile}
(#25525)Deno.copy()
(#25345)Deno.customInspect
(#25348)Deno.fdatasync[Sync]()
(#25520)Deno.File
(#25447)Deno.flock[Sync]()
(#25350)Deno.FsFile.prototype.rid
(#25499)Deno.fstat[Sync]()
(#25351)Deno.FsWatcher.prototype.rid
(#25444)Deno.fsync[Sync]()
(#25448)Deno.ftruncate[Sync]()
(#25412)Deno.funlock[Sync]()
(#25442)Deno.futime[Sync]()
(#25252)Deno.iter[Sync]()
(#25346)Deno.read[Sync]()
(#25409)Deno.readAll[Sync]()
(#25386)Deno.seek[Sync]()
(#25449)Deno.Seeker[Sync]
(#25551)Deno.shutdown()
(#25253)Deno.write[Sync]()
(#25408)Deno.writeAll[Sync]()
(#25407)UnsafeFnPointer
constructor type with untypedDeno.PointerObject
parameter (#25577)Deno.isatty()
(#25410)Deno.run()
(#25403)Deno.serveHttp()
(#25451)Deno.FsWatcher.prototype.return()
(#25623)--allow-import
flag (#25469)...' (#25430)
(#25472)
terse (#25247)
(#25694)
Listening on
messages on stderr instead of stdout (#25491)--lock-write
flag (#25214)deno install
anddeno add
(#25698)window
global (#25805)Deno.createHttpClient()
(#25569)deno install --entrypoint
instead ofdeno cache
(#25228)npm:@​types/node@22
(#25614)--allow-run
with no allow list (#25215)deno run npm:<package>
when package is not inpackage.json (#25981)
process
global everywhere (#25291)(#25585)
installs (#25878)
no-process-global
lint rule (#25709)Deno.mainModule
doesn't require permissions (#25667)(#25885)
cleanup unused code (#25833)
"experimentalDecorators"
asdeprecated (#25735)
default (#25721)
Deno.permissions.request
with--no-prompt
(#25811)
Win32_Security
feature inwindows-sys
(#26007)deno serve
(#25482)(#25684)
npm install
hint withdeno install
hint (#25244)deno install
with crossws (#25837)deno add <package>
(#25455)deno add npm:pkg
(#25858)(#25860)
deno task
exit with status 0 (#25637)export
s in doc tests and default export(#25720)
PermissionDenied
when symlinking fails due topermissions (#25398)
(#25743)
deno init --serve
template behavior (#25318)fetch
declaration for use withDeno.HttpClient
(#25683)
(#25327)
FileHandle#writeFile
(#25555)vm.constants
(#25630)node:path
exports (#25567)node:trace_events
(#25628)UNKNOWN
error from TCP handle (#25550)closed (#25387)
(#25699)
online
event after worker thread is initialized (#25243)process.allowedNodeEnvironmentFlags
(#25629)http2
module (#25592)Cipheriv#update(string, undefined)
(#25571)child_process
(#25218)node:wasi
built-in (#25134)node:v8
serialize/deserialize (#25439)inspector/promises
(#25635)process.cpuUsage()
(#25462)createPublicKey
(#25731)cpu-features
module (#25257)ext/node/polyfills/console.ts
(#25572)Cipheriv
andDecipheriv
(#25570)getOwnPropertyDescriptor
with symbol returnundefined
(#13348)(#25391)
(#25222)
node_modules dir for a workspace member (#26001)
deno install -g
when using a single http url(#25388)
node_modules/.bin
(#25873)override
handling (#25989)(#25748)
npm:sqlite3
(#25893)var (#25896)
LD_
orDYLD_
prefixed env var without full--allow-run permissions (#25271)
without full run permissions (#25221)
error (#25434)
child.output()
on consumed stream (#25657)SnapshotOptions
forWebWorker
wheninstantiated without snapshot (#25280)
deno run
(#25233)(#25429)
(#25988)
tower_http
(#25806)
v1.46.3
Compare Source
1.46.3 / 2024.09.04
PermissionDenied
when symlinking fails due topermissions (#25398)
deno init --serve
template behavior (#25318)v1.46.2
Compare Source
1.46.2 / 2024.08.29
online
event after worker thread is initialized (#25243)cpu-features
module (#25257)(#25222)
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 Renovate Bot. - View logs