]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Update chartjs-test-utils and mis-sized fixtures (#9135)
authorJukka Kurkela <jukka.kurkela@gmail.com>
Thu, 20 May 2021 11:59:55 +0000 (14:59 +0300)
committerGitHub <noreply@github.com>
Thu, 20 May 2021 11:59:55 +0000 (14:59 +0300)
package-lock.json
package.json
test/fixtures/controller.doughnut/single-slice-opacity.png
test/fixtures/core.scale/autoSkip/no-offset.png
test/fixtures/core.scale/autoSkip/offset.png
test/fixtures/plugin.title/scriptable-options.png
test/fixtures/plugin.tooltip/positioning.png
test/fixtures/scale.linear/min-max-skip/edge-case-1.png
test/fixtures/scale.linear/rotated-45.png

index 7fc51d1fd97c212b919e4ba3b1f43ebff94ac355..7f4de90e1a87b659f0e7c4d5303709f534f7e931 100644 (file)
@@ -21,7 +21,7 @@
         "@vuepress/plugin-html-redirect": "^0.1.2",
         "chartjs-adapter-luxon": "^1.0.0",
         "chartjs-adapter-moment": "^1.0.0",
-        "chartjs-test-utils": "^0.2.2",
+        "chartjs-test-utils": "^0.3.0",
         "concurrently": "^6.0.1",
         "coveralls": "^3.1.0",
         "cross-env": "^7.0.3",
       }
     },
     "node_modules/chartjs-test-utils": {
-      "version": "0.2.2",
-      "resolved": "https://registry.npmjs.org/chartjs-test-utils/-/chartjs-test-utils-0.2.2.tgz",
-      "integrity": "sha512-WJ9zhoBzhsLHsskPW8YFiLBbdOZ7aPOcsvr7aGVuDwbbyyAJWj2gz0osdTcBTjuGiEPYuXcf+S6UNV4zEjo3gQ==",
+      "version": "0.3.0",
+      "resolved": "https://registry.npmjs.org/chartjs-test-utils/-/chartjs-test-utils-0.3.0.tgz",
+      "integrity": "sha512-YN3K8hZgiCZaVDvfysQ91ERd3q1knvydN0NmKS8N5S9MUyW1lvVaelrDL1f8Zh3jq2Qo+IjpUyO4VeOR5XvmsQ==",
       "dev": true,
       "dependencies": {
         "jasmine": "^3.6.4",
       "integrity": "sha512-pM7CR3yXB6L8Gfn6EmX7FLNE3+V/15I3o33GkSNsWvgsMp6HVGXKkXgojrcfUUauyL1LZOdvTmu4enU2RePGHw==",
       "dev": true,
       "requires": {
-        "@babel/core": "^7.11.0",
         "@babel/helper-compilation-targets": "^7.9.6",
         "@babel/helper-module-imports": "^7.8.3",
         "@babel/plugin-proposal-class-properties": "^7.8.3",
         "@vue/babel-plugin-jsx": "^1.0.3",
         "@vue/babel-preset-jsx": "^1.2.4",
         "babel-plugin-dynamic-import-node": "^2.3.3",
-        "core-js": "^3.6.5",
         "core-js-compat": "^3.6.5",
         "semver": "^6.1.0"
       },
       "requires": {}
     },
     "chartjs-test-utils": {
-      "version": "0.2.2",
-      "resolved": "https://registry.npmjs.org/chartjs-test-utils/-/chartjs-test-utils-0.2.2.tgz",
-      "integrity": "sha512-WJ9zhoBzhsLHsskPW8YFiLBbdOZ7aPOcsvr7aGVuDwbbyyAJWj2gz0osdTcBTjuGiEPYuXcf+S6UNV4zEjo3gQ==",
+      "version": "0.3.0",
+      "resolved": "https://registry.npmjs.org/chartjs-test-utils/-/chartjs-test-utils-0.3.0.tgz",
+      "integrity": "sha512-YN3K8hZgiCZaVDvfysQ91ERd3q1knvydN0NmKS8N5S9MUyW1lvVaelrDL1f8Zh3jq2Qo+IjpUyO4VeOR5XvmsQ==",
       "dev": true,
       "requires": {
         "jasmine": "^3.6.4",
index 2d471e2ef7edf29d06541132fc28ab7b27a02f5b..1f41edfea1d119a58ac7f3e843da38f7d79adffa 100644 (file)
@@ -61,7 +61,7 @@
     "@vuepress/plugin-html-redirect": "^0.1.2",
     "chartjs-adapter-luxon": "^1.0.0",
     "chartjs-adapter-moment": "^1.0.0",
-    "chartjs-test-utils": "^0.2.2",
+    "chartjs-test-utils": "^0.3.0",
     "concurrently": "^6.0.1",
     "coveralls": "^3.1.0",
     "cross-env": "^7.0.3",
index 9a55d1ca108529e91e1995424faf29e70e4dcfb1..c94dd6f7944855a7cf1e4dc15eb0bb536f9d4877 100644 (file)
Binary files a/test/fixtures/controller.doughnut/single-slice-opacity.png and b/test/fixtures/controller.doughnut/single-slice-opacity.png differ
index f8d2d185170571063b5a94549e178fdf8a532eae..fb50bfcdbbeaf12e89185a35c753782095a3a099 100644 (file)
Binary files a/test/fixtures/core.scale/autoSkip/no-offset.png and b/test/fixtures/core.scale/autoSkip/no-offset.png differ
index 72ee4eef4a161225e9a40c67f1d1c7f10914de02..5c488b1718a61d4fabc9431af5a4a5e4657099d3 100644 (file)
Binary files a/test/fixtures/core.scale/autoSkip/offset.png and b/test/fixtures/core.scale/autoSkip/offset.png differ
index cf3ec7c65ec4fda592fdd5451e96ee573d4d69bf..8a3086ab0ef46b993f0f465df99fb93d7482716b 100644 (file)
Binary files a/test/fixtures/plugin.title/scriptable-options.png and b/test/fixtures/plugin.title/scriptable-options.png differ
index a331f3fdc947fb4dcee5eb33787d7942928571d1..288764e0185880c722a3095b0e6e39f36ad09827 100644 (file)
Binary files a/test/fixtures/plugin.tooltip/positioning.png and b/test/fixtures/plugin.tooltip/positioning.png differ
index 11cb4899682c982aaceac77830bbce98cf89fbab..aff42592ee9c9f2513e7ee31d6be363bc71f66bf 100644 (file)
Binary files a/test/fixtures/scale.linear/min-max-skip/edge-case-1.png and b/test/fixtures/scale.linear/min-max-skip/edge-case-1.png differ
index dc5e19d78316664d0db435163950d17cae25381f..933aa2280eb28255ea5b3bb362cbbc195d7b2ccb 100644 (file)
Binary files a/test/fixtures/scale.linear/rotated-45.png and b/test/fixtures/scale.linear/rotated-45.png differ