build(deps): bump the oxc group with 6 updates - #97
Open
dependabot[bot] wants to merge 1 commit into
Open
dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the oxc group with 6 updates: | Package | From | To | | --- | --- | --- | | [oxc_allocator](https://github.com/oxc-project/oxc) | `0.142.0` | `0.143.0` | | [oxc_parser](https://github.com/oxc-project/oxc) | `0.142.0` | `0.143.0` | | [oxc_ast](https://github.com/oxc-project/oxc) | `0.142.0` | `0.143.0` | | [oxc_ast_visit](https://github.com/oxc-project/oxc) | `0.142.0` | `0.143.0` | | [oxc_span](https://github.com/oxc-project/oxc) | `0.142.0` | `0.143.0` | | [oxc_syntax](https://github.com/oxc-project/oxc) | `0.142.0` | `0.143.0` | Updates `oxc_allocator` from 0.142.0 to 0.143.0 - [Release notes](https://github.com/oxc-project/oxc/releases) - [Changelog](https://github.com/oxc-project/oxc/blob/main/CHANGELOG.md) - [Commits](oxc-project/oxc@crates_v0.142.0...crates_v0.143.0) Updates `oxc_parser` from 0.142.0 to 0.143.0 - [Release notes](https://github.com/oxc-project/oxc/releases) - [Changelog](https://github.com/oxc-project/oxc/blob/main/CHANGELOG.md) - [Commits](oxc-project/oxc@crates_v0.142.0...crates_v0.143.0) Updates `oxc_ast` from 0.142.0 to 0.143.0 - [Release notes](https://github.com/oxc-project/oxc/releases) - [Changelog](https://github.com/oxc-project/oxc/blob/main/CHANGELOG.md) - [Commits](oxc-project/oxc@crates_v0.142.0...crates_v0.143.0) Updates `oxc_ast_visit` from 0.142.0 to 0.143.0 - [Release notes](https://github.com/oxc-project/oxc/releases) - [Changelog](https://github.com/oxc-project/oxc/blob/main/CHANGELOG.md) - [Commits](oxc-project/oxc@crates_v0.142.0...crates_v0.143.0) Updates `oxc_span` from 0.142.0 to 0.143.0 - [Release notes](https://github.com/oxc-project/oxc/releases) - [Changelog](https://github.com/oxc-project/oxc/blob/main/CHANGELOG.md) - [Commits](oxc-project/oxc@crates_v0.142.0...crates_v0.143.0) Updates `oxc_syntax` from 0.142.0 to 0.143.0 - [Release notes](https://github.com/oxc-project/oxc/releases) - [Changelog](https://github.com/oxc-project/oxc/blob/main/CHANGELOG.md) - [Commits](oxc-project/oxc@crates_v0.142.0...crates_v0.143.0) --- updated-dependencies: - dependency-name: oxc_allocator dependency-version: 0.143.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: oxc - dependency-name: oxc_parser dependency-version: 0.143.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: oxc - dependency-name: oxc_ast dependency-version: 0.143.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: oxc - dependency-name: oxc_ast_visit dependency-version: 0.143.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: oxc - dependency-name: oxc_span dependency-version: 0.143.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: oxc - dependency-name: oxc_syntax dependency-version: 0.143.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: oxc ... Signed-off-by: dependabot[bot] <support@github.com>
Code Metrics Report
Details | | main (5b735b1) | #97 (fc38091) | +/- |
|---------------------|----------------|---------------|-------|
| Coverage | 93.7% | 93.7% | 0.0% |
| Files | 28 | 28 | 0 |
| Lines | 11657 | 11657 | 0 |
| Covered | 10926 | 10926 | 0 |
+ | Test Execution Time | 4m24s | 15s | -4m9s |Reported by octocov |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the oxc group with 6 updates:
0.142.00.143.00.142.00.143.00.142.00.143.00.142.00.143.00.142.00.143.00.142.00.143.0Updates
oxc_allocatorfrom 0.142.0 to 0.143.0Release notes
Sourced from oxc_allocator's releases.
Commits
45a17c2release(crates): oxc v0.143.0 (#25250)a64b65dfix(linter/unicorn/new-for-builtins): detect parenthesized member expression ...4120da0perf(semantic)!: return borrowed JSDoc so the parse cache works (#25186)253075efix(playground): include generated runtime files (#25246)f7b3976chore(deps): update dependency rolldown to v1.2.2 (#25245)b937e3echore(deps): update napi (#25019)3c8312efeat(allocator): makeBoxSend+Syncwhen the type it contains is (#25...ea1e88achore(deps): update rust crate oxc-browserslist to v3.0.13 (#25244)f0a41c8feat(allocator)!: removeArenaBox::danglingmethod (#25236)9d4592cfix(linter): reject duplicate JS plugin names (#25243)Updates
oxc_parserfrom 0.142.0 to 0.143.0Release notes
Sourced from oxc_parser's releases.
Commits
45a17c2release(crates): oxc v0.143.0 (#25250)a64b65dfix(linter/unicorn/new-for-builtins): detect parenthesized member expression ...4120da0perf(semantic)!: return borrowed JSDoc so the parse cache works (#25186)253075efix(playground): include generated runtime files (#25246)f7b3976chore(deps): update dependency rolldown to v1.2.2 (#25245)b937e3echore(deps): update napi (#25019)3c8312efeat(allocator): makeBoxSend+Syncwhen the type it contains is (#25...ea1e88achore(deps): update rust crate oxc-browserslist to v3.0.13 (#25244)f0a41c8feat(allocator)!: removeArenaBox::danglingmethod (#25236)9d4592cfix(linter): reject duplicate JS plugin names (#25243)Updates
oxc_astfrom 0.142.0 to 0.143.0Release notes
Sourced from oxc_ast's releases.
Commits
45a17c2release(crates): oxc v0.143.0 (#25250)a64b65dfix(linter/unicorn/new-for-builtins): detect parenthesized member expression ...4120da0perf(semantic)!: return borrowed JSDoc so the parse cache works (#25186)253075efix(playground): include generated runtime files (#25246)f7b3976chore(deps): update dependency rolldown to v1.2.2 (#25245)b937e3echore(deps): update napi (#25019)3c8312efeat(allocator): makeBoxSend+Syncwhen the type it contains is (#25...ea1e88achore(deps): update rust crate oxc-browserslist to v3.0.13 (#25244)f0a41c8feat(allocator)!: removeArenaBox::danglingmethod (#25236)9d4592cfix(linter): reject duplicate JS plugin names (#25243)Updates
oxc_ast_visitfrom 0.142.0 to 0.143.0Release notes
Sourced from oxc_ast_visit's releases.
Commits
45a17c2release(crates): oxc v0.143.0 (#25250)a64b65dfix(linter/unicorn/new-for-builtins): detect parenthesized member expression ...4120da0perf(semantic)!: return borrowed JSDoc so the parse cache works (#25186)253075efix(playground): include generated runtime files (#25246)f7b3976chore(deps): update dependency rolldown to v1.2.2 (#25245)b937e3echore(deps): update napi (#25019)3c8312efeat(allocator): makeBoxSend+Syncwhen the type it contains is (#25...ea1e88achore(deps): update rust crate oxc-browserslist to v3.0.13 (#25244)f0a41c8feat(allocator)!: removeArenaBox::danglingmethod (#25236)9d4592cfix(linter): reject duplicate JS plugin names (#25243)Updates
oxc_spanfrom 0.142.0 to 0.143.0Release notes
Sourced from oxc_span's releases.
Commits
45a17c2release(crates): oxc v0.143.0 (#25250)a64b65dfix(linter/unicorn/new-for-builtins): detect parenthesized member expression ...4120da0perf(semantic)!: return borrowed JSDoc so the parse cache works (#25186)253075efix(playground): include generated runtime files (#25246)f7b3976chore(deps): update dependency rolldown to v1.2.2 (#25245)b937e3echore(deps): update napi (#25019)3c8312efeat(allocator): makeBoxSend+Syncwhen the type it contains is (#25...ea1e88achore(deps): update rust crate oxc-browserslist to v3.0.13 (#25244)f0a41c8feat(allocator)!: removeArenaBox::danglingmethod (#25236)9d4592cfix(linter): reject duplicate JS plugin names (#25243)Updates
oxc_syntaxfrom 0.142.0 to 0.143.0Release notes
Sourced from oxc_syntax's releases.
Commits
45a17c2release(crates): oxc v0.143.0 (#25250)a64b65dfix(linter/unicorn/new-for-builtins): detect parenthesized member expression ...4120da0perf(semantic)!: return borrowed JSDoc so the parse cache works (#25186)253075efix(playground): include generated runtime files (#25246)f7b3976chore(deps): update dependency rolldown to v1.2.2 (#25245)b937e3echore(deps): update napi (#25019)3c8312efeat(allocator): makeBoxSend+Syncwhen the type it contains is (#25...ea1e88achore(deps): update rust crate oxc-browserslist to v3.0.13 (#25244)f0a41c8feat(allocator)!: removeArenaBox::danglingmethod (#25236)9d4592cfix(linter): reject duplicate JS plugin names (#25243)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions