Skip to content
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

fix(deps): update all non-major dependencies #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 27, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
deno_console dependencies minor 0.73.0 -> 0.153.0
deno_core dependencies minor 0.155.0 -> 0.283.0

Release Notes

denoland/deno_core (deno_core)

v0.283.0

Compare Source

v0.282.0

Compare Source

v0.281.0

Compare Source

v0.280.0

Compare Source

v0.279.0

Compare Source

v0.278.0

Compare Source

v0.277.0

Compare Source

v0.276.0

Compare Source

v0.275.0

Compare Source

v0.274.0

Compare Source

v0.273.0

Compare Source

v0.272.0

Compare Source

v0.271.0

Compare Source

v0.270.0

Compare Source

v0.269.0

Compare Source

v0.268.0

Compare Source

v0.267.0

Compare Source

v0.266.0

Compare Source

v0.265.0

Compare Source

v0.264.0

Compare Source

v0.263.0

Compare Source

v0.262.0

Compare Source

v0.261.0

Compare Source

v0.260.0

Compare Source

v0.259.0

Compare Source

v0.258.0

Compare Source

v0.257.0

Compare Source

v0.256.0

Compare Source

v0.255.0

Compare Source

v0.254.0

Compare Source

v0.253.0

Compare Source

v0.249.0

Compare Source

v0.248.0

Compare Source

v0.247.0

Compare Source

v0.246.0

Compare Source

v0.245.0

Compare Source

v0.244.0

Compare Source

v0.243.0

Compare Source

v0.242.0

Compare Source

v0.241.0

Compare Source

v0.240.0

Compare Source

v0.239.0

Compare Source

v0.238.0

Compare Source

v0.237.0

Compare Source

v0.236.0

Compare Source

v0.235.0

Compare Source

v0.234.0

Compare Source

v0.233.0

Compare Source

v0.232.0

Compare Source

v0.231.0

Compare Source

v0.230.0

Compare Source

v0.229.0

Compare Source

v0.228.0

Compare Source

v0.227.0

Compare Source

v0.226.0

Compare Source

v0.225.0

Compare Source

v0.224.0

Compare Source

v0.223.0

Compare Source

v0.222.0

Compare Source

v0.221.0

Compare Source

v0.220.0

Compare Source

v0.219.0

Compare Source

v0.218.0

Compare Source

v0.217.0

Compare Source

v0.216.0

Compare Source

v0.215.0

Compare Source

v0.214.0

Compare Source

v0.213.0

Compare Source

v0.211.0

Compare Source

v0.210.0

Compare Source

v0.209.0

Compare Source

v0.208.0

Compare Source

v0.207.0

Compare Source

v0.206.0

Compare Source

v0.205.0

Compare Source

v0.204.0

Compare Source

v0.203.0

Compare Source

v0.202.0

Compare Source

v0.201.0

Compare Source

v0.200.0

Compare Source

v0.199.0

Compare Source

v0.198.0

Compare Source

v0.197.0

