Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update root #33

Merged
merged 1 commit into from
Jan 18, 2024
Merged

chore(deps): update root #33

merged 1 commit into from
Jan 18, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 18, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@antfu/eslint-config 2.6.2 -> 2.6.3 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/test-utils ^3.9.0 -> ^3.10.0 age adoption passing confidence
@types/node (source) ^20.11.4 -> ^20.11.5 age adoption passing confidence
@vitest/coverage-v8 (source) ^1.2.0 -> ^1.2.1 age adoption passing confidence
bumpp ^9.2.1 -> ^9.3.0 age adoption passing confidence
playwright-core (source) ^1.40.1 -> ^1.41.0 age adoption passing confidence
vitest (source) ^1.2.0 -> ^1.2.1 age adoption passing confidence

Release Notes

antfu/eslint-config (@​antfu/eslint-config)

v2.6.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
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/test-utils (@​nuxt/test-utils)

v3.10.0

Compare Source

compare changes

🚀 Enhancements
  • e2e: Add cucumber test runner (#​711)
  • e2e: Support env option for startServer (#​640)
🩹 Fixes
  • runtime-utils: Resolve to in RouterLink stub (#​687)
  • Mark afterAll and setup hooks as async (#​702)
  • module: Always append import when mocking (#​701)
🏡 Chore
  • Add required dev deps to app-vitest example (#​712)
  • Pin vue/nuxt versions (00674cd0)
✅ Tests
  • Update config key (25060645)
  • Add example test for nuxt-injected value (#​663)
  • Update to actually use $t (#​675)
🤖 CI
❤️ Contributors
vitest-dev/vitest (@​vitest/coverage-v8)

v1.2.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
antfu/bumpp (bumpp)

v9.3.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
microsoft/playwright (playwright-core)

v1.41.0

Compare Source

New APIs

Browser Versions

  • Chromium 121.0.6167.57
  • Mozilla Firefox 121.0
  • WebKit 17.4

This version was also tested against the following stable channels:

  • Google Chrome 120
  • Microsoft Edge 120

Configuration

📅 Schedule: Branch creation - "every 8 months on the first day of the month" (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.


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

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

Copy link

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 72.22% 39 / 54
🔵 Statements 72.22% 39 / 54
🔵 Functions 25% 1 / 4
🔵 Branches 62.5% 5 / 8
File CoverageNo changed files found.
Generated in workflow #167

@productdevbook productdevbook merged commit 82d5efe into main Jan 18, 2024
1 check passed
@renovate renovate bot deleted the renovate/root branch January 18, 2024 10:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant