Skip to content

Commit a4b28aa

Browse files
authored
Merge pull request #258 from aminya/packages
2 parents 5962369 + 9d12380 commit a4b28aa

File tree

146 files changed

+2512
-1620
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

146 files changed

+2512
-1620
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -22,24 +22,14 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
os:
25-
- ubuntu-24.04
25+
- ubuntu-22.04
2626
node:
27-
- 22
27+
- 22.6.0
2828
pnpm:
29-
- 9
29+
- 9.6.0
3030
steps:
3131
- uses: actions/checkout@v4
3232

33-
- name: Cache
34-
uses: actions/cache@v4
35-
with:
36-
path: |
37-
~/.pnpm-store
38-
D:\.pnpm-store
39-
key: "setupcpp-cache-OS:${{ matrix.os }}-node:${{ matrix.node }}-pnpm:${{ matrix.pnpm }}-${{ hashFiles('./.npmrc') }}-deps:${{ hashFiles('./package.json') }}"
40-
restore-keys: |
41-
"setupcpp-cache-OS:${{ matrix.os }}-"
42-
4333
- name: Setup Node
4434
uses: actions/setup-node@v4
4535
with:

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ exe/
1919
.cache/
2020

2121
coverage
22+
.turbo

.npmrc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
11
package-lock=false
22
lockfile=true
3-
node-linker=hoisted
4-
prefer-frozen-lockfile=true
5-
side-effects-cache=true

.vscode/settings.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
"files.insertFinalNewline": true,
6767
"files.trimFinalNewlines": true,
6868
"hadolint.hadolintPath": "./target/bin/hadolint",
69-
// use dprint instead
70-
"prettier.enable": false
69+
"prettier.enable": false,
70+
"javascript.preferences.importModuleSpecifierEnding": "js",
71+
"typescript.preferences.importModuleSpecifierEnding": "js"
7172
}

biome.jsonc

Lines changed: 49 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,54 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/1.7.3/schema.json",
3-
"files": {
4-
"ignore": [
5-
"**/node_modules/**",
6-
"**/.pnpm-store/**",
7-
"**/dist/**",
8-
"dev/cpp_vcpkg_project/**/*",
9-
"**/.venv/",
10-
"**/.*cache/",
11-
"**/coverage/"
12-
],
13-
"ignoreUnknown": true
14-
},
15-
"organizeImports": {
16-
"enabled": true
17-
},
18-
"linter": {
19-
"enabled": true,
20-
"rules": {
21-
"recommended": true,
22-
"style": {
23-
"noInferrableTypes": "off",
24-
"noUselessElse": "off",
25-
"noNonNullAssertion": "off",
26-
"useNodejsImportProtocol": "off"
27-
},
28-
"complexity": {
29-
"useLiteralKeys": "off"
30-
},
31-
"suspicious": {
32-
"noConfusingVoidType": "off"
33-
}
34-
}
35-
},
2+
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
3+
"files": {
4+
"ignore": [
5+
"**/node_modules/**",
6+
"**/.pnpm-store/**",
7+
"**/dist/**",
8+
"dev/cpp_vcpkg_project/**/*",
9+
"**/.venv/",
10+
"**/.*cache/",
11+
"**/coverage/"
12+
],
13+
"ignoreUnknown": true
14+
},
15+
"organizeImports": {
16+
"enabled": true
17+
},
18+
"linter": {
19+
"enabled": true,
20+
"rules": {
21+
"recommended": true,
22+
"style": {
23+
"noInferrableTypes": "off",
24+
"noUselessElse": "off",
25+
"noNonNullAssertion": "off",
26+
"useNodejsImportProtocol": "off"
27+
},
28+
"complexity": {
29+
"useLiteralKeys": "off"
30+
},
31+
"suspicious": {
32+
"noConfusingVoidType": "off"
33+
},
34+
"nursery": {
35+
"useImportExtensions": "warn"
36+
}
37+
}
38+
},
39+
"formatter": {
40+
"enabled": false,
41+
"indentWidth": 4,
42+
"indentStyle": "space"
43+
},
44+
"json": {
3645
"formatter": {
37-
"enabled": false,
38-
"indentWidth": 4,
39-
"indentStyle": "space"
46+
"enabled": false,
47+
"trailingCommas": "none"
4048
},
41-
"json": {
42-
"formatter": {
43-
"enabled": false,
44-
"trailingCommas": "none"
45-
},
46-
"parser": {
47-
"allowComments": true,
48-
"allowTrailingCommas": true
49-
}
49+
"parser": {
50+
"allowComments": true,
51+
"allowTrailingCommas": true
5052
}
53+
}
5154
}

cspell.config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ words:
2525
- choco
2626
- clangd
2727
- cmake
28+
- iarna
2829
- cobertura
2930
- copr
3031
- CPATH

dist/actions/actions_python.21d1fd22.js

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

dist/actions/actions_python.21d1fd22.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/actions/actions_python.60e051e1.js

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/actions/actions_python.60e051e1.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)