redux-toolkit
redux-toolkit copied to clipboard
Update oazapfts to latest version
Context
This is a follow-up of this PR: https://github.com/reduxjs/redux-toolkit/pull/4198
I've found some issues on the @rtk-query/codegen-openapi that point to dependency issues. Here are some of them:
- https://github.com/reduxjs/redux-toolkit/issues/3918
- https://github.com/reduxjs/redux-toolkit/issues/4455
- https://github.com/reduxjs/redux-toolkit/issues/1788
From version 6.0.2, which was merged yesterday to version 6.1.0, there are several more fixes added to oazapfts. These are a few:
- https://github.com/oazapfts/oazapfts/issues/626
- https://github.com/oazapfts/oazapfts/issues/578
List of releases changelog:
- support moduleResolution: node
- codegen: upgrade dependencies
- do not treat numeric values in multipart as blob
- codegen: handle negative numbers correctly
- support boolean schemas
I was looking at the issue on the pipeline when you tried to publish the package. There are issues with the cache. Rerunning the pipeline could help. Here is a reference on this issue: https://github.com/yarnpkg/berry/issues/2948
What is done in this PR?
- Updating
oazapftspackage to the latest version to fix issues - Rollback SimonEggert update to the package module to test everything is working based on the package update
@markerikson this PR is intended to help you to fix the publication of the update on oazapfts merged yesterday.
Deploy Preview for redux-starter-kit-docs ready!
| Name | Link |
|---|---|
| Latest commit | 4276ff2e8b98fcf6821e528b314a0847a21dbc58 |
| Latest deploy log | https://app.netlify.com/sites/redux-starter-kit-docs/deploys/667c33ff388bc00008dfd84d |
| Deploy Preview | https://deploy-preview-4461--redux-starter-kit-docs.netlify.app |
| Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Ended up creating a new PR since yours wasn't on a separate feature branch in your repo, and I think that would prevent me from rebasing it. Superseded by #4588 . Thanks!
Should be live in https://github.com/reduxjs/redux-toolkit/releases/tag/%40rtk-query%2Fcodegen-openapi%402.0.0-alpha.0 ! Please try it out and let us know if it works.