rsnext/packages/next/server/api-utils
Max Proske 9fce9964b6
Remove unstable_revalidate (#43119)
Reverts https://github.com/vercel/next.js/pull/38070

I stumbled upon @ijjk's TODO to remove the deprecated
`unstable_revalidate` renaming error and e2e test after v12.2.

```tsx
// TODO: remove in next minor (current v12.2)
```

I also removed the deprecated function stub, since it probably shouldn't
exist if there's no error, e2e test, and doesn't match the new
`revalidate` function signature anyways.

<img width="675" alt="image"
src="https://user-images.githubusercontent.com/14317828/202842660-be9977e2-252c-4ccf-84fc-e0c00bf25e05.png">
2022-11-19 15:54:19 -08:00
..
index.ts Ensure path can be specified for clearPreviewData (#40238) 2022-09-05 13:37:08 -07:00
node.ts Remove unstable_revalidate (#43119) 2022-11-19 15:54:19 -08:00
web.ts refactor: rewrite etag (#38568) 2022-07-18 09:20:44 +00:00