Skip to content

Commit

Permalink
chore(deps): update yarn to v3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 1, 2023
1 parent 14d11e2 commit 420ef8e
Show file tree
Hide file tree
Showing 4 changed files with 272 additions and 272 deletions.
532 changes: 266 additions & 266 deletions .yarn/releases/yarn-3.5.0.cjs → .yarn/releases/yarn-3.5.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.5.0.cjs
yarnPath: .yarn/releases/yarn-3.5.1.cjs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,5 @@
"tslib": "^2.5.0",
"typescript": "^5.0.4"
},
"packageManager": "yarn@3.5.0"
"packageManager": "yarn@3.5.1"
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9815,21 +9815,21 @@ __metadata:

"typescript@patch:typescript@^3 || ^4#~builtin<compat/typescript>":
version: 4.9.5
resolution: "typescript@patch:typescript@npm%3A4.9.5#~builtin<compat/typescript>::version=4.9.5&hash=23ec76"
resolution: "typescript@patch:typescript@npm%3A4.9.5#~builtin<compat/typescript>::version=4.9.5&hash=289587"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: ab417a2f398380c90a6cf5a5f74badd17866adf57f1165617d6a551f059c3ba0a3e4da0d147b3ac5681db9ac76a303c5876394b13b3de75fdd5b1eaa06181c9d
checksum: 1f8f3b6aaea19f0f67cba79057674ba580438a7db55057eb89cc06950483c5d632115c14077f6663ea76fd09fce3c190e6414bb98582ec80aa5a4eaf345d5b68
languageName: node
linkType: hard

"typescript@patch:typescript@^5.0.4#~builtin<compat/typescript>":
version: 5.0.4
resolution: "typescript@patch:typescript@npm%3A5.0.4#~builtin<compat/typescript>::version=5.0.4&hash=85af82"
resolution: "typescript@patch:typescript@npm%3A5.0.4#~builtin<compat/typescript>::version=5.0.4&hash=b5f058"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: bb309d320c59a26565fb3793dba550576ab861018ff3fd1b7fccabbe46ae4a35546bc45f342c0a0b6f265c801ccdf64ffd68f548f117ceb7f0eac4b805cd52a9
checksum: d26b6ba97b6d163c55dbdffd9bbb4c211667ebebc743accfeb2c8c0154aace7afd097b51165a72a5bad2cf65a4612259344ff60f8e642362aa1695c760d303ac
languageName: node
linkType: hard

Expand Down

1 comment on commit 420ef8e

@github-actions
Copy link

Choose a reason for hiding this comment

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

Benchmark

Benchmark suite Current: 420ef8e Previous: 14d11e2 Ratio
noop#napi-rs 66910607 ops/sec (±0.17%) 66672073 ops/sec (±0.29%) 1.00
noop#JavaScript 591321875 ops/sec (±0.83%) 593923043 ops/sec (±0.32%) 1.00
Plus number#napi-rs 20923717 ops/sec (±0.14%) 20932600 ops/sec (±0.12%) 1.00
Plus number#JavaScript 592862908 ops/sec (±0.12%) 593499127 ops/sec (±0.11%) 1.00
Create buffer#napi-rs 405312 ops/sec (±6.69%) 397227 ops/sec (±7.26%) 0.98
Create buffer#JavaScript 1968876 ops/sec (±3.65%) 1959850 ops/sec (±5.53%) 1.00
createArray#createArrayJson 43841 ops/sec (±0.13%) 44063 ops/sec (±0.12%) 1.01
createArray#create array for loop 7569 ops/sec (±0.1%) 7589 ops/sec (±0.09%) 1.00
createArray#create array with serde trait 7803 ops/sec (±0.3%) 7812 ops/sec (±0.4%) 1.00
getArrayFromJs#get array from json string 17870 ops/sec (±0.18%) 18350 ops/sec (±0.13%) 1.03
getArrayFromJs#get array from serde 11033 ops/sec (±0.07%) 11225 ops/sec (±0.06%) 1.02
getArrayFromJs#get array with for loop 13381 ops/sec (±0.11%) 13435 ops/sec (±0.35%) 1.00
Get Set property#Get Set from native#u32 421683 ops/sec (±7.58%) 419565 ops/sec (±7.27%) 0.99
Get Set property#Get Set from JavaScript#u32 372594 ops/sec (±2.72%) 358982 ops/sec (±7.56%) 0.96
Get Set property#Get Set from native#string 388503 ops/sec (±11.28%) 381308 ops/sec (±10.74%) 0.98
Get Set property#Get Set from JavaScript#string 355797 ops/sec (±2.62%) 355063 ops/sec (±2.49%) 1.00
Async task#spawn task 34380 ops/sec (±0.5%) 35610 ops/sec (±1.6%) 1.04
Async task#ThreadSafeFunction 2922 ops/sec (±2.74%) 3425 ops/sec (±3.39%) 1.17
Async task#Tokio future to Promise 30953 ops/sec (±0.56%) 32618 ops/sec (±0.72%) 1.05
Query#query * 100 1811 ops/sec (±1.59%) 1788 ops/sec (±2.19%) 0.99
Query#query * 1 31193 ops/sec (±1.32%) 31778 ops/sec (±1.48%) 1.02

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

Please sign in to comment.