Skip to content

Commit

Permalink
Update dependencies (#56)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [deno](https://redirect.github.com/denoland/deno) | | minor | `2.0.6`
-> `2.1.1` |
| [proc-macro2](https://redirect.github.com/dtolnay/proc-macro2) |
workspace.dependencies | patch | `1.0.89` -> `1.0.92` |
| [syn](https://redirect.github.com/dtolnay/syn) |
workspace.dependencies | patch | `2.0.87` -> `2.0.89` |

---

### Release Notes

<details>
<summary>denoland/deno (deno)</summary>

###
[`v2.1.1`](https://redirect.github.com/denoland/deno/blob/HEAD/Releases.md#211--20241121)

[Compare
Source](https://redirect.github.com/denoland/deno/compare/v2.1.0...v2.1.1)

- docs(add): clarification to add command
([#&#8203;26968](https://redirect.github.com/denoland/deno/issues/26968))
- docs(doc): fix typo in doc subcommand help output
([#&#8203;26321](https://redirect.github.com/denoland/deno/issues/26321))
- fix(node): regression where ts files were sometimes resolved instead
of js

([#&#8203;26971](https://redirect.github.com/denoland/deno/issues/26971))
- fix(task): ensure root config always looks up dependencies in root
([#&#8203;26959](https://redirect.github.com/denoland/deno/issues/26959))
- fix(watch): don't panic if there's no path provided
([#&#8203;26972](https://redirect.github.com/denoland/deno/issues/26972))
- fix: Buffer global in --unstable-node-globals
([#&#8203;26973](https://redirect.github.com/denoland/deno/issues/26973))

###
[`v2.1.0`](https://redirect.github.com/denoland/deno/blob/HEAD/Releases.md#210--20241121)

[Compare
Source](https://redirect.github.com/denoland/deno/compare/v2.0.6...v2.1.0)

- feat(cli): add `--unstable-node-globals` flag
([#&#8203;26617](https://redirect.github.com/denoland/deno/issues/26617))
- feat(cli): support multiple env file argument
([#&#8203;26527](https://redirect.github.com/denoland/deno/issues/26527))
- feat(compile): ability to embed directory in executable
([#&#8203;26939](https://redirect.github.com/denoland/deno/issues/26939))
- feat(compile): ability to embed local data files
([#&#8203;26934](https://redirect.github.com/denoland/deno/issues/26934))
- feat(ext/fetch): Make fetch client parameters configurable
([#&#8203;26909](https://redirect.github.com/denoland/deno/issues/26909))
- feat(ext/fetch): allow embedders to use `hickory_dns_resolver` instead
of
default `GaiResolver`
([#&#8203;26740](https://redirect.github.com/denoland/deno/issues/26740))
- feat(ext/fs): add ctime to Deno.stats and use it in node compat layer
([#&#8203;24801](https://redirect.github.com/denoland/deno/issues/24801))
- feat(ext/http): Make http server parameters configurable
([#&#8203;26785](https://redirect.github.com/denoland/deno/issues/26785))
- feat(ext/node): perf_hooks.monitorEventLoopDelay()
([#&#8203;26905](https://redirect.github.com/denoland/deno/issues/26905))
- feat(fetch): accept async iterables for body
([#&#8203;26882](https://redirect.github.com/denoland/deno/issues/26882))
- feat(fmt): support SQL
([#&#8203;26750](https://redirect.github.com/denoland/deno/issues/26750))
- feat(info): show location for Web Cache
([#&#8203;26205](https://redirect.github.com/denoland/deno/issues/26205))
- feat(init): add --npm flag to initialize npm projects
([#&#8203;26896](https://redirect.github.com/denoland/deno/issues/26896))
- feat(jupyter): Add `Deno.jupyter.image` API
([#&#8203;26284](https://redirect.github.com/denoland/deno/issues/26284))
- feat(lint): Add checked files list to the JSON
output([#&#8203;26936](https://redirect.github.com/denoland/deno/issues/26936))
- feat(lsp): auto-imports with
[@&#8203;deno-types](https://redirect.github.com/deno-types) directives
([#&#8203;26821](https://redirect.github.com/denoland/deno/issues/26821))
-   feat(node): stabilize detecting if CJS via `"type": "commonjs"` in a
package.json
([#&#8203;26439](https://redirect.github.com/denoland/deno/issues/26439))
- feat(permission): support suffix wildcards in `--allow-env` flag
([#&#8203;25255](https://redirect.github.com/denoland/deno/issues/25255))
- feat(publish): add `--set-version <version>` flag
([#&#8203;26141](https://redirect.github.com/denoland/deno/issues/26141))
- feat(runtime): remove public OTEL trace API
([#&#8203;26854](https://redirect.github.com/denoland/deno/issues/26854))
- feat(task): add --eval flag
([#&#8203;26943](https://redirect.github.com/denoland/deno/issues/26943))
- feat(task): dependencies
([#&#8203;26467](https://redirect.github.com/denoland/deno/issues/26467))
- feat(task): support object notation, remove support for JSDocs
([#&#8203;26886](https://redirect.github.com/denoland/deno/issues/26886))
- feat(task): workspace support with --filter and --recursive
([#&#8203;26949](https://redirect.github.com/denoland/deno/issues/26949))
- feat(watch): log which file changed on HMR or watch change
([#&#8203;25801](https://redirect.github.com/denoland/deno/issues/25801))
- feat: OpenTelemetry Tracing API and Exporting
([#&#8203;26710](https://redirect.github.com/denoland/deno/issues/26710))
- feat: Wasm module support
([#&#8203;26668](https://redirect.github.com/denoland/deno/issues/26668))
- feat: fmt and lint respect .gitignore file
([#&#8203;26897](https://redirect.github.com/denoland/deno/issues/26897))
- feat: permission stack traces in ops
([#&#8203;26938](https://redirect.github.com/denoland/deno/issues/26938))
- feat: subcommand to view and update outdated dependencies
([#&#8203;26942](https://redirect.github.com/denoland/deno/issues/26942))
- feat: upgrade V8 to 13.0
([#&#8203;26851](https://redirect.github.com/denoland/deno/issues/26851))
- fix(cli): preserve comments in doc tests
([#&#8203;26828](https://redirect.github.com/denoland/deno/issues/26828))
- fix(cli): show prefix hint when installing a package globally
([#&#8203;26629](https://redirect.github.com/denoland/deno/issues/26629))
- fix(ext/cache): gracefully error when cache creation failed
([#&#8203;26895](https://redirect.github.com/denoland/deno/issues/26895))
- fix(ext/http): prefer brotli for `accept-encoding: gzip, deflate, br,
zstd`

([#&#8203;26814](https://redirect.github.com/denoland/deno/issues/26814))
-   fix(ext/node): New async setInterval function to improve the nodejs
compatibility
([#&#8203;26703](https://redirect.github.com/denoland/deno/issues/26703))
- fix(ext/node): add autoSelectFamily option to net.createConnection
([#&#8203;26661](https://redirect.github.com/denoland/deno/issues/26661))
- fix(ext/node): handle `--allow-sys=inspector`
([#&#8203;26836](https://redirect.github.com/denoland/deno/issues/26836))
- fix(ext/node): increase tolerance for interval test
([#&#8203;26899](https://redirect.github.com/denoland/deno/issues/26899))
- fix(ext/node): process.getBuiltinModule
([#&#8203;26833](https://redirect.github.com/denoland/deno/issues/26833))
- fix(ext/node): use ERR_NOT_IMPLEMENTED for notImplemented
([#&#8203;26853](https://redirect.github.com/denoland/deno/issues/26853))
- fix(ext/node): zlib.crc32()
([#&#8203;26856](https://redirect.github.com/denoland/deno/issues/26856))
- fix(ext/webgpu): Create GPUQuerySet converter before usage
([#&#8203;26883](https://redirect.github.com/denoland/deno/issues/26883))
- fix(ext/websocket): initialize `error` attribute of WebSocket
ErrorEvent

([#&#8203;26796](https://redirect.github.com/denoland/deno/issues/26796))
- fix(ext/webstorage): use error class for sqlite error case
([#&#8203;26806](https://redirect.github.com/denoland/deno/issues/26806))
- fix(fmt): error instead of panic on unstable format
([#&#8203;26859](https://redirect.github.com/denoland/deno/issues/26859))
- fix(fmt): formatting of .svelte files
([#&#8203;26948](https://redirect.github.com/denoland/deno/issues/26948))
- fix(install): percent encodings in interactive progress bar
([#&#8203;26600](https://redirect.github.com/denoland/deno/issues/26600))
- fix(install): re-setup bin entries after running lifecycle scripts
([#&#8203;26752](https://redirect.github.com/denoland/deno/issues/26752))
- fix(lockfile): track dependencies specified in TypeScript compiler
options

([#&#8203;26551](https://redirect.github.com/denoland/deno/issues/26551))
- fix(lsp): ignore editor indent settings if deno.json is present
([#&#8203;26912](https://redirect.github.com/denoland/deno/issues/26912))
- fix(lsp): skip code action edits that can't be converted
([#&#8203;26831](https://redirect.github.com/denoland/deno/issues/26831))
- fix(node): handle resolving ".//<something>" in npm packages
([#&#8203;26920](https://redirect.github.com/denoland/deno/issues/26920))
- fix(node/crypto): support promisify on generateKeyPair
([#&#8203;26913](https://redirect.github.com/denoland/deno/issues/26913))
- fix(permissions): say to use --allow-run instead of --allow-all
([#&#8203;26842](https://redirect.github.com/denoland/deno/issues/26842))
- fix(publish): improve error message when missing exports
([#&#8203;26945](https://redirect.github.com/denoland/deno/issues/26945))
- fix: otel resiliency
([#&#8203;26857](https://redirect.github.com/denoland/deno/issues/26857))
- fix: update message for unsupported schemes with npm and jsr
([#&#8203;26884](https://redirect.github.com/denoland/deno/issues/26884))
- perf(compile): code cache
([#&#8203;26528](https://redirect.github.com/denoland/deno/issues/26528))
- perf(windows): delay load webgpu and some other dlls
([#&#8203;26917](https://redirect.github.com/denoland/deno/issues/26917))
- perf: use available system memory for v8 isolate memory limit
([#&#8203;26868](https://redirect.github.com/denoland/deno/issues/26868))

</details>

<details>
<summary>dtolnay/proc-macro2 (proc-macro2)</summary>

###
[`v1.0.92`](https://redirect.github.com/dtolnay/proc-macro2/releases/tag/1.0.92)

[Compare
Source](https://redirect.github.com/dtolnay/proc-macro2/compare/1.0.91...1.0.92)

- Improve compiler/fallback mismatch panic message
([#&#8203;487](https://redirect.github.com/dtolnay/proc-macro2/issues/487))

###
[`v1.0.91`](https://redirect.github.com/dtolnay/proc-macro2/releases/tag/1.0.91)

[Compare
Source](https://redirect.github.com/dtolnay/proc-macro2/compare/1.0.90...1.0.91)

- Fix panic *"compiler/fallback mismatch 949"* when using
TokenStream::from_str from inside a proc macro to parse a string
containing doc comment
([#&#8203;484](https://redirect.github.com/dtolnay/proc-macro2/issues/484))

###
[`v1.0.90`](https://redirect.github.com/dtolnay/proc-macro2/releases/tag/1.0.90)

[Compare
Source](https://redirect.github.com/dtolnay/proc-macro2/compare/1.0.89...1.0.90)

- Improve error recovery in TokenStream's and Literal's FromStr
implementations to work around
[https://github.com/rust-lang/rust/issues/58736](https://redirect.github.com/rust-lang/rust/issues/58736)
such that rustc does not poison compilation on codepaths that should be
recoverable errors
([#&#8203;477](https://redirect.github.com/dtolnay/proc-macro2/issues/477),
[#&#8203;478](https://redirect.github.com/dtolnay/proc-macro2/issues/478),
[#&#8203;479](https://redirect.github.com/dtolnay/proc-macro2/issues/479),
[#&#8203;480](https://redirect.github.com/dtolnay/proc-macro2/issues/480),
[#&#8203;481](https://redirect.github.com/dtolnay/proc-macro2/issues/481),
[#&#8203;482](https://redirect.github.com/dtolnay/proc-macro2/issues/482))

</details>

<details>
<summary>dtolnay/syn (syn)</summary>

###
[`v2.0.89`](https://redirect.github.com/dtolnay/syn/releases/tag/2.0.89)

[Compare
Source](https://redirect.github.com/dtolnay/syn/compare/2.0.88...2.0.89)

- Fix *"compiler/fallback mismatch 949"* panic
([https://github.com/dtolnay/proc-macro2/issues/483](https://redirect.github.com/dtolnay/proc-macro2/issues/483))

###
[`v2.0.88`](https://redirect.github.com/dtolnay/syn/releases/tag/2.0.88)

[Compare
Source](https://redirect.github.com/dtolnay/syn/compare/2.0.87...2.0.88)

- Improve error recovery in `parse_str`
([#&#8203;1783](https://redirect.github.com/dtolnay/syn/issues/1783))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 9am on monday" (UTC),
Automerge - At any time (no schedule defined).

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

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/keithamus/hdx).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 25, 2024
1 parent 9041046 commit e629491
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .mise.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[tools]
rust = "1.82.0"
deno = "2.0.6"
deno = "2.1.1"
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e629491

Please sign in to comment.