fix(deps): update patch updates (patch)#1020
Merged
Merged
Conversation
Contributor
|
Thank you for following the naming conventions! 🙏 |
Signed-off-by: Renovate Bot <bot@renovateapp.com>
e18294b to
6cdd842
Compare
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
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:
27.0.1→27.0.210.0.0→10.0.18.1.8→8.1.913.4.9→13.4.105.7.1→5.7.3>=1.13.5→>=1.13.6](https://renovatebot.com/diffs/npm/axios@>=1.0.0 <=1.13.4/1.13.5/1.13.6)1.0.30001791→1.0.30001792>=2.2.4→>=2.2.7>=6.1.5→>=6.1.7>=4.12.14→>=4.12.18^9.x→^9.0.1110.33.2→10.33.40.3.18→0.3.19>=0.2.4→>=0.2.5>=6.24.0→>=6.24.1>=2.8.3→>=2.8.4](https://renovatebot.com/diffs/npm/yaml@>=2.0.0 <2.8.3/2.8.3/2.8.4)Release Notes
anolilab/javascript-style-guide (@anolilab/eslint-config)
v27.0.2Compare Source
Bug Fixes
Dependencies
anolilab/javascript-style-guide (@anolilab/prettier-config)
v10.0.1Compare Source
anolilab/semantic-release (@anolilab/semantic-release-pnpm)
v8.1.9Compare Source
anolilab/semantic-release (@anolilab/semantic-release-preset)
v13.4.10Compare Source
Dependencies
Rel1cx/eslint-react (@eslint-react/eslint-plugin)
v5.7.3Compare Source
🐞 Fixes
react-x/immutability: Exempted ref mutations via a naming heuristic — any object whose identifier isrefor ends withRefis treated as a mutable ref and skipped from immutability checks. This fixes false positives when mutatingRefObject<T>values received as props (#1752, #1751).react-x/immutability: AddednoRefLikeStateNamediagnostic to prevent state variables from being namedrefor ending withRef, which would otherwise bypass the ref exemption heuristic (#1752).📝 Documentation
react-jsx/no-key-after-spreaddocumentation (jsx/no-key-after-spread→jsx-no-key-after-spread) (#1750).Full Changelog: Rel1cx/eslint-react@v5.7.2...v5.7.3
v5.7.2Compare Source
🐞 Fixes
react-x/no-unused-state: Removed the rule from therecommendedpreset for now (#1747, #1748).📝 Documentation
🏗️ Internal
Full Changelog: Rel1cx/eslint-react@v5.7.1...v5.7.2
axios/axios (axios@>=1.0.0 <=1.13.4)
v1.13.6Compare Source
This release focuses on platform compatibility, error handling improvements, and code quality maintenance.
🚀 New Features
🐛 Bug Fixes
Environment Compatibility:
Error Handling:
🔧 Maintenance & Chores
🌟 New Contributors
We are thrilled to welcome our new contributors! Thank you for helping improve the project:
Full Changelog: v1.13.5...v1.13.6
browserslist/caniuse-lite (caniuse-lite)
v1.0.30001792Compare Source
wanasit/chrono (chrono-node@<2.2.4)
v2.2.7Compare Source
f03634577fbd83dde6103b9c02f5v2.2.6Compare Source
cdfb6bc053cc8f6a52cf3v2.2.5Compare Source
38cbefbfab8f51ac08a8cunjs/defu (defu@<=6.1.4)
v6.1.7Compare Source
compare changes
🩹 Fixes
📦 Build
typesexport entry (#160)❤️ Contributors
v6.1.6Compare Source
compare changes
📦 Build
❤️ Contributors
honojs/hono (hono@<4.12.14)
v4.12.18Compare Source
v4.12.17Compare Source
v4.12.16Compare Source
Security fixes
This release includes fixes for the following security issues:
Unvalidated JSX Tag Names in hono/jsx May Allow HTML Injection
Affects: hono/jsx. Fixes missing validation of JSX tag names when using
jsx()orcreateElement(), which could allow HTML injection if untrusted input is used as the tag name. GHSA-69xw-7hcm-h432bodyLimit() can be bypassed for chunked / unknown-length requests
Affects: Body Limit Middleware. Fixes late enforcement for request bodies without a reliable Content-Length (e.g. chunked requests), where oversized requests could reach handlers and return successful responses before being rejected. GHSA-9vqf-7f2p-gf9v
v4.12.15Compare Source
What's Changed
New Contributors
Full Changelog: honojs/hono@v4.12.14...v4.12.15
typicode/husky (husky)
v9.0.11Compare Source
package-lock.jsonby @btea in #1383export HUSKY=0in init (fixes #1393) by @typicode in #1395v9.0.10Compare Source
v9.0.9Compare Source
v9.0.8Compare Source
v9.0.7Compare Source
~/.huskyrccorrectly (compatibility with v8)v9.0.6Compare Source
v9.0.5Compare Source
v9.0.4Compare Source
v9.0.3Compare Source
v9.0.2Compare Source
pnpm/pnpm (pnpm)
v10.33.4: pnpm 10.33.4Compare Source
Patch Changes
Pin the integrity of git-hosted tarballs (codeload.github.com, gitlab.com, bitbucket.org) in the lockfile so that subsequent installs detect a tampered or substituted tarball and refuse to install it. Previously the lockfile only stored the tarball URL for git dependencies, so a compromised git host or a man-in-the-middle could serve arbitrary code on later installs without lockfile changes.
A new
gitHosted: truefield is recorded on git-hosted tarball resolutions in the lockfile, letting every reader/writer route them by a single typed check instead of pattern-matching the tarball URL in each call site. Lockfiles written by older pnpm versions are enriched on load (URL fallback) so the field can be relied on uniformly across the codebase.Fix a regression where
pnpm --recursive --filter '!<pkg>' run/exec/test/addwould include the workspace root in the matched projects. The workspace root is now correctly excluded by default when only negative--filterarguments are provided, matching the documented behavior. To include the root, pass--include-workspace-root#11341.Platinum Sponsors
Gold Sponsors
v10.33.3Compare Source
publint/publint (publint)
v0.3.19Compare Source
Patch Changes
Add
NESTED_PACKAGE_JSON_FIELD_IGNOREDto warn when published nestedpackage.jsonfiles define"exports"or"imports", which Node.js ignores outside the package root. (#224)Fix internal browser directory traversal logic (#224)
raszi/node-tmp (tmp@<=0.2.3)
v0.2.5Compare Source
nodejs/undici (undici@<6.24.0)
v6.24.1Compare Source
Full Changelog: nodejs/undici@v6.24.0...v6.24.1
eemeli/yaml (yaml@>=2.0.0 <2.8.3)
v2.8.4Compare Source
maxAliasCount:0(#677)e1a1a77)minFractionDigitsonly to decimal strings (#676)Configuration
📅 Schedule: (in timezone Europe/Berlin)
🚦 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.