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

chore: bump up all non-major dependencies #669

Merged
merged 1 commit into from Apr 4, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 26, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@ls-lint/ls-lint 2.2.2 -> 2.2.3 age adoption passing confidence devDependencies patch
@napi-rs/cli 3.0.0-alpha.43 -> 3.0.0-alpha.45 age adoption passing confidence devDependencies patch
@types/node (source) 20.11.26 -> 20.12.4 age adoption passing confidence devDependencies minor
async-trait 0.1.74 -> 0.1.79 age adoption passing confidence workspace.dependencies patch
change-case (source) 5.4.3 -> 5.4.4 age adoption passing confidence dependencies patch
cspell (source) 8.6.0 -> 8.6.1 age adoption passing confidence devDependencies patch
futures (source) 0.3.29 -> 0.3.30 age adoption passing confidence workspace.dependencies patch
glob 10.3.10 -> 10.3.12 age adoption passing confidence devDependencies patch
insta (source) 1.34.0 -> 1.38.0 age adoption passing confidence workspace.dependencies minor
mocha (source) 10.3.0 -> 10.4.0 age adoption passing confidence dependencies minor
once_cell 1.18.0 -> 1.19.0 age adoption passing confidence workspace.dependencies patch
oxc_resolver 1.2.0 -> 1.6.4 age adoption passing confidence workspace.dependencies minor
pnpm (source) 8.15.4 -> 8.15.6 age adoption passing confidence packageManager patch
rayon 1.6.0 -> 1.10.0 age adoption passing confidence workspace.dependencies patch
regex 1.10.2 -> 1.10.4 age adoption passing confidence workspace.dependencies patch
schemars (source) 0.8.11 -> 0.8.16 age adoption passing confidence dependencies patch
serde (source) 1.0.190 -> 1.0.197 age adoption passing confidence workspace.dependencies patch
serde_json 1.0.108 -> 1.0.115 age adoption passing confidence workspace.dependencies patch
smallvec 1.11.1 -> 1.13.2 age adoption passing confidence workspace.dependencies patch
terser (source) 5.29.2 -> 5.30.3 age adoption passing confidence devDependencies minor
testing_macros 0.2.11 -> 0.2.12 age adoption passing confidence workspace.dependencies patch
tokio (source) 1.33.0 -> 1.37.0 age adoption passing confidence workspace.dependencies minor
tracing-chrome 0.7.1 -> 0.7.2 age adoption passing confidence dependencies patch
tracing-subscriber (source) 0.3.16 -> 0.3.18 age adoption passing confidence dependencies patch
tree-sitter ^0.20.6 -> ^0.21.0 age adoption passing confidence dependencies minor
type-fest 4.12.0 -> 4.15.0 age adoption passing confidence devDependencies minor
vfs 0.11.0 -> 0.12.0 age adoption passing confidence workspace.dependencies minor
vitepress (source) 1.0.0-rc.45 -> 1.0.2 age adoption passing confidence devDependencies patch
vitest (source) 1.3.1 -> 1.4.0 age adoption passing confidence devDependencies minor
wasm-bindgen (source) 0.2.74 -> 0.2.92 age adoption passing confidence dependencies patch

Release Notes

loeffel-io/ls-lint (@​ls-lint/ls-lint)

v2.2.3

Compare Source

What's Changed

Full Changelog: loeffel-io/ls-lint@v2.2.2...v2.2.3

napi-rs/napi-rs (@​napi-rs/cli)

v3.0.0-alpha.45

Compare Source

v3.0.0-alpha.44

Compare Source

What's Changed

Full Changelog: https://github.com/napi-rs/napi-rs/compare/napi@2.16.0...[@​napi-rs/cli](https://togithub.com/napi-rs/cli)[@​3](https://togithub.com/3).0.0-alpha.44

dtolnay/async-trait (async-trait)

v0.1.79

Compare Source

  • Clean up some dead code

v0.1.78

