chore(deps): update all non-major dependencies#1326
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
All alerts resolved. Learn more about Socket for GitHub. This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. |
commit: |
e7c72b6 to
72a27d5
Compare
5928acd to
4bc35d3
Compare
4bc35d3 to
8cbbc92
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:
^1.4.0→^1.5.01.5.1^1.4.0→^1.5.01.5.1^5.4.0→^5.5.0^4.4.6→^4.4.7^4.1.6→^4.1.8v4.15.1→v4.17.0v6.0.2→v6.0.3^10.4.0→^10.4.163.0.0→63.0.1^7.3.0→^7.4.1^7.3.0→^7.4.10.5.1→0.5.3^6.14.1→^6.15.0^0.0.74→^0.0.7511.1.3→11.5.1^4.60.4→^4.61.0^7.8.0→^7.8.1^7.8.0→^7.8.1^0.11.15→^0.11.16^0.11.15→^0.11.16^0.1.12→^0.1.130.1.14^0.1.12→^0.1.130.1.14^1.1.2→^1.2.4^1.1.2→^1.2.4^0.22.0→^0.22.1^4.1.6→^4.1.8^3.5.34→^3.5.35^5.0.7→^5.1.0^5.0.7→^5.1.0^3.3.0→^3.3.3Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
bombshell-dev/clack (@clack/prompts)
v1.5.0Compare Source
Minor Changes
#543
83428acThanks @florian-lefebvre! - Adds support for Standard Schema validationPrompts accept an optional
validate()function to validate user input. While a function provides more flexibility and customization over your validation, it can be a bit verbose. To help solve this, there are libraries that provide schema-based validation to make shorthand and type-strict validation substantially easier.Libraries following the Standard Schema specification are now natively supported. For example, using Arktype:
import { text } from '@​clack/prompts'; import { type } from 'arktype'; const name = await text({ message: 'Enter your email', + validate: type('string.email').describe('Invalid email'), });Patch Changes
#542
adb6af9Thanks @ghostdevv! - docs: add jsdoc forbox,group, andgroup-multi-select#534
3dcb31aThanks @MattStypa! - Fixed spaces and uppercase characters in multiline prompt#540
3170ed9Thanks @ghostdevv! - docs: add jsdoc forautocomplete,confirm, andpathpromptsUpdated dependencies [
83428ac,3dcb31a]:CodSpeedHQ/codspeed-node (@codspeed/vitest-plugin)
v5.5.0Compare Source
Highlights
We are introducing
@codspeed/playwright, for walltime benchmarking and profiling of end to end browser applications through playwright.Here's an example usage, but head to the docs for more information
Note: this plugin is only compatible with the walltime instrument.
What's Changed
Full Changelog: CodSpeedHQ/codspeed-node@v5.4.0...v5.5.0
nuxt/nuxt (@nuxt/nitro-server)
v4.4.7Compare Source
👉 make sure to check https://github.com/nuxt/nuxt/security/advisories to view open advisories resolved by this release.
👉 Changelog
compare changes
🩹 Fixes
noSSRbefore deciding payload extraction (#35108)allowDirs(#35112)pathefor buildCache path boundary check (#35111)isValidin dev clipboard-copy listener (#35109)reloadNuxtApppath before reload (#35115)getCachedDataafter initial fetch (#35122)useFetch/useAsyncDatafactory types (#35133)isScriptProtocolguard tonavigateToopen option (#35206)<NuxtPage>(#35198)<NuxtClientFallback>ssr output (#35199).d.mts/.d.ctsinresolveTypePaths(#35235)<NoScript>slot content (4b054e9d9)vue-router(07e39cd6f)<NuxtLink>href (0103ce06f)navigateTo(2cce6fb02)reloadNuxtApp(e447a793c)💅 Refactors
es2023array methods (#34980)runInNewContextwith AST walker (d72a89ef4)📖 Documentation
🏡 Chore
execFileSyncfor safety in release scripts (1d7baaf01)✅ Tests
🤖 CI
❤️ Contributors
vitest-dev/vitest (@vitest/coverage-v8)
v4.1.8Compare Source
🐞 Bug Fixes
cdpAPI whenallowWrite/allowExec: false[backport to v4] - by @hi-ogawa and Codex in #10450 (e4067)View changes on GitHub
v4.1.7Compare Source
🐞 Bug Fixes
View changes on GitHub
CodSpeedHQ/action (CodSpeedHQ/action)
v4.17.0Compare Source
Release Notes
🚀 Features
🐛 Bug Fixes
💼 Other
🏗️ Refactor
🧪 Testing
⚙️ Internals
Install codspeed-runner 4.17.0
Install prebuilt binaries via shell script
Download codspeed-runner 4.17.0
Full Runner Changelog: https://github.com/CodSpeedHQ/codspeed/blob/main/CHANGELOG.md
Full Changelog: CodSpeedHQ/action@v4.15.1...v4.17.0
actions/checkout (actions/checkout)
v6.0.3Compare Source
eslint/eslint (eslint)
v10.4.1Compare Source
Bug Fixes
e557467fix: update@eslint/plugin-kitversion to 0.7.2 (#20930) (Francesco Trotta)d4ce898fix: propagate failures from delegated commands (#20917) (Minh Vu)f4f3507fix: prefer-arrow-callback invalid autofix with newline afterasync(#20916) (kuldeep kumar)c5bc78bfix: false positive for reference infinallyblock (#20655) (Tanuj Kanti)27538c0fix: add missing CodePath and CodePathSegment types (#20853) (Pixel998)Documentation
61b0adddocs: remove deprecated rule from related rules ofmax-params(#20921) (Tanuj Kanti)305d5b9docs: remove deprecated rules from related rules section (#20911) (Tanuj Kanti)49b0202docs: fixdisplay: noneof ad (#20901) (Tanuj Kanti)9067f94docs: switch build to Node.js 24 (#20893) (Milos Djermanovic)c91b041docs: Update README (GitHub Actions Bot)e349265docs: clarify semver strings in rule deprecation objects (#20885) (Milos Djermanovic)Chores
b0e466btest: adddataproperty to invalid tests cases for rules (#20924) (Tanuj Kanti)f78838btest: add CodePath type coverage (#20904) (Pixel998)1daa4bdchore: updateeslint-plugin-eslint-commentstest data to latest commit (#20922) (Francesco Trotta)002942cci: declare contents:read on update-readme workflow (#20919) (Arpit Jain)64bca24chore: update ecosystem plugins (#20912) (ESLint Bot)6d7c832chore: ignore fflate updates in renovate (#20908) (Pixel998)b2c8638ci: bump pnpm/action-setup from 6.0.7 to 6.0.8 (#20889) (dependabot[bot])a9b8d7fchore: increase maxBuffer for ecosystem tests (#20881) (sethamus)b702eadchore: update ecosystem update PR settings (#20884) (Pixel998)507f60echore: update ecosystem plugins (#20882) (ESLint Bot)92f5c5btest: add unit test for message-count (#20878) (kuldeep kumar)df32108chore: add @eslint/markdown and typescript-eslint ecosystem tests (#20837) (sethamus)327f91dchore: use includeIgnoreFile internally (#20876) (Kirk Waiblinger)f0dc4bdchore: pin fflate@0.8.2 (#20877) (Milos Djermanovic)0f4bd25ci: run Discord alert for ecosystem test failures (#20873) (Copilot)gajus/eslint-plugin-jsdoc (eslint-plugin-jsdoc)
v63.0.1Compare Source
Bug Fixes
empty-tags: preserve start and ending delimiters to avoid erros with single-line tags; fixes #1697 (938a1f0)krisk/Fuse (fuse.js)
v7.4.1Compare Source
v7.4.0Compare Source
unjs/httpxy (httpxy)
v0.5.3Compare Source
compare changes
🩹 Fixes
joinURL(3b5f8b0)🏡 Chore
❤️ Contributors
v0.5.2Compare Source
compare changes
🚀 Enhancements
🩹 Fixes
🏡 Chore
❤️ Contributors
webpro-nl/knip (knip)
v6.15.0: Release 6.15.0Compare Source
2413408)7e13451)dfc4011)dependencieskey with notes (closes #1764) (e3e66ce)0177c74) - thanks @jakeleventhal!5e201cd) - thanks @jakeleventhal!30c2283) - thanks @sebacardello!51f4edd) - thanks @lucas-spin!b8abcfd)d575c69)4c82aa8)4b6a573)b2cad06)df1a960)d49b626)5514394)010d570)b5afb9f)eb4b178)a3747d6)822ab39)361bd48)e190a9f)e3e5bc9)f9c5995)c4c06a9)60df0b0)0f9d044)v6.14.2: Release 6.14.2Compare Source
1b45a41)328892e)33e0cc1) - thanks @schmalz-dmi!829620f) - thanks @vortispy!e841c63) - thanks @jakeleventhal!53c1224)f18410b)ebde7f8) - thanks @jakeleventhal!f600b09) - thanks @jakeleventhal!1b28923) - thanks @jakeleventhal!2753d69)stackblitz-labs/pkg.pr.new (pkg-pr-new)
v0.0.75Compare Source
pnpm/pnpm (pnpm)
v11.5.1Compare Source
Patch Changes
pnpm auditperformance by pruning non-vulnerable lockfile subtrees and stopping path enumeration once vulnerable findings reach the path cap.npm_config_user_agentfor root lifecycle scripts during headless installs.integrityfield of a remote (non-registry) tarball dependency when its lockfile entry is rebuilt. Re-resolving such a dependency without re-fetching it (for example viapnpm update, or when another dependency changes) produced a resolution with no integrity — URL/tarball resolvers only learn the integrity after the tarball is downloaded — so the previously recorded integrity was dropped, making later installs fail withERR_PNPM_MISSING_TARBALL_INTEGRITY#12067.repositoryfield into the{ type, url }object form when creating the publish manifest, matching npm's behavior. Some registries (e.g. Gitea/Codeberg) reject a stringrepositorywith a 500 Internal Server Error duringpnpm publish#12099.Configuration
📅 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.