fix(deps): update all non-major dependencies#16147
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
fix(deps): update all non-major dependencies#16147renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
Contributor
Author
|
|
a3b9e18 to
d0c11ce
Compare
5c085f2 to
15ecb2c
Compare
e90839e to
0e6d1ac
Compare
0e6d1ac to
64cf322
Compare
5c39aa1 to
ea88cb7
Compare
ea88cb7 to
7c2ca67
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.1.6→^0.1.7^0.5.2→^0.6.0^2.29.8→^2.30.02.31.0^1.0.1→^1.2.0^0.0.47→^0.0.490.1.0^0.0.29→^0.0.31^0.17.0→^0.17.2^0.5.4→^0.5.7^1.0.0→^1.1.01.58.2→1.59.1^2.8.1→^2.9.0^4.2.1→^4.2.2^4.0.2→^4.0.3^3.15.8→^3.15.11^0.2.0→^0.3.0^5.6.3→^5.7.1^9.39.3→^9.39.4^3.0.0→^3.1.0^5.5.7→^5.6.05.7.1(+1)^5.1.6→^5.1.9^1.1.1→^1.2.01.3.024.14.0→24.15.024.14.0-bullseye→24.15.0-bullseye24.14.0-bookworm-slim→24.15.0-bookworm-slim^4.0.3→^4.0.410.30.3→10.33.0^10.28.4→^10.29.1^3.8.1→^3.8.3^0.3.17→^0.3.18^1.97.3→^1.99.0^4.0.0→^4.0.2^9.0.0→^9.0.1^1.6.0→^1.6.1^1.9.11→^1.9.12^5.53.5→^5.55.4^4.2.1→^4.2.2^1.0.2→^1.1.1^0.2.15→^0.2.16^0.2.15→^0.2.16^2.8.15→^2.9.6^8.56.1→^8.58.2^1.2.0→^1.3.1^4.1.0→^4.1.4^4.1.0→^4.1.4^3.5.29→^3.5.32Release Notes
changesets/changesets (@changesets/changelog-github)
v0.6.0Compare Source
Minor Changes
fd0bc2eThanks @mixelburg! - Linkify issue references in changelog entries.Patch Changes
#1810
27fd8f4Thanks @hirasso! - Replace deprecatedString.prototype.trimRightwithString.prototype.trimEndUpdated dependencies [
d4b8ad8,e462d89]:bombshell-dev/clack (@clack/prompts)
v1.2.0Compare Source
Minor Changes
9786226: Externalizefast-string-widthandfast-wrap-ansito avoid double dependencies090902c: Addsdateprompt withformatsupport (YMD, MDY, DMY)Patch Changes
134a1a1: Fix thepathprompt sodirectory: truecorrectly enforces directory-only selection while still allowing directory navigation, and add regression tests for both directory and default file selection behavior.bdf89a5: Addsplaceholderoption toautocomplete. When the placeholder is set and the input is empty, pressingtabwill set the value toplaceholder.336495a: Apply guide to wrapped multi-line messages in confirm prompt.9fe8de6: RespectwithGuide: falsein autocomplete and multiselect prompts.29a50cb: Fixpathdirectory mode so pressing Enter with an existing directoryinitialValuesubmits that current directory instead of the first child option, and add regression coverage for immediate submit and child-directory navigation.9786226]bdf89a5]417b451]090902c]tursodatabase/libsql-client-ts (@libsql/client)
v0.17.2Compare Source
v0.17.1Compare Source
markdoc/markdoc (@markdoc/markdoc)
v0.5.7Compare Source
What's Changed
validate()method now returns more location/line info than beforeFull Changelog: markdoc/markdoc@0.5.6...0.5.7
v0.5.6Compare Source
What's Changed
Markdoc.validatewill now raise errors for invalid syntax within{% table %}tags.Full Changelog: markdoc/markdoc@0.5.5...0.5.6
v0.5.5Compare Source
Added support for providing a list of conditional tags in addition to
if. (['if']is set by default). No breaking changes.#600
nanostores/preact (@nanostores/preact)
v1.1.0Compare Source
ssroption (by @jmurty).microsoft/playwright (@playwright/test)
v1.59.1Compare Source
v1.59.0Compare Source
preactjs/signals (@preact/signals)
v2.9.0Compare Source
Minor Changes
904a879Thanks @jbalsas! - Add optionalgetKeyprop to<For>component for stable list reconciliation. When provided,getKeygenerates stable keys for the internal<Item>wrapper, fixing incorrect DOM reuse when items are removed or reordered.alpinejs/alpine (alpinejs)
v3.15.11Compare Source
What's Changed
x-anchor.noflipmodifier by @calebporzio in #4791New Contributors
Full Changelog: alpinejs/alpine@v3.15.10...v3.15.11
v3.15.10Compare Source
Fixed
v3.15.9Compare Source
What's Changed
tabbableandfocus-trapdependencies in focus plugin by @joshhanley in #4737x-model.parentwhen inside ofx-teleportby @willrowe in #4676x-on.passive.falsemodifier by @hirasso in #4610$dispatchby @nicolagianelli in #4608x-htmlhandlesundefinedby @willrowe in #4555x-databy @helio3197 in #4528setAttributepatch by @joshhanley in #4770x-model.blurcrash when input is removed from a form by @joshhanley in #4783New Contributors
Full Changelog: alpinejs/alpine@v3.15.8...v3.15.9
ascorbic/bgproc (bgproc)
v0.3.0Compare Source
Minor Changes
8e24687Thanks @ascorbic! - Addrestartcommand to restart a process with the same command and cwd. Supports-wto wait for port detection.Patch Changes
5219248Thanks @ascorbic! - Sort detected ports numerically so theportfield returns the lowest port numbersveltejs/devalue (devalue)
v5.7.1Compare Source
Patch Changes
8becc7c: fix: handle regexes consistently in uneval's value and reference formatsv5.7.0Compare Source
Minor Changes
df2e284: feat: use native alternatives to encode/decode base64498656e: feat: addDataViewsupporta210130: feat: whitelistFloat16Arraydf2e284: feat: simplify TypedArray slicesPatch Changes
5590634: fix: getunevaltype handling up to parity withstringify57f73fc: fix: correctly support boxed bigints and sentinel valueseslint/eslint (eslint)
v9.39.4Compare Source
Bug Fixes
f18f6c8fix: update dependency minimatch to ^3.1.5 (#20564) (Milos Djermanovic)a3c868ffix: update dependency @eslint/eslintrc to ^3.3.4 (#20554) (Milos Djermanovic)234d005fix: minimatch security vulnerability patch for v9.x (#20549) (Andrej Beles)b1b37eefix: updateajvto6.14.0to address security vulnerabilities (#20538) (루밀LuMir)Documentation
4675152docs: add deprecation notice partial (#20520) (Milos Djermanovic)Chores
b8b4eb1chore: update dependencies for ESLint v9.39.4 (#20596) (Francesco Trotta)71b2f6bchore: package.json update for @eslint/js release (Jenkins)1d16c2fci: pin Node.js 25.6.1 (#20563) (Milos Djermanovic)ota-meshi/eslint-plugin-regexp (eslint-plugin-regexp)
v3.1.0Compare Source
Minor Changes
NaturalIntelligence/fast-xml-parser (fast-xml-parser)
v5.6.0Compare Source
v5.5.12Compare Source
v5.5.11Compare Source
v5.5.10: performance improvment, increase entity expansion default limitCompare Source
jPath: falseFull Changelog: NaturalIntelligence/fast-xml-parser@v5.5.9...v5.5.10
v5.5.9: fix typins and matcher instance in callbacksCompare Source
combine typings file to avoid configuration changes
pass readonly instance of matcher to the call backs to avoid accidental push/pop call
v5.5.8Compare Source
ai/nanoid (nanoid)
v5.1.9Compare Source
v5.1.8Compare Source
cusatomAlphabet75% faster (by @saripovdenis).v5.1.7Compare Source
--versionto CLI (by @mahmoodhamdi).nanoid.jsfor CDN (by @mahmoodhamdi).customRandomtypes (by @oguimbal).nanostores/nanostores (nanostores)
v1.2.0Compare Source
computedin favor of@nanostores/async(by @Fryuni).Store#initto fix SSR (by @jmurty).nodejs/node (node)
v24.15.0Compare Source
v24.14.1Compare Source
pnpm/pnpm (pnpm)
v10.33.0Compare Source
v10.32.1: pnpm 10.32.1Compare Source
Patch Changes
pnpm-workspace.yamlwithout apackagesfield caused all directories to be treated as workspace projects. This broke projects that usepnpm-workspace.yamlonly for settings (e.g.minimumReleaseAge) without defining workspace packages #10909.Platinum Sponsors
Gold Sponsors
v10.32.0: pnpm 10.32Compare Source
Minor Changes
--allflag topnpm approve-buildsthat approves all pending builds without interactive prompts #10136.Patch Changes
lockfile-include-tarball-url. Fixes #10915.Platinum Sponsors
Gold Sponsors
v10.31.0Compare Source
preactjs/preact (preact)
v10.29.1Compare Source
Fixes
Maintenance
.test.js->.test.jsxwhen JSX is used (#5058, thanks @marvinhagemeister)prettier/prettier (prettier)
v3.8.3Compare Source
publint/publint (publint)
v0.3.18Compare Source
Patch Changes
getPkgPathValuefrompublint/utilsreturn undefined if the path is invalid (ad2aa9c)sass/dart-sass (sass)
v1.99.0Compare Source
&) at the root of the document. These areemitted as-is in the CSS output, where they're interpreted as the scoping
root.
Configuration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 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.