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 Jun 27, 2025

Bumps the deno group with 13 updates:

Package From To
deno_ast 0.46.6 0.48.0
deno_console 0.203.0 0.204.0
deno_crypto 0.217.0 0.219.0
deno_error 0.5.6 0.6.1
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.30.0
deno_tls 0.190.0 0.195.0
deno_url 0.203.0 0.208.0
deno_web 0.234.0 0.236.0
deno_webidl 0.203.0 0.208.0
deno_websocket 0.208.0 0.210.0

Updates deno_ast from 0.46.6 to 0.48.0

Release notes

Sourced from deno_ast's releases.

0.48.0

No release notes provided.

0.47.0

  • fix: replace once_cell::sync::OnceCell with std::sync::OnceLock (#305)
  • fix: upgrade swc_ecma_parser 12, disable explicit resource management (#306)

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

Commits

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.7 / 2025.06.23

  • feat(unstable): add --platform flag to deno bundle (#29697)
  • feat(unstable): add --sourcemap flag to deno bundle (#29735)
  • feat(unstable): add watch mode to deno bundle (#29795)
  • feat: allow base64 ca cert in args (#29814)
  • fix(bundle): enable sloppy imports by default when bundling (#29731)
  • fix(bundle): improve error handling and reporting (#29744)
  • fix(bundle): parse the allow-import flag, fix example in help text (#29733)
  • fix(bundle): transform import.meta.main (#29830)
  • fix(ext/napi): ensure the finalizer callback will be called (#29710)
  • fix(ext/node): DiffieHellman constructor behaviors (#29718)
  • fix(ext/node): Fix crypto.pbkdf2 compat (#29738)
  • fix(ext/node): Module.wrap cleanup for npm:v8-code-cache (#29725)
  • fix(ext/node): add fchmod and fchmodSync (#29791)
  • fix(ext/node): add key length validation in DiffieHellman.prototype.computeSecret (#29757)
  • fix(ext/node): add validation to Cipheriv methods (#29800)
  • fix(ext/node): crypto.timingSafeEqual (#29758)
  • fix(ext/node): deprecate Hash and Hmac constructors (#29774)
  • fix(ext/node): fix assertion error message of assert.ok (#29803)
  • fix(ext/node): fix error type in DiffieHellman constructor (#29721)
  • fix(ext/node): fix events.once (#29716)
  • fix(ext/node): fix input validation of crypto hkdf (#29775)
  • fix(ext/node): fix oneshot hash validation (#29661)
  • fix(ext/node): implement Certificate API (#29828)
  • fix(ext/node): improve assert.ifError (#29846)
  • fix(ext/node): improve comparison of faked objects in deepStrictEqual (#29819)
  • fix(ext/node): improve scrypt support (#29773)
  • fix(ext/node): support KeyObject in publicEncrypt/privateDecrypt (#29798)
  • fix(ext/node): throw invalid state from getAuthTag (#29752)
  • fix(ext/node): use primordials in ext/node/polyfills/internal/event_target.mjs (#29772)
  • fix(ext/node): use primordials in ext/node/polyfills/internal/fs/utils.mjs (#29708)
  • fix(ext/node): validate auth tag for GCM mode cipher (#29739)
  • fix(fmt): fix handling of indent inside template language (#29616)
  • fix(fmt): handle TS as syntax in Svelte each block (#29789)
  • fix(install): ignore unknown JSR export errors on top level install (#29807)
  • fix(install): infer name from @​scope/cli pattern (#29694)
  • fix(install,outdated): try to avoid building graph with incorrect exports

... (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.30.0

Changelog

Sourced from deno_telemetry's changelog.

v0.30.0 / 2020.01.17

  • BREAKING CHANGE Revert "feat(flags): script arguments come after '--'" (#3681)
  • feat(fs): add more unix-only fields to FileInfo (#3680)
  • feat(http): allow response body to be string (#3705)
  • feat(std/node): Added node timers builtin (#3634)
  • feat: Add Deno.symbols and move internal fields for test (#3693)
  • feat: Add gzip, brotli and ETag support for file fetcher (#3597)
  • feat: support individual async handler for each op (#3690)
  • fix(workers): minimal error handling and async module loading (#3665)
  • fix: Remove std/multipart (#3647)
  • fix: Resolve read/write whitelists from CWD (#3684)
  • fix: process hangs when fetch called (#3657)
  • perf: Create an old program to be used in snapshot (#3644, #3661)
  • perf: share http client in file fetcher (#3683)
  • refactor: remove Isolate.current_send_cb_info and DenoBuf, port Isolate.shared_response_buf (#3643)

v0.29.0 / 2020.01.09

  • BREAKING CHANGE Remove xeval subcommand (#3630)
  • BREAKING CHANGE script arguments should come after '--' (#3621)
  • BREAKING CHANGE Deno.mkdir should conform to style guide BREAKING CHANGE (#3617)
  • BREAKING CHANGE Deno.args only includes script args (#3628)
  • BREAKING CHANGE Rename crates: 'deno' to 'deno_core' and 'deno_cli' to 'deno' (#3600)
  • feat: Add Deno.create (#3629)
  • feat: Add compiler API (#3442)
  • fix(ws): Handshake with correctly empty search string (#3587)
  • fix(yaml): Export parseAll (#3592)
  • perf: TextEncoder.encode improvement (#3596, #3589)
  • refactor: Replace libdeno with rusty_v8 (#3556, #3601, #3602, #3605, #3611, #3613, #3615)
  • upgrade: V8 8.1.108 (#3623)

v0.28.1 / 2020.01.03

  • feat(http): make req.body a Reader (#3575)
  • fix: dynamically linking to OpenSSL (#3586)

v0.28.0 / 2020.01.02

  • feat: Add Deno.dir("executable") (#3526)
  • feat: Add missing mod.ts files in std (#3509)
  • fix(repl): Do not crash on async op reject (#3527)
  • fix(std/encoding/yaml): support document separator in parseAll (#3535)
  • fix: Allow reading into a 0-length array (#3329)
  • fix: Drop unnecessary Object.assign from createResolvable() (#3548)
  • fix: Expose shutdown() and ShutdownMode TS def (#3558, #3560)

... (truncated)

Commits

Updates deno_tls from 0.190.0 to 0.195.0

Commits

Updates deno_url from 0.203.0 to 0.208.0

Commits

Updates deno_web from 0.234.0 to 0.236.0

Commits

Updates deno_webidl from 0.203.0 to 0.208.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

Bumps the deno group with 13 updates:

| Package | From | To |
| --- | --- | --- |
| [deno_ast](https://github.com/denoland/deno_ast) | `0.46.6` | `0.48.0` |
| [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.1` |
| [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.30.0` |
| [deno_tls](https://github.com/denoland/deno) | `0.190.0` | `0.195.0` |
| [deno_url](https://github.com/denoland/deno) | `0.203.0` | `0.208.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.208.0` |
| [deno_websocket](https://github.com/denoland/deno) | `0.208.0` | `0.210.0` |


Updates `deno_ast` from 0.46.6 to 0.48.0
- [Release notes](https://github.com/denoland/deno_ast/releases)
- [Commits](denoland/deno_ast@0.46.6...0.48.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.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.1
- [Commits](https://github.com/denoland/deno_error/commits)

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.30.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.30.0)

Updates `deno_tls` from 0.190.0 to 0.195.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.208.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.208.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.48.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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.1
  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.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deno
- dependency-name: deno_tls
  dependency-version: 0.195.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deno
- dependency-name: deno_url
  dependency-version: 0.208.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.208.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 @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 27, 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 bajtos June 27, 2025 04:57
@dependabot dependabot bot requested a review from pyropy as a code owner June 27, 2025 04:57
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 27, 2025
@dependabot dependabot bot requested a review from NikolasHaimerl as a code owner June 27, 2025 04:57
@dependabot dependabot bot added rust Pull requests that update Rust code dependencies Pull requests that update a dependency file labels Jun 27, 2025
@github-actions github-actions bot enabled auto-merge (squash) June 27, 2025 04:57
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 7, 2025

The group that created this PR has been removed from your configuration.

@dependabot dependabot bot closed this Jul 7, 2025
auto-merge was automatically disabled July 7, 2025 16:13

Pull request was closed

@dependabot dependabot bot deleted the dependabot/cargo/deno-e175fe9658 branch July 7, 2025 16:13
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.

1 participant