Skip to content

Commit 9b2e63e

Browse files
authored
Merge pull request #36 from sgratzl/release/v2.4.4
Release v2.4.4
2 parents 3128df2 + f1e7137 commit 9b2e63e

File tree

12 files changed

+4193
-4656
lines changed

12 files changed

+4193
-4656
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/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@v2
2121
- uses: actions/setup-node@v2
2222
with:
23-
node-version: 16
23+
node-version: 20
2424
- name: Extract version
2525
id: extract_version
2626
run: node -pe "'::set-output name=version::' + require('./package.json').version"
@@ -45,7 +45,7 @@ jobs:
4545
uses: actions/checkout@v2
4646
- uses: actions/setup-node@v2
4747
with:
48-
node-version: 16
48+
node-version: 20
4949
- run: npm i -g yarn
5050
- run: yarn config set checksumBehavior ignore
5151
- name: Cache Node.js modules

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"editor.defaultFormatter": "esbenp.prettier-vscode"
1515
},
1616
"eslint.nodePath": ".yarn/sdks",
17-
"prettier.prettierPath": ".yarn/sdks/prettier/index.js",
17+
"prettier.prettierPath": ".yarn/sdks/prettier/index.cjs",
1818
"files.eol": "\n",
1919
"editor.detectIndentation": false,
2020
"editor.tabSize": 2,

.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
@@ -1 +1 @@
1-
yarnPath: .yarn/releases/yarn-3.6.4.cjs
1+
yarnPath: .yarn/releases/yarn-4.0.2.cjs

package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cytoscape-layers",
33
"description": "Cytoscape.js plugin for rendering layers in SVG, DOM, or Canvas",
4-
"version": "2.4.3",
4+
"version": "2.4.4",
55
"author": {
66
"name": "Samuel Gratzl",
77
"email": "sam@sgratzl.com",
@@ -21,7 +21,7 @@
2121
},
2222
"global": "CytoscapeLayers",
2323
"dependencies": {
24-
"@types/cytoscape": "^3.19.13"
24+
"@types/cytoscape": "^3.19.16"
2525
},
2626
"peerDependencies": {
2727
"cytoscape": "^3.23.0"
@@ -44,42 +44,42 @@
4444
"src/**/*.ts"
4545
],
4646
"resolutions": {
47-
"@typescript-eslint/eslint-plugin": "^6.8.0",
48-
"@typescript-eslint/parser": "^6.8.0"
47+
"@typescript-eslint/eslint-plugin": "^6.19.0",
48+
"@typescript-eslint/parser": "^6.19.0"
4949
},
5050
"devDependencies": {
51-
"@babel/core": "^7.23.2",
52-
"@babel/preset-env": "^7.23.2",
51+
"@babel/core": "^7.23.7",
52+
"@babel/preset-env": "^7.23.8",
5353
"@rollup/plugin-babel": "^6.0.4",
5454
"@rollup/plugin-commonjs": "^25.0.7",
5555
"@rollup/plugin-node-resolve": "^15.2.3",
56-
"@rollup/plugin-replace": "^5.0.4",
57-
"@rollup/plugin-typescript": "^11.1.5",
58-
"@types/jest": "^29.5.6",
59-
"@typescript-eslint/eslint-plugin": "^6.8.0",
60-
"@typescript-eslint/parser": "^6.8.0",
61-
"@yarnpkg/sdks": "^2.7.1",
62-
"cytoscape": "^3.26.0",
63-
"eslint": "^8.52.0",
56+
"@rollup/plugin-replace": "^5.0.5",
57+
"@rollup/plugin-typescript": "^11.1.6",
58+
"@types/jest": "^29.5.11",
59+
"@typescript-eslint/eslint-plugin": "^6.19.0",
60+
"@typescript-eslint/parser": "^6.19.0",
61+
"@yarnpkg/sdks": "^3.1.0",
62+
"cytoscape": "^3.28.1",
63+
"eslint": "^8.56.0",
6464
"eslint-config-airbnb-typescript": "^17.1.0",
65-
"eslint-config-prettier": "^9.0.0",
65+
"eslint-config-prettier": "^9.1.0",
6666
"eslint-config-react-app": "^7.0.1",
6767
"eslint-plugin-flowtype": "^8.0.3",
68-
"eslint-plugin-import": "^2.28.1",
69-
"eslint-plugin-jsx-a11y": "^6.7.1",
70-
"eslint-plugin-prettier": "^5.0.1",
68+
"eslint-plugin-import": "^2.29.1",
69+
"eslint-plugin-jsx-a11y": "^6.8.0",
70+
"eslint-plugin-prettier": "^5.1.3",
7171
"eslint-plugin-react": "^7.33.2",
7272
"eslint-plugin-react-hooks": "^4.6.0",
7373
"jest": "^29.7.0",
74-
"prettier": "^3.0.3",
74+
"prettier": "^3.2.4",
7575
"rimraf": "^5.0.5",
76-
"rollup": "^4.1.4",
76+
"rollup": "^4.9.6",
7777
"rollup-plugin-dts": "^6.1.0",
7878
"rollup-plugin-terser": "^7.0.2",
7979
"ts-jest": "^29.1.1",
8080
"tslib": "^2.6.2",
81-
"typedoc": "^0.25.2",
82-
"typescript": "^5.2.2"
81+
"typedoc": "^0.25.7",
82+
"typescript": "^5.3.3"
8383
},
8484
"scripts": {
8585
"clean": "rimraf build node_modules \"*.tgz\" \"*.tsbuildinfo\" \"samples/*.js\" \"samples/*.map\"",
@@ -101,7 +101,7 @@
101101
"docs": "typedoc src/index.ts",
102102
"prepare": "yarn run build"
103103
},
104-
"packageManager": "yarn@3.6.4",
104+
"packageManager": "yarn@4.0.2",
105105
"dependenciesMeta": {
106106
"cytoscape@3.23.0": {
107107
"unplugged": true

samples/cxtmenu.html renamed to samples/ctxmenu.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@
3535
<div id="app"></div>
3636
<script src="https://cdn.jsdelivr.net/npm/cytoscape"></script>
3737
<script src="../build/index.umd.js"></script>
38-
<script src="cxtmenu.js"></script>
38+
<script src="ctxmenu.js"></script>
3939
</body>
4040
</html>
File renamed without changes.

samples/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"noFallthroughCasesInSwitch": true,
1919
"moduleResolution": "node",
2020
"jsx": "react",
21-
"esModuleInterop": true
21+
"esModuleInterop": true,
2222
},
23-
"include": ["./*.ts"]
23+
"include": ["./*.ts"],
2424
}

0 commit comments

Comments
 (0)