Skip to content

Commit 0ef0267

Browse files
authored
Merge pull request #8 from upsetjs/release/v2.3.2
Release v2.3.2
2 parents 03c9b60 + 2ab7cd9 commit 0ef0267

File tree

20 files changed

+5447
-4678
lines changed

20 files changed

+5447
-4678
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: ci
22

3-
on: [push]
3+
on:
4+
- push
5+
- pull_request
46

57
jobs:
68
build:
@@ -9,7 +11,7 @@ jobs:
911
- uses: actions/checkout@v2
1012
- uses: actions/setup-node@v2
1113
with:
12-
node-version: 14
14+
node-version: 20
1315
- run: npm i -g yarn
1416
- run: yarn config set checksumBehavior ignore
1517
- 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: '14'
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: 14
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.2.4.cjs

Lines changed: 0 additions & 801 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
@@ -6,4 +6,4 @@ packageExtensions:
66
dependencies:
77
eslint-import-resolver-node: "*"
88

9-
yarnPath: .yarn/releases/yarn-3.2.4.cjs
9+
yarnPath: .yarn/releases/yarn-4.0.2.cjs

package.json

Lines changed: 33 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bubblesets-js",
33
"description": "JavaScript implementation of bubble sets by Christopher Collins",
4-
"version": "2.3.1",
4+
"version": "2.3.2",
55
"author": {
66
"name": "Samuel Gratzl",
77
"email": "sam@sgratzl.com",
@@ -38,37 +38,41 @@
3838
"src/**/*.ts"
3939
],
4040
"devDependencies": {
41-
"@babel/core": "^7.20.2",
42-
"@babel/preset-env": "^7.20.2",
43-
"@rollup/plugin-babel": "^6.0.2",
44-
"@rollup/plugin-commonjs": "^23.0.2",
45-
"@rollup/plugin-node-resolve": "^15.0.1",
46-
"@rollup/plugin-replace": "^5.0.1",
47-
"@rollup/plugin-typescript": "^9.0.2",
48-
"@types/jest": "^29.2.2",
49-
"@typescript-eslint/eslint-plugin": "^5.42.1",
50-
"@typescript-eslint/parser": "^5.42.1",
51-
"@yarnpkg/sdks": "^2.6.3",
52-
"eslint": "^8.27.0",
53-
"eslint-config-airbnb-typescript": "^17.0.0",
54-
"eslint-config-prettier": "^8.5.0",
41+
"@babel/core": "^7.23.7",
42+
"@babel/preset-env": "^7.23.8",
43+
"@rollup/plugin-babel": "^6.0.4",
44+
"@rollup/plugin-commonjs": "^25.0.7",
45+
"@rollup/plugin-node-resolve": "^15.2.3",
46+
"@rollup/plugin-replace": "^5.0.5",
47+
"@rollup/plugin-typescript": "^11.1.6",
48+
"@types/jest": "^29.5.11",
49+
"@typescript-eslint/eslint-plugin": "^6.19.0",
50+
"@typescript-eslint/parser": "^6.19.0",
51+
"@yarnpkg/sdks": "^3.1.0",
52+
"eslint": "^8.56.0",
53+
"eslint-config-airbnb-typescript": "^17.1.0",
54+
"eslint-config-prettier": "^9.1.0",
5555
"eslint-config-react-app": "^7.0.1",
5656
"eslint-plugin-flowtype": "^8.0.3",
57-
"eslint-plugin-import": "^2.26.0",
58-
"eslint-plugin-jsx-a11y": "^6.6.1",
59-
"eslint-plugin-prettier": "^4.2.1",
60-
"eslint-plugin-react": "^7.31.10",
57+
"eslint-plugin-import": "^2.29.1",
58+
"eslint-plugin-jsx-a11y": "^6.8.0",
59+
"eslint-plugin-prettier": "^5.1.3",
60+
"eslint-plugin-react": "^7.33.2",
6161
"eslint-plugin-react-hooks": "^4.6.0",
62-
"jest": "^29.3.1",
63-
"prettier": "^2.7.1",
64-
"rimraf": "^3.0.2",
65-
"rollup": "^3.2.5",
66-
"rollup-plugin-dts": "^5.0.0",
62+
"jest": "^29.7.0",
63+
"prettier": "^3.2.4",
64+
"rimraf": "^5.0.5",
65+
"rollup": "^4.9.6",
66+
"rollup-plugin-dts": "^6.1.0",
6767
"rollup-plugin-terser": "^7.0.2",
68-
"ts-jest": "^29.0.3",
69-
"tslib": "^2.4.1",
70-
"typedoc": "^0.23.20",
71-
"typescript": "^4.8.4"
68+
"ts-jest": "^29.1.1",
69+
"tslib": "^2.6.2",
70+
"typedoc": "^0.25.7",
71+
"typescript": "^5.3.3"
72+
},
73+
"resolutions": {
74+
"@typescript-eslint/eslint-plugin": "^6.19.0",
75+
"@typescript-eslint/parser": "^6.19.0"
7276
},
7377
"scripts": {
7478
"clean": "rimraf build docs node_modules \"*.tgz\" \"*.tsbuildinfo\" \"samples/*.js\" \"samples/*.map\"",
@@ -88,5 +92,5 @@
8892
"docs": "typedoc src/index.ts",
8993
"prepare": "yarn run build"
9094
},
91-
"packageManager": "yarn@3.2.4"
95+
"packageManager": "yarn@4.0.2"
9296
}

samples/bench.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="en" style="height: 100%; margin: 0">
33
<head>
44
<title>Bubblesets - Benchmark</title>

samples/circles.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="en">
33
<head>
44
<title>BubbleSets - Playground</title>

samples/cliques.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="en" style="height: 100%; margin: 0">
33
<head>
44
<title>Bubblesets - Cliques</title>

0 commit comments

Comments
 (0)