Skip to content

Commit a26f658

Browse files
authored
Merge pull request #16 from sgratzl/release/v3.9.0
Release v3.9.0
2 parents ad91d2b + f85bf05 commit a26f658

19 files changed

+2329
-2372
lines changed

.yarn/releases/yarn-3.2.1.cjs

Lines changed: 0 additions & 786 deletions
This file was deleted.

.yarn/releases/yarn-3.2.2.cjs

Lines changed: 783 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ packageExtensions:
33
dependencies:
44
eslint-import-resolver-node: "*"
55

6-
yarnPath: .yarn/releases/yarn-3.2.1.cjs
6+
yarnPath: .yarn/releases/yarn-3.2.2.cjs

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021 Samuel Gratzl
3+
Copyright (c) 2019-2022 Samuel Gratzl
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

package.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "chartjs-plugin-hierarchical",
33
"description": "Chart.js module for hierarchical categories",
4-
"version": "3.8.0",
4+
"version": "3.9.0",
55
"author": {
66
"name": "Samuel Gratzl",
77
"email": "[email protected]",
@@ -23,8 +23,8 @@
2323
},
2424
"global": "ChartHierarchical",
2525
"module": "build/index.js",
26-
"main": "build/index.cjs.js",
27-
"browser": "build/index.umd.js",
26+
"main": "build/index.cjs",
27+
"node": "build/index.cjs",
2828
"unpkg": "build/index.umd.min.js",
2929
"jsdelivr": "build/index.umd.min.js",
3030
"types": "build/index.d.ts",
@@ -34,7 +34,7 @@
3434
"src/**/*.ts"
3535
],
3636
"peerDependencies": {
37-
"chart.js": "^3.8.0"
37+
"chart.js": "^3.9.1"
3838
},
3939
"browserslist": [
4040
"Firefox ESR",
@@ -43,43 +43,43 @@
4343
],
4444
"devDependencies": {
4545
"@chiogen/rollup-plugin-terser": "^7.0.2",
46-
"@rollup/plugin-commonjs": "^22.0.0",
46+
"@rollup/plugin-commonjs": "^22.0.2",
4747
"@rollup/plugin-node-resolve": "^13.3.0",
4848
"@rollup/plugin-replace": "^4.0.0",
49-
"@rollup/plugin-typescript": "^8.3.3",
50-
"@types/jest": "^28.1.1",
51-
"@types/jest-image-snapshot": "^4.3.1",
52-
"@types/node": "^17.0.42",
49+
"@rollup/plugin-typescript": "^8.3.4",
50+
"@types/jest": "^28.1.6",
51+
"@types/jest-image-snapshot": "^5.1.0",
52+
"@types/node": "^18.7.3",
5353
"@types/seedrandom": "^3.0.2",
54-
"@typescript-eslint/eslint-plugin": "^5.27.1",
55-
"@typescript-eslint/parser": "^5.27.1",
54+
"@typescript-eslint/eslint-plugin": "^5.33.0",
55+
"@typescript-eslint/parser": "^5.33.0",
5656
"@yarnpkg/sdks": "^2.6.2",
57-
"canvas": "^2.9.1",
57+
"canvas": "^2.9.3",
5858
"canvas-5-polyfill": "^0.1.5",
59-
"chart.js": "^3.8.0",
60-
"eslint": "^8.17.0",
59+
"chart.js": "^3.9.1",
60+
"eslint": "^8.22.0",
6161
"eslint-config-airbnb-typescript": "^17.0.0",
6262
"eslint-config-prettier": "^8.5.0",
6363
"eslint-config-react-app": "^7.0.1",
6464
"eslint-plugin-flowtype": "^8.0.3",
6565
"eslint-plugin-import": "^2.26.0",
66-
"eslint-plugin-jsx-a11y": "^6.5.1",
67-
"eslint-plugin-prettier": "^4.0.0",
68-
"eslint-plugin-react": "^7.30.0",
69-
"eslint-plugin-react-hooks": "^4.5.0",
70-
"jest": "^28.1.1",
71-
"jest-environment-jsdom": "^28.1.1",
66+
"eslint-plugin-jsx-a11y": "^6.6.1",
67+
"eslint-plugin-prettier": "^4.2.1",
68+
"eslint-plugin-react": "^7.30.1",
69+
"eslint-plugin-react-hooks": "^4.6.0",
70+
"jest": "^28.1.3",
71+
"jest-environment-jsdom": "^28.1.3",
7272
"jest-image-snapshot": "^5.1.0",
73-
"prettier": "^2.6.2",
73+
"prettier": "^2.7.1",
7474
"rimraf": "^3.0.2",
75-
"rollup": "~2.75.6",
75+
"rollup": "^2.78.0",
7676
"rollup-plugin-cleanup": "^3.2.1",
7777
"rollup-plugin-dts": "^4.2.2",
7878
"seedrandom": "^3.0.5",
79-
"ts-jest": "^28.0.4",
79+
"ts-jest": "^28.0.7",
8080
"tslib": "^2.4.0",
81-
"typedoc": "^0.22.17",
82-
"typescript": "^4.7.3",
81+
"typedoc": "^0.23.10",
82+
"typescript": "^4.7.4",
8383
"us-atlas": "^3.0.0",
8484
"world-atlas": "^2.0.2"
8585
},
@@ -102,5 +102,5 @@
102102
"docs": "typedoc src/index.ts",
103103
"prepare": "yarn run build"
104104
},
105-
"packageManager": "[email protected].1"
105+
"packageManager": "[email protected].2"
106106
}

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export default (options) => {
5757
typescript(),
5858
resolve({
5959
mainFields: ['module', 'main'],
60-
extensions: ['.mjs', '.js', '.jsx', '.json', '.node'],
60+
extensions: ['.mjs', '.cjs', '.js', '.jsx', '.json', '.node'],
6161
modulesOnly: true,
6262
}),
6363
commonjs(),

samples/backgroundColor.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<title>Hierarchical Bar Chart</title>
5-
<script src="https://unpkg.com/chart.js@3.8.0/dist/chart.js"></script>
5+
<script src="https://unpkg.com/chart.js@3.9.1/dist/chart.js"></script>
66
<script src="../build/index.umd.js"></script>
77
<style>
88
canvas {

samples/boxplot.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<title>Hierarchical Bar Chart</title>
5-
<script src="https://unpkg.com/chart.js@3.8.0/dist/chart.js"></script>
5+
<script src="https://unpkg.com/chart.js@3.9.1/dist/chart.js"></script>
66
<script src="../build/index.umd.js"></script>
77
<script src="https://unpkg.com/@sgratzl/chartjs-chart-boxplot/build/index.umd.js" type="text/javascript"></script>
88
<style>

samples/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<title>Hierarchical Bar Chart</title>
5-
<script src="https://unpkg.com/chart.js@3.8.0/dist/chart.js"></script>
5+
<script src="https://unpkg.com/chart.js@3.9.1/dist/chart.js"></script>
66
<script src="../build/index.umd.js"></script>
77
<style>
88
canvas {

samples/default_esm.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<script type="importmap-shim">
1212
{
1313
"imports": {
14-
"chart.js": "https://unpkg.com/chart.js@3.8.0?module",
15-
"chart.js/helpers": "https://unpkg.com/chart.js@3.8.0/helpers/helpers.esm.js?module",
14+
"chart.js": "https://unpkg.com/chart.js@3.9.1?module",
15+
"chart.js/helpers": "https://unpkg.com/chart.js@3.9.1/helpers/helpers.esm.js?module",
1616
"chartjs-plugin-hierarchical": "../build/index.js"
1717
}
1818
}

samples/end_hierarchy.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<title>Hierarchical Bar Chart</title>
5-
<script src="https://unpkg.com/chart.js@3.8.0/dist/chart.js"></script>
5+
<script src="https://unpkg.com/chart.js@3.9.1/dist/chart.js"></script>
66
<script src="../build/index.umd.js"></script>
77
<style>
88
canvas {

samples/horizontal.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<title>Hierarchical Horizontal Bar Chart</title>
5-
<script src="https://unpkg.com/chart.js@3.8.0/dist/chart.js"></script>
5+
<script src="https://unpkg.com/chart.js@3.9.1/dist/chart.js"></script>
66
<script src="../build/index.umd.js"></script>
77
<style>
88
canvas {

samples/lazy.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<title>Hierarchical Bar Chart</title>
5-
<script src="https://unpkg.com/chart.js@3.8.0/dist/chart.js"></script>
5+
<script src="https://unpkg.com/chart.js@3.9.1/dist/chart.js"></script>
66
<script src="../build/index.umd.js"></script>
77
<style>
88
canvas {

samples/line.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<title>Hierarchical Line Chart</title>
5-
<script src="https://unpkg.com/chart.js@3.8.0/dist/chart.js"></script>
5+
<script src="https://unpkg.com/chart.js@3.9.1/dist/chart.js"></script>
66
<script src="../build/index.umd.js"></script>
77
<style>
88
canvas {

samples/scriptable.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<title>Hierarchical Bar Chart</title>
5-
<script src="https://unpkg.com/chart.js@3.8.0/dist/chart.js"></script>
5+
<script src="https://unpkg.com/chart.js@3.9.1/dist/chart.js"></script>
66
<script src="https://unpkg.com/d3"></script>
77
<script src="../build/index.umd.js"></script>
88
<style>

samples/single.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<title>Hierarchical Bar Chart</title>
5-
<script src="https://unpkg.com/chart.js@3.8.0/dist/chart.js"></script>
5+
<script src="https://unpkg.com/chart.js@3.9.1/dist/chart.js"></script>
66
<script src="../build/index.umd.js"></script>
77
<style>
88
canvas {

samples/singleChild.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<title>Hierarchical Bar Chart</title>
5-
<script src="https://unpkg.com/chart.js@3.8.0/dist/chart.js"></script>
5+
<script src="https://unpkg.com/chart.js@3.9.1/dist/chart.js"></script>
66
<script src="../build/index.umd.js"></script>
77
<style>
88
canvas {

samples/static.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<title>Hierarchical Bar Chart</title>
5-
<script src="https://unpkg.com/chart.js@3.8.0/dist/chart.js"></script>
5+
<script src="https://unpkg.com/chart.js@3.9.1/dist/chart.js"></script>
66
<script src="../build/index.umd.js"></script>
77
<style>
88
canvas {

0 commit comments

Comments
 (0)