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 #487

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 5, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@microsoft/api-extractor (source) ^7.47.7 -> ^7.47.10 age adoption passing confidence
@nuxt/devtools (source) ^1.4.1 -> ^1.6.0 age adoption passing confidence
@nuxt/eslint-config (source) ^0.5.6 -> ^0.6.0 age adoption passing confidence
@nuxt/kit (source) ^3.13.1 -> ^3.13.2 age adoption passing confidence
@nuxt/module-builder ^0.8.3 -> ^0.8.4 age adoption passing confidence
@nuxt/schema (source) ^3.13.1 -> ^3.13.2 age adoption passing confidence
@nuxt/test-utils ^3.14.1 -> ^3.14.3 age adoption passing confidence
@rollup/plugin-alias (source) ^5.1.0 -> ^5.1.1 age adoption passing confidence
@rollup/plugin-commonjs (source) ^26.0.1 -> ^26.0.3 age adoption passing confidence
@rollup/plugin-node-resolve (source) ^15.2.3 -> ^15.3.0 age adoption passing confidence
@size-limit/preset-small-lib ^11.1.4 -> ^11.1.6 age adoption passing confidence
@types/node (source) ^22.5.4 -> ^22.7.5 age adoption passing confidence
@vitest/coverage-v8 (source) ^2.0.5 -> ^2.1.3 age adoption passing confidence
eslint (source) ^9.10.0 -> ^9.12.0 age adoption passing confidence
happy-dom ^15.7.3 -> ^15.7.4 age adoption passing confidence
nuxt (source) ^3.12.4 -> ^3.13.2 age adoption passing confidence
nuxt (source) ^3.13.1 -> ^3.13.2 age adoption passing confidence
pnpm (source) 9.9.0 -> 9.12.1 age adoption passing confidence
rollup (source) ^4.21.2 -> ^4.24.0 age adoption passing confidence
size-limit ^11.1.4 -> ^11.1.6 age adoption passing confidence
typedoc (source) ^0.26.6 -> ^0.26.9 age adoption passing confidence
typescript (source) ^5.5.4 -> ^5.6.3 age adoption passing confidence
vitest (source) ^2.0.5 -> ^2.1.3 age adoption passing confidence

Release Notes

microsoft/rushstack (@​microsoft/api-extractor)

v7.47.10

Compare Source

Tue, 15 Oct 2024 00:12:31 GMT

Patches
  • Fix a compatibility issue with usage of getModeForUsageLocation in TypeScript 5.6

v7.47.9

Compare Source

Fri, 13 Sep 2024 00:11:42 GMT

Version update only

v7.47.8

Compare Source

Tue, 10 Sep 2024 20:08:11 GMT

Version update only

nuxt/devtools (@​nuxt/devtools)

v1.6.0

Compare Source

Bug Fixes

1.5.2 (2024-10-02)

Bug Fixes
  • try downgrade vite-plugin-vue-inspector (572a0d6)

1.5.1 (2024-09-23)

Bug Fixes

v1.5.2

Compare Source

Bug Fixes
  • try downgrade vite-plugin-vue-inspector (572a0d6)

v1.5.1

Compare Source

Bug Fixes

v1.5.0

Compare Source

Bug Fixes

1.4.2 (2024-09-10)

Bug Fixes

1.4.1 (2024-08-26)

Bug Fixes

v1.4.2

Compare Source

Bug Fixes
nuxt/eslint (@​nuxt/eslint-config)

v0.6.0

Compare Source

   🚀 Features
    View changes on GitHub

v0.5.7

Compare Source

   🚀 Features
    View changes on GitHub
nuxt/nuxt (@​nuxt/kit)

v3.13.2

Compare Source

3.13.2 is the next regularly scheduled patch release.

✅ Upgrading

As usual, our recommendation for upgrading is to run:

npx nuxi@latest 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 unjs ecosystem.

👉 Changelog

compare changes

