Skip to content

Commit 3f59653

Browse files
dependabot[bot]Copilotlayershifter
authored
chore(deps): bump the oxc group with 2 updates (#955)
* chore(deps): bump the oxc group with 2 updates Bumps the oxc group with 2 updates: [oxc-parser](https://github.com/oxc-project/oxc/tree/HEAD/napi/parser) and [oxc-transform](https://github.com/oxc-project/oxc/tree/HEAD/napi/transform). Updates `oxc-parser` from 0.130.0 to 0.132.0 - [Release notes](https://github.com/oxc-project/oxc/releases) - [Changelog](https://github.com/oxc-project/oxc/blob/main/napi/parser/CHANGELOG.md) - [Commits](https://github.com/oxc-project/oxc/commits/crates_v0.132.0/napi/parser) Updates `oxc-transform` from 0.130.0 to 0.132.0 - [Release notes](https://github.com/oxc-project/oxc/releases) - [Changelog](https://github.com/oxc-project/oxc/blob/main/napi/transform/CHANGELOG.md) - [Commits](https://github.com/oxc-project/oxc/commits/crates_v0.132.0/napi/transform) --- updated-dependencies: - dependency-name: oxc-parser dependency-version: 0.132.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: oxc - dependency-name: oxc-transform dependency-version: 0.132.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: oxc ... Signed-off-by: dependabot[bot] <support@github.com> * chore: add change files for oxc bump Agent-Logs-Url: https://github.com/microsoft/griffel/sessions/20802adb-d453-4780-947b-eea38bc2cbc7 Co-authored-by: layershifter <14183168+layershifter@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: layershifter <14183168+layershifter@users.noreply.github.com>
1 parent f4f020e commit 3f59653

6 files changed

Lines changed: 199 additions & 185 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "chore(deps): bump oxc-parser and oxc-transform",
4+
"packageName": "@griffel/transform",
5+
"email": "49699333+dependabot[bot]@users.noreply.github.com",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "chore(deps): bump oxc-parser and oxc-transform",
4+
"packageName": "@griffel/transform-shaker",
5+
"email": "49699333+dependabot[bot]@users.noreply.github.com",
6+
"dependentChangeType": "patch"
7+
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@
4949
"debug": "^4.3.0",
5050
"enhanced-resolve": "^5.21.0",
5151
"magic-string": "^0.30.19",
52-
"oxc-parser": "^0.130.0",
52+
"oxc-parser": "^0.132.0",
5353
"oxc-resolver": "^11.19.1",
54-
"oxc-transform": "^0.130.0",
54+
"oxc-transform": "^0.132.0",
5555
"oxc-walker": "^1.0.0",
5656
"postcss": "^8.5.14",
5757
"rtl-css-js": "^1.16.1",

packages/transform-shaker/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"dependencies": {
2121
"debug": "^4.3.0",
2222
"magic-string": "^0.30.19",
23-
"oxc-parser": "^0.130.0",
24-
"oxc-transform": "^0.130.0"
23+
"oxc-parser": "^0.132.0",
24+
"oxc-transform": "^0.132.0"
2525
}
2626
}

packages/transform/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@griffel/transform-shaker": "^1.0.5",
2323
"debug": "^4.3.0",
2424
"magic-string": "^0.30.19",
25-
"oxc-parser": "^0.130.0",
25+
"oxc-parser": "^0.132.0",
2626
"oxc-walker": "^1.0.0"
2727
}
2828
}

0 commit comments

Comments
 (0)