chore: dependabot bump dependencies#272
Merged
nikitachapovskii-dev merged 10 commits intomasterfrom Apr 14, 2026
Merged
Conversation
barjin
reviewed
Apr 14, 2026
Member
barjin
left a comment
There was a problem hiding this comment.
Thank you @nikitachapovskii-dev !
The failing tests are because of the Ubuntu 24 bump (we're still running with 22 in Crawlee because of this).
Imo it's fine to drop back to 22 for now to keep this PR simple, we'll need to figure this out in more repos soon anyway.
This reverts commit a270f51.
barjin
approved these changes
Apr 14, 2026
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
This PR applies the selected Renovate updates from these branches:
renovate/vite-tsconfig-paths-6.xrenovate/vitest-monoreporenovate/npm-11.xrenovate/all-non-majorrenovate/styfle-cancel-workflow-action-0.xrenovate/jsdom-29.xrenovate/ubuntu-24.xTypeScript 6 was intentionally not included for now.
Notes
I explicitly dropped the
renovate/typescript-6.xbump from this branch.Reason:
So this PR keeps TypeScript on
~5.9.0.Manual compatibility fixes
Two small compatibility fixes were needed on top of the Renovate updates:
sitemap-scraper: adapt crawler options to the updated Crawlee APIblockedStatusCodesto the top-level crawler optionsuseSessionPooloptionweb-scrapertest: update theDevToolsServermock to work with Vitest 4 and reset the correct static promise fieldThese changes are minimal and meant only to preserve the existing behavior after the dependency updates.
Verification
Passed locally:
npm run ci:buildnpm testnpm run tsc-check-tests