fix(deps): update all non-major dependencies #887
Merged
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.
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.
This PR contains the following updates:
^1.13.3->^1.13.7^1.55.0->^1.55.11.0.0-beta.38->1.0.0-beta.41^0.5.18->^0.5.19^2.0.5->^2.0.6^22.18.6->^22.18.7^19.1.13->^19.1.16^16.1.6->^16.2.3^1.55.0->^1.55.110.17.0->10.17.17.9.1->7.9.31.0.0-beta.38->1.0.0-beta.41^0.15.4->^0.15.5^8.44.0->^8.45.0^7.1.13->^7.1.14^7.1.6->^7.1.7^4.38.0->^4.40.2Release Notes
cloudflare/workers-sdk (@cloudflare/vite-plugin)
v1.13.7Compare Source
Patch Changes
b455281]:v1.13.6Compare Source
Patch Changes
a57149f]:v1.13.5Compare Source
Patch Changes
a7ac751,06e9a48,81fd733]:v1.13.4Compare Source
Patch Changes
#10677
d7aa0aeThanks @edmundhung! - Support Hyperdrive local connection strings from.envfilesYou can now define your Hyperdrive local connection string in a
.envfile using theCLOUDFLARE_HYPERDRIVE_LOCAL_CONNECTION_STRING_<BINDING_NAME>variable.CLOUDFLARE_HYPERDRIVE_LOCAL_CONNECTION_STRING_PROD_DB="postgres://user:password@127.0.0.1:5432/testdb"Updated dependencies [
555a6da,262393a,3ec1f65,a434352,328e687,97a72cc,b4a4311,dc1d0d6,acd48ed,55a10a3]:microsoft/playwright (@playwright/test)
v1.55.1Compare Source
Highlights
#37479 - [Bug]: Upgrade Chromium to 140.0.7339.186.
#37147 - [Regression]: Internal error: step id not found.
#37146 - [Regression]: HTML reporter displays a broken chip link when there are no projects.
#37137 - Revert "fix(a11y): track inert elements as hidden".
Browser Versions
This version was also tested against the following stable channels:
rolldown/rolldown (@rolldown/pluginutils)
v1.0.0-beta.41Compare Source
🚀 Features
output.generatedCode.symbols(#6335) by @IWANABETHATGUYvite-ignoreattribute (#6348) by @shulaodahtml5everandmarkup5ever_rcdom(#6327) by @shulaodaon_outputcallback (#6330) by @hyf0disable_watcher(#6329) by @hyf0🐛 Bug Fixes
hasLatestBuildOutputinstead ofscheduleBuildIfStaleand add edit-reload test (#6321) by @sapphi-red🚜 Refactor
HmrManagertoHmrStateand tweak namings (#6358) by @hyf0Bundlerto expose hmr related methods (#6356) by @hyf0html5guminstead (#6343) by @shulaodanewfield from HMR options and related configurations (#6337) by @hyf0cjs_ast_analyzerimmutable for better reuse (#6326) by @IWANABETHATGUY⚡ Performance
🧪 Testing
⚙️ Miscellaneous Tasks
catalog:to unify version of all dependencies (#6339) by @hyf0v1.0.0-beta.40Compare Source
🚀 Features
MagicStringbinding (#6289) by @IWANABETHATGUY🐛 Bug Fixes
🚜 Refactor
Cow<str>instead of&str(#6288) by @IWANABETHATGUY📚 Documentation
⚡ Performance
sourcemap_ignore_listjs function call (#6313) by @IWANABETHATGUYreplace(#6312) by @IWANABETHATGUY⚙️ Miscellaneous Tasks
lto: thinin profile mode for better profiling experience. (#6320) by @IWANABETHATGUYv1.0.0-beta.39Compare Source
🚀 Features
/* @​vite-ignore */comment for dynamic imports (#6264) by @IWANABETHATGUY#__NO_SIDE_EFFECTS__annotation for export default function declaration (#6239) by @IWANABETHATGUY@vite-ignorecomment (#6240) by @shulaodaexhaustiveoption (#6236) by @shulaoda🐛 Bug Fixes
ensure_latest_build_outputshould work correctly wheneagerBuild: false(#6262) by @hyf0🚜 Refactor
build.rsto task generator (#6284) by @shulaodaSpanExt(#6266) by @IWANABETHATGUY@rolldown-ignoreignore comment support (#6265) by @IWANABETHATGUYAddress::from(#6245) by @IWANABETHATGUYstmt_info_idxin StmtInfo (#6244) by @IWANABETHATGUYCrossModuleOptimizationRunnerContextin cross_module_optimization (#6243) by @IWANABETHATGUYWatcherEventServicetoBuildDriverService(#6232) by @hyf0this.loadusing futures instead of callbacks (#6222) by @sapphi-redruntime_resolve_baseoption (#6226) by @sapphi-red📚 Documentation
⚡ Performance
🧪 Testing
⚙️ Miscellaneous Tasks
cargo publish --workspacework (#6281) by @Boshencargo publish --dry-run --workspace(#6279) by @Boshen❤️ New Contributors
tailwindlabs/tailwindcss-typography (@tailwindcss/typography)
v0.5.19Compare Source
Fixed
tsconfig/bases (@tsconfig/strictest)
v2.0.6Compare Source
lint-staged/lint-staged (lint-staged)
v16.2.3Compare Source
Patch Changes
27cd541Thanks @iiroj! - When using--fail-on-changes, automatically hidden (partially) unstaged changes are no longer counted to make lint-staged fail.v16.2.2Compare Source
Patch Changes
#1667
699f95dThanks @iiroj! - The backup stash will not be dropped when using--fail-on-changesand there are errors. When reverting to original state is disabled (via--no-revertor--fail-on-changes), hidden (partially) unstaged changes are still restored automatically so that it's easier to resolve the situation manually.Additionally, the example for using the backup stash manually now uses the correct backup hash, if available:
v16.2.1Compare Source
Patch Changes
#1664
8277b3bThanks @iiroj! - The built-in TypeScript types have been updated to more closely match the implementation. Notably, the list of staged files supplied to task functions isreadonly string[]and can't be mutated. Thanks @outslept!export default { --- "*": (files: string[]) => void console.log('staged files', files) +++ "*": (files: readonly string[]) => void console.log('staged files', files) }#1654
70b9af3Thanks @iiroj! - This version has been published from GitHub Actions using Trusted Publishing for npm packages.#1659
4996817Thanks @iiroj! - Fix searching configuration files when the working directory is a subdirectory of a git repository, and there arepackage.jsonfiles in the working directory. This situation might happen when running lint-staged for a single package in a monorepo.#1654
7021f0aThanks @iiroj! - Return the caret semver range (^) to direct dependencies so that future patch and minor versions are allowed. This enables projects to better maintain and deduplicate their own transitive dependencies while not requiring direct updates to lint-staged. This was changed in 16.2.0 after the vulnerability issues withchalkanddebug, which were also removed in the same version.Given the recent vulnerabilities in the npm ecosystem, it's best to be very careful when updating dependencies.
v16.2.0Compare Source
Minor Changes
#1615
99eb742Thanks @iiroj! - Added a new option--fail-on-changesto make lint-staged exit with code 1 when tasks modify any files, making theprecommithook fail. This is similar to thegit diff --exit-codeoption. Using this flag also implies the--no-revertflag which means any changes made my tasks will be left in the working tree after failing, so that they can be manually staged and the commit tried again.#1611
cd05fd3Thanks @rlorenzo! - Added a new option--continue-on-errorso that lint-staged will run all tasks to completion even if some of them fail. By default, lint-staded will exit early on the first failure.#1637
82fcc07Thanks @iiroj! - Internal lint-staged errors are now thrown and visible in the console output. Previously they were caught with the process exit code set to 1, but not logged. This happens when, for example, there's a syntax error in the lint-staged configuration file.#1647
a5ecc06Thanks @iiroj! - Remove debug as a dependency due to recent malware issue; read more at debug-js/debug#1005. Because of this, theDEBUGenvironment variable is no longer supported — use the--debugto enable debugging#1636
8db2717Thanks @iiroj! - Added a new option--hide-unstagedso that lint-staged will hide all unstaged changes to tracked files before running tasks. The changes will be applied back after running the tasks. Note that the combination of flags--hide-unstaged --no-hide-partially-stagedisn't meaningful and behaves the same as just--hide-unstaged.Thanks to @ItsNickBarry for the idea and initial implementation in #1552.
#1648
7900b3bThanks @iiroj! - Remove lilconfig to reduce reliance on third-party dependencies. It was used to find possible config files outside of those tracked in Git, including from the parent directories. This behavior has been moved directly into lint-staged and should work about the same.Patch Changes
#1633
7f9e485Thanks @dependabot! - Bumps listr2 from 9.0.3 to 9.0.4.#1626
99d5a9bThanks @iiroj! - Due to recent phishing attacks, for example chalk@5.6.1 was released with malware. To avoid lint-staged's users being at risk the direct dependencies are pinned to exact versions, instead of allowing future patch versions with the caret (^) range.#1588
035bbf2Thanks @outslept! - Increase performance by listing staged files and searching for configuration concurrently.#1645
deba3adThanks @iiroj! - Remove chalk as a dependency due to recent malware issue; read more at chalk/chalk#656.If you are having trouble with ANSI color codes when using lint-staged, you can try setting either
FORCE_COLOR=trueorNO_COLOR=trueenv variables.pnpm/pnpm (pnpm)
v10.17.1Compare Source
Patch Changes
minimumReleaseAgesetting, print this information out in the error message #9974.state.jsoncreation path when executingpnpm patchin a workspace project #9733.minimumReleaseAgeis set and thelatesttag is not mature enough, prefer a non-deprecated version as the newlatest#9987.remix-run/react-router (react-router)
v7.9.3Compare Source
Patch Changes
Do not try to use
turbo-streamto decode CDN errors that never reached the server (#14385)Fix Data Mode regression causing a 404 during initial load in when
middlewareexists without anyloaderfunctions (#14393)v7.9.2Compare Source
Patch Changes
middlewareon initial load even if no loaders exist (#14348)createRoutesStubto run route middleware<RoutesStub future={{ v8_middleware: true }} />flag to enable the propercontexttypeUpdate Lazy Route Discovery manifest requests to use a singular comma-separated
pathsquery param instead of repeatedpquery params (#14321)[UNSTABLE] Add
fetcher.unstable_reset()API (#14206)Made useOutlet element reference have stable identity in-between route chages (#13382)
feat: enable full transition support for the rsc router (#14362)
In RSC Data Mode, handle SSR'd client errors and re-try in the browser (#14342)
Support
middlewareprop on<Route>for usage with a data router viacreateRoutesFromElements(#14357)Handle encoded question mark and hash characters in ancestor splat routes (#14249)
Fail gracefully on manifest version mismatch logic if
sessionStorageaccess is blocked (#14335)rolldown/tsdown (tsdown)
v0.15.5Compare Source
🚀 Features
inlineOnlyoption - by @sxzz (e3bce)🐞 Bug Fixes
🏎 Performance
requirepure cjs deps - by @sxzz (091b8)View changes on GitHub
typescript-eslint/typescript-eslint (typescript-eslint)
v8.45.0Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.44.1Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
vitejs/rolldown-vite (vite)
v7.1.14Compare Source
Features
generatedCode: 'es2015'(4cfe8e1)Bug Fixes
Performance Improvements
isEntirelyImport(ac1ceaf)Documentation
Miscellaneous Chores
cloudflare/workers-sdk (wrangler)
v4.40.2Compare Source
Patch Changes
b455281Thanks @penalosa! - Fix Worker Loader binding typev4.40.1Compare Source
Patch Changes
a57149fThanks @danielrs! - Support the deletion of secrets with complex namesv4.40.0Compare Source
Minor Changes
a7ac751Thanks @jonesphillip! - Changes--fileSizeMBto--file-sizeforwrangler r2 bucket catalogcompaction command.Small fixes for pipelines commands.
Patch Changes
81fd733Thanks @1000hz! - Fixed an issue that caused some Workers to have an incorrect service tag applied when using a redirected configuratConfiguration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.