Compare Source

  • feat(ops): support SMI in return types (#​86)
  • fix(core): Avoid cloning Vec when we only have one realm (#​85)
  • fix(core): Re-run event loop after resolving ops
  • fix(realms): Call the right realm's format exception callback for promise rejections (#​82)

v0.196.0

Compare Source

v0.195.0

Compare Source

  • Re-export RuntimeSnapshotOptions (#​13)
  • Support for global template and global object (#​9)
  • feat(core): Implement v8::XXX args and return (#​12)
  • feat(core): op2 #[serde] parameter support (#​20)
  • feat(ops): Deprecate decl() in favour of const DECL and remove accessors for functions (#​26)
  • feat(ops): Make v8::* ops fast-capable (#​25)
  • feat(ops): bool results for fast and slow (#​19)
  • fix(ops): defer mut ref for ops2 scope (#​21)

v0.194.0

Compare Source

v0.193.0

Compare Source

v0.192.0

  • Forward 1.21.1 (#​14428)
  • Forward 1.24.1 to main (#​15333) (#​15336)
  • Introduce serde_v8 (#​9722)
  • Merge v1.10.3 into main (#​10801)
  • Reland "perf(http): optimize ReadableStreams backed by a resource" (#​14346)
  • Revert various PRs related to "ext/http" (#​14339)
  • core: introduce resource.read_return (#​14331)
  • experiment(serde_v8): derive_more enabled opaque wrappers (#​14096)
  • feat(core): Re-export v8 use_custom_libcxx feature (#​14475)
  • feat(ext/ffi): Replace pointer integers with v8::External objects (#​16889)
  • feat(ext/http): stream auto resp body compression (#​14325)
  • feat(ext/kv): key-value store (#​18232)
  • feat(lock): skip saving declaration files in the lockfile (#​19447)
  • feat(ops): Automatic fast ops creation (#​15527)
  • feat(runtime/worker): Structured cloning worker message passing (#​9323)
  • feat(serde_v8): DetachedBuffer (#​14102)
  • feat(serde_v8): Serialize integers as BigInt (#​15692)
  • feat(serde_v8): StringOrBuffer (#​12503)
  • feat(serde_v8): Support StringObject as unit enum variant (#​15715)
  • feat(serde_v8): ZeroCopyBuf (#​10432)
  • feat(serde_v8): add serde_v8::Global (#​14761)
  • feat(serde_v8): allow all values to deserialize to unit type (#​12504)
  • feat(serde_v8): better error output (#​18815)
  • feat(serde_v8): bytes::Bytes support (#​14412)
  • feat(serde_v8): deserialize ArrayBuffers (#​13436)
  • feat(serde_v8): support BigInt serialization (#​18225)
  • feat: update to V8 9.7 (#​12685)
  • fix(core): Ensure we don't lose the waker when polling an empty JoinSet (#​19655)
  • fix(core): consistent extension source resolution (#​19615)
  • fix(serde_v8): Do not coerce values in serde_v8 (#​19569)
  • fix(serde_v8): Implement MapAccess for StructAccess (#​15962)
  • fix(serde_v8): avoid creating unsound slice reference (#​16189)
  • fix(serde_v8): more robust number deserialization (#​14216)
  • fix(serde_v8): no panic on reading large text file (#​15494)
  • fix(serde_v8): remove intentional deserialization error on non-utf8 strings (#​10156)
  • fix(serde_v8): remove intentional deserialization error on non-utf8 strings (#​10156)
  • fix(serde_v8): serialize objects with numeric keys correctly (#​15946)
  • fix(serde_v8): support #[serde(default)] (#​13300)
  • fix(serde_v8): update bytes::Bytes layout assumptions (#​15718)
  • fix: non ascii buffer response in http server (#​12728)
  • lint(serde_v8): fix "inconsistent struct constructor" (#​10227)
  • perf(core): optimize encode on large strings (#​14619)
  • perf(http): encode string bodies in op-layer (#​12451)
  • perf(http): optimize ReadableStreams backed by a resource (#​14284)
  • perf(napi): optimize primitive napi functions (#​16163)
  • perf(serde_v8): serde_v8::StringOrBuffer return JS ArrayBuffer instead of Uint8Array (#​16360)
  • perf(serde_v8): avoid SerializablePkg allocs (#​13860)
  • perf(serde_v8): avoid extra is_array_buffer_view check (#​15056)
  • perf(serde_v8): drop need for EscapableHandleScope (#​9990)
  • perf(serde_v8): drop need for RC in serializer (#​9987)
  • perf(serde_v8): fast path for large strings (#​14450)
  • perf(serde_v8): introduce Serializable boxable object (#​9983)
  • perf(serde_v8): optimize ByteString deserialization (#​13853)
  • perf(serde_v8): preallocate vector when serializing arrays (#​9955)
  • perf(serde_v8): remove Mutex from ZeroCopyBuf (#​15888)
  • perf(serde_v8): smallvec ByteString (#​15008)
  • perf(serde_v8): zero-copy StringOrBuffer (#​14381)
  • perf(serde_v8/de): implement SeqAccess size_hint (#​9975)
  • perf(web): Optimize TextDecoder by adding a new U16String type (#​13923)
  • perf: use ops for node:crypto ciphers (#​17819)
  • serde_v8: fix pointer size assumptions (#​15613)
  • serde_v8: improvements to avoid hitting unimplemented codepaths (#​13915)
  • serde_v8: restore ser/de benches (#​9939)
  • upgrade: rusty_v8 0.22.0 (V8 9.1.269.2) (#​10152)
  • upgrade: rusty_v8 0.22.1 (V8 9.1.269.5) (#​10159)
  • upgrade: rusty_v8 0.22.2 (#​10551)
  • upgrade: rusty_v8 0.42.0 (#​14334)
  • upgrade: v8 10.4.132.5 (#​14874)
  • upgrade: v8 crate 0.35.0 (V8 9.7.106.5) (#​12797)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 10fdabe to 8d47cd3 Compare November 9, 2022 00:18
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 888b187 to 340d23b Compare November 18, 2022 23:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from e74351e to 181e874 Compare December 1, 2022 11:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 54c8415 to 63d4897 Compare December 15, 2022 17:18
@renovate renovate bot changed the title fix(deps): update all non-major dependencies Update all non-major dependencies Dec 17, 2022
@renovate renovate bot changed the title Update all non-major dependencies fix(deps): update all non-major dependencies Dec 17, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from dabe526 to 31fce01 Compare December 18, 2022 20:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 725d692 to ff3e58d Compare January 6, 2023 12:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f6a9a90 to 12a5e3c Compare March 17, 2023 22:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 12a5e3c to ee6fe62 Compare April 3, 2023 15:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 3ebca0e to 28258a3 Compare April 18, 2023 20:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 7832a91 to 1e13e1c Compare May 2, 2023 12:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 208633e to 798e63e Compare May 10, 2023 12:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 6ff5c65 to 23132a3 Compare March 14, 2024 19:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 0f7de10 to 6751676 Compare March 21, 2024 19:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 278e985 to 27dab24 Compare April 3, 2024 23:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from ebfb4bc to bdf1925 Compare April 16, 2024 02:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from c3c1f5e to 328810e Compare April 22, 2024 22:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from cea1489 to c225c1c Compare May 7, 2024 02:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from e11259d to 23e9871 Compare May 10, 2024 19:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from ea8627e to 945abc8 Compare May 23, 2024 01:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 945abc8 to 055e398 Compare May 24, 2024 04:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants