Skip to content

Commit c294041

Browse files
committed
Merge branch 'main' into feat/dll-plugin
2 parents d075bcc + c368e8f commit c294041

206 files changed

Lines changed: 4945 additions & 2367 deletions

File tree

Some content is hidden

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

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
runs-on: ubuntu-latest
160160
steps:
161161
- uses: actions/checkout@v4
162-
- uses: crate-ci/typos@v1.26.8
162+
- uses: crate-ci/typos@v1.27.0
163163
with:
164164
files: .
165165

@@ -288,7 +288,7 @@ jobs:
288288
- uses: ./.github/actions/rustup
289289
with:
290290
shared-key: check
291-
- uses: cargo-bins/cargo-binstall@v1.10.9
291+
- uses: cargo-bins/cargo-binstall@v1.10.11
292292
- run: cargo binstall --no-confirm cargo-shear
293293
- run: cargo shear
294294

.npmrc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
registry=https://registry.npmjs.org/
22

33
# The package of the same name conflicts with node:buffer and it will affect our ci results. https://www.npmjs.com/package/buffer
4-
hoist-pattern[]=!buffer
4+
hoist-pattern[]=!buffer
5+
6+
# Use symlinked executables instead of command shims with `NODE_PATH` to achieve better DX in debugging with LLDB, etc.
7+
# See: https://pnpm.io/npmrc#prefer-symlinked-executables
8+
prefer-symlinked-executables=true

0 commit comments

Comments
 (0)