Compare commits

..

4 Commits

Author SHA1 Message Date
renovate-bot c736be3713 chore(deps): update dependency oxfmt to v0.61.0
renovate/stability-days Updates have met minimum release age requirement
CI / Dry-Run (pull_request) Successful in 3s
CI / Test (pull_request) Successful in 12s
CI / Check Dist (pull_request) Successful in 10s
2026-08-04 04:10:36 +00:00
renovate-bot 80e43303c6 chore(deps): update all non-major dependencies (#61)
This PR contains the following updates:

| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [oxfmt](https://oxc.rs/docs/guide/usage/formatter) ([source](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt)) | [`0.58.0` → `0.60.0`](https://renovatebot.com/diffs/npm/oxfmt/0.58.0/0.60.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/oxfmt/0.60.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/oxfmt/0.58.0/0.60.0?slim=true) |
| [rolldown](https://rolldown.rs/) ([source](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown)) | [`1.1.5` → `1.2.0`](https://renovatebot.com/diffs/npm/rolldown/1.1.5/1.2.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/rolldown/1.2.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/rolldown/1.1.5/1.2.0?slim=true) |

---

### Release Notes

<details>
<summary>oxc-project/oxc (oxfmt)</summary>

### [`v0.60.0`](https://github.com/oxc-project/oxc/compare/oxfmt_v0.59.0...oxfmt_v0.60.0)

[Compare Source](https://github.com/oxc-project/oxc/compare/oxfmt_v0.59.0...oxfmt_v0.60.0)

### [`v0.59.0`](https://github.com/oxc-project/oxc/blob/HEAD/npm/oxfmt/CHANGELOG.md#0590---2026-07-13)

[Compare Source](https://github.com/oxc-project/oxc/compare/oxfmt_v0.58.0...oxfmt_v0.59.0)

##### 🐛 Bug Fixes

- [`415fe1e`](https://github.com/oxc-project/oxc/commit/415fe1e) oxfmt: Error on ignorePatterns that cannot match files outside the config directory ([#&#8203;24286](https://github.com/oxc-project/oxc/issues/24286)) (leaysgur)

</details>

<details>
<summary>rolldown/rolldown (rolldown)</summary>

### [`v1.2.0`](https://github.com/rolldown/rolldown/blob/HEAD/CHANGELOG.md#120---2026-07-15)

[Compare Source](https://github.com/rolldown/rolldown/compare/v1.1.5...v1.2.0)

##### 🚀 Features

- dev: skip shipping factories for newly imported top-level modules ([#&#8203;10223](https://github.com/rolldown/rolldown/issues/10223)) by [@&#8203;h-a-n-a](https://github.com/h-a-n-a)
- dev: per-client ship map for HMR patch sizing ([#&#8203;10208](https://github.com/rolldown/rolldown/issues/10208)) by [@&#8203;h-a-n-a](https://github.com/h-a-n-a)
- dev: client-side HMR ([#&#8203;10164](https://github.com/rolldown/rolldown/issues/10164)) by [@&#8203;h-a-n-a](https://github.com/h-a-n-a)
- dev: send a full-reload update to clients when a tsconfig changes ([#&#8203;10262](https://github.com/rolldown/rolldown/issues/10262)) by [@&#8203;shulaoda](https://github.com/shulaoda)
- treat `import.meta['url']` and `import.meta['ROLLUP_FILE_URL_*']` as side-effect free ([#&#8203;10267](https://github.com/rolldown/rolldown/issues/10267)) by [@&#8203;sapphi-red](https://github.com/sapphi-red)
- rewrite `import.meta['url']` ([#&#8203;10251](https://github.com/rolldown/rolldown/issues/10251)) by [@&#8203;sapphi-red](https://github.com/sapphi-red)
- add `FILE_NOT_FOUND` error ([#&#8203;10220](https://github.com/rolldown/rolldown/issues/10220)) by [@&#8203;sapphi-red](https://github.com/sapphi-red)
- treat `import.meta.ROLLUP_FILE_URL_*` as side-effect free ([#&#8203;10217](https://github.com/rolldown/rolldown/issues/10217)) by [@&#8203;sapphi-red](https://github.com/sapphi-red)

##### 🐛 Bug Fixes

- sourcemap: preserve unmapped boundaries during composition ([#&#8203;10254](https://github.com/rolldown/rolldown/issues/10254)) by [@&#8203;hyfdev](https://github.com/hyfdev)
- `[format]` in `*FileNames` option for ESM format should be `es` instead of `esm` ([#&#8203;10214](https://github.com/rolldown/rolldown/issues/10214)) by [@&#8203;sapphi-red](https://github.com/sapphi-red)
- sourcemap: preserve coarse mappings during composition ([#&#8203;10249](https://github.com/rolldown/rolldown/issues/10249)) by [@&#8203;hyfdev](https://github.com/hyfdev)
- rolldown\_plugin\_vite\_import\_glob: support tsconfig paths with `import.meta.glob` ([#&#8203;10167](https://github.com/rolldown/rolldown/issues/10167)) by [@&#8203;sapphi-red](https://github.com/sapphi-red)
- dev: clear tsconfig caches for bare full builds ([#&#8203;10276](https://github.com/rolldown/rolldown/issues/10276)) by [@&#8203;shulaoda](https://github.com/shulaoda)
- dev: force a full rebuild when a tsconfig changes ([#&#8203;10261](https://github.com/rolldown/rolldown/issues/10261)) by [@&#8203;shulaoda](https://github.com/shulaoda)
- treat rooted drive-less module ids as absolute in preserveModules naming ([#&#8203;10235](https://github.com/rolldown/rolldown/issues/10235)) by [@&#8203;IWANABETHATGUY](https://github.com/IWANABETHATGUY)
- watch: rebuild when tsconfig files change ([#&#8203;10258](https://github.com/rolldown/rolldown/issues/10258)) by [@&#8203;shulaoda](https://github.com/shulaoda)
- watch: drop tsconfig-merged transform options on each rebuild ([#&#8203;10257](https://github.com/rolldown/rolldown/issues/10257)) by [@&#8203;shulaoda](https://github.com/shulaoda)
- incorrect `EMPTY_IMPORT_META` warning for `import.meta.ROLLUP_FILE_URL_*` for CJS output ([#&#8203;10221](https://github.com/rolldown/rolldown/issues/10221)) by [@&#8203;sapphi-red](https://github.com/sapphi-red)
- deconflict: rename CJS locals shadowing wrapped-ESM namespace objects ([#&#8203;9970](https://github.com/rolldown/rolldown/issues/9970)) by [@&#8203;IWANABETHATGUY](https://github.com/IWANABETHATGUY)
- rolldown: drop the unused runtime module after entry-level external flattening ([#&#8203;10237](https://github.com/rolldown/rolldown/issues/10237)) by [@&#8203;IWANABETHATGUY](https://github.com/IWANABETHATGUY)
- rolldown: re-propagate has\_dynamic\_exports to transitive star importers ([#&#8203;10239](https://github.com/rolldown/rolldown/issues/10239)) by [@&#8203;IWANABETHATGUY](https://github.com/IWANABETHATGUY)
- tree-shaking: tree-shake destructured dynamic import namespace bindings ([#&#8203;10213](https://github.com/rolldown/rolldown/issues/10213)) by [@&#8203;logaretm](https://github.com/logaretm)
- s390x: use json-escape-simd 3.1.1 for big-endian JSON escaping fix ([#&#8203;10211](https://github.com/rolldown/rolldown/issues/10211)) by [@&#8203;satyamg1620](https://github.com/satyamg1620)

##### 🚜 Refactor

- dev: move full-reload to client side ([#&#8203;10207](https://github.com/rolldown/rolldown/issues/10207)) by [@&#8203;h-a-n-a](https://github.com/h-a-n-a)
- readability follow-ups to the ReplaceWith migration ([#&#8203;10286](https://github.com/rolldown/rolldown/issues/10286)) by [@&#8203;IWANABETHATGUY](https://github.com/IWANABETHATGUY)
- replace take\_in-then-write-back with ReplaceWith and by-value moves ([#&#8203;10285](https://github.com/rolldown/rolldown/issues/10285)) by [@&#8203;Boshen](https://github.com/Boshen)
- share the main resolver's cache with the transformer's tsconfig lookups ([#&#8203;10205](https://github.com/rolldown/rolldown/issues/10205)) by [@&#8203;shulaoda](https://github.com/shulaoda)
- rolldown: extract the ns star-external \_\_reExport emission rule into LinkingMetadata ([#&#8203;10238](https://github.com/rolldown/rolldown/issues/10238)) by [@&#8203;IWANABETHATGUY](https://github.com/IWANABETHATGUY)
- rolldown: unify link/generate diagnostics into a Diagnostics accumulator ([#&#8203;10234](https://github.com/rolldown/rolldown/issues/10234)) by [@&#8203;IWANABETHATGUY](https://github.com/IWANABETHATGUY)
- sourcemap\_filenames: drop dead sourcemap-filename plumbing ([#&#8203;10189](https://github.com/rolldown/rolldown/issues/10189)) by [@&#8203;IWANABETHATGUY](https://github.com/IWANABETHATGUY)
- extract external import symbol merging into a method ([#&#8203;10224](https://github.com/rolldown/rolldown/issues/10224)) by [@&#8203;IWANABETHATGUY](https://github.com/IWANABETHATGUY)
- rolldown: skip CJS namespace merging under strict execution order ([#&#8203;10203](https://github.com/rolldown/rolldown/issues/10203)) by [@&#8203;hyfdev](https://github.com/hyfdev)
- resolve the manual tsconfig per file instead of once at startup ([#&#8203;10200](https://github.com/rolldown/rolldown/issues/10200)) by [@&#8203;shulaoda](https://github.com/shulaoda)
- rolldown: route interop ESM init emission through a shared init-target view ([#&#8203;10202](https://github.com/rolldown/rolldown/issues/10202)) by [@&#8203;hyfdev](https://github.com/hyfdev)
- rolldown: collapse vestigial wrap-kind state and share chunk sort helper ([#&#8203;10201](https://github.com/rolldown/rolldown/issues/10201)) by [@&#8203;hyfdev](https://github.com/hyfdev)

##### 📚 Documentation

- show plugin kinds in JSDoc and each hook's description ([#&#8203;10218](https://github.com/rolldown/rolldown/issues/10218)) by [@&#8203;sapphi-red](https://github.com/sapphi-red)
- add an explanation about removing imports from external modules without any messages ([#&#8203;10215](https://github.com/rolldown/rolldown/issues/10215)) by [@&#8203;sapphi-red](https://github.com/sapphi-red)

#####  Performance

- sourcemap: owned merge in SourceJoiner::join (4005->5 allocs/chunk) ([#&#8203;10250](https://github.com/rolldown/rolldown/issues/10250)) by [@&#8203;Boshen](https://github.com/Boshen)
- avoid redundant sourcemap string copies in collapse and minify paths ([#&#8203;10093](https://github.com/rolldown/rolldown/issues/10093)) by [@&#8203;Boshen](https://github.com/Boshen)

##### 🧪 Testing

- code-splitting: establish strict-order review baselines ([#&#8203;10287](https://github.com/rolldown/rolldown/issues/10287)) by [@&#8203;hyfdev](https://github.com/hyfdev)
- dev: add hot API test cases ([#&#8203;10181](https://github.com/rolldown/rolldown/issues/10181)) by [@&#8203;h-a-n-a](https://github.com/h-a-n-a)
- code-splitting: normalize strict execution order variants ([#&#8203;10277](https://github.com/rolldown/rolldown/issues/10277)) by [@&#8203;hyfdev](https://github.com/hyfdev)
- code-splitting: harden strict execution order coverage ([#&#8203;10252](https://github.com/rolldown/rolldown/issues/10252)) by [@&#8203;hyfdev](https://github.com/hyfdev)
- code-splitting: add strict execution order regressions ([#&#8203;10253](https://github.com/rolldown/rolldown/issues/10253)) by [@&#8203;hyfdev](https://github.com/hyfdev)

##### ⚙️ Miscellaneous Tasks

- deps: update github actions ([#&#8203;10241](https://github.com/rolldown/rolldown/issues/10241)) by [@&#8203;renovate](https://github.com/renovate)\[bot]
- deps: update oxc to 0.140.0 ([#&#8203;10274](https://github.com/rolldown/rolldown/issues/10274)) by [@&#8203;shulaoda](https://github.com/shulaoda)
- update Yunfei's GitHub username ([#&#8203;10275](https://github.com/rolldown/rolldown/issues/10275)) by [@&#8203;hyfdev](https://github.com/hyfdev)
- deps: update napi ([#&#8203;10260](https://github.com/rolldown/rolldown/issues/10260)) by [@&#8203;renovate](https://github.com/renovate)\[bot]
- deps: update test262 submodule for tests ([#&#8203;10266](https://github.com/rolldown/rolldown/issues/10266)) by [@&#8203;rolldown-guard](https://github.com/rolldown-guard)\[bot]
- deps: update dependency vite-plus to v0.2.4 ([#&#8203;10256](https://github.com/rolldown/rolldown/issues/10256)) by [@&#8203;renovate](https://github.com/renovate)\[bot]
- deps: update napi ([#&#8203;10240](https://github.com/rolldown/rolldown/issues/10240)) by [@&#8203;renovate](https://github.com/renovate)\[bot]
- deps: update oxc resolver to v11.24.2 ([#&#8203;10245](https://github.com/rolldown/rolldown/issues/10245)) by [@&#8203;renovate](https://github.com/renovate)\[bot]
- deps: update rust crates ([#&#8203;10244](https://github.com/rolldown/rolldown/issues/10244)) by [@&#8203;renovate](https://github.com/renovate)\[bot]
- disable Renovate updates for idna\_adapter ([#&#8203;10248](https://github.com/rolldown/rolldown/issues/10248)) by [@&#8203;shulaoda](https://github.com/shulaoda)
- deps: update oxc resolver to v11.24.1 ([#&#8203;10232](https://github.com/rolldown/rolldown/issues/10232)) by [@&#8203;renovate](https://github.com/renovate)\[bot]
- deps: update rust crate oxc\_sourcemap to v8.1.1 ([#&#8203;10233](https://github.com/rolldown/rolldown/issues/10233)) by [@&#8203;renovate](https://github.com/renovate)\[bot]
- deps: update dependency rolldown-plugin-dts to ^0.27.0 ([#&#8203;10206](https://github.com/rolldown/rolldown/issues/10206)) by [@&#8203;renovate](https://github.com/renovate)\[bot]
- deps: upgrade sugar\_path to v3 ([#&#8203;10230](https://github.com/rolldown/rolldown/issues/10230)) by [@&#8203;hyfdev](https://github.com/hyfdev)
- add `dist-*` to `.gitignore` in sourcemap-filenames/hash-final-content fixture ([#&#8203;10216](https://github.com/rolldown/rolldown/issues/10216)) by [@&#8203;sapphi-red](https://github.com/sapphi-red)
- deps: update dependency rust to v1.97.0 ([#&#8203;10209](https://github.com/rolldown/rolldown/issues/10209)) by [@&#8203;renovate](https://github.com/renovate)\[bot]

##### ❤️ New Contributors

- [@&#8203;satyamg1620](https://github.com/satyamg1620) made their first contribution in [#&#8203;10211](https://github.com/rolldown/rolldown/pull/10211)

</details>

---

### Configuration

📅 **Schedule**: (UTC)

- Branch creation
  - At any time (no schedule defined)
- Automerge
  - At any time (no schedule defined)

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **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://github.com/renovatebot/renovate/discussions) if that's undesired.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNjMuOSIsInVwZGF0ZWRJblZlciI6IjQzLjI2My45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBzIiwibnBtIl19-->

Reviewed-on: https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action/pulls/61
Reviewed-by: t.behrendt <2+t.behrendt@noreply.localhost>
Co-authored-by: Renovate Bot <renovate@t00n.de>
Co-committed-by: Renovate Bot <renovate@t00n.de>
2026-07-29 15:40:17 +02:00
renovate-bot de548917c5 chore(deps): update https://gitea.t000-n.de/t.behrendt/actions action to v0.2.12 (#63)
Co-authored-by: Renovate Bot <renovate@t00n.de>
Co-committed-by: Renovate Bot <renovate@t00n.de>
2026-07-28 06:38:03 +02:00
renovate-bot aa471228fe chore(deps): update actions/checkout action to v7.0.1 (#62)
Co-authored-by: Renovate Bot <renovate@t00n.de>
Co-committed-by: Renovate Bot <renovate@t00n.de>
2026-07-28 06:14:25 +02:00
5 changed files with 88 additions and 88 deletions
+2 -2
View File
@@ -14,7 +14,7 @@ jobs:
name: Release name: Release
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Increment tag - name: Increment tag
@@ -22,6 +22,6 @@ jobs:
uses: https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment@3ab82e6aa1db388a34562f5ce6eedb598651d916 # 0.1.42 uses: https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment@3ab82e6aa1db388a34562f5ce6eedb598651d916 # 0.1.42
with: with:
token: ${{ secrets.GITEA_TOKEN }} token: ${{ secrets.GITEA_TOKEN }}
- uses: https://gitea.t000-n.de/t.behrendt/actions/release-git-tag@7f9ed2bccd9161d124284619464c5dc5b15b79c0 # 0.2.11 - uses: https://gitea.t000-n.de/t.behrendt/actions/release-git-tag@3f772d0a80a510b0f06762be110276c9c8a7b7b8 # 0.2.12
with: with:
tag: ${{ steps.tag.outputs.new-tag }} tag: ${{ steps.tag.outputs.new-tag }}
+3 -3
View File
@@ -8,7 +8,7 @@ jobs:
name: Dry-Run name: Dry-Run
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Validate Renovate Config - name: Validate Renovate Config
uses: ./ uses: ./
with: with:
@@ -18,7 +18,7 @@ jobs:
name: Test name: Test
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with: with:
node-version-file: .nvmrc node-version-file: .nvmrc
@@ -43,7 +43,7 @@ jobs:
name: Check Dist name: Check Dist
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with: with:
node-version-file: .nvmrc node-version-file: .nvmrc
+2 -2
View File
@@ -8,7 +8,7 @@ jobs:
name: Release name: Release
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Increment tag - name: Increment tag
@@ -17,6 +17,6 @@ jobs:
with: with:
token: ${{ secrets.GITEA_TOKEN }} token: ${{ secrets.GITEA_TOKEN }}
prerelease: true prerelease: true
- uses: https://gitea.t000-n.de/t.behrendt/actions/release-git-tag@7f9ed2bccd9161d124284619464c5dc5b15b79c0 # 0.2.11 - uses: https://gitea.t000-n.de/t.behrendt/actions/release-git-tag@3f772d0a80a510b0f06762be110276c9c8a7b7b8 # 0.2.12
with: with:
tag: ${{ steps.tag.outputs.new-tag }} tag: ${{ steps.tag.outputs.new-tag }}
+80 -80
View File
@@ -14,7 +14,7 @@
"devDependencies": { "devDependencies": {
"@types/node": "24.13.3", "@types/node": "24.13.3",
"@vitest/coverage-v8": "4.1.10", "@vitest/coverage-v8": "4.1.10",
"oxfmt": "0.59.0", "oxfmt": "0.61.0",
"rolldown": "1.2.0", "rolldown": "1.2.0",
"typescript": "7.0.2", "typescript": "7.0.2",
"vitest": "4.1.10" "vitest": "4.1.10"
@@ -207,9 +207,9 @@
} }
}, },
"node_modules/@oxfmt/binding-android-arm-eabi": { "node_modules/@oxfmt/binding-android-arm-eabi": {
"version": "0.59.0", "version": "0.61.0",
"resolved": "https://registry.npmjs.org/@oxfmt/binding-android-arm-eabi/-/binding-android-arm-eabi-0.59.0.tgz", "resolved": "https://registry.npmjs.org/@oxfmt/binding-android-arm-eabi/-/binding-android-arm-eabi-0.61.0.tgz",
"integrity": "sha512-bNTnfbuG7sAwb2PakMNaDukx5kXeW9duXOBeWtTOiLz3fXz3q2DlWguufPZ+c2IHEVrRXHD+M4aUgEWm841LDA==", "integrity": "sha512-BaS+1OVvg9sr+Xav0+KdWedQRcAzrdoEcwMZeqoc2F6ieC1s/t5eM35YQoRPQ7vAqkZ+p3tbQb1r9I9mrV5oGA==",
"cpu": [ "cpu": [
"arm" "arm"
], ],
@@ -224,9 +224,9 @@
} }
}, },
"node_modules/@oxfmt/binding-android-arm64": { "node_modules/@oxfmt/binding-android-arm64": {
"version": "0.59.0", "version": "0.61.0",
"resolved": "https://registry.npmjs.org/@oxfmt/binding-android-arm64/-/binding-android-arm64-0.59.0.tgz", "resolved": "https://registry.npmjs.org/@oxfmt/binding-android-arm64/-/binding-android-arm64-0.61.0.tgz",
"integrity": "sha512-R/Sn7z52QtdAKNqQLLY0EK7hVMjXiz3XUlvoCFCm/60jgIzAnQtiqLKBCFaBkimCQL5rs2ezPMcicpjCsrl54Q==", "integrity": "sha512-of8atAV0M1egGcVOMbgZCvc10sFOP3ayQBNQV5h5G3fNq8gACdEswfFk9bzGrdbM23rtg0Coxi7np7oPLcueNw==",
"cpu": [ "cpu": [
"arm64" "arm64"
], ],
@@ -241,9 +241,9 @@
} }
}, },
"node_modules/@oxfmt/binding-darwin-arm64": { "node_modules/@oxfmt/binding-darwin-arm64": {
"version": "0.59.0", "version": "0.61.0",
"resolved": "https://registry.npmjs.org/@oxfmt/binding-darwin-arm64/-/binding-darwin-arm64-0.59.0.tgz", "resolved": "https://registry.npmjs.org/@oxfmt/binding-darwin-arm64/-/binding-darwin-arm64-0.61.0.tgz",
"integrity": "sha512-vm/ynUqE4HjC0ZIEjmXv1UJu1/GngccQ+T+TJudTMxUxm6r+GQTg1TO3E5jJfI71pBaXxSzs1+vWHIwuilGHhw==", "integrity": "sha512-7l8+5ov4BGwtAcmpzvEik/TG3bciwyw/S3e6j5GKH7pcQqcgCVxD3AuJeP6upto+SOTBKQ4wrrdbMt0gq8fHSQ==",
"cpu": [ "cpu": [
"arm64" "arm64"
], ],
@@ -258,9 +258,9 @@
} }
}, },
"node_modules/@oxfmt/binding-darwin-x64": { "node_modules/@oxfmt/binding-darwin-x64": {
"version": "0.59.0", "version": "0.61.0",
"resolved": "https://registry.npmjs.org/@oxfmt/binding-darwin-x64/-/binding-darwin-x64-0.59.0.tgz", "resolved": "https://registry.npmjs.org/@oxfmt/binding-darwin-x64/-/binding-darwin-x64-0.61.0.tgz",
"integrity": "sha512-uTtYDpLN/obfKVWGpgEc8BqYlLZBQTPz2uYEvLRy3HPZxjZ34wiFzukUBU2bf64JuCYZI//GTV1EOMmWlPjf/w==", "integrity": "sha512-Fnz4dDDXBb7udk+DmwelNjxbD6yptyxwCqwCH2ebo4RVLxVsRfFsn/AHJC49KIltPrVokamGv4SSOsiV50DTxQ==",
"cpu": [ "cpu": [
"x64" "x64"
], ],
@@ -275,9 +275,9 @@
} }
}, },
"node_modules/@oxfmt/binding-freebsd-x64": { "node_modules/@oxfmt/binding-freebsd-x64": {
"version": "0.59.0", "version": "0.61.0",
"resolved": "https://registry.npmjs.org/@oxfmt/binding-freebsd-x64/-/binding-freebsd-x64-0.59.0.tgz", "resolved": "https://registry.npmjs.org/@oxfmt/binding-freebsd-x64/-/binding-freebsd-x64-0.61.0.tgz",
"integrity": "sha512-e2UnxL/ifStSPy8ffBCDbdy595SYsGy+U1pur4G65TuMmWxAMBzYGG7atZo/3mp515p8rZdsflxVD/E1FAdPLQ==", "integrity": "sha512-mddOebKNCP+AucmzfNsk3jgbr681qAUvgMqi865GW5gWLJ/AnzXbvjQRrny0e++NAN8aphav/aRSrfFxNsNjpA==",
"cpu": [ "cpu": [
"x64" "x64"
], ],
@@ -292,9 +292,9 @@
} }
}, },
"node_modules/@oxfmt/binding-linux-arm-gnueabihf": { "node_modules/@oxfmt/binding-linux-arm-gnueabihf": {
"version": "0.59.0", "version": "0.61.0",
"resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-0.59.0.tgz", "resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-0.61.0.tgz",
"integrity": "sha512-LtdeZ1l0urxte3VNi3g8cocZwv1xGM1NKHSgF/fJEEVhyQmlgGh7WFWKFd/pNuO7djfvPNtNO1+MS+FEWkgVSA==", "integrity": "sha512-svx59iYL+DbaZGZUIoice4W0CjRXGExnbz7Re+awIb60rVxBS2KrU7Hnlx+nZYanLGLpjneUEgo/VFEKkSZAyQ==",
"cpu": [ "cpu": [
"arm" "arm"
], ],
@@ -309,9 +309,9 @@
} }
}, },
"node_modules/@oxfmt/binding-linux-arm-musleabihf": { "node_modules/@oxfmt/binding-linux-arm-musleabihf": {
"version": "0.59.0", "version": "0.61.0",
"resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-arm-musleabihf/-/binding-linux-arm-musleabihf-0.59.0.tgz", "resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-arm-musleabihf/-/binding-linux-arm-musleabihf-0.61.0.tgz",
"integrity": "sha512-dBTciSsj9GTMl7p+h2gMSI0hoPn2ijfc/dUsbnWsP0RbwgPl2r0C/5zkMb3Pb+gGj17LH7f1o4qLo9aes/pAvA==", "integrity": "sha512-BYK9MPJPCf6d+fLKMTruThmEyCtHzQ1zLcsrTlUVkmnoXIaHAbfpeLYQwX1tkjs7W11dyzoi6HFvKcdnvX1zNg==",
"cpu": [ "cpu": [
"arm" "arm"
], ],
@@ -326,9 +326,9 @@
} }
}, },
"node_modules/@oxfmt/binding-linux-arm64-gnu": { "node_modules/@oxfmt/binding-linux-arm64-gnu": {
"version": "0.59.0", "version": "0.61.0",
"resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-0.59.0.tgz", "resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-0.61.0.tgz",
"integrity": "sha512-tXVdJ/JINsNWdponPHN0OuKHtC+HdpyoS9sd6IDPNiiEYsRki8b7tefRZ1iMnRkdbyT4SEbguWsr6o+5awvbPQ==", "integrity": "sha512-QUaCNLq2/EC6G5ljOuFanl9Lgw6ZWp4co7rs4+KOMUzbGfA4Lq58FHRjjF9sVIG+93XSbo343MxFATrOU1qctA==",
"cpu": [ "cpu": [
"arm64" "arm64"
], ],
@@ -346,9 +346,9 @@
} }
}, },
"node_modules/@oxfmt/binding-linux-arm64-musl": { "node_modules/@oxfmt/binding-linux-arm64-musl": {
"version": "0.59.0", "version": "0.61.0",
"resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-arm64-musl/-/binding-linux-arm64-musl-0.59.0.tgz", "resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-arm64-musl/-/binding-linux-arm64-musl-0.61.0.tgz",
"integrity": "sha512-RRTq38i2zT5fnw6XGHjvT6w2mh6x/G3m6AZcAZ56OTDTT/lsOeYnG3SVjwmH40z5kPqF+lf+o35e6m6PpKy9Dw==", "integrity": "sha512-S6uvJ6MXnRXl+zTs0CARNDvkE+cymj0EVWEKKsyKnlLlqTyQJBjw5s4D2pSIOZc+S46cy4STefzcr/sm0VzVPA==",
"cpu": [ "cpu": [
"arm64" "arm64"
], ],
@@ -366,9 +366,9 @@
} }
}, },
"node_modules/@oxfmt/binding-linux-ppc64-gnu": { "node_modules/@oxfmt/binding-linux-ppc64-gnu": {
"version": "0.59.0", "version": "0.61.0",
"resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-0.59.0.tgz", "resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-0.61.0.tgz",
"integrity": "sha512-lD3k7glAJSaXW0D6xzu8VOZbYbosvy+0ktOVkfLEoQF5HJlMSxTQ2KNW0JO+08ccP/1ElOKktVEMI0fqRbVB4w==", "integrity": "sha512-6VDlRcytvZG6UlSIdAFKDLbppo9tvPxrWzle6vHldYFMeuDPQEfMKrkwezp7FaBq1wik9ra554ZZeRPsyIkFpg==",
"cpu": [ "cpu": [
"ppc64" "ppc64"
], ],
@@ -386,9 +386,9 @@
} }
}, },
"node_modules/@oxfmt/binding-linux-riscv64-gnu": { "node_modules/@oxfmt/binding-linux-riscv64-gnu": {
"version": "0.59.0", "version": "0.61.0",
"resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-0.59.0.tgz", "resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-0.61.0.tgz",
"integrity": "sha512-WH5ZP1RbuHKBO/yfPRQKpNO/ijHcEDNbnmC4VPf/Bcd3+mbMAZpRiJWRa1PL5bREdIZZHo343mk3sqlc9x7Usw==", "integrity": "sha512-KkBTYbzExpbmn15XjKPLu2fRV2PVlq+KWt+brad5rwIa03vdYoaDRWiS7raHII/dCTR6Ro4UpYUCH4t6lif4WQ==",
"cpu": [ "cpu": [
"riscv64" "riscv64"
], ],
@@ -406,9 +406,9 @@
} }
}, },
"node_modules/@oxfmt/binding-linux-riscv64-musl": { "node_modules/@oxfmt/binding-linux-riscv64-musl": {
"version": "0.59.0", "version": "0.61.0",
"resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-riscv64-musl/-/binding-linux-riscv64-musl-0.59.0.tgz", "resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-riscv64-musl/-/binding-linux-riscv64-musl-0.61.0.tgz",
"integrity": "sha512-743wOiaI9RZY4QVGkWkfGRavD5ZJUJ6gscFjVrVu1dP8AZh9jM+a6v3NhlR+OIzHdS6DhLM96w+gcVskskz7rw==", "integrity": "sha512-69tzIq7sJLVB9dxYYtvMzcSSsnZHSO+U2U19O2RqDqgj6+Q4O7HjSXdaszbcgqzhsUwzSH7z5kWvk8nmf6BHTg==",
"cpu": [ "cpu": [
"riscv64" "riscv64"
], ],
@@ -426,9 +426,9 @@
} }
}, },
"node_modules/@oxfmt/binding-linux-s390x-gnu": { "node_modules/@oxfmt/binding-linux-s390x-gnu": {
"version": "0.59.0", "version": "0.61.0",
"resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-0.59.0.tgz", "resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-0.61.0.tgz",
"integrity": "sha512-xjRXQsRnrRZCcCkIEnbd2lmsQNobtwwkJxdy2bWXhZ1lIN0ouZwsBXRsoovW3yATuziAYwr9HMiQuR/Cc75NIw==", "integrity": "sha512-Oqi/N0OvtOVXsPKAOOhKgGH3msRYF8BLJaNBbWiupRiKoKVyc8JRKPCfarkQJC+RgP9U8raUKLe+bNwd0HUMiA==",
"cpu": [ "cpu": [
"s390x" "s390x"
], ],
@@ -446,9 +446,9 @@
} }
}, },
"node_modules/@oxfmt/binding-linux-x64-gnu": { "node_modules/@oxfmt/binding-linux-x64-gnu": {
"version": "0.59.0", "version": "0.61.0",
"resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-x64-gnu/-/binding-linux-x64-gnu-0.59.0.tgz", "resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-x64-gnu/-/binding-linux-x64-gnu-0.61.0.tgz",
"integrity": "sha512-4hNjqq/Rbr9B+StY9zMMAfm72+mtM4v80xYL5Qkb59Qd72g2vJMI0iFlPj3kf6miMsie/yJ7rt4urJT292HBgA==", "integrity": "sha512-3TKwv/ed4uwJSemAA8P9XcoqETpjQI4waquF9UilhA9Mn/dhr1PdUEXWlL74mtc6ZNfmKPA9+NEJm01nRF8CVA==",
"cpu": [ "cpu": [
"x64" "x64"
], ],
@@ -466,9 +466,9 @@
} }
}, },
"node_modules/@oxfmt/binding-linux-x64-musl": { "node_modules/@oxfmt/binding-linux-x64-musl": {
"version": "0.59.0", "version": "0.61.0",
"resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-x64-musl/-/binding-linux-x64-musl-0.59.0.tgz", "resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-x64-musl/-/binding-linux-x64-musl-0.61.0.tgz",
"integrity": "sha512-NH579iN8EVQYsWowUB8B5vFchcylJtwPVJ7NmUAqEQHNLfhPbDT3K56KrECNAkUN4QpF4qiMgN2vsfZwVvjm7g==", "integrity": "sha512-uFso4u4nLkVSlMCpgjyvWV60Gt7GvDQHnk1mmRxHIkZTMB0ljpUKwCD9FYGgN9H97x2wYl0UwEjgRZaPIuhEhw==",
"cpu": [ "cpu": [
"x64" "x64"
], ],
@@ -486,9 +486,9 @@
} }
}, },
"node_modules/@oxfmt/binding-openharmony-arm64": { "node_modules/@oxfmt/binding-openharmony-arm64": {
"version": "0.59.0", "version": "0.61.0",
"resolved": "https://registry.npmjs.org/@oxfmt/binding-openharmony-arm64/-/binding-openharmony-arm64-0.59.0.tgz", "resolved": "https://registry.npmjs.org/@oxfmt/binding-openharmony-arm64/-/binding-openharmony-arm64-0.61.0.tgz",
"integrity": "sha512-mzZy3Z5Aj1D75Aq9FVlmoRQH5ei8Ga4o/NZmlXkKyeZ5EmPrUXRR7c6BMBteV1ZuZ/356UYDuLRLjAMxTDTiBA==", "integrity": "sha512-keGLkzeOvkMpNmPp4hffXWpfoSsY6e1K8++KXD4mSSfxdvM8q9QUDsYY689TB1k6Co832DZn1MnaaVx6cIBMWQ==",
"cpu": [ "cpu": [
"arm64" "arm64"
], ],
@@ -503,9 +503,9 @@
} }
}, },
"node_modules/@oxfmt/binding-win32-arm64-msvc": { "node_modules/@oxfmt/binding-win32-arm64-msvc": {
"version": "0.59.0", "version": "0.61.0",
"resolved": "https://registry.npmjs.org/@oxfmt/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-0.59.0.tgz", "resolved": "https://registry.npmjs.org/@oxfmt/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-0.61.0.tgz",
"integrity": "sha512-0CpDJ1gE3jN1Gk6xms1Ie6LPfPcOtY4FAtoOmVLHQoAf8DvO2wd0DW2dIX2f7YTp5dxrr0ND8JeUEjm3DP3k5g==", "integrity": "sha512-VzsAISkFxmNhJ5LBDEL9VuH6tJsVJMtqYit2LyIUf/HLnsCe4Pg9SMOjjVQzGWt0bnpyfJ94CrqTqcpNZzK+ug==",
"cpu": [ "cpu": [
"arm64" "arm64"
], ],
@@ -520,9 +520,9 @@
} }
}, },
"node_modules/@oxfmt/binding-win32-ia32-msvc": { "node_modules/@oxfmt/binding-win32-ia32-msvc": {
"version": "0.59.0", "version": "0.61.0",
"resolved": "https://registry.npmjs.org/@oxfmt/binding-win32-ia32-msvc/-/binding-win32-ia32-msvc-0.59.0.tgz", "resolved": "https://registry.npmjs.org/@oxfmt/binding-win32-ia32-msvc/-/binding-win32-ia32-msvc-0.61.0.tgz",
"integrity": "sha512-zwdKBu3pt87uW0bRcywZb0oGMS7C6n87qogwRYFUgmk44T90ZzYlPjtlFYXs/DnBFrgNCvlHwCuWKfVWLeE7kw==", "integrity": "sha512-xv4t7yzwJoYaLB6Zv28B3W+j7brEjsyv50rLTAQgmxJzddce9fAMCxed8dSAkbWES0zz2J29nYK5FaTuD2YBHg==",
"cpu": [ "cpu": [
"ia32" "ia32"
], ],
@@ -537,9 +537,9 @@
} }
}, },
"node_modules/@oxfmt/binding-win32-x64-msvc": { "node_modules/@oxfmt/binding-win32-x64-msvc": {
"version": "0.59.0", "version": "0.61.0",
"resolved": "https://registry.npmjs.org/@oxfmt/binding-win32-x64-msvc/-/binding-win32-x64-msvc-0.59.0.tgz", "resolved": "https://registry.npmjs.org/@oxfmt/binding-win32-x64-msvc/-/binding-win32-x64-msvc-0.61.0.tgz",
"integrity": "sha512-dUUbZkKgWrmAeI/puzv4bxN8lzcYaFnQVwFTFtwO2Gp8M7lZGSE2qJjC58g518+1bltJ8mizjYwD0BGHym0l/w==", "integrity": "sha512-6EZXFkqOwxdDYjIn3TSNnPk3ST5E5GiYd4FiM6UF/mCL/LZSfr6D6UygTfW3R1PCQP2quCKpCEGRlij8E3VYbg==",
"cpu": [ "cpu": [
"x64" "x64"
], ],
@@ -1921,9 +1921,9 @@
} }
}, },
"node_modules/oxfmt": { "node_modules/oxfmt": {
"version": "0.59.0", "version": "0.61.0",
"resolved": "https://registry.npmjs.org/oxfmt/-/oxfmt-0.59.0.tgz", "resolved": "https://registry.npmjs.org/oxfmt/-/oxfmt-0.61.0.tgz",
"integrity": "sha512-Xqk6cPZS1yMvVa7OAuenaDZUsgMDutvvbZ9/L5gSvAfW64+WN4HVhgipLj5rVERbYQt8fLs9TopyZ1rU1XEG/w==", "integrity": "sha512-DxdHBEMYpcEnHoUHjjOigUqV2TYKsvxLwUPXnVYBjgFdqrcQ/91OtwubtZ2PUodCs3sStI8R5Qw3fKNGK4e8wQ==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
@@ -1939,25 +1939,25 @@
"url": "https://github.com/sponsors/Boshen" "url": "https://github.com/sponsors/Boshen"
}, },
"optionalDependencies": { "optionalDependencies": {
"@oxfmt/binding-android-arm-eabi": "0.59.0", "@oxfmt/binding-android-arm-eabi": "0.61.0",
"@oxfmt/binding-android-arm64": "0.59.0", "@oxfmt/binding-android-arm64": "0.61.0",
"@oxfmt/binding-darwin-arm64": "0.59.0", "@oxfmt/binding-darwin-arm64": "0.61.0",
"@oxfmt/binding-darwin-x64": "0.59.0", "@oxfmt/binding-darwin-x64": "0.61.0",
"@oxfmt/binding-freebsd-x64": "0.59.0", "@oxfmt/binding-freebsd-x64": "0.61.0",
"@oxfmt/binding-linux-arm-gnueabihf": "0.59.0", "@oxfmt/binding-linux-arm-gnueabihf": "0.61.0",
"@oxfmt/binding-linux-arm-musleabihf": "0.59.0", "@oxfmt/binding-linux-arm-musleabihf": "0.61.0",
"@oxfmt/binding-linux-arm64-gnu": "0.59.0", "@oxfmt/binding-linux-arm64-gnu": "0.61.0",
"@oxfmt/binding-linux-arm64-musl": "0.59.0", "@oxfmt/binding-linux-arm64-musl": "0.61.0",
"@oxfmt/binding-linux-ppc64-gnu": "0.59.0", "@oxfmt/binding-linux-ppc64-gnu": "0.61.0",
"@oxfmt/binding-linux-riscv64-gnu": "0.59.0", "@oxfmt/binding-linux-riscv64-gnu": "0.61.0",
"@oxfmt/binding-linux-riscv64-musl": "0.59.0", "@oxfmt/binding-linux-riscv64-musl": "0.61.0",
"@oxfmt/binding-linux-s390x-gnu": "0.59.0", "@oxfmt/binding-linux-s390x-gnu": "0.61.0",
"@oxfmt/binding-linux-x64-gnu": "0.59.0", "@oxfmt/binding-linux-x64-gnu": "0.61.0",
"@oxfmt/binding-linux-x64-musl": "0.59.0", "@oxfmt/binding-linux-x64-musl": "0.61.0",
"@oxfmt/binding-openharmony-arm64": "0.59.0", "@oxfmt/binding-openharmony-arm64": "0.61.0",
"@oxfmt/binding-win32-arm64-msvc": "0.59.0", "@oxfmt/binding-win32-arm64-msvc": "0.61.0",
"@oxfmt/binding-win32-ia32-msvc": "0.59.0", "@oxfmt/binding-win32-ia32-msvc": "0.61.0",
"@oxfmt/binding-win32-x64-msvc": "0.59.0" "@oxfmt/binding-win32-x64-msvc": "0.61.0"
}, },
"peerDependencies": { "peerDependencies": {
"svelte": "^5.0.0", "svelte": "^5.0.0",
+1 -1
View File
@@ -17,7 +17,7 @@
"devDependencies": { "devDependencies": {
"@types/node": "24.13.3", "@types/node": "24.13.3",
"@vitest/coverage-v8": "4.1.10", "@vitest/coverage-v8": "4.1.10",
"oxfmt": "0.59.0", "oxfmt": "0.61.0",
"rolldown": "1.2.0", "rolldown": "1.2.0",
"typescript": "7.0.2", "typescript": "7.0.2",
"vitest": "4.1.10" "vitest": "4.1.10"