chore(deps-dev): bump the oxc group across 1 directory with 4 updates (#22107)

* chore(deps-dev): bump the oxc group across 1 directory with 4 updates

Bumps the oxc group with 4 updates in the / directory: [@oxlint/plugins](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint-plugins), [oxfmt](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt), [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) and [oxlint-plugin-eslint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint-plugin-eslint).


Updates `@oxlint/plugins` from 1.66.0 to 1.67.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/apps_v1.67.0/npm/oxlint-plugins)

Updates `oxfmt` from 0.51.0 to 0.52.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxfmt/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/oxfmt_v0.52.0/npm/oxfmt)

Updates `oxlint` from 1.66.0 to 1.67.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/oxlint_v1.67.0/npm/oxlint)

Updates `oxlint-plugin-eslint` from 1.66.0 to 1.67.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint-plugin-eslint/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/apps_v1.67.0/npm/oxlint-plugin-eslint)

---
updated-dependencies:
- dependency-name: "@oxlint/plugins"
  dependency-version: 1.67.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: oxc
- dependency-name: oxfmt
  dependency-version: 0.52.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: oxc
- dependency-name: oxlint
  dependency-version: 1.67.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: oxc
- dependency-name: oxlint-plugin-eslint
  dependency-version: 1.67.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: oxc
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: use native unicorn/import-style

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2026-05-27 00:51:12 +08:00 committed by GitHub
parent d82004befb
commit 2c349add50
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 184 additions and 178 deletions

View File

@ -161,7 +161,7 @@
// "unicorn/expiring-todo-comments": "error", // not yet implemented
// "unicorn/explicit-length-check": "error",
// "unicorn/filename-case": "error",
"unicorn-js/import-style": "error", // use jsPlugins
"unicorn/import-style": "error",
"unicorn-js/isolated-functions": "error", // use jsPlugins
"unicorn/new-for-builtins": "error",
"unicorn/no-abusive-eslint-disable": "error",

View File

@ -1,5 +1,5 @@
// oxlint-disable n/no-deprecated-api
// oxlint-disable unicorn-js/import-style -- need full util module for CJS compatibility
// oxlint-disable unicorn/import-style -- need full util module for CJS compatibility
// Shim for node:module in Cloudflare Workers
// Provides a createRequire that returns pre-imported modules

View File

@ -150,7 +150,7 @@
"@cloudflare/workers-types": "4.20260526.1",
"@eslint/eslintrc": "3.3.5",
"@eslint/js": "10.0.1",
"@oxlint/plugins": "1.66.0",
"@oxlint/plugins": "1.67.0",
"@stylistic/eslint-plugin": "5.10.0",
"@types/aes-js": "3.1.4",
"@types/babel__preset-env": "7.10.0",
@ -191,9 +191,9 @@
"mockdate": "3.0.5",
"msw": "2.13.4",
"node-network-devtools": "1.0.30",
"oxfmt": "0.51.0",
"oxlint": "1.66.0",
"oxlint-plugin-eslint": "1.66.0",
"oxfmt": "0.52.0",
"oxlint": "1.67.0",
"oxlint-plugin-eslint": "1.67.0",
"oxlint-tsgolint": "0.23.0",
"remark": "15.0.1",
"remark-gfm": "4.0.1",

View File

@ -306,8 +306,8 @@ importers:
specifier: 10.0.1
version: 10.0.1(eslint@10.4.0(jiti@2.6.1))
'@oxlint/plugins':
specifier: 1.66.0
version: 1.66.0
specifier: 1.67.0
version: 1.67.0
'@stylistic/eslint-plugin':
specifier: 5.10.0
version: 5.10.0(eslint@10.4.0(jiti@2.6.1))
@ -429,14 +429,14 @@ importers:
specifier: 1.0.30
version: 1.0.30(undici@7.25.0)(utf-8-validate@5.0.10)
oxfmt:
specifier: 0.51.0
version: 0.51.0
specifier: 0.52.0
version: 0.52.0
oxlint:
specifier: 1.66.0
version: 1.66.0(oxlint-tsgolint@0.23.0)
specifier: 1.67.0
version: 1.67.0(oxlint-tsgolint@0.23.0)
oxlint-plugin-eslint:
specifier: 1.66.0
version: 1.66.0
specifier: 1.67.0
version: 1.67.0
oxlint-tsgolint:
specifier: 0.23.0
version: 0.23.0
@ -1786,124 +1786,124 @@ packages:
'@oxc-project/types@0.129.0':
resolution: {integrity: sha512-3oz8m3FGdr2nDXVqmFUw7jolKliC4MoyXYIG2c7gpjBnzUWQpUGIYcXYKxTdTi+N2jusvt610ckTMkxdwHkYEg==}
'@oxfmt/binding-android-arm-eabi@0.51.0':
resolution: {integrity: sha512-Ni0sCqg5CIHaLIYFGj+ncbcumylvNC6FE4rfD0KfdmnWHbPJ+zev0qZCXKxy2hFVa0fYRK0yPzf5nzPbkZou7g==}
'@oxfmt/binding-android-arm-eabi@0.52.0':
resolution: {integrity: sha512-17EMSJnQ9g+upVHrAUYDMfH5lvRKQ9Nvg8WtEoH72oDr1VpWz+7/o3tD97U1EToen2YAQ/68JmtDYkQUi20dfQ==}
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [arm]
os: [android]
'@oxfmt/binding-android-arm64@0.51.0':
resolution: {integrity: sha512-eu5lAZjuo0KAkp+M24EhDqfOwA8owQ8d7wyBlOUUGRbDLHpU3IRlDHp8Dif+YqGlxs6jra7yS6WQu/NkPhAxeg==}
'@oxfmt/binding-android-arm64@0.52.0':
resolution: {integrity: sha512-A2G1IdwGEW2lLJkIxcvuirRH1CzSl/e0NX11zTlW1gvxJThfwbI/BEoaKrTNpm7M2FchvIf6guvIQU7d5iz+OQ==}
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [arm64]
os: [android]
'@oxfmt/binding-darwin-arm64@0.51.0':
resolution: {integrity: sha512-6LsUNIdURhhcIfIn8+xsOb61mSTa9msAHTeSGx9Jf4rsP/gN8PGCF+SKWPAQZbND2w/WBkqQ6303jqEEIXzMdQ==}
'@oxfmt/binding-darwin-arm64@0.52.0':
resolution: {integrity: sha512-f9+bLvOYxy7NttCLFTvQ7afmqDOWY4wIP9xdvfj5trQ1qj6f2UFAGwZESlfsMjvJNTyRpXfIlOanCI9FOvoeQA==}
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [arm64]
os: [darwin]
'@oxfmt/binding-darwin-x64@0.51.0':
resolution: {integrity: sha512-9aUMGmVxdHjYMsEAW1tNRoieTJXlVNDFkRvIR1J7LttJXWjVYCu2ekclLij2KJtxBxSQOYSHd12ME/adVGVbZg==}
'@oxfmt/binding-darwin-x64@0.52.0':
resolution: {integrity: sha512-YSTB9sJ5nnQd/Q0ddHkgof0ZCHPAnWZT1IW2SJ8omz7CP7KluJhO1fNHrpqdxCtpztJwSs4hY1uAee35wKxxaw==}
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [x64]
os: [darwin]
'@oxfmt/binding-freebsd-x64@0.51.0':
resolution: {integrity: sha512-mkY1nhZTqYb+NHaAWxOCKISN6FwdrwMNsu17vTUA3wzUV2VJ+Paq15ZokRcsMU/2PUdHO73prxyeJpjXQ3MPpQ==}
'@oxfmt/binding-freebsd-x64@0.52.0':
resolution: {integrity: sha512-NIrRNTTPCs4UbmVs0bxLSCDlLCtIRMJIXklNKaXa5Oj2/K1UIMBvgE8+uPVo01Io3N9HF0+GAX+aAHjUgZS7vA==}
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [x64]
os: [freebsd]
'@oxfmt/binding-linux-arm-gnueabihf@0.51.0':
resolution: {integrity: sha512-wtFwNwE4+YCNuPaWoGDZeGsKvD6D1YSUNBJNn/rJBh7CrDBThFE+TBI5kY7vRW9rIOQRsbW2IpyyL3Du4Zqwiw==}
'@oxfmt/binding-linux-arm-gnueabihf@0.52.0':
resolution: {integrity: sha512-JXUCde8mn3GpgQouz2PXUokgy/uT1QrRJBL2s983VWcSQp62wTFYiNXgTKdeo1Jgbr0IgUnKKvzIk/YBlj/nVQ==}
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [arm]
os: [linux]
'@oxfmt/binding-linux-arm-musleabihf@0.51.0':
resolution: {integrity: sha512-rnOaNx86G7iRKM6lsCIQMux0SMGNC/TEbFR+r7lpruJ12bnrIWgxd5w1PLqOvgR9r8ZJbpK/zfRKctJnh8/Jfg==}
'@oxfmt/binding-linux-arm-musleabihf@0.52.0':
resolution: {integrity: sha512-psbUXaRZ+V8DaXz10Qf7LSHtdtdKAmC8fxXgeU608jjzrmWK4quamZMOpl6sf+dikoFHA85uE93Q0BqxrCdQrQ==}
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [arm]
os: [linux]
'@oxfmt/binding-linux-arm64-gnu@0.51.0':
resolution: {integrity: sha512-jOgDzSqWcICGRjsp4mc08FxKMN8vzP2Kgs4E0d2HUP99F+nJDQKklRV4Zuj+0gcBgjrzx2CbpqaIdUVPepCojA==}
'@oxfmt/binding-linux-arm64-gnu@0.52.0':
resolution: {integrity: sha512-Jw7MgWUU9lcLCcy82updISP3EthTlfvAwR6gWNxPzqly7+fLvOi2gHQE9xXQjpqaVLm/8P+gOzlv9ODuoVlaaw==}
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [arm64]
os: [linux]
libc: [glibc]
'@oxfmt/binding-linux-arm64-musl@0.51.0':
resolution: {integrity: sha512-KBUCdrH5bwVrAvI9gU/1S55oH6fzXjr++J/oVocdu7bYTks1l7DNNT+rLd/1TDdAEjObGwmfWamn7LC1m8A0DQ==}
'@oxfmt/binding-linux-arm64-musl@0.52.0':
resolution: {integrity: sha512-wZg6bLjDvh2KibyI3QFUYo8GTXneIFsd0JvehtvJiUmQ8WRPERgxd/VM4ctWb86U5FT1FkqgS8/wZKVB+AZScg==}
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [arm64]
os: [linux]
libc: [musl]
'@oxfmt/binding-linux-ppc64-gnu@0.51.0':
resolution: {integrity: sha512-NapfjYsABFqTJ1Dn9Efq6sN5esaHconVKwVLbDGNQLrwpOx/g17mkwErHzU72PutL67nf3wNAkbq122H+zLxag==}
'@oxfmt/binding-linux-ppc64-gnu@0.52.0':
resolution: {integrity: sha512-IngE8uxhNvxcMrLjZNDo9xNLY7rEK33AKnaMd2B46he1e/mz2CfcW6If/U1wUjdRZddm1QzQaciqZkuMkdh1FA==}
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [ppc64]
os: [linux]
libc: [glibc]
'@oxfmt/binding-linux-riscv64-gnu@0.51.0':
resolution: {integrity: sha512-5dlDt1dUZCVi6elIhiK1PWg9wpTzTcIuj0IZnSurvIoMrhOWqqTcc1dSTxcSkNaBZhfsNqRZdINI1zAgbKkJNQ==}
'@oxfmt/binding-linux-riscv64-gnu@0.52.0':
resolution: {integrity: sha512-H3+DdFMv/efN3Efmhsv18jDrpiWWqKG7wsfAlQBqAt6z/E2Bx+TwEj2Nowe51CPOWB8/mFBC2dAMSgVFLvvowA==}
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [riscv64]
os: [linux]
libc: [glibc]
'@oxfmt/binding-linux-riscv64-musl@0.51.0':
resolution: {integrity: sha512-pgdWUJn0S5nulyiVdlFV8DzCUnGXkU99W5PSkkmbaZW+LrZBPxpezun4G0DDHbQaVYuJeCuKsXsGKGo77CkUTQ==}
'@oxfmt/binding-linux-riscv64-musl@0.52.0':
resolution: {integrity: sha512-zji+1kb7lJKohSDjzC1IsS+K/cKRs1hdVf0ZH0VbdbiakmtLvN9twBoXo/k8VdjFax7kfo+DyPxS7vv52br1aw==}
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [riscv64]
os: [linux]
libc: [musl]
'@oxfmt/binding-linux-s390x-gnu@0.51.0':
resolution: {integrity: sha512-2XTFUe97CbDGAI8vjwDfZ1HdakO0XIADyJ24idEg64SC4/K4in/OisXVnrW4NMK7I6TgC7EqRhC0Ln/nKhAemA==}
'@oxfmt/binding-linux-s390x-gnu@0.52.0':
resolution: {integrity: sha512-hcLBYedpCy7ToUvvBidWk7+11Yhg1oAZ4+6hKPic/mQI6NaqXJSXMps5nFlwUuX2ewhtLZZDPg63TI042qGKBg==}
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [s390x]
os: [linux]
libc: [glibc]
'@oxfmt/binding-linux-x64-gnu@0.51.0':
resolution: {integrity: sha512-kQ1OuCqqt/yyf0ZN9VFxW1/JnlgJgii3Dr7pWf9vNBvrX1hv6g39/+mc5oGRHRGJFZtl3zsGDWR9c5N2B/gwBw==}
'@oxfmt/binding-linux-x64-gnu@0.52.0':
resolution: {integrity: sha512-IDO2loXK2OtTOhSPchU9MW25mWL2QCDGdJbjN8MXKZVS80qXe5gMTwQWu/gMJ3juoBHbkuUZNB2N1LHzNT7DoA==}
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [x64]
os: [linux]
libc: [glibc]
'@oxfmt/binding-linux-x64-musl@0.51.0':
resolution: {integrity: sha512-ARTYqxHF475o96Gbn41hvSWSSRygPlRDXZZgZ9I2scU1y0qiWpCQyZCoefaQa0mwv+wwtZ+luS4YOzsRzM/izg==}
'@oxfmt/binding-linux-x64-musl@0.52.0':
resolution: {integrity: sha512-mAV2Hjn0SatJ+KoAzKUC3eJhdJ8wv+3m1KyuS0dTsbF0c5weq+QrCt/DRZZM+uj/XiKzCDEUKYsBF30e2qkcyw==}
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [x64]
os: [linux]
libc: [musl]
'@oxfmt/binding-openharmony-arm64@0.51.0':
resolution: {integrity: sha512-QiC1XrCl6a6BmqMzduO8hdIRMf1m44hCkt2Q68KWkTvUB/E7fd2iomyNh6KnnRca5w6eBrRAAtLFqTh+xjsjJA==}
'@oxfmt/binding-openharmony-arm64@0.52.0':
resolution: {integrity: sha512-vd4npaUIwChxp7XzkqmepBWTT9YMcSe/NBApVGPC30/lLyOVaV3dvma1SKo03t8O73BPRAG7EyJzGlN5cJM5hQ==}
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [arm64]
os: [openharmony]
'@oxfmt/binding-win32-arm64-msvc@0.51.0':
resolution: {integrity: sha512-NC/hJb9dtU23Zf8L7IVK95xnFjiQ7AfcLO2l5pb69TDEr958qxrtnB2CveeeNSCBFNIkgaTCfd/vHNSoG78l9g==}
'@oxfmt/binding-win32-arm64-msvc@0.52.0':
resolution: {integrity: sha512-k2sz6gWQdMfh5HPpIS+Bw/0UEV/kaK2xuqJRrWL233sEHx9WLlsmvlPFM4HUNThkYbSN0U0vPW7LVKZWDS8hPQ==}
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [arm64]
os: [win32]
'@oxfmt/binding-win32-ia32-msvc@0.51.0':
resolution: {integrity: sha512-2C45za4Rj36n8YIbhRL1PQbxmXJYf81WEcAgvj5I4ptRROG+A+81hREEN5bmCHADE1UfYaN312U6tkILoZZy6w==}
'@oxfmt/binding-win32-ia32-msvc@0.52.0':
resolution: {integrity: sha512-rhke69GTcArodLHpjMTfNnvjTEBryDeZcUCKK/VjXDMtfTULl6QRh0ymX5/hbCUv2WjYm9h/QbW++q2vE15gWQ==}
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [ia32]
os: [win32]
'@oxfmt/binding-win32-x64-msvc@0.51.0':
resolution: {integrity: sha512-73RqdAuVKQTkjZIDw08JaDHUM4lav5Qu+CaPwg4QbbA7k8o7LEW0p3UsfZ/F8dsO/pwVYh3RzFcanwLRTTahbQ==}
'@oxfmt/binding-win32-x64-msvc@0.52.0':
resolution: {integrity: sha512-q5xL7oeXkZdEtNZWBdvehJcmt+GRu9l2bK40yJs1jJXlqq+r0Hygb1rTjq+FM2o/2xyt4cufH6KRplHp3Jjsvw==}
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [x64]
os: [win32]
@ -1938,130 +1938,130 @@ packages:
cpu: [x64]
os: [win32]
'@oxlint/binding-android-arm-eabi@1.66.0':
resolution: {integrity: sha512-f7kq8N51T4phpzqfBpA2qaVTI/KrkCmNwaj3t/97I/WLTDI+UhlP5GL9eER+zVxBhtlx5rKXWByJU1/zDAvyaw==}
'@oxlint/binding-android-arm-eabi@1.67.0':
resolution: {integrity: sha512-VrSi571rDv1N8HaEDM+DEX8nmT0y9jJo8tzzW13vsOWTx59xQczCIJx68n2zWOXRT5YKZsOZXp4qkHN/10x4mw==}
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [arm]
os: [android]
'@oxlint/binding-android-arm64@1.66.0':
resolution: {integrity: sha512-xu6QO71tdDS9mjmLZ3AqhtaVHBvdmsOKkYnReNNDgh+XiwnsipeQOIxbiYOOO0iAXycJ+GK0wdMSZP/2j/AmSg==}
'@oxlint/binding-android-arm64@1.67.0':
resolution: {integrity: sha512-l6+NdYxMoRohix5r5bbigW16LPicceCwGcQ6LKKuE1kUdjgFfQolJjrJsQYPFetIs78Gxj/G/f5TEGoTCwj9nQ==}
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [arm64]
os: [android]
'@oxlint/binding-darwin-arm64@1.66.0':
resolution: {integrity: sha512-HZ24VimSOC7mxuEA99e0H2FS0C1yO3+iW13jPRAk+e2njsUs3QeAXsafCDyaIrV/MirdOVez+etQNQsJE43zNQ==}
'@oxlint/binding-darwin-arm64@1.67.0':
resolution: {integrity: sha512-jOzXxS1AxFxhImLIRbtGIMrEwaXcgMw3gR57WB1cRk8ai+vpr6726kxXqVvlNsrXtJ/FrmOm8RxlC0m8SW24Qg==}
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [arm64]
os: [darwin]
'@oxlint/binding-darwin-x64@1.66.0':
resolution: {integrity: sha512-awhj8ZvJrrRSnXj7V++rpZvTmnl99L6mi0B7gg7Cp7BN6cKpzuI481bHNLvXGA9GB1/oEgA3ponuyoAc6Md12A==}
'@oxlint/binding-darwin-x64@1.67.0':
resolution: {integrity: sha512-3DFAVY94OqjIZHXIPz37yGRSWwOFTAqChQ64/M69GYLawzP0KiwdhDNfqdKKYT0bTR/DNxmMnQsj3ns+8+X/Lg==}
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [x64]
os: [darwin]
'@oxlint/binding-freebsd-x64@1.66.0':
resolution: {integrity: sha512-KQF0oVV21/FjIqkRuL8Q1vh8ECsE5+ocdH5tcqTQ4ZnYuDVoYibQUNfqBjQaUsP6UIIda5Y75Wpm5p4RgQWiWw==}
'@oxlint/binding-freebsd-x64@1.67.0':
resolution: {integrity: sha512-e4dDKZuLu8TR9DEBssWSDahlPgZBwojTTHZUvnjBRJfJJbpxYCjfjKfi0Z1+CSLMiJBwI2yCDtRM1XJQaARjmg==}
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [x64]
os: [freebsd]
'@oxlint/binding-linux-arm-gnueabihf@1.66.0':
resolution: {integrity: sha512-9u1rgwZSEXWb30vbFZzQ78HVXBo0WCKNwJ3a2InRUTNMRng+PUDIoSFmA+m4HdUfBaIqftShq8J8qHc+eE/Vig==}
'@oxlint/binding-linux-arm-gnueabihf@1.67.0':
resolution: {integrity: sha512-BKytFdcQzbITV3xlnzDUDTEDtbUMCCiC4EaNTDZ4FyT8gdNvBC4gfiLucXp/sQl0XU3p7syTlorUWVVVBZab2g==}
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [arm]
os: [linux]
'@oxlint/binding-linux-arm-musleabihf@1.66.0':
resolution: {integrity: sha512-Ynot2HR1bHxUaNWoC280MVTDfZuaWuP3XfSMRDhyuZrVjhzoaBCVFlw8h8qeZjWKVUBhPWFIxB7AQTlK8Z2WWg==}
'@oxlint/binding-linux-arm-musleabihf@1.67.0':
resolution: {integrity: sha512-XYAv0esBDX7BpTzRDjVX2Vdj+zndd8ll2dFQiaeQ6zTZr7A8GRDTN7fH3FP3jU+O0vCDx85oH/EtG7BzPgAXuw==}
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [arm]
os: [linux]
'@oxlint/binding-linux-arm64-gnu@1.66.0':
resolution: {integrity: sha512-xCbgzciGgo+A4aQZEknsNrNiIwY7sU5SfRuMmRjPIvZAgdF34cIHiKvwOsS5XRLjlTVSFwitmq6YclTtHTfU+g==}
'@oxlint/binding-linux-arm64-gnu@1.67.0':
resolution: {integrity: sha512-zizRMjA0i6u/2B0evgda04iycu+MoNuf1pBy6Eh+1CjC5wMEG7qN5zdDKTCvFc0KSYSDM9QTG3gjZHirgtQuKg==}
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [arm64]
os: [linux]
libc: [glibc]
'@oxlint/binding-linux-arm64-musl@1.66.0':
resolution: {integrity: sha512-hmo+ZB/lHkR1HdDmnziNpzSLmulnUSu10VEqX2Yex7OwvoBAbjJQLvy4gIBRV3AAwWnCvAxKp5Nv1GE6LU1QMg==}
'@oxlint/binding-linux-arm64-musl@1.67.0':
resolution: {integrity: sha512-zB/Tf6sUjmmvvbva9Gj3JTJ8rJ9t4I8/U0o6vSRtd0DRIsIuyegBwJAzhSUFQHdMijIRJkW0exs/yBhpw2S20w==}
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [arm64]
os: [linux]
libc: [musl]
'@oxlint/binding-linux-ppc64-gnu@1.66.0':
resolution: {integrity: sha512-2Invd4Uyy81mVooQC5FBtfxSNrvcX1OxbMlVQ6M2erRrNI2awFYF26YNW2yFxdVFZ4ffNOWKghtMjhnUPsXsVA==}
'@oxlint/binding-linux-ppc64-gnu@1.67.0':
resolution: {integrity: sha512-kgU40Gt74CK0TCsF51KZymkIwN9U0BajKsMijB52zPqOeZU9NAHkA/NSQkZDHEaCakx42DxhXkODiAqf2b4Gug==}
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [ppc64]
os: [linux]
libc: [glibc]
'@oxlint/binding-linux-riscv64-gnu@1.66.0':
resolution: {integrity: sha512-s0iXPDQVdgayE3RGa/N2DZF7tjgg0TwEtD1sGoDxqPDGrIXgo45H0yHknT0f9A0yteASsweYZtDyTuVlM4aSag==}
'@oxlint/binding-linux-riscv64-gnu@1.67.0':
resolution: {integrity: sha512-tOYhkk/iaG9aD3FvGpBFd1Lrw0x0RaVoJBxjUkfNzS50rC5NS5BteNCwgr8A2zCdADrIIoze6D7u6U5Ic++/iQ==}
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [riscv64]
os: [linux]
libc: [glibc]
'@oxlint/binding-linux-riscv64-musl@1.66.0':
resolution: {integrity: sha512-OekL4XFiu7RPK0JIZi8VeHgtIXPREf42t8Cy/rKEsC+P3gcqDgNAAGiyuUOpdbG4wwbfue1q4CHcCO7spSve6w==}
'@oxlint/binding-linux-riscv64-musl@1.67.0':
resolution: {integrity: sha512-sEtywrPb+0b+tHYl1SDCrw903fiC4eyKoNqzP3v+f2JT3Xcv4NEYG+P8rj+eEnX7IWhqV/xj8/JmcmVj21CXaA==}
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [riscv64]
os: [linux]
libc: [musl]
'@oxlint/binding-linux-s390x-gnu@1.66.0':
resolution: {integrity: sha512-Ga1D0kj1SFslm34ThA/BdkUlyAYEnTsXyRC4pF0C5agZSwtGdHYWMTQWemUfBGp4RCG4QWXgdO+HmmmKqOtlBg==}
'@oxlint/binding-linux-s390x-gnu@1.67.0':
resolution: {integrity: sha512-BvR8Moa0zCLxroOx4vZaZN9nUfwAUpSTwjZdxZyKy4bv3PrzrXrxKR/ZQ0L9wNSvlPhnMJeZfa3q5w6ZCTuN6Q==}
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [s390x]
os: [linux]
libc: [glibc]
'@oxlint/binding-linux-x64-gnu@1.66.0':
resolution: {integrity: sha512-p5jfP1wUZe/IC3qpQO84n9DRnf9g3lKRtLBlQq23ykyrDglHcVx7sWmVTlPuU6SBw8mNnPzyOn022G3XZHnlww==}
'@oxlint/binding-linux-x64-gnu@1.67.0':
resolution: {integrity: sha512-mm2cxM6fksOpq6l0uFws8BUGKAR4dNa/cZCn37Npq7PFbhD5HDJqWfnoIvTaeRKMy5XdS2tO0MA0qbHDrnXAAA==}
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [x64]
os: [linux]
libc: [glibc]
'@oxlint/binding-linux-x64-musl@1.66.0':
resolution: {integrity: sha512-vUB/sYlYZorDL1ZD+o9mRv7zbsykrrFRtmgS6R8musZqLtrPRQn1gc1eGpuX+sfdccz42STl/AqldY6XRb2upQ==}
'@oxlint/binding-linux-x64-musl@1.67.0':
resolution: {integrity: sha512-WmbMuLapKyDlobMkXAaAL0Y+Uczh4LETfIfQsUpbId4Ip8Ai82/jqeYTOoUCkuuhBFapgqP253+d83tLKOksJg==}
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [x64]
os: [linux]
libc: [musl]
'@oxlint/binding-openharmony-arm64@1.66.0':
resolution: {integrity: sha512-yde+6p/F59xRkGR9H1HfngWRif1QRJjynZK349l+UI0H6w9hL3G8/AVaTHFyTtLVQ56qtNbX2/5Dc77n1ovnOg==}
'@oxlint/binding-openharmony-arm64@1.67.0':
resolution: {integrity: sha512-9g/PqxYJelzzTAOR5Y+RiRqdeydhEuXv2KxNeFcAKQ7UsvnWSY1OP4MsuPMbTO2Pf70tz7mFhl1j13H3fyh+8g==}
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [arm64]
os: [openharmony]
'@oxlint/binding-win32-arm64-msvc@1.66.0':
resolution: {integrity: sha512-O9GLucgoTdmOrbBX+EjzNe7o/Ze5TFOvXcib6bzUOtBOmj6cV+zw18NgB+cGKAkDw1Pdqs8vGkfHbbsLuDtXWg==}
'@oxlint/binding-win32-arm64-msvc@1.67.0':
resolution: {integrity: sha512-2VhwE6Gatb0vJGnN0TBuQMbKCOiZlSQ/zJvVWYLK4a9d4iDiJOen/yVQkGpmsJ90MuH66fzi0kEKI0jRQMDxGA==}
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [arm64]
os: [win32]
'@oxlint/binding-win32-ia32-msvc@1.66.0':
resolution: {integrity: sha512-m3Pjwc2MfTcom4E4gOv7DyuGyt7OfGNCbmqDHd+N7EzXmP+ppHuudm2NjcA3AjV5TSeGxaguVF4SbTKHe1USYA==}
'@oxlint/binding-win32-ia32-msvc@1.67.0':
resolution: {integrity: sha512-EQ3VExXfeM1InbE5+JjufhZZTWy+kHUwgt3yZR7gQ47Je/mE0WspQPan0OJznh493L5anM210YNJtH1PXjTSFg==}
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [ia32]
os: [win32]
'@oxlint/binding-win32-x64-msvc@1.66.0':
resolution: {integrity: sha512-/DbBvw8UFBhja6PqudUjV4UtfsJr0Oa7jUjWVKB0g86lj/VwnPrkngn0sFql3c9RDA0O16dh7ozsXb6GjNAzBQ==}
'@oxlint/binding-win32-x64-msvc@1.67.0':
resolution: {integrity: sha512-bw24y+/1MHS4QDkons3YyHkPT9uCMoLHHgQhb+mb8NOjTYwub1CZ+K9Ngr8aO5DMrDrkqHwTzlTwFP2vS8Y/ZQ==}
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [x64]
os: [win32]
'@oxlint/plugins@1.66.0':
resolution: {integrity: sha512-dVw9+y1tB9rDObtjzsDhxRsreZrEoKohujt+w/sZ09+kmA5yI/ORQJFPR/xSC+jpw0TWmE6gnb6N1lD/z7uElA==}
'@oxlint/plugins@1.67.0':
resolution: {integrity: sha512-L5oSCA3Ehr2BvRCHy9e64InPnkfjeopwsP4VsxfZwcvZA9c7wRp48RXVt2q3OA8Z/uM6RFbE/VIB2ZYTA31guA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
'@pinojs/redact@0.4.0':
@ -4811,33 +4811,39 @@ packages:
resolution: {integrity: sha512-dD4UpyBh/9m4X2NVjA+73/ZPBRF+uF4zIMFvvQsabMiEK8x41L3rQ8EENOi35kyyoaJwNxEeJcP6Fj1H4U409Q==}
engines: {node: '>=12'}
oxfmt@0.51.0:
resolution: {integrity: sha512-l/AoAnaEOV7Q5/Z9kHOMDehVJnCgYN7wRoooWCTUMBMi16BJhLZqd9cmCnwcVFfVlzkt53zK2KLPFNp8vSsoDg==}
oxfmt@0.52.0:
resolution: {integrity: sha512-nJlYM35F64zTDMecCNhoHNkf+D/eHv7xcjj9XDSj+bFAVtN93m7v8DQMdHd6nDG6Akf/kEYYHmDUBs2Dz27Sug==}
engines: {node: ^20.19.0 || >=22.12.0}
hasBin: true
peerDependencies:
svelte: ^5.0.0
vite-plus: '*'
peerDependenciesMeta:
svelte:
optional: true
vite-plus:
optional: true
oxlint-plugin-eslint@1.66.0:
resolution: {integrity: sha512-G5E2veyR1URD8HRSheCnDEtzyHSqmXkJ+NU0QSdI0cZBLR25BKkbxnJTdYYgB0GgpFFfn6RzPfmrO2Z9h5j1dA==}
oxlint-plugin-eslint@1.67.0:
resolution: {integrity: sha512-MfpO9t/l/1qWVKym4sTkz0bhErAkUn/cOOQsFegI5ngQkR1cZEp6G23FKIhGcALoYytPBRmu47yjiEa6XWFBRw==}
engines: {node: ^20.19.0 || >=22.12.0}
oxlint-tsgolint@0.23.0:
resolution: {integrity: sha512-3mBv3CoPbh8dFbzfDGIWa2ytZjn2v+3EX4aKRXjIhsoGFzG8GCjfRirz3rwZf1wYbZzsNLTSgpw8VjQuWdp/jA==}
hasBin: true
oxlint@1.66.0:
resolution: {integrity: sha512-N4LLxYLd94KEBqXDMDM5f+2PUpItTjDLreXe2Gn5KhjhCK4Qp2YUXaBi8Yu325ryOgKwt22m45fpD7nPOn69Yw==}
oxlint@1.67.0:
resolution: {integrity: sha512-blwwaHPdoH8piQ5/z0KHeoHFR7FZgl12WluKJfu4qFLPkZl6mK04PkLE45Fw1NxfBRSlh40Gu7MkxHUw++ociQ==}
engines: {node: ^20.19.0 || >=22.12.0}
hasBin: true
peerDependencies:
oxlint-tsgolint: '>=0.22.1'
vite-plus: '*'
peerDependenciesMeta:
oxlint-tsgolint:
optional: true
vite-plus:
optional: true
p-cancelable@4.0.1:
resolution: {integrity: sha512-wBowNApzd45EIKdO1LaU+LrMBwAcjfPaYtVzV3lmfM3gf8Z4CHZsiIqlM8TZZ8okYvh5A1cP6gTfCRQtwUpaUg==}
@ -7173,61 +7179,61 @@ snapshots:
'@oxc-project/types@0.129.0': {}
'@oxfmt/binding-android-arm-eabi@0.51.0':
'@oxfmt/binding-android-arm-eabi@0.52.0':
optional: true
'@oxfmt/binding-android-arm64@0.51.0':
'@oxfmt/binding-android-arm64@0.52.0':
optional: true
'@oxfmt/binding-darwin-arm64@0.51.0':
'@oxfmt/binding-darwin-arm64@0.52.0':
optional: true
'@oxfmt/binding-darwin-x64@0.51.0':
'@oxfmt/binding-darwin-x64@0.52.0':
optional: true
'@oxfmt/binding-freebsd-x64@0.51.0':
'@oxfmt/binding-freebsd-x64@0.52.0':
optional: true
'@oxfmt/binding-linux-arm-gnueabihf@0.51.0':
'@oxfmt/binding-linux-arm-gnueabihf@0.52.0':
optional: true
'@oxfmt/binding-linux-arm-musleabihf@0.51.0':
'@oxfmt/binding-linux-arm-musleabihf@0.52.0':
optional: true
'@oxfmt/binding-linux-arm64-gnu@0.51.0':
'@oxfmt/binding-linux-arm64-gnu@0.52.0':
optional: true
'@oxfmt/binding-linux-arm64-musl@0.51.0':
'@oxfmt/binding-linux-arm64-musl@0.52.0':
optional: true
'@oxfmt/binding-linux-ppc64-gnu@0.51.0':
'@oxfmt/binding-linux-ppc64-gnu@0.52.0':
optional: true
'@oxfmt/binding-linux-riscv64-gnu@0.51.0':
'@oxfmt/binding-linux-riscv64-gnu@0.52.0':
optional: true
'@oxfmt/binding-linux-riscv64-musl@0.51.0':
'@oxfmt/binding-linux-riscv64-musl@0.52.0':
optional: true
'@oxfmt/binding-linux-s390x-gnu@0.51.0':
'@oxfmt/binding-linux-s390x-gnu@0.52.0':
optional: true
'@oxfmt/binding-linux-x64-gnu@0.51.0':
'@oxfmt/binding-linux-x64-gnu@0.52.0':
optional: true
'@oxfmt/binding-linux-x64-musl@0.51.0':
'@oxfmt/binding-linux-x64-musl@0.52.0':
optional: true
'@oxfmt/binding-openharmony-arm64@0.51.0':
'@oxfmt/binding-openharmony-arm64@0.52.0':
optional: true
'@oxfmt/binding-win32-arm64-msvc@0.51.0':
'@oxfmt/binding-win32-arm64-msvc@0.52.0':
optional: true
'@oxfmt/binding-win32-ia32-msvc@0.51.0':
'@oxfmt/binding-win32-ia32-msvc@0.52.0':
optional: true
'@oxfmt/binding-win32-x64-msvc@0.51.0':
'@oxfmt/binding-win32-x64-msvc@0.52.0':
optional: true
'@oxlint-tsgolint/darwin-arm64@0.23.0':
@ -7248,64 +7254,64 @@ snapshots:
'@oxlint-tsgolint/win32-x64@0.23.0':
optional: true
'@oxlint/binding-android-arm-eabi@1.66.0':
'@oxlint/binding-android-arm-eabi@1.67.0':
optional: true
'@oxlint/binding-android-arm64@1.66.0':
'@oxlint/binding-android-arm64@1.67.0':
optional: true
'@oxlint/binding-darwin-arm64@1.66.0':
'@oxlint/binding-darwin-arm64@1.67.0':
optional: true
'@oxlint/binding-darwin-x64@1.66.0':
'@oxlint/binding-darwin-x64@1.67.0':
optional: true
'@oxlint/binding-freebsd-x64@1.66.0':
'@oxlint/binding-freebsd-x64@1.67.0':
optional: true
'@oxlint/binding-linux-arm-gnueabihf@1.66.0':
'@oxlint/binding-linux-arm-gnueabihf@1.67.0':
optional: true
'@oxlint/binding-linux-arm-musleabihf@1.66.0':
'@oxlint/binding-linux-arm-musleabihf@1.67.0':
optional: true
'@oxlint/binding-linux-arm64-gnu@1.66.0':
'@oxlint/binding-linux-arm64-gnu@1.67.0':
optional: true
'@oxlint/binding-linux-arm64-musl@1.66.0':
'@oxlint/binding-linux-arm64-musl@1.67.0':
optional: true
'@oxlint/binding-linux-ppc64-gnu@1.66.0':
'@oxlint/binding-linux-ppc64-gnu@1.67.0':
optional: true
'@oxlint/binding-linux-riscv64-gnu@1.66.0':
'@oxlint/binding-linux-riscv64-gnu@1.67.0':
optional: true
'@oxlint/binding-linux-riscv64-musl@1.66.0':
'@oxlint/binding-linux-riscv64-musl@1.67.0':
optional: true
'@oxlint/binding-linux-s390x-gnu@1.66.0':
'@oxlint/binding-linux-s390x-gnu@1.67.0':
optional: true
'@oxlint/binding-linux-x64-gnu@1.66.0':
'@oxlint/binding-linux-x64-gnu@1.67.0':
optional: true
'@oxlint/binding-linux-x64-musl@1.66.0':
'@oxlint/binding-linux-x64-musl@1.67.0':
optional: true
'@oxlint/binding-openharmony-arm64@1.66.0':
'@oxlint/binding-openharmony-arm64@1.67.0':
optional: true
'@oxlint/binding-win32-arm64-msvc@1.66.0':
'@oxlint/binding-win32-arm64-msvc@1.67.0':
optional: true
'@oxlint/binding-win32-ia32-msvc@1.66.0':
'@oxlint/binding-win32-ia32-msvc@1.67.0':
optional: true
'@oxlint/binding-win32-x64-msvc@1.66.0':
'@oxlint/binding-win32-x64-msvc@1.67.0':
optional: true
'@oxlint/plugins@1.66.0': {}
'@oxlint/plugins@1.67.0': {}
'@pinojs/redact@0.4.0': {}
@ -10304,31 +10310,31 @@ snapshots:
lodash.isequal: 4.5.0
vali-date: 1.0.0
oxfmt@0.51.0:
oxfmt@0.52.0:
dependencies:
tinypool: 2.1.0
optionalDependencies:
'@oxfmt/binding-android-arm-eabi': 0.51.0
'@oxfmt/binding-android-arm64': 0.51.0
'@oxfmt/binding-darwin-arm64': 0.51.0
'@oxfmt/binding-darwin-x64': 0.51.0
'@oxfmt/binding-freebsd-x64': 0.51.0
'@oxfmt/binding-linux-arm-gnueabihf': 0.51.0
'@oxfmt/binding-linux-arm-musleabihf': 0.51.0
'@oxfmt/binding-linux-arm64-gnu': 0.51.0
'@oxfmt/binding-linux-arm64-musl': 0.51.0
'@oxfmt/binding-linux-ppc64-gnu': 0.51.0
'@oxfmt/binding-linux-riscv64-gnu': 0.51.0
'@oxfmt/binding-linux-riscv64-musl': 0.51.0
'@oxfmt/binding-linux-s390x-gnu': 0.51.0
'@oxfmt/binding-linux-x64-gnu': 0.51.0
'@oxfmt/binding-linux-x64-musl': 0.51.0
'@oxfmt/binding-openharmony-arm64': 0.51.0
'@oxfmt/binding-win32-arm64-msvc': 0.51.0
'@oxfmt/binding-win32-ia32-msvc': 0.51.0
'@oxfmt/binding-win32-x64-msvc': 0.51.0
'@oxfmt/binding-android-arm-eabi': 0.52.0
'@oxfmt/binding-android-arm64': 0.52.0
'@oxfmt/binding-darwin-arm64': 0.52.0
'@oxfmt/binding-darwin-x64': 0.52.0
'@oxfmt/binding-freebsd-x64': 0.52.0
'@oxfmt/binding-linux-arm-gnueabihf': 0.52.0
'@oxfmt/binding-linux-arm-musleabihf': 0.52.0
'@oxfmt/binding-linux-arm64-gnu': 0.52.0
'@oxfmt/binding-linux-arm64-musl': 0.52.0
'@oxfmt/binding-linux-ppc64-gnu': 0.52.0
'@oxfmt/binding-linux-riscv64-gnu': 0.52.0
'@oxfmt/binding-linux-riscv64-musl': 0.52.0
'@oxfmt/binding-linux-s390x-gnu': 0.52.0
'@oxfmt/binding-linux-x64-gnu': 0.52.0
'@oxfmt/binding-linux-x64-musl': 0.52.0
'@oxfmt/binding-openharmony-arm64': 0.52.0
'@oxfmt/binding-win32-arm64-msvc': 0.52.0
'@oxfmt/binding-win32-ia32-msvc': 0.52.0
'@oxfmt/binding-win32-x64-msvc': 0.52.0
oxlint-plugin-eslint@1.66.0: {}
oxlint-plugin-eslint@1.67.0: {}
oxlint-tsgolint@0.23.0:
optionalDependencies:
@ -10339,27 +10345,27 @@ snapshots:
'@oxlint-tsgolint/win32-arm64': 0.23.0
'@oxlint-tsgolint/win32-x64': 0.23.0
oxlint@1.66.0(oxlint-tsgolint@0.23.0):
oxlint@1.67.0(oxlint-tsgolint@0.23.0):
optionalDependencies:
'@oxlint/binding-android-arm-eabi': 1.66.0
'@oxlint/binding-android-arm64': 1.66.0
'@oxlint/binding-darwin-arm64': 1.66.0
'@oxlint/binding-darwin-x64': 1.66.0
'@oxlint/binding-freebsd-x64': 1.66.0
'@oxlint/binding-linux-arm-gnueabihf': 1.66.0
'@oxlint/binding-linux-arm-musleabihf': 1.66.0
'@oxlint/binding-linux-arm64-gnu': 1.66.0
'@oxlint/binding-linux-arm64-musl': 1.66.0
'@oxlint/binding-linux-ppc64-gnu': 1.66.0
'@oxlint/binding-linux-riscv64-gnu': 1.66.0
'@oxlint/binding-linux-riscv64-musl': 1.66.0
'@oxlint/binding-linux-s390x-gnu': 1.66.0
'@oxlint/binding-linux-x64-gnu': 1.66.0
'@oxlint/binding-linux-x64-musl': 1.66.0
'@oxlint/binding-openharmony-arm64': 1.66.0
'@oxlint/binding-win32-arm64-msvc': 1.66.0
'@oxlint/binding-win32-ia32-msvc': 1.66.0
'@oxlint/binding-win32-x64-msvc': 1.66.0
'@oxlint/binding-android-arm-eabi': 1.67.0
'@oxlint/binding-android-arm64': 1.67.0
'@oxlint/binding-darwin-arm64': 1.67.0
'@oxlint/binding-darwin-x64': 1.67.0
'@oxlint/binding-freebsd-x64': 1.67.0
'@oxlint/binding-linux-arm-gnueabihf': 1.67.0
'@oxlint/binding-linux-arm-musleabihf': 1.67.0
'@oxlint/binding-linux-arm64-gnu': 1.67.0
'@oxlint/binding-linux-arm64-musl': 1.67.0
'@oxlint/binding-linux-ppc64-gnu': 1.67.0
'@oxlint/binding-linux-riscv64-gnu': 1.67.0
'@oxlint/binding-linux-riscv64-musl': 1.67.0
'@oxlint/binding-linux-s390x-gnu': 1.67.0
'@oxlint/binding-linux-x64-gnu': 1.67.0
'@oxlint/binding-linux-x64-musl': 1.67.0
'@oxlint/binding-openharmony-arm64': 1.67.0
'@oxlint/binding-win32-arm64-msvc': 1.67.0
'@oxlint/binding-win32-ia32-msvc': 1.67.0
'@oxlint/binding-win32-x64-msvc': 1.67.0
oxlint-tsgolint: 0.23.0
p-cancelable@4.0.1: {}