Skip to content
This repository was archived by the owner on Sep 24, 2025. It is now read-only.

chore(deps): update all non-major dependencies#154

Merged
farnabaz merged 1 commit intomainfrom
renovate/all-minor-patch
Jan 19, 2024
Merged

chore(deps): update all non-major dependencies#154
farnabaz merged 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jan 9, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxt/image (source) ^1.1.0 -> ^1.3.0 age adoption passing confidence
@nuxt/kit (source) ^3.9.1 -> ^3.9.3 age adoption passing confidence
@nuxt/schema (source) ^3.9.1 -> ^3.9.3 age adoption passing confidence
@​nuxt/ui-pro ^0.6.1 -> ^0.7.3 age adoption passing confidence
@types/node (source) ^20.10.7 -> ^20.11.5 age adoption passing confidence
nuxt (source) ^3.9.1 -> ^3.9.3 age adoption passing confidence
nuxt-component-meta ^0.6.1 -> ^0.6.3 age adoption passing confidence
pnpm (source) 8.14.0 -> 8.14.1 age adoption passing confidence
socket.io-client ^4.7.3 -> ^4.7.4 age adoption passing confidence

Release Notes

nuxt/image (@​nuxt/image)

v1.3.0

Compare Source

compare changes

🚀 Enhancements
  • imagekit: Replace obsolete overlay syntax with layers (#​1197)
  • ipx: Support nuxt layers (#​1177)
🏡 Chore
  • Deduplicate vue versions in workspace (#​1202)
❤️ Contributors

v1.2.0

Compare Source

compare changes

🚀 Enhancements
🩹 Fixes
  • Add types to ipx provider options (#​1132)
📖 Documentation
  • Explain fall back to larger size on amplify + vercel (#​1124)
  • Add link back to sizes and mention TailwindCSS (6e41429)
  • Added deprecated message Netlify Large Media (#​1141)
  • Add bun installation command (#​1155)
🏡 Chore
  • Migrate to @nuxt/test-utils for runtime testing (#​1149)
  • Test bundler module resolution (#​1161)
❤️ Contributors
nuxt/nuxt (@​nuxt/kit)

v3.9.3

Compare Source

3.9.3 is a hotfix release to address a regression with CSS in development

✅ Upgrading

As usual, our recommendation for upgrading is to run:

nuxi upgrade --force

This will refresh your lockfile as well, and ensures that you pull in updates from other dependencies that Nuxt relies on, particularly in the vue and unjs ecosystems.

👉 Changelog

compare changes

🩹 Fixes
  • nuxt: Render stylesheets in dev for non-islands (#​25243)
  • nuxt: Don't set 2x data-island-uid for island children (#​25245)
  • nuxt: Don't share object between raw cookie and cookie ref (#​25255)
📖 Documentation
✅ Tests
  • Add separate suspense test suite (#​22947)
❤️ Contributors

v3.9.2

Compare Source

3.9.2 is a regularly scheduled patch release.

✅ Upgrading

As usual, our recommendation for upgrading is to run:

nuxi upgrade --force

This will refresh your lockfile as well, and ensures that you pull in updates from other dependencies that Nuxt relies on, particularly in the vue and unjs ecosystems.

👉 Changelog

compare changes

🔥 Performance
  • nuxt: Iterate rather than using Object.fromEntries (#​24953)
🩹 Fixes
  • nuxt: Add missing script blocks before island transform (#​25148)
  • kit: Improve types for options in addTemplate (#​25109)
  • nuxt: Apply more import protections for nitro runtime (#​25162)
  • nuxt: Sort pages/ files in en-US locale (#​25195)
  • nuxt: Check for layout after nextTick (#​25197)
  • nuxt: Set nitro log level to match nuxt options (#​25213)
  • nuxt: Await async payload revivers (#​25222)
  • nuxt: Render user-inserted links in island responses (#​25219)
💅 Refactors
  • nuxt: Refactor island response + improve rendering (#​25190)
  • nuxt: Rename to data-island-component (#​25232)
📖 Documentation
  • Correct nuxt image discussion link (#​25090)
  • Fix typo (#​25100)
  • Suggest using <NuxtPage> rather than <RouterView> (#​25106)
  • Fix typo (#​25127)
  • Add demo for view transitions api (3c5ea3457)
  • Remove reference to @nuxt/bridge-edge (3f09ddc31)
  • Remove bridge recommendation only relevant Vue <= 2.6.14 (7bb90f587)
  • Bump nuxt 2 version (98fb2be07)
  • Remove invalid nuxi aliases (#​25209)
  • Add --log-level description (#​25211)
  • Added immediate: false in the appropriate example (#​25224)
  • Mention .global.vue filename for global components (#​25144)
  • Clarify reactivity in composables directory (#​23731)
  • Remove lagon from deployment providers (#​24955)
  • Add eslint setup guide (#​24976)
  • Add information on custom path regexp in definePageMeta (#​25073)
  • Fix addDevServerHandler API (#​25233)
  • Mention installing nuxi for bridge (637f5622d)
🏡 Chore
  • Use v3 branch sandbox in issue template (#​25174)
❤️ Contributors
nuxt/nuxt (nuxt)

v3.9.3

Compare Source

v3.9.2

Compare Source

3.9.2 is a regularly scheduled patch release.

✅ Upgrading

As usual, our recommendation for upgrading is to run:

nuxi upgrade --force

This will refresh your lockfile as well, and ensures that you pull in updates from other dependencies that Nuxt relies on, particularly in the vue and unjs ecosystems.

👉 Changelog

compare changes

🔥 Performance
  • nuxt: Iterate rather than using Object.fromEntries (#​24953)
🩹 Fixes
  • nuxt: Add missing script blocks before island transform (#​25148)
  • kit: Improve types for options in addTemplate (#​25109)
  • nuxt: Apply more import protections for nitro runtime (#​25162)
  • nuxt: Sort pages/ files in en-US locale (#​25195)
  • nuxt: Check for layout after nextTick (#​25197)
  • nuxt: Set nitro log level to match nuxt options (#​25213)
  • nuxt: Await async payload revivers (#​25222)
  • nuxt: Render user-inserted links in island responses (#​25219)
💅 Refactors
  • nuxt: Refactor island response + improve rendering (#​25190)
  • nuxt: Rename to data-island-component (#​25232)
📖 Documentation
  • Correct nuxt image discussion link (#​25090)
  • Fix typo (#​25100)
  • Suggest using <NuxtPage> rather than <RouterView> (#​25106)
  • Fix typo (#​25127)
  • Add demo for view transitions api (3c5ea3457)
  • Remove reference to @nuxt/bridge-edge (3f09ddc31)
  • Remove bridge recommendation only relevant Vue <= 2.6.14 (7bb90f587)
  • Bump nuxt 2 version (98fb2be07)
  • Remove invalid nuxi aliases (#​25209)
  • Add --log-level description (#​25211)
  • Added immediate: false in the appropriate example (#​25224)
  • Mention .global.vue filename for global components (#​25144)
  • Clarify reactivity in composables directory (#​23731)
  • Remove lagon from deployment providers (#​24955)
  • Add eslint setup guide (#​24976)
  • Add information on custom path regexp in definePageMeta (#​25073)
  • Fix addDevServerHandler API (#​25233)
  • Mention installing nuxi for bridge (637f5622d)
🏡 Chore
  • Use v3 branch sandbox in issue template (#​25174)
❤️ Contributors
nuxtlabs/nuxt-component-meta (nuxt-component-meta)

v0.6.3

Compare Source

  • fix(slots): detect multiline slots (0962129)

v0.6.2

Compare Source

  • fix(stripe-types): missing type in array schema (8435f4c)
  • fix(stripe-types): respect array & non-object types (22b307b)
  • fix(global-components): handle components registered using addComponent util (#​65) (bacda79)
  • fix: transform useSlots usages into dummy <slot /> in templates (#​64) (032ff4a)
  • perf: avoid hitting fs if we have no transformers (#​63) (1a173aa)
  • chore: update readme (d440d97)
  • chore(package): add repository (d4171c2)
  • chore: run npm pkg fix (46caaea)
  • chore: update deps (778675d)
  • chore: simplify for nightly release (db78043)
pnpm/pnpm (pnpm)

v8.14.1

Compare Source

Patch Changes

  • Resolve the current working directory to its real location before doing any operations #​6524.
  • Allow using token helpers in pnpm publish #​7316.
  • Handle Git repository names containing capital letters #​7488.
  • When hoisted-workspace-packages is true don't hoist the root package even if it has a name. Otherwise we would create a circular symlink.

Our Gold Sponsors

Our Silver Sponsors

socketio/socket.io-client (socket.io-client)

v4.7.4

Compare Source

There were some minor bug fixes on the server side, which mandate a client bump.

Dependencies

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from 3c14997 to 7176ba2 Compare January 16, 2024 17:30
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from cfd7854 to e0ee428 Compare January 18, 2024 15:37
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from e0ee428 to 42208b4 Compare January 18, 2024 18:42
@farnabaz farnabaz merged commit 052bb0b into main Jan 19, 2024
@farnabaz farnabaz deleted the renovate/all-minor-patch branch January 19, 2024 11:14
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant