Skip to content

Commit a59a5b8

Browse files
chore(deps): update all dependencies
1 parent e5aaec3 commit a59a5b8

File tree

10 files changed

+4735
-3871
lines changed

10 files changed

+4735
-3871
lines changed

.github/workflows/auto-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ jobs:
99
publish_new_version:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
13-
- uses: actions/setup-node@v3
12+
- uses: actions/checkout@v4
13+
- uses: actions/setup-node@v4
1414
with:
1515
node-version: 18
1616
- name: prepare yarn
1717
run: |
1818
corepack enable yarn
1919
yarn config set npmScopes.paosder.npmAuthToken ${{ secrets.NPM_PUBLISH_TOKEN }}
2020
yarn install --immutable
21-
- uses: actions/github-script@v3
21+
- uses: actions/github-script@v7
2222
name: Modify package.json
2323
id: new-version
2424
with:

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
node-version: [14.x, 16.x, 18.x]
1515
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818
- name: Use Node.js ${{ matrix.node-version }}
19-
uses: actions/setup-node@v3
19+
uses: actions/setup-node@v4
2020
with:
2121
node-version: ${{ matrix.node-version }}
2222
- name: prepare yarn
@@ -28,7 +28,7 @@ jobs:
2828
- name: Build project
2929
run: yarn build
3030
- name: Coverage Report
31-
uses: codecov/codecov-action@v3
31+
uses: codecov/codecov-action@v5
3232
with:
3333
files: ./coverage/clover.xml
3434
verbose: true

.github/workflows/test-publish.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ jobs:
66
publish_test_version:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v3
10-
- uses: actions/setup-node@v3
9+
- uses: actions/checkout@v4
10+
- uses: actions/setup-node@v4
1111
with:
1212
node-version: 16
1313
- name: prepare yarn
1414
run: |
1515
corepack enable yarn
1616
yarn config set npmScopes.paosder.npmAuthToken ${{ secrets.NPM_PUBLISH_TOKEN }}
1717
yarn install --immutable
18-
- uses: actions/github-script@v3
18+
- uses: actions/github-script@v7
1919
with:
2020
script: |
2121
const fs = require('fs');

.yarn/releases/yarn-3.2.3.cjs

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

.yarn/releases/yarn-4.6.0.cjs

Lines changed: 934 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
@@ -10,4 +10,4 @@ plugins:
1010
- path: .yarn/plugins/@yarnpkg/plugin-version.cjs
1111
spec: "@yarnpkg/plugin-version"
1212

13-
yarnPath: .yarn/releases/yarn-3.2.3.cjs
13+
yarnPath: .yarn/releases/yarn-4.6.0.cjs

examples/webgl/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
"@snowpack/plugin-typescript": "^1.2.0",
1515
"@types/canvas-confetti": "^1.0.0",
1616
"@types/snowpack-env": "^2.3.2",
17-
"prettier": "^2.0.5",
17+
"prettier": "^3.0.0",
1818
"snowpack": "^3.0.1",
1919
"snowpack-plugin-glslify": "^1.0.0",
20-
"typescript": "^4.0.0"
20+
"typescript": "^5.0.0"
2121
}
2222
}

examples/webgl/yarn.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1376,12 +1376,12 @@ __metadata:
13761376
languageName: node
13771377
linkType: hard
13781378

1379-
"prettier@npm:^2.0.5":
1380-
version: 2.2.1
1381-
resolution: "prettier@npm:2.2.1"
1379+
"prettier@npm:^3.0.0":
1380+
version: 3.4.2
1381+
resolution: "prettier@npm:3.4.2"
13821382
bin:
1383-
prettier: bin-prettier.js
1384-
checksum: 800de2df3d37067ab24478c7f32c60ca0c57b01742133287829feeb4a70d239a7bf6bccb56196784777af591ad80fb9ba70c1a49b0fcecf9f5622a764d513edb
1383+
prettier: bin/prettier.cjs
1384+
checksum: 061c84513db62d3944c8dc8df36584dad82883ce4e49efcdbedd8703dce5b173c33fd9d2a4e1725d642a3b713c932b55418342eaa347479bc4a9cca114a04cd0
13851385
languageName: node
13861386
linkType: hard
13871387

