chore(deps): update all non-major dependencies#241
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
7e1bd7c to
002ab5a
Compare
655e941 to
1e1f517
Compare
1e1f517 to
83951e3
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.4→^2.0.8^2.5.1→^2.7.0^0.6.1→^0.6.5^0.10.4→^0.11.1^24.13.2→^24.13.3^4.12.25→^4.12.294.1.1→4.2.024.16.0→24.18.011.6.0→11.12.0v6.0.8→v6.0.93.8.4→3.9.5Release Notes
honojs/node-server (@hono/node-server)
v2.0.8Compare Source
What's Changed
--no-git-checksoption forpnpm stage publishby @yusukebe in #369Full Changelog: honojs/node-server@v2.0.7...v2.0.8
v2.0.6Compare Source
v2.0.5Compare Source
Security Fix
Fixed a security issue in Serve Static Middleware where prefix-mounted middleware could be bypassed on Windows. This only affects applications running on Windows that use Serve Static Middleware. Affected users are encouraged to upgrade to this version.
See GHSA-frvp-7c67-39w9 for details.
module-federation/core (@module-federation/runtime-tools)
v2.7.0Compare Source
Patch Changes
v2.6.0Compare Source
Patch Changes
web-infra-dev/rslint (@rslint/core)
v0.6.5Compare Source
What's Changed
New Features 🎉
no-unneeded-async-expect-functionrule by @eryue0220 in #1160no-conditional-expectrule by @eryue0220 in #1167no-restricted-matchersrule by @eryue0220 in #1169Performance 🚀
Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: web-infra-dev/rslint@v0.6.4...v0.6.5
v0.6.4Compare Source
Highlights
Rslint Node API for In-Memory Linting
Rslint now ships a programmatic Node.js API (
@rslint/core) aligned with ESLint v10's interface. UseRslint#lintFiles/lintTextto lint from scripts, dev servers, or editor integrations — results are ESLint-shaped (LintResult[]withmessages,errorCount,warningCount,output, etc.). Auto-fix is supported viafix: trueplusRslint.outputFixes. Config resolution (overrideConfig, file discovery, normalization) all stays in JS; the Go--apiserver receives only the final resolved config and never reads disk.Fully in-memory linting is also supported through the new
virtualFilesoverlay — source, config, andtsconfig.jsoncan all live in memory with zero disk access, which makes the API a natural fit for playgrounds, web workers, and editor integrations:See the new Node.js API guide for details.
What's Changed
New Features 🎉
prefer-jest-mockedrule by @eryue0220 in #1147prefer-spy-onrule by @eryue0220 in #1148Other Changes
Full Changelog: web-infra-dev/rslint@v0.6.3...v0.6.4
v0.6.3Compare Source
What's Changed
New Features 🎉
prefer-hooks-on-toprule by @eryue0220 in #1107prefer-hooks-in-orderrule by @eryue0220 in #1110no-confusing-set-timeoutrule by @eryue0220 in #1118no-exportrule by @eryue0220 in #1124Bug Fixes 🐞
??operand position with typescript-eslint by @fansenze in #1141Other Changes
@stylisticconformance into per-category suites by @fansenze in #1113Full Changelog: web-infra-dev/rslint@v0.6.2...v0.6.3
v0.6.2Compare Source
What's Changed
New Features 🎉
prefer-equality-matcherrule by @eryue0220 in #1061Performance 🚀
Bug Fixes 🐞
Refactor 🔨
Other Changes
dd6bcebby @fansenze in #1103Full Changelog: web-infra-dev/rslint@v0.6.1...v0.6.2
web-infra-dev/rstest (@rstest/core)
v0.11.1Compare Source
Highlights
New Playwright integration package
This release adds
@rstest/playwright, providing Playwright-style browser automation fixtures such asbrowser,context,page,request, andserve, plus Playwright-style async assertions integrated with Rstestexpect.Rsbuild plugins can modify Rstest config
Rsbuild plugins can now use the exposed Rstest API to modify the current Rstest project config through
modifyRstestConfig, making it easier for Rsbuild ecosystem plugins to customize test behavior in a scoped and validated way.Task metadata support
Rstest now supports metadata for tests, suites, file results, and custom reporters. You can initialize metadata through
TestOptions.meta, inherit suite metadata in descendant suites/tests, update it at runtime viacontext.task.metaor hookctx.meta, and consume it from reporter hooks.Custom reporters can read the resolved metadata from case, suite, and file results:
What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: web-infra-dev/rstest@v0.11.0...v0.11.1
v0.11.0Compare Source
What's Changed
Breaking Changes 🍭
New Features 🎉
Performance 🚀
Bug Fixes 🐞
Document 📖
Other Changes
df4cb1cby @renovate[bot] in #1444New Contributors
Full Changelog: web-infra-dev/rstest@v0.10.6...v0.11.0
v0.10.6Compare Source
What's Changed
Bug Fixes 🐞
Document 📖
Other Changes
0ac4127by @renovate in #1437Full Changelog: web-infra-dev/rstest@v0.10.5...v0.10.6
v0.10.5Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes
Configuration
📅 Schedule: (in timezone Asia/Shanghai)
* 0-3 1,15 * *)🚦 Automerge: Enabled.
♻ 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.