Skip to content
This repository was archived by the owner on Jul 7, 2025. It is now read-only.

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 29, 2025

Bumps the deno group with 13 updates in the / directory:

Package From To
deno_ast 0.46.6 0.46.7
deno_console 0.203.0 0.204.0
deno_crypto 0.217.0 0.219.0
deno_error 0.5.6 0.6.0
deno_fetch 0.227.0 0.229.0
deno_net 0.195.0 0.197.0
deno_permissions 0.62.0 0.64.0
deno_telemetry 0.25.0 0.27.0
deno_tls 0.190.0 0.192.0
deno_url 0.203.0 0.205.0
deno_web 0.234.0 0.236.0
deno_webidl 0.203.0 0.205.0
deno_websocket 0.208.0 0.210.0

Updates deno_ast from 0.46.6 to 0.46.7

Release notes

Sourced from deno_ast's releases.

0.46.7

  • fix(precompile): jsx child expression string literal not escaped (#304)
Commits

Updates deno_console from 0.203.0 to 0.204.0

Commits

Updates deno_crypto from 0.217.0 to 0.219.0

Commits

Updates deno_error from 0.5.6 to 0.6.0

Commits
  • 10f5c11 0.6.0
  • f3d57e9 feat(BREAKING): allow number additional property values (#14)
  • a290f87 refactor(BREAKING): use iterator instead of vec for additional_properites (#12)
  • b54c1c0 0.5.7
  • 2288347 feat: add explicit property inheritance and fix property declaration on enum ...
  • bd09f37 fix: match on debug string for unstable std::io::ErrorKinds (#10)
  • See full diff in compare view

Updates deno_fetch from 0.227.0 to 0.229.0

Commits

Updates deno_net from 0.195.0 to 0.197.0

Commits

Updates deno_permissions from 0.62.0 to 0.64.0

Changelog

Sourced from deno_permissions's changelog.

Releases

Binary releases can be downloaded manually at: https://github.com/denoland/deno/releases

We also have one-line install commands at: https://github.com/denoland/deno_install

2.3.3 / 2025.05.16

  • fix(check): ignore errors on ambient modules (#29135)
  • Revert "fix(fmt): upgrade markup_fmt and malva" (#29325)

2.3.2 / 2025.05.15

  • feat(coverage): add dark-mode to HTML coverage report (#29267)
  • feat(ext/fetch): add support for fetch on unix sockets (#29154)
  • feat(ext/fetch): support custom DNS resolver (#27740)
  • feat(jupyter): allow to install and maintain multiple kernels (#29249)
  • feat(lsp): add description in TaskDefinition (#29244)
  • feat(otel): add events for boot failure and uncaught error (#29287)
  • feat(unstable): notify control sock on serving (#29173)
  • feat(unstable): support comments in lint plugin (#29189)
  • feat: Add support for DENO_TRUST_PROXY_HEADERS env var (#29296)
  • feat: DENO_SERVE_ADDRESS duplicate option (#29109)
  • feat: support unconfigured runtime in serve subcommand (#29172)
  • fix(cache): added support for the --env-file flag (#29160)
  • fix(check): do not add @types/node@* to lockfile if a @types/node req already exists (#29270)
  • fix(check): don't assert unique normalized specifiers (#29274)
  • fix(check): write lockfile after type checking (#29265)
  • fix(cli): configure v8 isolate with cgroups-constrained memory limit (#29078)
  • fix(cli/hmr): print compile error with exception details (#27597)
  • fix(coverage): don't panic if all covered files are ignored via directive (#29250)
  • fix(dts): add Atomics.pause, Promise.try and RegExp.escape (#29186)
  • fix(ext/canvas): createImageBitmap must ignore the Blob.type value (#28741)
  • fix(ext/node): Fix dns.lookup when promisified with options.all (#29167)
  • fix(ext/node): Fix export loadEnvFile from node:process (#29237)
  • fix(ext/node): Fix fast method proto unwraps in AsyncWrap (#29117)
  • fix(ext/node): Support mTLS connections node compatibility (#28937)
  • fix(ext/node): TLS server unref (#29279)
  • fix(ext/node): arrayBufferViewHasBuffer internal util (#28827)
  • fix(ext/node): getColorDepth for writable stdio streams (#29176)
  • fix(ext/node): add AES CTR to supported ciphers list (#29273)
  • fix(ext/node): add assert.CallTracker (#29226)
  • fix(ext/node): align input validation of Buffer.compare (#29275)
  • fix(ext/node): allow rejectUnauthorized: false in node:tls (#29245)
  • fix(ext/node): dgram multicast group membership (#29207)

... (truncated)

Commits
  • 92a173b v1.2.3
  • 604d008 test(cli/wasm_unreachable): don't assume git work dir is named 'deno' (#6991)
  • febb972 test(cli/stat_test): older versions of Linux don't support birthtime (#6991)
  • f17eb63 test(cli/inspector_port_collision): skip test on WSL (#6991)
  • 9806933 test(cli/inspector_port_collision): fail rather than hang (#6991)
  • f22b7dc fix(cli): show error on unrecognized V8 flag, exit on --help (#6980)
  • 707bfbd upgrade: rusty_v8 0.8.1 / V8 8.6.334 (#6980)
  • 694bd90 upgrade: rust 1.45.2 (#6980)
  • 165928d upgrade: deno_lint v0.1.21 (#6985)
  • 59ca66a Encode op errors as strings instead of numbers (#6977)
  • Additional commits viewable in compare view

Updates deno_telemetry from 0.25.0 to 0.27.0

Changelog

Sourced from deno_telemetry's changelog.

v0.27.0 / 2019.12.18

  • feat: Support utf8 in file_server (#3495)
  • feat: add help & switch to flags to file_server (#3489)
  • feat: fetch should support URL instance as input (#3496)
  • feat: replace Deno.homeDir with Deno.dir (#3491, #3518)
  • feat: show detailed version with --version (#3507)
  • fix(installer): installs to the wrong directory on Windows (#3462)
  • fix(std/http): close connection on .respond() error (#3475)
  • fix(std/node): better error message for read perm in require() (#3502)
  • fix(timer): due/now Math.max instead of min (#3477)
  • fix: Improve empty test case error messages (#3514)
  • fix: Only swallow NotFound errors in std/fs/expandGlob() (#3479)
  • fix: decoding uri in file_server (#3187)
  • fix: file_server should get file and fileInfo concurrently (#3486)
  • fix: file_server swallowing permission errors (#3467)
  • fix: isolate tests silently failing (#3459)
  • fix: permission errors are swallowed in fs.exists, fs.emptyDir, fs.copy (#3493, #3501, #3504)
  • fix: plugin ops should change op count metrics (#3455)
  • fix: release assets not being executable (#3480)
  • upgrade: tokio 0.2 in deno_core_http_bench, take2 (#3435)
  • upgrade: upgrade subcommand links to v0.26.0 (#3492)

v0.26.0 / 2019.12.05

  • feat: Add --no-remote, rename --no-fetch to --cached-only (#3417)
  • feat: Native plugins AKA dlopen (#3372)
  • fix: Improve html for file_server (#3423)
  • fix: MacOS Catalina build failures (#3441)
  • fix: Realpath behavior in windows (#3425)
  • fix: Timer/microtask ordering (#3439)
  • fix: Tweaks to arg_hacks and add v8-flags to repl (#3409)
  • refactor: Disable eager polling for ops (#3434)
Commits

Updates deno_tls from 0.190.0 to 0.192.0

Commits

Updates deno_url from 0.203.0 to 0.205.0

Commits

Updates deno_web from 0.234.0 to 0.236.0

Commits

Updates deno_webidl from 0.203.0 to 0.205.0

Commits

Updates deno_websocket from 0.208.0 to 0.210.0

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot requested a review from bajtos May 29, 2025 04:52
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels May 29, 2025
@dependabot dependabot bot requested a review from pyropy as a code owner May 29, 2025 04:52
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 29, 2025

The reviewers field in the dependabot.yml file will be removed soon. Please use the code owners file to specify reviewers for Dependabot PRs. For more information, see this blog post.

@dependabot dependabot bot requested a review from NikolasHaimerl as a code owner May 29, 2025 04:52
@github-actions github-actions bot enabled auto-merge (squash) May 29, 2025 04:52
@dependabot dependabot bot force-pushed the dependabot/cargo/deno-821aff0ecf branch 2 times, most recently from 285c5a1 to e60384c Compare June 7, 2025 07:39
@dependabot dependabot bot force-pushed the dependabot/cargo/deno-821aff0ecf branch 2 times, most recently from e18853d to 0446705 Compare June 7, 2025 08:15
Bumps the deno group with 13 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [deno_ast](https://github.com/denoland/deno_ast) | `0.46.6` | `0.46.7` |
| [deno_console](https://github.com/denoland/deno) | `0.203.0` | `0.204.0` |
| [deno_crypto](https://github.com/denoland/deno) | `0.217.0` | `0.219.0` |
| [deno_error](https://github.com/denoland/deno_error) | `0.5.6` | `0.6.0` |
| [deno_fetch](https://github.com/denoland/deno) | `0.227.0` | `0.229.0` |
| [deno_net](https://github.com/denoland/deno) | `0.195.0` | `0.197.0` |
| [deno_permissions](https://github.com/denoland/deno) | `0.62.0` | `0.64.0` |
| [deno_telemetry](https://github.com/denoland/deno) | `0.25.0` | `0.27.0` |
| [deno_tls](https://github.com/denoland/deno) | `0.190.0` | `0.192.0` |
| [deno_url](https://github.com/denoland/deno) | `0.203.0` | `0.205.0` |
| [deno_web](https://github.com/denoland/deno) | `0.234.0` | `0.236.0` |
| [deno_webidl](https://github.com/denoland/deno) | `0.203.0` | `0.205.0` |
| [deno_websocket](https://github.com/denoland/deno) | `0.208.0` | `0.210.0` |



Updates `deno_ast` from 0.46.6 to 0.46.7
- [Release notes](https://github.com/denoland/deno_ast/releases)
- [Commits](denoland/deno_ast@0.46.6...0.46.7)

Updates `deno_console` from 0.203.0 to 0.204.0
- [Release notes](https://github.com/denoland/deno/releases)
- [Changelog](https://github.com/denoland/deno/blob/main/Releases.md)
- [Commits](https://github.com/denoland/deno/commits)

Updates `deno_crypto` from 0.217.0 to 0.219.0
- [Release notes](https://github.com/denoland/deno/releases)
- [Changelog](https://github.com/denoland/deno/blob/main/Releases.md)
- [Commits](https://github.com/denoland/deno/commits)

Updates `deno_error` from 0.5.6 to 0.6.0
- [Commits](denoland/deno_error@0.5.6...0.6.0)

Updates `deno_fetch` from 0.227.0 to 0.229.0
- [Release notes](https://github.com/denoland/deno/releases)
- [Changelog](https://github.com/denoland/deno/blob/main/Releases.md)
- [Commits](https://github.com/denoland/deno/commits)

Updates `deno_net` from 0.195.0 to 0.197.0
- [Release notes](https://github.com/denoland/deno/releases)
- [Changelog](https://github.com/denoland/deno/blob/main/Releases.md)
- [Commits](https://github.com/denoland/deno/commits)

Updates `deno_permissions` from 0.62.0 to 0.64.0
- [Release notes](https://github.com/denoland/deno/releases)
- [Changelog](https://github.com/denoland/deno/blob/main/Releases.md)
- [Commits](denoland/deno@std/0.62.0...std/0.64.0)

Updates `deno_telemetry` from 0.25.0 to 0.27.0
- [Release notes](https://github.com/denoland/deno/releases)
- [Changelog](https://github.com/denoland/deno/blob/main/Releases.md)
- [Commits](denoland/deno@v0.25.0...v0.27.0)

Updates `deno_tls` from 0.190.0 to 0.192.0
- [Release notes](https://github.com/denoland/deno/releases)
- [Changelog](https://github.com/denoland/deno/blob/main/Releases.md)
- [Commits](https://github.com/denoland/deno/commits)

Updates `deno_url` from 0.203.0 to 0.205.0
- [Release notes](https://github.com/denoland/deno/releases)
- [Changelog](https://github.com/denoland/deno/blob/main/Releases.md)
- [Commits](https://github.com/denoland/deno/commits)

Updates `deno_web` from 0.234.0 to 0.236.0
- [Release notes](https://github.com/denoland/deno/releases)
- [Changelog](https://github.com/denoland/deno/blob/main/Releases.md)
- [Commits](https://github.com/denoland/deno/commits)

Updates `deno_webidl` from 0.203.0 to 0.205.0
- [Release notes](https://github.com/denoland/deno/releases)
- [Changelog](https://github.com/denoland/deno/blob/main/Releases.md)
- [Commits](https://github.com/denoland/deno/commits)

Updates `deno_websocket` from 0.208.0 to 0.210.0
- [Release notes](https://github.com/denoland/deno/releases)
- [Changelog](https://github.com/denoland/deno/blob/main/Releases.md)
- [Commits](https://github.com/denoland/deno/commits)

---
updated-dependencies:
- dependency-name: deno_ast
  dependency-version: 0.46.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deno
- dependency-name: deno_console
  dependency-version: 0.204.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deno
- dependency-name: deno_crypto
  dependency-version: 0.219.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deno
- dependency-name: deno_error
  dependency-version: 0.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deno
- dependency-name: deno_fetch
  dependency-version: 0.229.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deno
- dependency-name: deno_net
  dependency-version: 0.197.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deno
- dependency-name: deno_permissions
  dependency-version: 0.64.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deno
- dependency-name: deno_telemetry
  dependency-version: 0.27.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deno
- dependency-name: deno_tls
  dependency-version: 0.192.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deno
- dependency-name: deno_url
  dependency-version: 0.205.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deno
- dependency-name: deno_web
  dependency-version: 0.236.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deno
- dependency-name: deno_webidl
  dependency-version: 0.205.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deno
- dependency-name: deno_websocket
  dependency-version: 0.210.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deno
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/deno-821aff0ecf branch from 0446705 to 1b73a9c Compare June 10, 2025 04:58
@bajtos bajtos closed this Jun 23, 2025
auto-merge was automatically disabled June 23, 2025 12:24

Pull request was closed

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 23, 2025

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/cargo/deno-821aff0ecf branch June 23, 2025 12:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants