Skip to content

Commit

Permalink
chore(deps): update dependency eslint-config-prettier to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 5, 2023
1 parent f6040b7 commit c09fbb7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"conventional-changelog-cli": "^3.0.0",
"echarts": "^5.4.3",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-sonarjs": "^0.20.0",
"husky": "^8.0.3",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ __metadata:
conventional-changelog-cli: ^3.0.0
echarts: ^5.4.3
eslint: ^8.45.0
eslint-config-prettier: ^8.8.0
eslint-config-prettier: ^9.0.0
eslint-plugin-import: ^2.27.5
eslint-plugin-sonarjs: ^0.20.0
husky: ^8.0.3
Expand Down Expand Up @@ -2271,14 +2271,14 @@ __metadata:
languageName: node
linkType: hard

"eslint-config-prettier@npm:^8.8.0":
version: 8.9.0
resolution: "eslint-config-prettier@npm:8.9.0"
"eslint-config-prettier@npm:^9.0.0":
version: 9.0.0
resolution: "eslint-config-prettier@npm:9.0.0"
peerDependencies:
eslint: ">=7.0.0"
bin:
eslint-config-prettier: bin/cli.js
checksum: a675d0dabd76b700ef2d062b5ec6a634e105a8e8c070f95281fd2ccb614527fac60b4c758132058c50f0521fd19313f1f5be45ce9ebf081f2e5f77ae6eb7d8db
checksum: 362e991b6cb343f79362bada2d97c202e5303e6865888918a7445c555fb75e4c078b01278e90be98aa98ae22f8597d8e93d48314bec6824f540f7efcab3ce451
languageName: node
linkType: hard

Expand Down

1 comment on commit c09fbb7

@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: c09fbb7 Previous: f6040b7 Ratio
Draw house#skia-canvas 19 ops/sec (±2.77%) 22 ops/sec (±0.63%) 1.16
Draw house#node-canvas 28 ops/sec (±2.41%) 27 ops/sec (±1.3%) 0.96
Draw house#@napi-rs/skia 20 ops/sec (±1.31%) 21 ops/sec (±1.23%) 1.05
Draw gradient#skia-canvas 19.1 ops/sec (±1.33%) 21 ops/sec (±0.42%) 1.10
Draw gradient#node-canvas 27.8 ops/sec (±1.57%) 25 ops/sec (±0.45%) 0.90
Draw gradient#@napi-rs/skia 19 ops/sec (±1.03%) 20 ops/sec (±1.77%) 1.05

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

Please sign in to comment.