-
Notifications
You must be signed in to change notification settings - Fork 1
Bump wretch from 2.11.1 to 3.0.6 #808
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
Note
|
| Cohort / File(s) | Summary |
|---|---|
Dependency version bump packages/app/universal-testing-utils/package.json |
Updated devDependency wretch from ^2.11.0 to ^3.0.6 |
Estimated code review effort
🎯 1 (Trivial) | ⏱️ ~2 minutes
Pre-merge checks and finishing touches
❌ Failed checks (2 warnings)
| Check name | Status | Explanation | Resolution |
|---|---|---|---|
| Description check | The PR description is missing the required 'Changes' section and lacks explicit checkbox selections for the release label and documentation/test updates. | Add a 'Changes' section describing the update, and explicitly check the required checklist items including the 'major' or 'skip-release' label selection. | |
| Linked Issues check | The PR only updates wretch dependency; however, linked issues #290, #284, and #278 reference updates to node-core, prisma utilities, and vite-plugin-dts—none of which are addressed in this changeset. | Verify that the linked issues are correct for this PR, or remove unrelated issues and link only issues that pertain to the wretch dependency update. |
✅ Passed checks (3 passed)
| Check name | Status | Explanation |
|---|---|---|
| Title check | ✅ Passed | The PR title accurately and concisely summarizes the main change: bumping the wretch dependency from version 2.11.1 to 3.0.6. |
| Out of Scope Changes check | ✅ Passed | The PR changes are limited to updating the wretch devDependency in package.json, which is consistent with the PR's stated objective of bumping wretch to 3.0.6. |
| Docstring Coverage | ✅ Passed | No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. |
✨ Finishing touches
🧪 Generate unit tests (beta)
- Create PR with unit tests
- Post copyable unit tests in a comment
- Commit unit tests in branch
dependabot/npm_and_yarn/wretch-3.0.6
📜 Recent review details
Configuration used: Repository: lokalise/coderabbit/.coderabbit.yaml
Review profile: CHILL
Plan: Pro
Disabled knowledge base sources:
- Jira integration is disabled by default for public repositories
You can enable these sources in your CodeRabbit configuration.
📒 Files selected for processing (1)
packages/app/universal-testing-utils/package.json
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (2)
- GitHub Check: build (22.x)
- GitHub Check: build (24.x)
🔇 Additional comments (1)
packages/app/universal-testing-utils/package.json (1)
64-64: Verify Node.js 22+ requirement for wretch v3 upgrade.Current wretch usage in the codebase is compatible with v3—all usage patterns (.post(), .get()) are still available and no deprecated global methods (wretch.options(), .errorType()) are being used. However, wretch v3 requires Node.js 22+ for native fetch, FormData, and AbortController support. Verify that your project infrastructure supports this Node.js version before merging.
Comment @coderabbitai help to get the list of available commands and usage tips.
b6bfdce to
d28e1b3
Compare
Bumps [wretch](https://github.com/elbywan/wretch) from 2.11.1 to 3.0.6. - [Release notes](https://github.com/elbywan/wretch/releases) - [Changelog](https://github.com/elbywan/wretch/blob/master/CHANGELOG.md) - [Commits](elbywan/wretch@2.11.1...3.0.6) --- updated-dependencies: - dependency-name: wretch dependency-version: 3.0.6 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
d28e1b3 to
6e0cfc7
Compare
Bumps wretch from 2.11.1 to 3.0.6.
Release notes
Sourced from wretch's releases.
... (truncated)
Changelog
Sourced from wretch's changelog.
... (truncated)
Commits
c249220v3.0.6d0a3fbe🐛 Widen catcherFallback error typef538860Merge pull request #289 from biesbjerg/fix/288-catcher-catcher-fallback-retur...e5582d6🐛 Add Self to return type0f1ba14Merge pull request #286 from elbywan/enhance-snippetsa5f1fbaMerge pull request #287 from elbywan/copilot/sub-pr-286c0d40f0fix: add space between if and ( in transformer.tsfa24724Initial plan9cdeb4c✅ Integrate snippet testing framework and document usage262a40d✅ Add extensible plugin system with examplesMaintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for wretch since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Summary by CodeRabbit
Release Notes
✏️ Tip: You can customize this high-level summary in your review settings.