@@ -1522,10 +1522,10 @@ __metadata:
15221522
"@types/canvas-confetti": ^1.0.0
15231523
"@types/snowpack-env": ^2.3.2
15241524
gl-matrix: ^3.3.0
1525-
prettier: ^2.0.5
1525+
prettier: ^3.0.0
15261526
snowpack: ^3.0.1
15271527
snowpack-plugin-glslify: ^1.0.0
1528-
typescript: ^4.0.0
1528+
typescript: ^5.0.0
15291529
languageName: unknown
15301530
linkType: soft
15311531

@@ -1813,23 +1813,23 @@ __metadata:
18131813
languageName: node
18141814
linkType: hard
18151815

1816-
"typescript@npm:^4.0.0":
1817-
version: 4.2.4
1818-
resolution: "typescript@npm:4.2.4"
1816+
"typescript@npm:^5.0.0":
1817+
version: 5.7.2
1818+
resolution: "typescript@npm:5.7.2"
18191819
bin:
18201820
tsc: bin/tsc
18211821
tsserver: bin/tsserver
1822-
checksum: 89c397df192f239359ad798b96d8e8d552e12c0c189ac5676cec4c20c410d6eec636b8e59a88f2aef0a56d961a9678d99c400099be9b7cae2f7b062eb4b7b171
1822+
checksum: b55300c4cefee8ee380d14fa9359ccb41ff8b54c719f6bc49b424899d662a5ce62ece390ce769568c7f4d14af844085255e63788740084444eb12ef423b13433
18231823
languageName: node
18241824
linkType: hard
18251825

1826-
"typescript@patch:typescript@^4.0.0#~builtin<compat/typescript>":
1827-
version: 4.2.4
1828-
resolution: "typescript@patch:typescript@npm%3A4.2.4#~builtin<compat/typescript>::version=4.2.4&hash=a1c5e5"
1826+
"typescript@patch:typescript@^5.0.0#~builtin<compat/typescript>":
1827+
version: 5.7.2
1828+
resolution: "typescript@patch:typescript@npm%3A5.7.2#~builtin<compat/typescript>::version=5.7.2&hash=a1c5e5"
18291829
bin:
18301830
tsc: bin/tsc
18311831
tsserver: bin/tsserver
1832-
checksum: eb86e0e8022e5297f7a7b871b6edfbf33b57049416ada8bf97c358760125c7c79f074fbebd1b8e8230f858ae05eb22ad0e805e8f6acd5eae1fa886681624c15e
1832+
checksum: 803430c6da2ba73c25a21880d8d4f08a56d9d2444e6db2ea949ac4abceeece8e4a442b7b9b585db7d8a0b47ebda2060e45fe8ee8b8aca23e27ec1d4844987ee6
18331833
languageName: node
18341834
linkType: hard
18351835

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -21,22 +21,22 @@
2121
],
2222
"license": "MIT",
2323
"devDependencies": {
24-
"@commitlint/cli": "^17.1.2",
25-
"@commitlint/config-conventional": "^17.1.0",
26-
"@types/jest": "^28",
27-
"@typescript-eslint/eslint-plugin": "^5.38.1",
28-
"@typescript-eslint/parser": "^5.38.1",
29-
"esbuild": "^0.15.9",
30-
"eslint": "^8.24.0",
24+
"@commitlint/cli": "^19.0.0",
25+
"@commitlint/config-conventional": "^19.0.0",
26+
"@types/jest": "^29.0.0",
27+
"@typescript-eslint/eslint-plugin": "^8.0.0",
28+
"@typescript-eslint/parser": "^8.0.0",
29+
"esbuild": "^0.24.0",
30+
"eslint": "^9.0.0",
3131
"eslint-config-airbnb-base": "^15.0.0",
3232
"eslint-plugin-import": "^2.26.0",
33-
"husky": "^8.0.1",
34-
"jest": "^28",
35-
"rimraf": "^3.0.2",
33+
"husky": "^9.0.0",
34+
"jest": "^29.0.0",
35+
"rimraf": "^6.0.0",
3636
"standard-version": "^9.5.0",
37-
"ts-jest": "^28",
38-
"typedoc": "^0.23.15",
39-
"typescript": "4.8.3"
37+
"ts-jest": "^29.0.0",
38+
"typedoc": "^0.27.0",
39+
"typescript": "5.7.2"
4040
},
4141
"scripts": {
4242
"clean": "rimraf dist && rimraf tsconfig.tsbuildinfo",
@@ -52,5 +52,5 @@
5252
"docgen": "typedoc src/map.ts",
5353
"release": "standard-version"
5454
},
55-
"packageManager": "yarn@3.2.3"
55+
"packageManager": "yarn@4.6.0"
5656
}

0 commit comments

Comments
 (0)