Skip to content

Commit c49aaae

Browse files
committed
Update rust
1 parent ed222d4 commit c49aaae

File tree

8 files changed

+57
-69
lines changed

8 files changed

+57
-69
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"changes": { "bindings/devup-ui-wasm/package.json": "Patch" },
3+
"note": "Update rust",
4+
"date": "2025-11-13T11:34:25.373645400Z"
5+
}

.changepacks/config.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"ignore": ["*", "!packages/*/*", "!bindings/*/package.json"],
3+
"baseBranch": "main",
4+
"latestPackage": null
5+
}

.changeset/README.md

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

.changeset/config.json

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

.github/workflows/publish.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222

2323
- uses: actions-rust-lang/setup-rust-toolchain@v1
2424
- name: Cargo tarpaulin and fmt
@@ -46,9 +46,15 @@ jobs:
4646

4747
publish:
4848
runs-on: ubuntu-latest
49+
permissions:
50+
pull-requests: write
51+
contents: write
4952
steps:
5053
- name: Checkout
51-
uses: actions/checkout@v4
54+
uses: actions/checkout@v5
55+
56+
- uses: changepacks/action@main
57+
id: changepacks
5258

5359
- uses: actions-rust-lang/setup-rust-toolchain@v1
5460
- name: Cargo tarpaulin and fmt
@@ -102,12 +108,6 @@ jobs:
102108
with:
103109
token: ${{ secrets.CODECOV_TOKEN }}
104110
fail_ci_if_error: true
105-
- name: Create Release Pull Request or Publish to npm
106-
id: changesets
107-
uses: changesets/action@v1
108-
with:
109-
publish: pnpm changeset publish
110-
env:
111-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
112-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
113-
if: github.ref == 'refs/heads/main'
111+
- name: Publish to npm
112+
run: pnpm publish
113+
if: steps.changepacks.outputs.changepacks != '[]'

Cargo.lock

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

libs/extractor/Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ version = "0.1.0"
44
edition = "2024"
55

66
[dependencies]
7-
oxc_parser = "0.96.0"
8-
oxc_syntax = "0.96.0"
9-
oxc_span = "0.96.0"
10-
oxc_allocator = "0.96.0"
11-
oxc_ast = "0.96.0"
12-
oxc_ast_visit = "0.96.0"
13-
oxc_codegen = "0.96.0"
7+
oxc_parser = "0.97.0"
8+
oxc_syntax = "0.97.0"
9+
oxc_span = "0.97.0"
10+
oxc_allocator = "0.97.0"
11+
oxc_ast = "0.97.0"
12+
oxc_ast_visit = "0.97.0"
13+
oxc_codegen = "0.97.0"
1414
css = { path = "../css" }
1515
phf = "0.13"
1616
strum = "0.27.2"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"vitest": "^4.0"
3636
},
3737
"author": "devfive",
38-
"packageManager": "pnpm@10.19.0",
38+
"packageManager": "pnpm@10.22.0",
3939
"resolutions": {
4040
"@devup-ui/eslint-plugin": "workspace:*"
4141
},

0 commit comments

Comments
 (0)