chore(deps): update all non-major dependencies - #253
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
August 15, 2026 00:36
5cba3fc to
24cf24e
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
August 15, 2026 04:52
24cf24e to
ad4dd5c
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.
This PR contains the following updates:
^2.0.11→^2.1.1^2.8.0→^2.8.2^0.7.1→^0.8.0^0.11.4→^0.11.8^4.12.25→^4.13.2^2.4.0→^2.5.024.18.0→24.19.0^11.0.0→^11.0.111.17.0→11.21.0v6.0.9→v6.0.10^8.21.1→^8.21.3Release Notes
honojs/node-server (@hono/node-server)
v2.1.1Compare Source
What's Changed
Full Changelog: honojs/node-server@v2.1.0...v2.1.1
v2.1.0Compare Source
What's Changed
New Contributors
Full Changelog: honojs/node-server@v2.0.12...v2.1.0
v2.0.12Compare Source
What's Changed
Full Changelog: honojs/node-server@v2.0.11...v2.0.12
module-federation/core (@module-federation/runtime-tools)
v2.8.2Compare Source
Patch Changes
v2.8.1Compare Source
Patch Changes
web-infra-dev/rslint (@rslint/core)
v0.8.0Compare Source
Highlights
Typed rule configuration in
defineConfigdefineConfig()now provides autocomplete and type checking for ESLint core and@typescript-eslintrules. Editors suggest rule names, severity levels, and rule-specific options, and report invalid options before rslint runs.Full typescript-eslint preset support
ts.configsnow includesrecommendedTypeChecked,strict,strictTypeChecked,stylistic, andstylisticTypeChecked, matching the upstream typescript-eslint presets. As a breaking change,ts.configs.recommendedno longer includes ESLint core rules; addjs.configs.recommendedbefore it for a complete TypeScript setup.What's Changed
Breaking Changes 🍭
JavaScript runtime globals must be declared
no-undefnow follows ESLint's scope-based global resolution. For plain JavaScript files, Rslint no longer treats globals provided by TypeScript declaration files as implicitly available. ECMAScript built-ins such asArrayandPromiseremain available by default, but runtime-specific globals such aswindow,document,process, and__dirnamemust be declared throughlanguageOptions.globals.Because
js.configs.recommendedenablesno-undef, projects using this preset may see new diagnostics after upgrading. Theglobalspackage can be used to declare the environments each file runs in:Only include the environments that apply to those files. See
languageOptions.globalsfor details.New Features 🎉
Performance 🚀
Bug Fixes 🐞
no-disabled-testsandno-identical-titleby @elecmonkey in #1674Refactor 🔨
Document 📖
Other Changes
Full Changelog: web-infra-dev/rslint@v0.7.3...v0.8.0
v0.7.3Compare Source
Highlights
Faster linting for large codebases
Rslint 0.7.3 reduces repeated work across the linting pipeline with parallel TypeScript Program construction, shared program metadata and configuration plans, and optimized rule hot paths. This release also expands adoption of the shared Refs API, improving the consistency of reference resolution across rules.
12 new rules
This release adds 12 rules across ESLint, Jest, Unicorn, and Rstest, expanding coverage for control flow, error handling, modern Node.js patterns, collection usage, and test quality.
What's Changed
New Features 🎉
require-top-level-describerule by @eryue0220 in #1455require-to-throw-messagerule by @eryue0220 in #1456Performance 🚀
Bug Fixes 🐞
Refactor 🔨
Document 📖
Other Changes
d23441aby @renovate[bot] in #1161924ae3aby @renovate[bot] in #11624cda84dby @renovate[bot] in #14872499707by @renovate[bot] in #1486Full Changelog: web-infra-dev/rslint@v0.7.2...v0.7.3
v0.7.2Compare Source
What's Changed
New Features 🎉
require-hookrule by @eryue0220 in #1338Performance 🚀
Configuration
📅 Schedule: (in timezone Asia/Shanghai)
* 0-3 1,15 * *)🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.