Compare Source

  • Prevent unused_qualifications lint being triggered in generated code in nightly-2024-03-05 and up (#​260)
blakeembrey/change-case (change-case)

v5.4.4

Compare Source

streetsidesoftware/cspell (cspell)

v8.6.1

Compare Source

Note: Version bump only for package cspell

isaacs/node-glob (glob)

v10.3.12

Compare Source

v10.3.11

Compare Source

mitsuhiko/insta (insta)

v1.38.0

Compare Source

  • Filters is now constructible from IntoIterator. #​400

  • Change std macro calls to be fully qualified. This fixes issues where
    the prelude was not used or the macros were overridden. #​469

v1.37.0

Compare Source

  • All macros for file snapshots should now handle trailing commas (but not yet inline snapshots)

  • Vendored old yaml-rust dependency to avoid rustsec warnings. #​465

mochajs/mocha (mocha)

v10.4.0

Compare Source

🎉 Enhancements
🐛 Fixes
🔩 Other
oxc-project/oxc-resolver (oxc_resolver)

v1.6.4

Docs
  • improve terminology and clarify contexts

v1.6.1

Compare Source

What's Changed

Full Changelog: https://github.com/oxc-project/oxc-resolver/compare/1.6.0...

v1.6.0

Compare Source

What's Changed

New Contributors

Full Changelog: oxc-project/oxc-resolver@1.5.4...1.6.0

pnpm/pnpm (pnpm)

v8.15.6

Compare Source

Patch Changes

  • The exit code of the child process should be preserved on pnpm run #​7817.
  • When sorting packages in a workspace, take into account workspace dependencies specified as peerDependencies #​7813.
  • Add --ignore-scripts argument to prune command #​7836.

Platinum Sponsors

Gold Sponsors

Silver Sponsors

v8.15.5

Compare Source

rust-lang/regex (regex)

v1.10.4

Compare Source

servo/rust-smallvec (smallvec)

v1.13.2

Compare Source

What's Changed

Full Changelog: servo/rust-smallvec@v1.13.1...v1.13.2

terser/terser (terser)

v5.30.3

Compare Source

  • Fix precedence of #private in ... operator

v5.30.2

Compare Source

  • Avoid optimizations inside computed keys, because they can cause js-engine-specific bugs.

v5.30.1

Compare Source

  • Removed useless \ escapes for non-ascii characters
  • Make modern identifier characters quoted for older environments (#​1512)

v5.30.0

Compare Source

  • Improve removal of classes referring to themselves
tokio-rs/tokio (tokio)

v1.37.0: Tokio v1.37.0

Compare Source

1.37.0 (March 28th, 2024)

Added
  • fs: add set_max_buf_size to tokio::fs::File (#​6411)
  • io: add try_new and try_with_interest to AsyncFd (#​6345)
  • sync: add forget_permits method to semaphore (#​6331)
  • sync: add is_closed, is_empty, and len to mpsc receivers (#​6348)
  • sync: add a rwlock() method to owned RwLock guards (#​6418)
  • sync: expose strong and weak counts of mpsc sender handles (#​6405)
  • sync: implement Clone for watch::Sender (#​6388)
  • task: add TaskLocalFuture::take_value (#​6340)
  • task: implement FromIterator for JoinSet (#​6300)
Changed
  • io: make io::split use a mutex instead of a spinlock (#​6403)
Fixed
  • docs: fix docsrs build without net feature (#​6360)
  • macros: allow select with only else branch (#​6339)
  • runtime: fix leaking registration entries when os registration fails (#​6329)
Documented
  • io: document cancel safety of AsyncBufReadExt::fill_buf (#​6431)
  • io: document cancel safety of AsyncReadExt's primitive read functions (#​6337)
  • runtime: add doc link from Runtime to #[tokio::main] (#​6366)
  • runtime: make the enter example deterministic (#​6351)
  • sync: add Semaphore example for limiting the number of outgoing requests (#​6419)
  • sync: fix missing period in broadcast docs (#​6377)
  • sync: mark mpsc::Sender::downgrade with #[must_use] (#​6326)
  • sync: reorder const_new before new_with (#​6392)
  • sync: update watch channel docs (#​6395)
  • task: fix documentation links (#​6336)
Changed (unstable)
  • runtime: include task Id in taskdumps (#​6328)
  • runtime: panic if unhandled_panic is enabled when not supported (#​6410)
thoren-d/tracing-chrome (tracing-chrome)

v0.7.2

Compare Source

  • Support platforms that lack AtomicU64 support.
tree-sitter/node-tree-sitter (tree-sitter)

v0.21.1

Compare Source

v0.21.0

Compare Source

BREAKING CHANGES:

Other changes:

  • add more methods/properties to bring Node inline with Rust bindings (contributed by @​amaanq in #​191)
  • make module context aware (contributed by @​segevfiner in #​184)
  • drop Node 14 and 16 support
  • switch to prebuildify instead of prebuild-install (now binaries are stored on npm instead of GitHub Releases) (contributed by @​ObserverOfTime in #​192)
sindresorhus/type-fest (type-fest)

v4.15.0

Compare Source

v4.14.0

Compare Source

v4.13.1

Compare Source

  • SetParameterType: Properly fix compatibility with TypeScript 5.4 (#​836) a186adb

v4.13.0

Compare Source

New types
Improvements
Fixes
  • SetParameterType: Fix compatibility with TypeScript 5.4 (#​835) 2bc451e
  • OmitDeep: Fix handling for when the given path is not matched (#​834) 4f14bff
manuel-woelker/rust-vfs (vfs)

v0.12.0

Compare Source

vuejs/vitepress (vitepress)

v1.0.2

Compare Source

Bug Fixes
  • theme: text containing html not showing properly in mobile nav menu (3c8b4c7)

v1.0.1

Compare Source

Bug Fixes
  • build: vendor vue-demi to avoid resolution issues with yarn berry (#​3680) (5d3cb96)

v1.0.0

Compare Source

Bug Fixes

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.

Copy link

netlify bot commented Mar 26, 2024

Deploy Preview for rolldown-rs canceled.

Name Link
🔨 Latest commit 0a2420c
🔍 Latest deploy log https://app.netlify.com/sites/rolldown-rs/deploys/660e036370486d0008dee159

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 28 times, most recently from b392def to 8bc9f07 Compare March 30, 2024 07:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 24 times, most recently from 307ba7b to dade78b Compare April 3, 2024 21:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from dade78b to 0a2420c Compare April 4, 2024 01:33
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: 0a2420c Previous: 1a28885 Ratio
threejs10x 322.45 ms / ops 303.43 ms / ops 1.06
threejs10x-sourcemap 453.90 ms / ops 428.98 ms / ops 1.06

This comment was automatically generated by workflow using github-action-benchmark.

@hyf0 hyf0 merged commit ebc315e into main Apr 4, 2024
17 checks passed
@hyf0 hyf0 deleted the renovate/all-minor-patch branch April 4, 2024 07:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant