Skip to content

Commit f62f462

Browse files
authored
Merge pull request #69 from sgratzl/release/v4.4.0
Release v4.4.0
2 parents d6a906d + c36add5 commit f62f462

File tree

10 files changed

+2369
-2151
lines changed

10 files changed

+2369
-2151
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ jobs:
88
build:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v3
12-
- uses: actions/setup-node@v3
11+
- uses: actions/checkout@v4
12+
- uses: actions/setup-node@v4
1313
with:
1414
node-version: 20
1515
- run: npm i -g yarn
1616
- run: yarn config set checksumBehavior ignore
1717
- name: Cache Node.js modules
18-
uses: actions/cache@v3
18+
uses: actions/cache@v4
1919
with:
2020
path: |
2121
./.yarn/cache
@@ -27,7 +27,7 @@ jobs:
2727
- run: yarn build
2828
- run: yarn lint
2929
- run: yarn test
30-
- uses: actions/upload-artifact@v2
30+
- uses: actions/upload-artifact@v4
3131
if: failure()
3232
with:
3333
name: diff outputs

.github/workflows/create_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Check out code
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1919
with:
2020
ref: main
2121
ssh-key: ${{ secrets.PRIVATE_SSH_KEY }}

.github/workflows/deploy_website.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@ jobs:
1414
name: github-pages
1515
url: ${{ steps.deployment.outputs.page_url }}
1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818
with:
1919
fetch-depth: 0
20-
- uses: actions/setup-node@v3
20+
- uses: actions/setup-node@v4
2121
with:
2222
node-version: 20
2323
cache: npm
2424
- run: npm i -g yarn
2525
- run: yarn config set checksumBehavior ignore
2626
- name: Cache Node.js modules
27-
uses: actions/cache@v3
27+
uses: actions/cache@v4
2828
with:
2929
path: |
3030
./.yarn/cache
@@ -34,10 +34,10 @@ jobs:
3434
${{ runner.os }}-yarn2-v5
3535
- run: yarn install
3636
- run: yarn docs:build
37-
- uses: actions/configure-pages@v2
38-
- uses: actions/upload-pages-artifact@v1
37+
- uses: actions/configure-pages@v4
38+
- uses: actions/upload-pages-artifact@v3
3939
with:
4040
path: docs/.vitepress/dist
4141
- name: Deploy
4242
id: deployment
43-
uses: actions/deploy-pages@v1
43+
uses: actions/deploy-pages@v4

.github/workflows/release_helper.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Check out code
20-
uses: actions/checkout@v3
21-
- uses: actions/setup-node@v3
20+
uses: actions/checkout@v4
21+
- uses: actions/setup-node@v4
2222
with:
2323
node-version: 20
2424
- name: Extract version
@@ -51,14 +51,14 @@ jobs:
5151
runs-on: ubuntu-latest
5252
steps:
5353
- name: Check out code
54-
uses: actions/checkout@v3
55-
- uses: actions/setup-node@v3
54+
uses: actions/checkout@v4
55+
- uses: actions/setup-node@v4
5656
with:
5757
node-version: 20
5858
- run: npm i -g yarn
5959
- run: yarn config set checksumBehavior ignore
6060
- name: Cache Node.js modules
61-
uses: actions/cache@v3
61+
uses: actions/cache@v4
6262
with:
6363
path: |
6464
./.yarn/cache
@@ -86,7 +86,7 @@ jobs:
8686
runs-on: ubuntu-latest
8787
steps:
8888
- name: Check out code
89-
uses: actions/checkout@v3
89+
uses: actions/checkout@v4
9090
with:
9191
ref: dev
9292
ssh-key: ${{ secrets.PRIVATE_SSH_KEY }}

.yarn/releases/yarn-4.0.2.cjs renamed to .yarn/releases/yarn-4.1.1.cjs

Lines changed: 336 additions & 336 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-4.0.2.cjs
6+
yarnPath: .yarn/releases/yarn-4.1.1.cjs

package.json

