Skip to content

Commit 1694a98

Browse files
authored
Merge pull request #99 from sgratzl/release/v4.2.8
Release v4.2.8
2 parents fe4dfe2 + 6d76c1e commit 1694a98

File tree

10 files changed

+4940
-5245
lines changed

10 files changed

+4940
-5245
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v3
1212
- uses: actions/setup-node@v3
1313
with:
14-
node-version: 16
14+
node-version: 20
1515
- run: npm i -g yarn
1616
- run: yarn config set checksumBehavior ignore
1717
- name: Cache Node.js modules

.github/workflows/deploy_website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fetch-depth: 0
2020
- uses: actions/setup-node@v3
2121
with:
22-
node-version: 16
22+
node-version: 20
2323
cache: npm
2424
- run: npm i -g yarn
2525
- run: yarn config set checksumBehavior ignore

.github/workflows/release_helper.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v3
2121
- uses: actions/setup-node@v3
2222
with:
23-
node-version: 16
23+
node-version: 20
2424
- name: Extract version
2525
id: extract_version
2626
run: |
@@ -54,7 +54,7 @@ jobs:
5454
uses: actions/checkout@v3
5555
- uses: actions/setup-node@v3
5656
with:
57-
node-version: 16
57+
node-version: 20
5858
- run: npm i -g yarn
5959
- run: yarn config set checksumBehavior ignore
6060
- name: Cache Node.js modules

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"npm.packageManager": "yarn",
1717
"eslint.nodePath": ".yarn/sdks",
18-
"prettier.prettierPath": ".yarn/sdks/prettier/index.js",
18+
"prettier.prettierPath": ".yarn/sdks/prettier/index.cjs",
1919
"files.eol": "\n",
2020
"typescript.tsdk": ".yarn/sdks/typescript/lib",
2121
"typescript.enablePromptUseWorkspaceTsdk": true,

.yarn/releases/yarn-3.6.4.cjs

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

.yarn/releases/yarn-4.0.2.cjs

Lines changed: 893 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.6.4.cjs
6+
yarnPath: .yarn/releases/yarn-4.0.2.cjs

