chore(deps): update all non-major dependencies#171
Merged
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Deploying unsight with
|
| Latest commit: |
1ab5d10
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://9ff3241b.unsight.pages.dev |
| Branch Preview URL: | https://renovate-all-minor-patch.unsight.pages.dev |
08dfe00 to
a3703c3
Compare
4629c67 to
bd660a6
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. |
danielroe
approved these changes
Jul 1, 2025
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:
4.13.2->4.16.11.2.18->1.2.19^0.8.18->^0.9.00.0.326->0.0.32866.1.3->66.3.266.1.3->66.3.213.3.0->13.4.00.31.1->0.31.40.44.1->0.44.216.1.0->16.1.210.11.1->10.12.466.1.3->66.3.2^0.12.0->^0.14.04.18.0->4.22.00.20.6->0.20.7Release Notes
antfu/eslint-config (@antfu/eslint-config)
v4.16.1Compare Source
🐞 Bug Fixes
eslint-plugin-command- by @antfu (195da)View changes on GitHub
v4.16.0Compare Source
🚀 Features
View changes on GitHub
v4.15.0Compare Source
🚀 Features
View changes on GitHub
v4.14.1Compare Source
🐞 Bug Fixes
View changes on GitHub
v4.14.0Compare Source
🐞 Bug Fixes
eslint-plugin-import-x- by @antfu (db5a3)View changes on GitHub
v4.13.3Compare Source
No significant changes
View changes on GitHub
nuxt-hub/core (@nuxthub/core)
v0.9.0Compare Source
compare changes
🚀 Enhancements
📖 Documentation
❤️ Contributors
unocss/unocss (@unocss/nuxt)
v66.3.2Compare Source
🚀 Features
$pseudo-aria-*and$pseudo-data-*variants - by @Jungzl in https://github.com/unocss/unocss/issues/4775 (7b76a)🐞 Bug Fixes
View changes on GitHub
v66.3.1Compare Source
No significant changes
View changes on GitHub
v66.2.3Compare Source
🚀 Features
View changes on GitHub
v66.2.2Compare Source
🚀 Features
subsets&preferStaticoption for fontsource provider - by @Jungzl and @zyyv in https://github.com/unocss/unocss/issues/4742 (411de)fontslayer & optimize test - by @zyyv in https://github.com/unocss/unocss/issues/4743 (0228a)@propertyand align with tw4 - by @zyyv in https://github.com/unocss/unocss/issues/4748 (00aa5)View changes on GitHub
v66.2.1Compare Source
🚀 Features
🐞 Bug Fixes
ringoffset size rule - by @zyyv in https://github.com/unocss/unocss/issues/4741 (34b5c)View changes on GitHub
v66.2.0Compare Source
🚀 Features
color-interpolation-methodparsed - by @zyyv in https://github.com/unocss/unocss/issues/4729 (ce433)🐞 Bug Fixes
View changes on GitHub
v66.1.4Compare Source
🚀 Features
@unocss !<layer-name>to exclude a layer - by @songpola and @zyyv in https://github.com/unocss/unocss/issues/4698 (bd9c9)🐞 Bug Fixes
resolveId- by @songpola in https://github.com/unocss/unocss/issues/4702 (a2acc)🏎 Performance
support-variant close #4704 - by @zyyv in https://github.com/unocss/unocss/issues/4704 (8224a)View changes on GitHub
vueuse/vueuse (@vueuse/core)
v13.4.0Compare Source
🚀 Features
TimerHandlefor setTimeout type - by @ilyaliao in https://github.com/vueuse/vueuse/issues/4801 (319d8)shouldCommit- by @JonathanSchndr, Anthony Fu and Robin in https://github.com/vueuse/vueuse/issues/4471 (18acf)🐞 Bug Fixes
resetcall when the initial value is true - by @whiteyebrw in https://github.com/vueuse/vueuse/issues/4800 (c6469)🏎 Performance
View changes on GitHub
drizzle-team/drizzle-orm (drizzle-kit)
v0.31.4Compare Source
halfvec,bitandsparsevectype generation bug in drizzle-kitv0.31.3Compare Source
databaseNameandpackageNameproperties for Studiov0.31.2Compare Source
Bug fixes
lint-staged/lint-staged (lint-staged)
v16.1.2Compare Source
Patch Changes
#1570
a7c0c88Thanks @ItsNickBarry! - When using--diff-filterwith theDoption to include deleted staged files, lint-staged no longer tries to stage the deleted files, unless they're no longer deleted. Previously this caused an error fromgit addlikefatal: pathspec 'deleted-file' did not match any files.38f942eThanks @iiroj! - Removed an extraneous log entry that printedshouldHidePArtiallyStagedFilesto console output.v16.1.1Compare Source
Patch Changes
#1565
3686977Thanks @iiroj! - Lint-staged now explicitly warns about potential data loss when using--no-stash.#1571
02299a9Thanks @iiroj! - Function tasks (introduced in v16.0.0) only received the staged files matching the conpmnfigured glob, instead of all staged files.#1563
bc61c74Thanks @iiroj! - This version fixes incorrect behavior where unstaged changes were committed when using the--no-stashoption. This happened because--no-stashimplied--no-hide-partially-staged, meaning unstaged changes to files which also had other staged changes were added to the commit by lint-staged; this is no longer the case.The previous (incorrect) behavior can still be achieved by using both options
--no-stash --no-hide-partially-stagedat the same time.pnpm/pnpm (pnpm)
v10.12.4Compare Source
Patch Changes
Fix
pnpm licensescommand for local dependencies #9583.Fix a bug in which
pnpm ls --filter=not-exist --jsonprints nothing instead of an empty array #9672.Fix a deadlock that sometimes happens during peer dependency resolution #9673.
Running
pnpm installafterpnpm fetchshould hoist all dependencies that need to be hoisted.Fixes a regression introduced in [v10.12.2] by [#9648]; resolves [#9689].
[v10.12.2]: https://redirect.github.com/pnpm/pnpm/releases/tag/v10.12.2Add commentMore actions
[#9648]: https://github.com/pnpm/pnpm/pull/9648
[#9689]: https://github.com/pnpm/pnpm/issues/9689
v10.12.3Compare Source
Patch Changes
Regression introduced in v10.12.2 by #9648; resolves #9685.
v10.12.2Compare Source
Patch Changes
enableGlobalVirtualStoreset totrue#9648.--helpand-hflags not working as expected for thepnpm createcommand.pnpm licenses list --jsoncommand is incorrect.pnpm deployfails due to overridden dependencies having peer dependencies causingERR_PNPM_OUTDATED_LOCKFILE#9595.v10.12.1Minor Changes
Experimental. Added support for global virtual stores. When enabled,
node_modulescontains only symlinks to a central virtual store, rather tonode_modules/.pnpm. By default, this central store is located at<store-path>/links(you can find the store path by runningpnpm store path).In the central virtual store, each package is hard linked into a directory whose name is the hash of its dependency graph. This allows multiple projects on the system to symlink shared dependencies from this central location, significantly improving installation speed when a warm cache is available.
To enable the global virtual store, set
enableGlobalVirtualStore: truein your rootpnpm-workspace.yaml, or globally via:NOTE: In CI environments, where caches are typically cold, this setting may slow down installation. pnpm automatically disables the global virtual store when running in CI.
Related PR: #8190
pnpm updatecommand now supports updatingcatalog:protocol dependencies and writes new specifiers topnpm-workspace.yaml.--save-catalogand--save-catalog-name=<name>) topnpm addto save new dependencies as catalog entries.catalog:orcatalog:<name>will be added topackage.jsonand the package specifier will be added to thecatalogsorcatalog[<name>]object inpnpm-workspace.yaml#9425.cifor explicitly telling pnpm if the current environment is a CI or not.Patch Changes
pnpm patchusing semantic versioning rules.posva/unplugin-vue-router (unplugin-vue-router)
v0.14.0Compare Source
Bug Fixes
BREAKING CHANGES
unplugin-vue-router/data-loaders. They were accidentally exposed through runtime but this was never documented. Your IDE might have added auto imports automatically and removing this will avoid future issues. You simply need to replace missing imports.v0.13.0Compare Source
Features
EditableTreeNode(#519) (93a977a)RouteNamedMap(#602) (f2fb721)Performance Improvements
BREAKING CHANGES
pathreturning a full path, you must now read
fullPathinstead.Otherwise, this change should be more intuitive as it allows setting a
relative path.
cloudflare/workers-sdk (wrangler)
v4.22.0Compare Source
Minor Changes
#7871
f2a8d4aThanks @dario-piotrowicz! - add support for assets bindings togetPlatformProxythis change makes sure that that
getPlatformProxy, when the input configurationfile contains an assets field, correctly returns the appropriate asset binding proxy
example:
Patch Changes
#9717
d2f2f72Thanks @nikitassharma! - Containers should default to a "dev" instance type when no instance type is specified in the wrangler config#9620
1b967eaThanks @gpanders! - Simplify containers images list output format#9684
94a340eThanks @WillTaylorDev! - Select only successfully deployed deployments when tailing.v4.21.2Compare Source
Patch Changes
#9731
75b75f3Thanks @gabivlj! - containers: Check for container scopes before running a container command to give a better error#9641
fdbc9f6Thanks @IRCody! - Update container builds to use a more robust method for detecting if the currently built image already exists.#9736
55c83a7Thanks @gabivlj! - containers: Do not check scopes if not defined#9667
406fba5Thanks @IRCody! - Fail earlier in the deploy process when deploying a container worker if docker is not detected.v4.21.1Compare Source
Patch Changes
#9626
9c938c2Thanks @penalosa! - Supportwrangler version uploadfor Python Workers#9718
fb83341Thanks @mhart! - fix error message when docker daemon is not running#9689
b137a6fThanks @emily-shen! - fix: correctly pass container engine config to miniflare#9722
29e911aThanks @emily-shen! - Update containers config schema.Deprecates
containers.configurationin favour of top level fields. Makes top levelimagerequired. Deprecatesinstancesanddurable_objects. Makesnameoptional.#9666
f3c5791Thanks @IRCody! - Add a reasonable default name for containers that have no defined name.Updated dependencies [
b137a6f]:v4.21.0Compare Source
Minor Changes
#9692
273952fThanks @dom96! - Condenses Python vendored modules in output table#9654
2a5988cThanks @dom96! - Python Workers now automatically bundle .so files from vendored packagesPatch Changes
#9695
0e64c35Thanks @emily-shen! - Move hotkey registration later in dev start upThis should have no functional change, but allows us to conditionally render hotkeys based on config.
#9098
ef20754Thanks @jseba! - Migrate Workers Containers commands to Containers API EndpointsThe Workers Containers API was built on top of Cloudchamber, but has now been moved to its own API
with a reduced scoping and new token.
#9712
2a4c467Thanks @emily-shen! - Makewrangler containercommands printopen-betastatusv4.20.5Compare Source
Patch Changes
#9688
086e29dThanks @dario-piotrowicz! - add remote bindings support togetPlatformProxyExample:
#9558
d5edf52Thanks @ichernetsky-cf! -wrangler containers applyusesobservabilityconfiguration.#9678
24b2c66Thanks @dario-piotrowicz! - remove warnings during config validations onexperimental_remotefieldswrangler commands, run without the
--x-remote-bindingsflag, parsing config files containingexperimental_remotefields currently show warnings stating that the field is not recognized. This is usually more cumbersome than helpful so here we're loosening up this validation and making wrangler always recognize the field even when no--x-remote-bindingsflag is provided#9633
3f478afThanks @nikitassharma! - Add support for setting an instance type for containers in wrangler. This allows users to configure memory, disk, and vCPU by setting instance type when interacting with containers.#9596
5162c51Thanks @CarmenPopoviciu! - add ability to pull images for containers local devUpdated dependencies [
bfb791e,5162c51]:v4.20.4Compare Source
Patch Changes
#9673
ffa742fThanks @dario-piotrowicz! - fix: ensure that wrangler deploy and version upload don't override the remote-bindings flag#9653
8a60fe7Thanks @penalosa! - RenameWRANGLER_CONTAINERS_DOCKER_PATHtoWRANGLER_DOCKER_BIN#9664
c489a44Thanks @IRCody! - Remove cloudchamber/container apply confirmation dialog when run non-interactively.#9653
8a60fe7Thanks @penalosa! - Add a warning banner towrangler cloudchamberandwrangler containerscommands#9605
17d23d8Thanks @emily-shen! - Add rebuild hotkey for containers local dev, and clean up containers at the end of a dev session.Updated dependencies [
17d23d8]:v4.20.3Compare Source
Patch Changes
#9621
08be3edThanks @gabivlj! - wrangler containers: 'default' scheduling policy should be the default#9586
d1d34feThanks @penalosa! - Remove the Mixed Mode naming in favour of "remote bindings"/"remote proxy"Updated dependencies [
d1d34fe]:v4.20.2[Compare Source](https://redirect.github.com/cloudflare/workers-sdk/c
Configuration
📅 Schedule: Branch creation - "on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 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.