Lines changed: 21 additions & 21 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": "4.3.6",
4+
"version": "4.4.0",
55
"author": {
66
"name": "Samuel Gratzl",
77
"email": "[email protected]",
@@ -58,50 +58,50 @@
5858
"@rollup/plugin-node-resolve": "^15.2.3",
5959
"@rollup/plugin-replace": "^5.0.5",
6060
"@rollup/plugin-typescript": "^11.1.6",
61-
"@types/jest": "^29.5.11",
61+
"@types/jest": "^29.5.12",
6262
"@types/jest-image-snapshot": "^6.4.0",
63-
"@types/node": "^20.11.5",
63+
"@types/node": "^20.11.27",
6464
"@types/seedrandom": "^3.0.8",
65-
"@typescript-eslint/eslint-plugin": "^6.19.0",
66-
"@typescript-eslint/parser": "^6.19.0",
65+
"@typescript-eslint/eslint-plugin": "^7.2.0",
66+
"@typescript-eslint/parser": "^7.2.0",
6767
"@yarnpkg/sdks": "^3.1.0",
6868
"canvas": "^2.11.2",
6969
"canvas-5-polyfill": "^0.1.5",
70-
"chart.js": "^4.4.1",
70+
"chart.js": "^4.4.2",
7171
"d3-scale": "^4.0.2",
72-
"d3-scale-chromatic": "^3.0.0",
73-
"eslint": "^8.56.0",
74-
"eslint-config-airbnb-typescript": "^17.1.0",
72+
"d3-scale-chromatic": "^3.1.0",
73+
"eslint": "^8.57.0",
74+
"eslint-config-airbnb-typescript": "^18.0.0",
7575
"eslint-config-prettier": "^9.1.0",
7676
"eslint-config-react-app": "^7.0.1",
7777
"eslint-plugin-flowtype": "^8.0.3",
7878
"eslint-plugin-import": "^2.29.1",
7979
"eslint-plugin-jsx-a11y": "^6.8.0",
8080
"eslint-plugin-prettier": "^5.1.3",
81-
"eslint-plugin-react": "^7.33.2",
81+
"eslint-plugin-react": "^7.34.0",
8282
"eslint-plugin-react-hooks": "^4.6.0",
8383
"jest": "^29.7.0",
8484
"jest-environment-jsdom": "^29.7.0",
8585
"jest-image-snapshot": "^6.4.0",
86-
"prettier": "^3.2.4",
86+
"prettier": "^3.2.5",
8787
"rimraf": "^5.0.5",
88-
"rollup": "^4.9.6",
88+
"rollup": "^4.13.0",
8989
"rollup-plugin-cleanup": "^3.2.1",
9090
"rollup-plugin-dts": "^6.1.0",
9191
"seedrandom": "^3.0.5",
92-
"ts-jest": "^29.1.1",
92+
"ts-jest": "^29.1.2",
9393
"tslib": "^2.6.2",
94-
"typedoc": "^0.25.7",
94+
"typedoc": "^0.25.12",
9595
"typedoc-plugin-markdown": "^4.0.0-next.16",
96-
"typedoc-vitepress-theme": "^1.0.0-next.7",
97-
"typescript": "^5.3.3",
98-
"vitepress": "^1.0.0-rc.39",
99-
"vue": "^3.4.15",
96+
"typedoc-vitepress-theme": "^1.0.0-next.9",
97+
"typescript": "^5.4.2",
98+
"vitepress": "^1.0.0-rc.45",
99+
"vue": "^3.4.21",
100100
"vue-chartjs": "^5.3.0"
101101
},
102102
"resolutions": {
103-
"@typescript-eslint/eslint-plugin": "^6.19.0",
104-
"@typescript-eslint/parser": "^6.19.0"
103+
"@typescript-eslint/eslint-plugin": "^7.2.0",
104+
"@typescript-eslint/parser": "^7.2.0"
105105
},
106106
"scripts": {
107107
"clean": "rimraf --glob build node_modules \"*.tgz\" \"*.tsbuildinfo\"",
@@ -124,5 +124,5 @@
124124
"docs:build": "yarn run docs:api && vitepress build docs",
125125
"docs:preview": "vitepress preview docs"
126126
},
127-
"packageManager": "yarn@4.0.2"
127+
"packageManager": "yarn@4.1.1"
128128
}

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
}

typedoc.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,13 @@
22
"$schema": "https://typedoc.org/schema.json",
33
"entryPoints": ["./src"],
44
"plugin": ["typedoc-plugin-markdown", "typedoc-vitepress-theme"],
5-
"name": "chartjs-chart-boxplot",
5+
"name": "chartjs-plugin-hierarchical",
66
"out": "./docs/api",
7+
"docsRoot": "./docs/",
8+
"readme": "none",
9+
"sidebar": {
10+
"pretty": true
11+
},
712
"theme": "default",
813
"excludeExternals": true,
914
"excludeInternal": true,

0 commit comments

Comments
 (0)