chore(deps): update all non-major dependencies#122
Merged
Conversation
|
New, updated, and removed dependencies detected. Learn more about Socket for GitHub ↗︎
|
Deploying unsight with
|
| Latest commit: |
6691d59
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://9db9a600.unsight.pages.dev |
| Branch Preview URL: | https://renovate-all-minor-patch.unsight.pages.dev |
bed7de7 to
576431b
Compare
576431b to
6691d59
Compare
danielroe
approved these changes
Apr 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:
1.2.0->1.3.00.8.18->0.8.220.0.310->0.0.3130.30.5->0.30.610.6.5->10.7.066.1.0-beta.6->66.1.0-beta.84.4.0->4.6.00.19.29->0.20.0Release Notes
nuxt/eslint (@nuxt/eslint)
v1.3.0Compare Source
🚀 Features
View changes on GitHub
nuxt-hub/core (@nuxthub/core)
v0.8.22Compare Source
compare changes
🚀 Enhancements
📖 Documentation
🏡 Chore
❤️ Contributors
v0.8.21Compare Source
compare changes
🩹 Fixes
safe-buffer->safer-buffer(e09663b)❤️ Contributors
v0.8.20Compare Source
compare changes
🚀 Enhancements
🏡 Chore
❤️ Contributors
v0.8.19Compare Source
compare changes
🩹 Fixes
📖 Documentation
@nuxt/contentand remove custom content components (#490)🏡 Chore
cloudflare.deployConfigto false in nitro (617f23d)❤️ Contributors
drizzle-team/drizzle-orm (drizzle-kit)
v0.30.6Compare Source
Bug fixes
pnpm/pnpm (pnpm)
v10.7.0Compare Source
Minor Changes
pnpm config getandlistalso show settings set inpnpm-workspace.yamlfiles #9316.It should be possible to use env variables in
pnpm-workspace.yamlsetting names and value.Add an ability to patch dependencies by version ranges. Exact versions override version ranges, which in turn override name-only patches. Version range
*is the same as name-only, except that patch application failure will not be ignored.For example:
The above configuration would apply
patches/foo-3.patchtofoo@2.1.0,patches/foo-2.patchto allfooversions which satisfy^2.0.0except2.1.0, andpatches/foo-1.patchto the remainingfooversions.pnpm config set --location=projectsaves the setting to apnpm-workspace.yamlfile if no.npmrcfile is present in the directory #9316.Rename
pnpm.allowNonAppliedPatchestopnpm.allowUnusedPatches. The old name is still supported but it would print a deprecation warning message.Add
pnpm.ignorePatchFailuresto manage whether pnpm would ignore patch application failures.If
ignorePatchFailuresis not set, pnpm would throw an error when patches with exact versions or version ranges fail to apply, and it would ignore failures from name-only patches.If
ignorePatchFailuresis explicitly set tofalse, pnpm would throw an error when any type of patch fails to apply.If
ignorePatchFailuresis explicitly set totrue, pnpm would print a warning when any type of patch fails to apply.Patch Changes
unocss/unocss (unocss)
v66.1.0-beta.8Compare Source
🚀 Features
utilityResolveroption support utility convert - by @zyyv in https://github.com/unocss/unocss/issues/4544 (a8864)🐞 Bug Fixes
presetWind4ring rules - by @praburangki in https://github.com/unocss/unocss/issues/4539 (7b99b)🏎 Performance
View changes on GitHub
v66.1.0-beta.7Compare Source
🚀 Features
processThemeVarsoption - by @zyyv in https://github.com/unocss/unocss/issues/4533 (44cb5)🐞 Bug Fixes
View changes on GitHub
cloudflare/workers-sdk (wrangler)
v4.6.0Compare Source
Minor Changes
24c2c8fThanks @garvit-gupta! - feat: Add wrangler commands for R2 Data CatalogPatch Changes
ecbab5dThanks @knickish! - Improve formatting of cache options for hyperdrive list commandv4.5.1Compare Source
Patch Changes
#8666
f29f018Thanks @penalosa! - RemoveNodeJSCompatModule. This was never fully supported, and never worked for deploying Workers from Wrangler.Updated dependencies [
cad99dc,f29f018]:v4.5.0Compare Source
Minor Changes
14602d9Thanks @pmiguel! - Add support for KV Bulk Gets in WranglerPatch Changes
#8435
8e3688fThanks @emily-shen! - fix: include assets binding when printing summary of bindings#8675
f043b74Thanks @vicb! - Bump@cloudflare/unenv-presetto 2.3.1Use the workerd native implementation of
createSecureContextandcheckServerIdentityfromnode:tls. The functions have been implemented incloudflare/workerd#3754.v4.4.1Compare Source
Patch Changes
#8655
7682675Thanks @emily-shen! - fix bug where assets in directories starting with . would crash the dev server#8604
d8c0495Thanks @dario-piotrowicz! - Amendpages deverror message when an environment is requested#8536
e4b76e8Thanks @gabivlj! - wrangler cloudchamber create explicitly sets IPv6 predefinedUpdated dependencies [
7682675,9c844f7,29cb306]:wxt-dev/wxt (wxt)
v0.20.0: wxt v0.20.0Compare Source
Excited to release the next major version of WXT! Follow the Upgrade guide to update!
🚀 Enhancements
webextension-polyfill(#1084)#importsmodule (#1258)🩹 Fixes
jitientrypoint loader (#1087)runnertowebExt(#1180)transformManfiestoption (#1181)VITE_CJS_IGNORE_WARNINGflag (b0ef178)publicDirandmodulesDirrelative to project root (#1216)wxt/storagetowxt/utils/storage(#1271)ExtensionRunnerConfigas deprecated (#1311)📖 Documentation
wxt/utils/storage(99b5076)🏡 Chore
❤️ Contributors
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.