package.json

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "chartjs-chart-graph",
33
"description": "Chart.js module for charting graphs",
4-
"version": "4.2.7",
4+
"version": "4.2.8",
55
"author": {
66
"name": "Samuel Gratzl",
77
"email": "sam@sgratzl.com",
@@ -54,8 +54,8 @@
5454
"last 2 Firefox versions"
5555
],
5656
"dependencies": {
57-
"@types/d3-force": "^3.0.7",
58-
"@types/d3-hierarchy": "^3.1.5",
57+
"@types/d3-force": "^3.0.9",
58+
"@types/d3-hierarchy": "^3.1.6",
5959
"d3-dispatch": "^3.0.1",
6060
"d3-force": "^3.0.0",
6161
"d3-hierarchy": "^3.1.2",
@@ -66,52 +66,52 @@
6666
"@chiogen/rollup-plugin-terser": "^7.1.3",
6767
"@rollup/plugin-commonjs": "^25.0.7",
6868
"@rollup/plugin-node-resolve": "^15.2.3",
69-
"@rollup/plugin-replace": "^5.0.4",
70-
"@rollup/plugin-typescript": "^11.1.5",
71-
"@types/jest": "^29.5.6",
72-
"@types/jest-image-snapshot": "^6.2.2",
73-
"@types/node": "^20.8.7",
74-
"@types/seedrandom": "^3.0.7",
75-
"@typescript-eslint/eslint-plugin": "^6.8.0",
76-
"@typescript-eslint/parser": "^6.8.0",
77-
"@yarnpkg/sdks": "^2.7.1",
69+
"@rollup/plugin-replace": "^5.0.5",
70+
"@rollup/plugin-typescript": "^11.1.6",
71+
"@types/jest": "^29.5.11",
72+
"@types/jest-image-snapshot": "^6.4.0",
73+
"@types/node": "^20.11.5",
74+
"@types/seedrandom": "^3.0.8",
75+
"@typescript-eslint/eslint-plugin": "^6.19.0",
76+
"@typescript-eslint/parser": "^6.19.0",
77+
"@yarnpkg/sdks": "^3.1.0",
7878
"canvas": "^2.11.2",
7979
"canvas-5-polyfill": "^0.1.5",
80-
"chart.js": "^4.4.0",
80+
"chart.js": "^4.4.1",
8181
"chartjs-plugin-datalabels": "^2.2.0",
8282
"chartjs-plugin-zoom": "^2.0.1",
83-
"eslint": "^8.51.0",
83+
"eslint": "^8.56.0",
8484
"eslint-config-airbnb-typescript": "^17.1.0",
85-
"eslint-config-prettier": "^9.0.0",
85+
"eslint-config-prettier": "^9.1.0",
8686
"eslint-config-react-app": "^7.0.1",
8787
"eslint-plugin-flowtype": "^8.0.3",
88-
"eslint-plugin-import": "^2.28.1",
89-
"eslint-plugin-jsx-a11y": "^6.7.1",
90-
"eslint-plugin-prettier": "^5.0.1",
88+
"eslint-plugin-import": "^2.29.1",
89+
"eslint-plugin-jsx-a11y": "^6.8.0",
90+
"eslint-plugin-prettier": "^5.1.3",
9191
"eslint-plugin-react": "^7.33.2",
9292
"eslint-plugin-react-hooks": "^4.6.0",
9393
"jest": "^29.7.0",
9494
"jest-environment-jsdom": "^29.7.0",
95-
"jest-image-snapshot": "^6.2.0",
96-
"prettier": "^3.0.3",
95+
"jest-image-snapshot": "^6.4.0",
96+
"prettier": "^3.2.4",
9797
"rimraf": "^5.0.5",
98-
"rollup": "~4.1.4",
98+
"rollup": "~4.9.6",
9999
"rollup-plugin-cleanup": "^3.2.1",
100100
"rollup-plugin-dts": "^6.1.0",
101101
"seedrandom": "^3.0.5",
102102
"ts-jest": "^29.1.1",
103103
"tslib": "^2.6.2",
104-
"typedoc": "^0.25.2",
104+
"typedoc": "^0.25.7",
105105
"typedoc-plugin-markdown": "^4.0.0-next.16",
106-
"typedoc-vitepress-theme": "^1.0.0-next.3",
107-
"typescript": "^5.2.2",
108-
"vitepress": "^1.0.0-rc.22",
109-
"vue": "^3.3.4",
110-
"vue-chartjs": "^5.2.0"
106+
"typedoc-vitepress-theme": "^1.0.0-next.7",
107+
"typescript": "^5.3.3",
108+
"vitepress": "^1.0.0-rc.39",
109+
"vue": "^3.4.15",
110+
"vue-chartjs": "^5.3.0"
111111
},
112112
"resolutions": {
113-
"@typescript-eslint/eslint-plugin": "^6.7.0",
114-
"@typescript-eslint/parser": "^6.7.0"
113+
"@typescript-eslint/eslint-plugin": "^6.19.0",
114+
"@typescript-eslint/parser": "^6.19.0"
115115
},
116116
"scripts": {
117117
"clean": "rimraf --glob build node_modules \"*.tgz\" \"*.tsbuildinfo\"",
@@ -134,5 +134,5 @@
134134
"docs:build": "yarn run docs:api && vitepress build docs",
135135
"docs:preview": "vitepress preview docs"
136136
},
137-
"packageManager": "yarn@3.6.4"
137+
"packageManager": "yarn@4.0.2"
138138
}

tsconfig.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"noEmit": true,
2727
"paths": {
2828
"@": ["./src"],
29-
"*": ["*", "node_modules/*"]
30-
}
29+
"*": ["*", "node_modules/*"],
30+
},
3131
},
32-
"include": ["src/**/*.ts", "src/**/*.tsx", "docs/**/*.tsx"]
32+
"include": ["src/**/*.ts", "src/**/*.tsx", "docs/**/*.tsx"],
3333
}

0 commit comments

Comments
 (0)