Skip to content

Commit c6864a3

Browse files
authored
Merge pull request #99 from sgratzl/release/v4.2.8
Release v4.2.8
2 parents 932bc0c + 317e611 commit c6864a3

File tree

12 files changed

+4905
-5210
lines changed

12 files changed

+4905
-5210
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

docs/examples/styling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Styling
44

55
# Styling
66

7-
BoxPlot and Violin plots support various styling options. see ['IBoxAndWhiskerOptions'](/api/interfaces/interface.IBoxAndWhiskersOptions)
7+
BoxPlot and Violin plots support various styling options. see ['IBoxAndWhiskerOptions'](/api/interfaces/IBoxAndWhiskersOptions)
88

99
<script setup>
1010
import {config} from './styling';

docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ see [DataStructures](./examples/datastructures)
2727

2828
### Styling
2929

30-
see [IBoxAndWhiskersOptions](/api/interfaces/interface.IBoxAndWhiskersOptions.md), [IViolinElementOptions](/api/type-aliases/type-alias.IViolinElementOptions.md), and [Styling](./examples/styling)
30+
see [IBoxAndWhiskersOptions](/api/interfaces/IBoxAndWhiskersOptions.md), [IViolinElementOptions](/api/type-aliases/IViolinElementOptions.md), and [Styling](./examples/styling)

package.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sgratzl/chartjs-chart-boxplot",
33
"description": "Chart.js module for charting boxplots and violin charts",
4-
"version": "4.2.7",
4+
"version": "4.2.8",
55
"publishConfig": {
66
"access": "public"
77
},
@@ -75,48 +75,48 @@
7575
"@chiogen/rollup-plugin-terser": "^7.1.3",
7676
"@rollup/plugin-commonjs": "^25.0.7",
7777
"@rollup/plugin-node-resolve": "^15.2.3",
78-
"@rollup/plugin-replace": "^5.0.4",
79-
"@rollup/plugin-typescript": "^11.1.5",
80-
"@types/jest": "^29.5.6",
81-
"@types/jest-image-snapshot": "^6.2.2",
82-
"@types/node": "^20.8.7",
83-
"@typescript-eslint/eslint-plugin": "^6.8.0",
84-
"@typescript-eslint/parser": "^6.8.0",
85-
"@yarnpkg/sdks": "^2.7.1",
78+
"@rollup/plugin-replace": "^5.0.5",
79+
"@rollup/plugin-typescript": "^11.1.6",
80+
"@types/jest": "^29.5.11",
81+
"@types/jest-image-snapshot": "^6.4.0",
82+
"@types/node": "^20.11.5",
83+
"@typescript-eslint/eslint-plugin": "^6.19.0",
84+
"@typescript-eslint/parser": "^6.19.0",
85+
"@yarnpkg/sdks": "^3.1.0",
8686
"canvas": "^2.11.2",
8787
"canvas-5-polyfill": "^0.1.5",
88-
"chart.js": "^4.4.0",
89-
"eslint": "^8.51.0",
88+
"chart.js": "^4.4.1",
89+
"eslint": "^8.56.0",
9090
"eslint-config-airbnb-typescript": "^17.1.0",
91-
"eslint-config-prettier": "^9.0.0",
91+
"eslint-config-prettier": "^9.1.0",
9292
"eslint-config-react-app": "^7.0.1",
9393
"eslint-plugin-flowtype": "^8.0.3",
94-
"eslint-plugin-import": "^2.28.1",
95-
"eslint-plugin-jsx-a11y": "^6.7.1",
96-
"eslint-plugin-prettier": "^5.0.1",
94+
"eslint-plugin-import": "^2.29.1",
95+
"eslint-plugin-jsx-a11y": "^6.8.0",
96+
"eslint-plugin-prettier": "^5.1.3",
9797
"eslint-plugin-react": "^7.33.2",
9898
"eslint-plugin-react-hooks": "^4.6.0",
9999
"jest": "^29.7.0",
100100
"jest-environment-jsdom": "^29.7.0",
101-
"jest-image-snapshot": "^6.2.0",
102-
"prettier": "^3.0.3",
101+
"jest-image-snapshot": "^6.4.0",
102+
"prettier": "^3.2.4",
103103
"rimraf": "^5.0.5",
104-
"rollup": "^4.1.4",
104+
"rollup": "^4.9.6",
105105
"rollup-plugin-cleanup": "^3.2.1",
106106
"rollup-plugin-dts": "^6.1.0",
107107
"ts-jest": "^29.1.1",
108108
"tslib": "^2.6.2",
109-
"typedoc": "^0.25.2",
109+
"typedoc": "^0.25.7",
110110
"typedoc-plugin-markdown": "^4.0.0-next.16",
111-
"typedoc-vitepress-theme": "^1.0.0-next.3",
112-
"typescript": "^5.2.2",
113-
"vitepress": "^1.0.0-rc.22",
114-
"vue": "^3.3.4",
115-
"vue-chartjs": "^5.2.0"
111+
"typedoc-vitepress-theme": "^1.0.0-next.7",
112+
"typescript": "^5.3.3",
113+
"vitepress": "^1.0.0-rc.39",
114+
"vue": "^3.4.15",
115+
"vue-chartjs": "^5.3.0"
116116
},
117117
"resolutions": {
118-
"@typescript-eslint/eslint-plugin": "^6.7.0",
119-
"@typescript-eslint/parser": "^6.7.0"
118+
"@typescript-eslint/eslint-plugin": "^6.19.0",
119+
"@typescript-eslint/parser": "^6.19.0"
120120
},
121121
"scripts": {
122122
"clean": "rimraf --glob build node_modules \"*.tgz\" \"*.tsbuildinfo\"",
@@ -139,5 +139,5 @@
139139
"docs:build": "yarn run docs:api && vitepress build docs",
140140
"docs:preview": "vitepress preview docs"
141141
},
142-
"packageManager": "yarn@3.6.4"
142+
"packageManager": "yarn@4.0.2"
143143
}

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)