🔥 Performance
  • nuxt: Remove interop default for dynamic components (#​28912)
🩹 Fixes
  • nuxt: Fix ssr log querySelector (#​28864)
  • schema: Enable propsDestructure by default (#​28830)
  • nuxt: Ensure injected route has enumerable keys (#​28841)
  • nuxt: Don't override vue instance with legacy asyncData (#​28842)
  • nuxt: Render server errors with ssr: false (#​28834)
  • nuxt: Resolve full component paths (#​28843)
  • nuxt: Improve accuracy of module resolution conditions (#​28846)
  • nuxt: Log more context of prerendering errors (#​28895)
  • nuxt: Enable injectAtEnd to reduce circular auto-imports (#​28822)
  • nuxt: Ensure we process files in buildDir for unimport (#​28899)
  • nuxt: Do not accept attrs on <NuxtErrorBoundary> (#​28901)
  • nuxt,schema: Accept any module in inline modules array (#​28922)
  • nuxt: Fall back to original component filePath (#​28925)
  • nuxt: Make runWithContext generic (#​28926)
  • nuxt: Set inheritAttrs: false for fragment components (#​28939)
  • nuxt: Use case-insensitive regexp for <script> blocks (4fd24381c)
  • nuxt: Ensure component imports are injected last (#​28944)
  • nuxt: Catch chunk errors directly in navigation (820908696)
  • nuxt: Add missing isNuxtMajorVersion export (#​29016)
  • nuxt: Correct type for useError (#​28996)
💅 Refactors
  • nuxt: Use vite:preloadError event (#​28862)
📖 Documentation
🏡 Chore
✅ Tests
  • Collect bundle sizes in parallel (1ce81069d)
  • Add regression test for using route in template (#​28967)
  • Convert set to array (6ee3b3adc)
  • Switch inline snapshot to object comparison (ae5135363)
🤖 CI
  • Access issue number from payload (8e4585c14)
  • Configure codeql to ignore tests (d5f98a757)
  • Add default permissions for workflows (3ede01cd4)
  • Scan source files with codeql (#​28943)
  • Skip setting up node before codeql scan (c4d7c92e9)
❤️ Contributors
nuxt/module-builder (@​nuxt/module-builder)

v0.8.4

Compare Source

compare changes

🩹 Fixes
  • Remove nuxt/schema augment (2a20ed0)
❤️ Contributors
nuxt/test-utils (@​nuxt/test-utils)

v3.14.3

Compare Source

compare changes

🩹 Fixes
  • vitest-environment: Respect custom url in setup (#​957)
  • runtime-utils: Pass global directives to mountSuspended (#​960)
  • runtime-utils: Pass global directives to renderSuspended (cf1b48ff)
  • runtime-utils: Support options api data, computed + methods (#​963)
🏡 Chore
✅ Tests
  • Bump playwright setup time for windows (21ade1f2)
❤️ Contributors

v3.14.2

Compare Source

compare changes

🔥 Performance
  • e2e: Use tinyexec to run commands (#​939)
🩹 Fixes
  • config: Exclude new nuxt import-conditions plugin (7cc8f653b)
📖 Documentation
🏡 Chore
  • vitest-environment-nuxt: Specify license is MIT (#​919)
  • Release vitest-environment-nuxt (e30c044cf)
  • Update @nuxtjs/i18n separately (3d8955d36)
  • Set compatibilityDate in fixtures (7723f969c)
  • Update vitest type import (05e94fcc4)
  • Trim tag from tinyexec stdout (2b50cfee0)
❤️ Contributors
rollup/plugins (@​rollup/plugin-alias)

v5.1.1

2024-09-22

Bugfixes
  • fix: remove unused slash dependency (#​1763)
rollup/plugins (@​rollup/plugin-commonjs)

v26.0.3

2024-09-23

Updates
rollup/plugins (@​rollup/plugin-node-resolve)

v15.3.0

2024-09-23

Features
  • feat: allow preferBuiltins to be a function (#​1694)

v15.2.4

2024-09-22

Updates
  • chore: remove is-builtin-module (#​1735)
ai/size-limit (@​size-limit/preset-small-lib)

v11.1.6

Compare Source

  • Updated chokidar.
  • Updated esbuild.
  • Updated jiti.

v11.1.5

Compare Source

  • Reduced dependencies (by @​ziebam).
  • Updated esbuild.
vitest-dev/vitest (@​vitest/coverage-v8)

v2.1.3

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v2.1.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.1.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

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

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

Copy link

cloudflare-workers-and-pages bot commented Aug 5, 2024

Deploying mande with  Cloudflare Pages  Cloudflare Pages

Latest commit: 1438634
Status: ✅  Deploy successful!
Preview URL: https://5141e618.mande-9c7.pages.dev
Branch Preview URL: https://renovate-all-minor-patch.mande-9c7.pages.dev

View logs

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 8beb6fd to 36e0486 Compare August 13, 2024 13:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from ce05c96 to 9753d62 Compare August 21, 2024 07:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from fc3d493 to 7a1871a Compare August 28, 2024 01:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 73349bc to 5c16dfa Compare August 31, 2024 21:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from aa6916f to 4b141ad Compare September 27, 2024 12:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 1d3c22c to 2f16378 Compare October 2, 2024 18:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from c6c8352 to 4c87bb5 Compare October 8, 2024 22:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 0a4fee5 to f47b564 Compare October 14, 2024 21:02
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.

0 participants