fix(deps): update dependencies (non-major)#1438
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
37a6b0a to
86ea3ea
Compare
86ea3ea to
d23b507
Compare
d23b507 to
5af5d5c
Compare
5af5d5c to
b85ef51
Compare
b85ef51 to
bd1c049
Compare
bd1c049 to
04900ee
Compare
04900ee to
eae180e
Compare
eae180e to
338f773
Compare
338f773 to
8e76eb0
Compare
8e76eb0 to
2fb3035
Compare
2fb3035 to
81023c1
Compare
81023c1 to
8a429d8
Compare
8a429d8 to
0d95e9f
Compare
0d95e9f to
96dda04
Compare
46ecde6 to
da3a179
Compare
da3a179 to
94735db
Compare
94735db to
7c148a7
Compare
7c148a7 to
3debf28
Compare
3debf28 to
55225de
Compare
55225de to
8fb8d83
Compare
8fb8d83 to
d6c57be
Compare
d6c57be to
2807e77
Compare
2807e77 to
48e2468
Compare
48e2468 to
014f99d
Compare
014f99d to
5cdaeb1
Compare
5cdaeb1 to
4cf608c
Compare
4cf608c to
2b43900
Compare
2b43900 to
2efbbdb
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:
0.39.0→0.44.00.39.0→0.44.04.1.0→4.3.01.5.1→1.7.15.2.14→5.2.178.2.0→8.2.13.0.2→3.0.60.39.0→0.44.04.17.23→4.18.10.563.0→0.577.017.0.1→17.0.619.2.4→19.2.69.13.0→9.14.019.2.4→19.2.63.4.0→3.6.05.0.10→5.0.13Release Notes
facebook/lexical (@lexical/react)
v0.44.0Compare Source
v0.43.0Compare Source
v0.42.0Compare Source
v0.41.0Compare Source
v0.40.0Compare Source
date-fns/date-fns (date-fns)
v4.3.0Compare Source
Kudos to @ImRodry and @puneetdixit200 for their contributions.
Fixed
Fixed missing modularized optimization fallback (for Next.js and others). See #4193.
Fixed
ptlocale first day of week to be Sunday. See #4195 by @ImRodry.Fixed
zh-CN,zh-HK, andzh-TWlocale month parsing for October, November, and December. See #4194 by @puneetdixit200.v4.2.1Compare Source
Fixed
v4.2.0Compare Source
This is a minor release in all senses, it only includes documentation updates (first of many) that points to the new You Don't Need date-fns* page.
* Not really
Changed
add,addBusinessDays, andaddDays.vercel/geist-font (geist)
v1.7.1Compare Source
Patch Changes
c8ed578: Fix Geist Mono rendering source-code text with unintended programming ligatures.v1.7.0 unintentionally activated programming-ligature substitutions (
-->,==,!=,...,--, etc.) under theliga(Standard Ligatures) OpenType feature, which is on by default in every renderer. As a result, text like--debug-prerender,[id...],[...id], orNODE_OPTIONS='--debug-prerender' noderendered with ligated glyphs and broke monospace alignment in code.The source-level fix is in #217; this release ships the rebuilt binaries.
v1.7.0Compare Source
Minor Changes
d7ef63c: We're excited to announce a new member to our font family: Geist PixelIt's a display typeface family featuring five unique pixel-based variants, each with a distinct visual style. It is designed for decorative use in headlines, logos, and other display contexts where a pixelated aesthetic is desired.
It includes five distinct variants, each exported separately:
GeistPixelSquare--font-geist-pixel-squareGeistPixelGrid--font-geist-pixel-gridGeistPixelCircle--font-geist-pixel-circleGeistPixelTriangle--font-geist-pixel-triangleGeistPixelLine--font-geist-pixel-lineremarkablemark/html-react-parser (html-react-parser)
v5.2.17Compare Source
Bug Fixes
v5.2.16Compare Source
Build System
v5.2.15Compare Source
Bug Fixes
./lib/utilities(d8fd0c5)i18next/i18next-browser-languageDetector (i18next-browser-languagedetector)
v8.2.1Compare Source
i18next/i18next-http-backend (i18next-http-backend)
v3.0.6Compare Source
nsvalues so nested namespace names (mapping to URL layouts such as/locales/en/a/b.json) fetch correctly again. 3.0.5's security fix applied the same strict URL-segment check to bothlngandns, which was correct forlng(no BCP-47 shape contains/) but over-strict forns— nested namespaces containing/were never officially supported, but the behaviour fell out of the implicit string-substitution semantics ofloadPathand is common enough in the wild to be worth accommodating.isSafeUrlSegmentis now split intoisSafeLangUrlSegment(strict — still rejects/) andisSafeNsUrlSegment(loose — allows/but still rejects..,\, URL-structure characters, control chars, prototype keys, and oversized inputs).isSafeUrlSegmentis kept as a backwards-compatible alias for the strict check. The 3.0.5 security fix remains in force for every concrete attack pattern from the original advisory.v3.0.5Compare Source
Security release — all issues found via an internal audit. See published advisory GHSA-q89c-q3h5-w34g.
lngornsvalues contain path-traversal, URL-structure (?,#,%,@, whitespace), path separators, control characters, prototype keys, or exceed 128 chars. Prevents path traversal / SSRF / URL injection via attacker-controlled language-code values.isSafeUrlSegmentis permissive for legitimate i18next language codes (any BCP-47-like shape, underscores, hyphens, dots,+-joined multi-language requests) (GHSA-q89c-q3h5-w34g)omitFetchOptions— the fetch-options-stripping fallback is now scoped to a single backend instance viaoptions._omitFetchOptionsinstead of a module-level boolean. One instance hitting a "not implemented" fetch error no longer permanently stripsrequestOptions(includingcredentials,mode,cache) from every other backend instance in the same processlng/ns/ URL values before they appear in error-callback strings (CWE-117 log forging)user:passwordcredentials from URLs before including them in error-callback strings — prevents leaking basic-auth credentials embedded inloadPath/addPathObject.keys+ prototype-key guard) inaddQueryStringand in thecustomHeadersloop in XHR mode — prevents prototype-pollution amplification into the URL and request headers.env*and*.pem/*.keyfiles in.gitignorev3.0.4Compare Source
{{lng}}and{{ns}}placeholders are supported; custom interpolation prefix/suffix from i18next config no longer applies to backend pathslodash/lodash (lodash)
v4.18.1Compare Source
v4.18.0Compare Source
lucide-icons/lucide (lucide-react)
v0.577.0: Version 0.577.0Compare Source
What's Changed
ellipseicon by @KISHORE-KUMAR-S in #3749New Contributors
Full Changelog: lucide-icons/lucide@0.576.0...0.577.0
v0.576.0: Version 0.576.0Compare Source
What's Changed
package-*icons. by @karsa-mistmere in #4074receipticon by @karsa-mistmere in #4075cuboidicon tags and categories by @karsa-mistmere in #4095cuboidicon by @jamiemlaw in #4098fishing-rodicon by @7ender in #3839Full Changelog: lucide-icons/lucide@0.575.0...0.576.0
v0.575.0: Version 0.575.0Compare Source
What's Changed
message-square-checkicon by @karsa-mistmere in #4076metronomeicon by @edwloef in #4063file-pen-lineicon by @jguddas in #3970square-arrow-right-exitandsquare-arrow-right-entericons by @EthanHazel in #3958flip-*tosquare-centerline-dashed-*by @jguddas in [#3945](https://rConfiguration
📅 Schedule: (UTC)
🚦 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.