Don Isaac
78fe4af3ad
ci: skip coverage/benchmarks on more unrelated files ( #6616 )
...
Enhance file filters that trigger coverage and benchmark jobs by adding
more ignored globs.
2024-10-16 14:36:07 +08:00
Don Isaac
a00b43717d
ci: cache compiled dprint plugins ( #6605 )
...
Cache downloaded & compiled `dprint` plugins in `autofix.ci` between
runs. It should help shave some time off this pipeline.
2024-10-16 06:48:24 +08:00
Don Isaac
04d09b3d1b
ci: auto-label PRs with category tags based on their title ( #6533 )
...
Automatically add category labels (e.g. `C-enhancement`) to PRs based on
the conventional commit type (e.g. `feat`) used in their title.
2024-10-15 10:07:21 +08:00
dalaoshu
f70e93b2f5
refactor(oxc): ban index methods on std::str::Chars ( #6075 )
...
closes #6071
2024-10-10 21:35:24 +08:00
Boshen
49ce14b2fd
chore(deps): update crate-ci/typos action to v1.26.0 ( #6366 )
2024-10-08 14:43:28 +00:00
Boshen
b5ba0e94fa
ci: remove mention of sccache-action
2024-10-08 22:26:50 +08:00
Boshen
40c00d53b0
ci: fix release napi
2024-10-08 21:24:36 +08:00
Boshen
5b5daec392
refactor(napi): use vitest ( #6307 )
2024-10-06 02:57:48 +00:00
Boshen
f51cbadf93
ci: temporary disable windows due to napi failing
...
Running unittests src\lib.rs (target\debug\deps\oxc_coverage-c37180833952f95b.exe)
Load Node-API [napi_get_last_error_info] from host runtime failed: GetProcAddress failed
2024-10-03 12:39:32 +08:00
Boshen
7bb745b085
ci: add trigger monitor oxc in prepare_release_crates
...
closes https://github.com/oxc-project/monitor-oxc/issues/44
2024-10-03 11:19:53 +08:00
overlookmotel
3da0334396
ci(miri): run Miri on changes to more crates ( #6223 )
...
Run Miri when changes are made to crates which contain a lot of unsafe
code.
2024-10-01 22:56:05 +08:00
renovate[bot]
7a381ee8f0
chore(deps): update crate-ci/typos action to v1.25.0 ( #6200 )
...
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [crate-ci/typos](https://redirect.github.com/crate-ci/typos ) | action
| minor | `v1.24.5` -> `v1.25.0` |
---
### Release Notes
<details>
<summary>crate-ci/typos (crate-ci/typos)</summary>
###
[`v1.25.0`](https://redirect.github.com/crate-ci/typos/releases/tag/v1.25.0 )
[Compare
Source](https://redirect.github.com/crate-ci/typos/compare/v1.24.6...v1.25.0 )
#### \[1.25.0] - 2024-10-01
##### Fixes
- Updated the dictionary with the [September
2024](https://redirect.github.com/crate-ci/typos/issues/1107 ) changes
###
[`v1.24.6`](https://redirect.github.com/crate-ci/typos/releases/tag/v1.24.6 )
[Compare
Source](https://redirect.github.com/crate-ci/typos/compare/v1.24.5...v1.24.6 )
#### \[1.24.6] - 2024-09-16
##### Fixes
- Respect negation (`!`) in `extend-exclude`
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/oxc-project/oxc ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Boshen <boshenc@gmail.com>
2024-10-01 12:42:33 +08:00
overlookmotel
509460b923
ci(transformer): run transformer tests under Miri ( #6112 )
...
Transformer tests include tests for unsafe code in `Stack` and
`NonEmptyStack`. Run these tests under Miri.
2024-09-27 17:27:28 +01:00
Boshen
cfb3f7a9a4
ci: fix wasm release missing wasm-pack
2024-09-23 11:45:17 +08:00
Boshen
91bb06e6ff
chore(wasm/parser): remove wasm-pack dependency ( #5777 )
...
It should be installed via `cargo binstall` for consistency.
2024-09-15 11:27:48 +08:00
Boshen
f14a534777
ci: fix oxlint publish
2024-09-12 14:53:45 +08:00
Boshen
a729b64380
ci: add a scope to release PR title
...
For passing PR title checker
2024-09-11 18:33:00 +08:00
Boshen
1ed4ccdcae
ci: fix failed to napi publish without --no-git-checks
...
We generate all the files so they are not commited to the repo
2024-09-11 18:30:15 +08:00
renovate[bot]
f475bba644
chore(deps): update peter-evans/create-pull-request action to v7 ( #5698 )
2024-09-11 18:26:33 +08:00
Boshen
63a830e08c
chore(dprint): format toml files ( #5599 )
...
Co-authored-by: Boshen <1430279+Boshen@users.noreply.github.com>
2024-09-08 14:26:16 +08:00
Boshen
2386d7fca2
chore(dprint): format yaml files ( #5598 )
2024-09-08 14:05:46 +08:00
renovate[bot]
69da677f00
chore(deps): update crate-ci/typos action to v1.24.5 ( #5596 )
...
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [crate-ci/typos](https://redirect.github.com/crate-ci/typos ) | action
| patch | `v1.24.3` -> `v1.24.5` |
---
### Release Notes
<details>
<summary>crate-ci/typos (crate-ci/typos)</summary>
###
[`v1.24.5`](https://redirect.github.com/crate-ci/typos/releases/tag/v1.24.5 )
[Compare
Source](https://redirect.github.com/crate-ci/typos/compare/v1.24.4...v1.24.5 )
#### \[1.24.5] - 2024-09-04
##### Features
- *(action)* Support windows
###
[`v1.24.4`](https://redirect.github.com/crate-ci/typos/releases/tag/v1.24.4 )
[Compare
Source](https://redirect.github.com/crate-ci/typos/compare/v1.24.3...v1.24.4 )
#### \[1.24.4] - 2024-09-03
##### Fixes
- Offer a correction for `grather`
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/oxc-project/oxc ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-08 05:52:04 +00:00
Boshen
955e83ec41
ci: add dprint to autofix ( #5597 )
2024-09-08 13:46:30 +08:00
Boshen
40d0149a50
chore: commit message must have a scope
2024-09-08 00:43:12 +08:00
Boshen
7f7ed7b4dc
ci: add custom pnpm action ( #5572 )
2024-09-07 16:13:19 +08:00
Boshen
c796b77fa2
ci: use pnpm publish
2024-09-07 13:19:52 +08:00
Boshen
0c43d0cf8d
build: fix wasm publish
2024-09-06 19:39:13 +08:00
Boshen
d9d29f8705
ci: fix pr.yml
...
closes #5477
2024-09-05 18:09:40 +08:00
Boshen
3cbf9ef70a
ci: add release to pr title check ( #5475 )
2024-09-05 17:10:12 +08:00
Boshen
0a5780d328
ci: fix broken benchmark ( #5424 )
2024-09-03 18:21:39 +08:00
Boshen
a03b24d94e
ci: add napi tests ( #5419 )
2024-09-03 12:24:58 +08:00
Boshen
b486a85405
ci: fix broken reusable_prepare_release.yml
2024-09-03 12:20:04 +08:00
Boshen
310e05ca8e
ci: match autofix trigger with ci.yml
2024-09-03 12:05:02 +08:00
Boshen
a834424a41
ci: change commit message to follow conventional commit
2024-09-03 11:29:09 +08:00
Boshen
927034d09b
ci: fix release vscode workflow
2024-09-02 21:50:24 +08:00
Boshen
3cb9452338
ci: clean up workflows/ci.yml
2024-09-02 14:53:53 +08:00
Boshen
4a9c2e719a
ci: cargo check in windows is unnecessary
...
We do not use any windows specific code (`git grep cfg | grep windows`)
2024-09-01 22:34:52 +08:00
Boshen
29f8497001
ci: autofix formatting relates jobs ( #5383 )
...
closes #5382
Autofixes toml, rust and unused dependencies.
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2024-09-01 16:19:53 +08:00
renovate[bot]
23ae0fa335
chore(deps): update crate-ci/typos action to v1.24.3 ( #5384 )
...
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [crate-ci/typos](https://togithub.com/crate-ci/typos ) | action | patch
| `v1.24.1` -> `v1.24.3` |
---
### Release Notes
<details>
<summary>crate-ci/typos (crate-ci/typos)</summary>
###
[`v1.24.3`](https://togithub.com/crate-ci/typos/releases/tag/v1.24.3 )
[Compare
Source](https://togithub.com/crate-ci/typos/compare/v1.24.2...v1.24.3 )
#### \[1.24.3] - 2024-08-30
##### Fixes
- Updated the dictionary with the [August
2024](https://togithub.com/crate-ci/typos/issues/1069 ) changes
###
[`v1.24.2`](https://togithub.com/crate-ci/typos/releases/tag/v1.24.2 )
[Compare
Source](https://togithub.com/crate-ci/typos/compare/v1.24.1...v1.24.2 )
#### \[1.24.2] - 2024-08-30
##### Performance
- Cap unbounded parsing to avoid worst case performance (hit with test
data)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/oxc-project/oxc ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41Ni4wIiwidXBkYXRlZEluVmVyIjoiMzguNTYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-01 07:49:57 +00:00
Boshen
1d9fd1fdcc
ci: add action-semantic-pull-request
...
closes #5348
2024-08-31 16:02:30 +08:00
Boshen
fea2746b73
chore: switch playground to https://github.com/oxc-project/playground ( #5249 )
...
playground app: https://oxc-playground.netlify.app/
2024-08-27 15:14:36 +08:00
renovate[bot]
e51a1027c2
chore(deps): update github-actions ( #5207 )
...
[](https://renovatebot.com )
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
|
[cargo-bins/cargo-binstall](https://togithub.com/cargo-bins/cargo-binstall )
| action | patch | `v1.10.2` -> `v1.10.3` |
| [crate-ci/typos](https://togithub.com/crate-ci/typos ) | action | minor
| `v1.23.6` -> `v1.24.1` |
---
### Release Notes
<details>
<summary>cargo-bins/cargo-binstall (cargo-bins/cargo-binstall)</summary>
###
[`v1.10.3`](https://togithub.com/cargo-bins/cargo-binstall/releases/tag/v1.10.3 )
[Compare
Source](https://togithub.com/cargo-bins/cargo-binstall/compare/v1.10.2...v1.10.3 )
*Binstall is a tool to fetch and install Rust-based executables as
binaries. It aims to be a drop-in replacement for `cargo install` in
most cases. Install it today with `cargo install cargo-binstall`, from
the binaries below, or if you already have it, upgrade with `cargo
binstall cargo-binstall`.*
##### In this release:
- Upgrade dependencies
</details>
<details>
<summary>crate-ci/typos (crate-ci/typos)</summary>
###
[`v1.24.1`](https://togithub.com/crate-ci/typos/releases/tag/v1.24.1 )
[Compare
Source](https://togithub.com/crate-ci/typos/compare/v1.24.0...v1.24.1 )
#### \[1.24.1] - 2024-08-23
##### Fixes
- Remove unverified varcon (locale data) entries
###
[`v1.24.0`](https://togithub.com/crate-ci/typos/releases/tag/v1.24.0 )
[Compare
Source](https://togithub.com/crate-ci/typos/compare/v1.23.7...v1.24.0 )
#### \[1.24.0] - 2024-08-23
##### Features
- Update varcon (locale data) to version 2020.12.07
###
[`v1.23.7`](https://togithub.com/crate-ci/typos/releases/tag/v1.23.7 )
[Compare
Source](https://togithub.com/crate-ci/typos/compare/v1.23.6...v1.23.7 )
#### \[1.23.7] - 2024-08-22
##### Fixes
- *(config)* Respect `--locale` / `default.locale` again after it was
broken in 1.16.24
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 10am on monday" in timezone
Asia/Shanghai, Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions ) if
that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View the
[repository job log](https://developer.mend.io/github/oxc-project/oxc ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-26 00:06:17 +00:00
Boshen
8d3f61bb54
chore(oxc_regular_expression): rename crate
2024-08-20 10:59:00 +08:00
renovate[bot]
5be0e8ab55
chore(deps): update cargo-bins/cargo-binstall action to v1.10.2 ( #4957 )
...
[](https://renovatebot.com )
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
|
[cargo-bins/cargo-binstall](https://togithub.com/cargo-bins/cargo-binstall )
| action | patch | `v1.10.0` -> `v1.10.2` |
---
### Release Notes
<details>
<summary>cargo-bins/cargo-binstall (cargo-bins/cargo-binstall)</summary>
###
[`v1.10.2`](https://togithub.com/cargo-bins/cargo-binstall/releases/tag/v1.10.2 )
[Compare
Source](https://togithub.com/cargo-bins/cargo-binstall/compare/v1.10.1...v1.10.2 )
*Binstall is a tool to fetch and install Rust-based executables as
binaries. It aims to be a drop-in replacement for `cargo install` in
most cases. Install it today with `cargo install cargo-binstall`, from
the binaries below, or if you already have it, upgrade with `cargo
binstall cargo-binstall`.*
##### In this release:
- Enable happy eyeballs when using hickory-dns, ported from
[seanmonstar/reqwest#2378 ](https://togithub.com/seanmonstar/reqwest/issues/2378 )
([#​1877](https://togithub.com/cargo-bins/cargo-binstall/issues/1877 ))
###
[`v1.10.1`](https://togithub.com/cargo-bins/cargo-binstall/releases/tag/v1.10.1 )
[Compare
Source](https://togithub.com/cargo-bins/cargo-binstall/compare/v1.10.0...v1.10.1 )
*Binstall is a tool to fetch and install Rust-based executables as
binaries. It aims to be a drop-in replacement for `cargo install` in
most cases. Install it today with `cargo install cargo-binstall`, from
the binaries below, or if you already have it, upgrade with `cargo
binstall cargo-binstall`.*
##### In this release:
- Enable happy eyeballs when using hickory-dns, ported from
[seanmonstar/reqwest#2378 ](https://togithub.com/seanmonstar/reqwest/issues/2378 )
([#​1877](https://togithub.com/cargo-bins/cargo-binstall/issues/1877 ))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 10am on monday" in timezone
Asia/Shanghai, Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View the
[repository job log](https://developer.mend.io/github/oxc-project/oxc ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-18 22:50:35 +00:00
rzvxa
a0b1b86161
fix(ci): Return an error code on the failed AST Changes step. ( #4930 )
...
Closes #4929
2024-08-16 00:29:06 +00:00
rzvxa
a9c729a197
chore(ci): enforce msrv in parts of our CI. ( #4879 )
...
closes #4874

2024-08-13 21:47:28 +08:00
Boshen
0813af9d30
ci: fix oxlint OXC_VERSION not set
2024-08-13 20:16:22 +08:00
rzvxa
8e8fcd0584
refactor(ast_tools): rename oxc_ast_codegen to oxc_ast_tools. ( #4846 )
...
This PR renames the `oxc_ast_codegen` crate to `oxc_ast_tools`, It improves the readability and organization of the codebase by giving the crate a name that better reflects its purpose and contents.
It also improves the error message in CI.
2024-08-12 14:33:58 +00:00
Boshen
8ef938b0cf
ci: use OXC_BOT_PAT for workflow dispatch
2024-08-12 14:13:42 +08:00
Boshen
44132ed06d
ci: use OXC_BOT_PAT in prepare_release_oxlint
2024-08-12 13:42:47 +08:00