Skip to content

deps: bump the deno group with 11 updates #759

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the deno group with 11 updates:

Package From To
deno_console 0.203.0 0.204.0
deno_crypto 0.217.0 0.218.0
deno_fetch 0.227.0 0.228.0
deno_net 0.195.0 0.196.0
deno_permissions 0.62.0 0.63.0
deno_telemetry 0.25.0 0.26.0
deno_tls 0.190.0 0.191.0
deno_url 0.203.0 0.204.0
deno_web 0.234.0 0.235.0
deno_webidl 0.203.0 0.204.0
deno_websocket 0.208.0 0.209.0

Updates deno_console from 0.203.0 to 0.204.0

Commits

Updates deno_crypto from 0.217.0 to 0.218.0

Commits

Updates deno_fetch from 0.227.0 to 0.228.0

Commits

Updates deno_net from 0.195.0 to 0.196.0

Commits

Updates deno_permissions from 0.62.0 to 0.63.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.0 / 2025.04.30

  • feat: add --open to deno serve to open server in browser (#25340)
  • feat: Allow access to NO_COLOR env var without --allow-env (#29090)
  • feat: allow forcing in-memory SQLite dbs (#29026)
  • feat: code sign deno.exe (#28963)
  • feat: Codegen feature flags (#28920)
  • feat: deno_core 0.344.0 (#29089)
  • feat: TypeScript 5.8 (#29041)
  • feat: use new feature checker (#29091)
  • feat(cache): add DENO_EMIT_CACHE_MODE (#29025)
  • feat(check): detect tsconfig.json at workspace root (#29092)
  • feat(check): support erasableSyntaxOnly for type checking (#29097)
  • feat(clean): deno clean --except <paths>, remove all cache data except what's needed to run paths (#28424)
  • feat(cli): support --single-threaded v8 flag (#29066)
  • feat(ext/fetch): support localAddress option in custom HTTP client (#28781)
  • feat(ext/http): Show that is also listening on localhost (#28171)
  • feat(ext/net): add signal option to Deno.connect() (#27113)
  • feat(fmt): add fmt options (#28946)
  • feat(fmt): support formatting of embedded css, html, and sql (#29014)
  • feat(info): include deno version (#29080)
  • fix: better error message for bare run in file-like case (#29055)
  • fix: break unstable lockfile v5 to remove "has" from property names (#29095)
  • fix: correct reported typescript version (#29053)
  • fix: make --allow-env stronger that --deny-env (#29079)
  • fix: move otel logic into otel (#29073)
  • fix(compile): panic when compiled with --no-terminal flag (#28823)
  • fix(compile): pass default v8 args during compile (#29084)
  • fix(ext/ffi): unexport brand from dts (#28503)
  • fix(ext/node): fix deepStrictEqual(-0, 0) (#29060)
  • fix(ext/node): fix handling of abort signal in readFile (#29028)
  • fix(ext/node): handle "ttl" option in "dns" module (#27676)
  • fix(ext/node): implement DatabaseSync#loadExtension (#29050)
  • fix(ext/node): throw NotCapable on process.env accessor (#28280)
  • fix(ext/node): use primordials in ext/node/polyfills/internal/hide_stack_frames.ts (#29067)
  • fix(ext/node): use primordials in ext/node/polyfills/internal/http.ts (#29082)
  • fix(ext/node): use primordials in ext/node/polyfills/_fs/_fs_opendir.ts (#29063)
  • fix(ext/node): work correctly with wrapper Response objects, use correct

... (truncated)

Commits

Updates deno_telemetry from 0.25.0 to 0.26.0

Changelog

Sourced from deno_telemetry's changelog.

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.191.0

Commits

Updates deno_url from 0.203.0 to 0.204.0

Commits

Updates deno_web from 0.234.0 to 0.235.0

Commits

Updates deno_webidl from 0.203.0 to 0.204.0

Commits

Updates deno_websocket from 0.208.0 to 0.209.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 1, 2025 04:51
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels May 1, 2025
@dependabot dependabot bot requested review from pyropy and NikolasHaimerl as code owners May 1, 2025 04:51
@github-actions github-actions bot enabled auto-merge (squash) May 1, 2025 04:51
@dependabot dependabot bot force-pushed the dependabot/cargo/deno-4996fc7f71 branch from 9178bee to 927c602 Compare May 5, 2025 05:26
Bumps the deno group with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [deno_console](https://github.com/denoland/deno) | `0.203.0` | `0.204.0` |
| [deno_crypto](https://github.com/denoland/deno) | `0.217.0` | `0.218.0` |
| [deno_fetch](https://github.com/denoland/deno) | `0.227.0` | `0.228.0` |
| [deno_net](https://github.com/denoland/deno) | `0.195.0` | `0.196.0` |
| [deno_permissions](https://github.com/denoland/deno) | `0.62.0` | `0.63.0` |
| [deno_telemetry](https://github.com/denoland/deno) | `0.25.0` | `0.26.0` |
| [deno_tls](https://github.com/denoland/deno) | `0.190.0` | `0.191.0` |
| [deno_url](https://github.com/denoland/deno) | `0.203.0` | `0.204.0` |
| [deno_web](https://github.com/denoland/deno) | `0.234.0` | `0.235.0` |
| [deno_webidl](https://github.com/denoland/deno) | `0.203.0` | `0.204.0` |
| [deno_websocket](https://github.com/denoland/deno) | `0.208.0` | `0.209.0` |


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.218.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_fetch` from 0.227.0 to 0.228.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.196.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.63.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.63.0)

Updates `deno_telemetry` from 0.25.0 to 0.26.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.26.0)

Updates `deno_tls` from 0.190.0 to 0.191.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.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_web` from 0.234.0 to 0.235.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.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_websocket` from 0.208.0 to 0.209.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_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.218.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deno
- dependency-name: deno_fetch
  dependency-version: 0.228.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deno
- dependency-name: deno_net
  dependency-version: 0.196.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deno
- dependency-name: deno_permissions
  dependency-version: 0.63.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deno
- dependency-name: deno_telemetry
  dependency-version: 0.26.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deno
- dependency-name: deno_tls
  dependency-version: 0.191.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deno
- dependency-name: deno_url
  dependency-version: 0.204.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deno
- dependency-name: deno_web
  dependency-version: 0.235.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deno
- dependency-name: deno_webidl
  dependency-version: 0.204.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deno
- dependency-name: deno_websocket
  dependency-version: 0.209.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deno
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/deno-4996fc7f71 branch from 927c602 to 50a3b27 Compare May 7, 2025 04:47
Copy link
Contributor Author

dependabot bot commented on behalf of github May 8, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this May 8, 2025
auto-merge was automatically disabled May 8, 2025 04:17

Pull request was closed

@dependabot dependabot bot deleted the dependabot/cargo/deno-4996fc7f71 branch May 8, 2025 04:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.

0 participants