Skip to content

Commit 92f42ef

Browse files
committed
2.0.0: Update NAPI-RS & Add decodeBuffer
1 parent c5823e2 commit 92f42ef

37 files changed

Lines changed: 5296 additions & 11201 deletions

File tree

.cargo/config.toml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
1-
[target.aarch64-unknown-linux-gnu]
2-
linker = "aarch64-linux-gnu-gcc"
3-
4-
[target.armv7-unknown-linux-gnueabihf]
5-
linker = "arm-linux-gnueabihf-gcc"
6-
7-
[target.x86_64-unknown-linux-musl]
8-
rustflags = [
9-
"-C",
10-
"target-feature=-crt-static",
11-
]
12-
131
[target.aarch64-unknown-linux-musl]
142
linker = "aarch64-linux-musl-gcc"
153
rustflags = ["-C", "target-feature=-crt-static"]

.eslintrc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ env:
1313
node: true
1414
jest: true
1515

16+
ignorePatterns: ['index.js']
17+
1618
plugins:
1719
- import
1820
- '@typescript-eslint'

.github/renovate.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": ["config:base", "group:allNonMajor", ":preserveSemverRanges", ":disablePeerDependencies"],
4+
"labels": ["dependencies"],
5+
"packageRules": [
6+
{
7+
"matchPackageNames": ["@napi/cli", "napi", "napi-build", "napi-derive"],
8+
"addLabels": ["napi-rs"],
9+
"groupName": "napi-rs"
10+
},
11+
{
12+
"matchPackagePatterns": ["^eslint", "^@typescript-eslint"],
13+
"groupName": "linter"
14+
}
15+
],
16+
"commitMessagePrefix": "chore: ",
17+
"commitMessageAction": "bump up",
18+
"commitMessageTopic": "{{depName}} version",
19+
"ignoreDeps": []
20+
}

0 commit comments

Comments
 (0)