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 all non-major dependencies #1482

Merged
merged 1 commit into from
Sep 13, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 11, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxt/fonts ^0.7.2 -> ^0.8.0 age adoption passing confidence
@vitest/coverage-v8 (source) ^2.0.5 -> ^2.1.0 age adoption passing confidence
happy-dom ^15.7.3 -> ^15.7.4 age adoption passing confidence
vitest (source) ^2.0.5 -> ^2.1.0 age adoption passing confidence

Release Notes

nuxt/fonts (@​nuxt/fonts)

v0.8.0

Compare Source

compare changes

🚀 Enhancements
  • googleicons provider (#​133)
  • Allow experimentally disabling local fallbacks (#​225)
🩹 Fixes
  • Inject relative font urls in css (b7646e9)
💅 Refactors
  • devtools: Improve devtools ui (#​228)
📖 Documentation
  • Warn to escape invalid characters in Tailwind config (#​233)
🏡 Chore
  • Add compatibilityDate field (bd6a7da)
✅ Tests
❤️ Contributors
vitest-dev/vitest (@​vitest/coverage-v8)

v2.1.0

Compare Source

This release makes another big change to the Browser Mode by introducing locators API:

test('renders blog posts', async () => {
  const screen = page.render(<Blog />)

  await expect.element(screen.getByRole('heading', { name: 'Blog' })).toBeInTheDocument()

  const [firstPost] = screen.getByRole('listitem').all()

  await firstPost.getByRole('button', { name: 'Delete' }).click()

  expect(screen.getByRole('listitem').all()).toHaveLength(3)
})

You can use either vitest-browser-vue, vitest-browser-svelte or vitest-browser-react to render components and make assertions using locators. Locators are also available on the page object from @vitest/browser/context.

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
capricorn86/happy-dom (happy-dom)

v15.7.4

Compare Source


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 is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from danielroe as a code owner September 11, 2024 19:21
Copy link

cloudflare-workers-and-pages bot commented Sep 11, 2024

Deploying nuxt-image with  Cloudflare Pages  Cloudflare Pages

Latest commit: 864e396
Status: ✅  Deploy successful!
Preview URL: https://e1e8ec72.nuxt-image.pages.dev
Branch Preview URL: https://renovate-all-minor-patch.nuxt-image.pages.dev

View logs

@codecov-commenter
Copy link

codecov-commenter commented Sep 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 63.37%. Comparing base (59dfa4d) to head (864e396).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1482   +/-   ##
=======================================
  Coverage   63.37%   63.37%           
=======================================
  Files          79       79           
  Lines        3607     3607           
  Branches      407      406    -1     
=======================================
  Hits         2286     2286           
  Misses       1292     1292           
  Partials       29       29           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot changed the title chore(deps): update devdependency happy-dom to ^15.7.4 chore(deps): update all non-major dependencies Sep 12, 2024
@danielroe danielroe merged commit 712add0 into main Sep 13, 2024
2 checks passed
@danielroe danielroe deleted the renovate/all-minor-patch branch September 13, 2024 13:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants