oxlint-plugin-react-doctor 0.5.6-dev.5d1347e → 0.5.6-dev.66133f8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +1 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -35425,6 +35425,7 @@ const serverFetchWithoutRevalidate = defineRule({
35425
35425
  CallExpression(node) {
35426
35426
  if (!isServerSideFile) return;
35427
35427
  if (!isFetchCall(node)) return;
35428
+ if (isMutatingFetchCall(node)) return;
35428
35429
  const optionsArg = node.arguments?.[1];
35429
35430
  if (optionsArg && objectExpressionHasNextRevalidate(optionsArg)) return;
35430
35431
  const urlArg = node.arguments?.[0];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oxlint-plugin-react-doctor",
3
- "version": "0.5.6-dev.5d1347e",
3
+ "version": "0.5.6-dev.66133f8",
4
4
  "description": "oxlint plugin for React Doctor: diagnose React codebases for security, performance, correctness, accessibility, bundle-size, and architecture issues",
5
5
  "keywords": [
6
6
  "accessibility",