Update all non-major dependencies - autoclosed#16147
Closed
renovate[bot] wants to merge 1 commit intomainfrom
Closed
Update all non-major dependencies - autoclosed#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
0e6d1ac to
64cf322
Compare
0c09a7a to
40bf6b0
Compare
dda243e to
78ed363
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.31.0^1.0.1→^1.2.05.2.0→5.3.0^0.0.47→^0.2.0^0.0.29→^0.0.31^0.17.0→^0.17.3^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.4^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.1.6→^5.1.9^1.1.1→^1.3.024.14.0→24.15.024.14.0-bullseye→24.15.0-bullseye24.14.0-bookworm-slim→24.15.0-bookworm-slim10.30.3→10.33.2^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.5^4.2.1→^4.2.4^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.59.08.59.1^1.2.0→^1.3.1^4.1.0→^4.1.5^4.1.0→^4.1.5^3.5.29→^3.5.33Release 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]CodSpeedHQ/codspeed-node (@codspeed/vitest-plugin)
v5.3.0Compare Source
What's Changed
We now collect buildtime and runtime environment data to warn users about differences in their runtime environment when comparing two runs against one another.
This data includes toolchain metadata like version and build options, as well as a list of dynamically loaded linked libraries.
Full Changelog: CodSpeedHQ/codspeed-node@v5.2.0...v5.3.0
tursodatabase/libsql-client-ts (@libsql/client)
v0.17.3Compare Source
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.tailwindlabs/tailwindcss (@tailwindcss/vite)
v4.2.4Compare Source
Fixed
@importand@pluginstill resolve correctly when using Vite aliases in@tailwindcss/vite(#19947)v4.2.3Compare Source
Fixed
tracking-*utilities by preferring non-negative utilities (e.g.-tracking-tighter→tracking-wider) (#19827)@tailwindcss/webpack(#19723)px-[1.2rem] py-[1.2rem]→p-[1.2rem]) (#19837)border-{t,b}-*intoborder-y-*,border-{l,r}-*intoborder-x-*, andborder-{t,r,b,l}-*intoborder-*(#19842)scroll-m{t,b}-*intoscroll-my-*,scroll-m{l,r}-*intoscroll-mx-*, andscroll-m{t,r,b,l}-*intoscroll-m-*(#19842)scroll-p{t,b}-*intoscroll-py-*,scroll-p{l,r}-*intoscroll-px-*, andscroll-p{t,r,b,l}-*intoscroll-p-*(#19842)overflow-{x,y}-*intooverflow-*(#19842)overscroll-{x,y}-*intooverscroll-*(#19842)--placeholder-colorinstead of--background-colorforplaceholder-*utilities (#19843)config.contentwhen migrating from Tailwind CSS v3 to Tailwind CSS v4 (#19846).envand.env.*to default ignored content files (#19846)overflow-ellipsisintotext-ellipsis(#19849)start-full→inset-s-full,start-auto→inset-s-auto,start-px→inset-s-px, andstart-<number>→inset-s-<number>as well as negative versions (#19849)end-full→inset-e-full,end-auto→inset-e-auto,end-px→inset-e-px, andend-<number>→inset-e-<number>as well as negative versions (#19849)-sign inside the arbitrary value-left-[9rem]→left-[-9rem](#19858)-sign outside the arbitrary valueml-[calc(-1*var(--width))]→-ml-(--width)(#19858)NODE_PATHenvironment variable in standalone CLI (#19617)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
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.3.0Compare Source
globalThis.nanostoresGlobalto sync stores in JS bundles (by @afurm).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.2Compare Source
v10.33.1: pnpm 10.33.1Compare Source
Patch Changes
packageManagerfield selects pnpm v11 or newer, commands that v10 would have passed through to npm (version,login,logout,publish,unpublish,deprecate,dist-tag,docs,ping,search,star,stars,unstar,whoami, etc.) are now handed over to the wanted pnpm, which implements them natively. Previously they silently shelled out to npm — making, for example,pnpm version --helpprint npm's help on a project withpackageManager: pnpm@11.0.0-rc.3#11328.Platinum Sponsors
Gold Sponsors
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
<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.