chore: update @arethetypeswrong/cli to 0.18.3 to fix CI failure#5309
Merged
Conversation
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 1fe1a76:
|
✅ Deploy Preview for redux-starter-kit-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
- Bump `@arethetypeswrong/cli` from `0.18.2` to `0.18.3` in `@reduxjs/toolkit` - Add `@arethetypeswrong/cli@0.18.3` as a dev dependency to `@rtk-query/codegen-openapi` - Switch CI from `yarn dlx @arethetypeswrong/cli@0.18.2` to `yarn attw` (uses the installed version) Related: [arethetypeswrong/arethetypeswrong.github.io#258](arethetypeswrong/arethetypeswrong.github.io#258), [101arrowz/fflate#258](101arrowz/fflate#258) Upstream fix: [arethetypeswrong/arethetypeswrong.github.io#261](arethetypeswrong/arethetypeswrong.github.io#261), released in [`@arethetypeswrong/core@0.18.3`](https://github.com/arethetypeswrong/arethetypeswrong.github.io/releases/tag/%40arethetypeswrong%2Fcore%400.18.3)
f5fbcb7 to
48b95f3
Compare
Bump [`@playwright/test`](https://www.npmjs.com/package/@playwright/test) from `^1.31.1` to `^1.60.0` and remove the redundant standalone `playwright` devDependency in the `cra4`, `cra5`, `next`, and `vite` examples under `examples/publish-ci`. The CI install step fetched the latest Playwright, which installs a newer Chromium build and deletes the one the pinned `1.31.2` version needed, leaving the `test-published-artifact` job without a usable browser. Aligning `@playwright/test` with the installed version keeps the Chromium build in sync and fixes the failing tests.
6b0573c to
1fe1a76
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
@arethetypeswrong/clifrom0.18.2to0.18.3in@reduxjs/toolkit@arethetypeswrong/cli@0.18.3as a dev dependency to@rtk-query/codegen-openapiyarn dlx @arethetypeswrong/cli@0.18.2toyarn attw(uses the installed version)Related: arethetypeswrong/arethetypeswrong.github.io#258, 101arrowz/fflate#258
Upstream fix: arethetypeswrong/arethetypeswrong.github.io#261, released in
@arethetypeswrong/core@0.18.3Depends on #5310.