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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 20, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@curev/eslint-config ^0.3.4 -> ^0.3.7 age adoption passing confidence devDependencies patch
@nuxt/kit (source) ^3.10.0 -> ^3.13.2 age adoption passing confidence dependencies minor
@nuxt/module-builder ^0.5.5 -> ^0.8.4 age adoption passing confidence devDependencies minor
@nuxt/schema (source) ^3.10.0 -> ^3.13.2 age adoption passing confidence devDependencies minor
@types/jquery (source) ^3.5.29 -> ^3.5.32 age adoption passing confidence devDependencies patch
@types/koa (source) ^2.14.0 -> ^2.15.0 age adoption passing confidence devDependencies minor
@types/micromatch (source) ^4.0.6 -> ^4.0.9 age adoption passing confidence devDependencies patch
@types/node (source) ^20.11.13 -> ^20.17.1 age adoption passing confidence devDependencies minor
@types/swagger-ui-dist (source) ^3.30.4 -> ^3.30.5 age adoption passing confidence devDependencies patch
@unocss/nuxt (source) ^0.58.4 -> ^0.63.6 age adoption passing confidence devDependencies minor
@vitejs/plugin-vue (source) ^5.0.3 -> ^5.1.4 age adoption passing confidence devDependencies minor
@vitest/coverage-v8 (source) ^1.2.2 -> ^1.6.0 age adoption passing confidence devDependencies minor
@vitest/ui (source) ^1.2.2 -> ^1.6.0 age adoption passing confidence devDependencies minor
@vueuse/core (source) ^10.7.2 -> ^10.11.1 age adoption passing confidence dependencies minor
autocannon ^7.14.0 -> ^7.15.0 age adoption passing confidence devDependencies minor
bumpp ^9.3.0 -> ^9.7.1 age adoption passing confidence devDependencies minor
chokidar ^3.5.3 -> ^3.6.0 age adoption passing confidence dependencies minor
chokidar ^3.5.3 -> ^3.6.0 age adoption passing confidence devDependencies minor
dayjs (source) ^1.11.10 -> ^1.11.13 age adoption passing confidence dependencies patch
dedent ^1.5.1 -> ^1.5.3 age adoption passing confidence dependencies patch
destr ^2.0.2 -> ^2.0.3 age adoption passing confidence dependencies patch
element-plus (source) ^2.5.3 -> ^2.8.6 age adoption passing confidence dependencies minor
esbuild ^0.20.0 -> ^0.24.0 age adoption passing confidence devDependencies minor
esbuild ^0.20.0 -> ^0.24.0 age adoption passing confidence dependencies minor
eslint (source) ^8.56.0 -> ^8.57.1 age adoption passing confidence devDependencies minor
fastify (source) ^4.26.0 -> ^4.28.1 age adoption passing confidence dependencies minor
h3 ^1.10.1 -> ^1.13.0 age adoption passing confidence dependencies minor
hoci ^0.5.8 -> ^0.6.0 age adoption passing confidence dependencies minor
http-proxy-middleware ^2.0.6 -> ^2.0.7 age adoption passing confidence devDependencies patch
inquirer (source) ^9.2.13 -> ^9.3.7 age adoption passing confidence dependencies minor
jsdom ^24.0.0 -> ^24.1.3 age adoption passing confidence devDependencies minor
koa ^2.15.0 -> ^2.15.3 age adoption passing confidence dependencies patch
lint-staged ^15.2.0 -> ^15.2.10 age adoption passing confidence devDependencies patch
mime ^4.0.1 -> ^4.0.4 age adoption passing confidence dependencies patch
mlly ^1.5.0 -> ^1.7.2 age adoption passing confidence dependencies minor
nolyfill ^1.0.28 -> ^1.0.42 age adoption passing confidence devDependencies patch
pkg-types ^1.0.3 -> ^1.2.1 age adoption passing confidence devDependencies minor
pnpm/action-setup v2.4.0 -> v2.4.1 age adoption passing confidence action patch
query-string ^8.1.0 -> ^8.2.0 age adoption passing confidence dependencies minor
rimraf ^5.0.5 -> ^5.0.10 age adoption passing confidence devDependencies patch
sass ^1.70.0 -> ^1.80.4 age adoption passing confidence devDependencies minor
simple-git-hooks ^2.9.0 -> ^2.11.1 age adoption passing confidence devDependencies minor
swagger-ui-dist ^5.11.2 -> ^5.17.14 age adoption passing confidence dependencies minor
taze ^0.13.1 -> ^0.17.2 age adoption passing confidence devDependencies minor
tiny-lru ^11.2.5 -> ^11.2.11 age adoption passing confidence dependencies patch
tsx (source) ^4.7.0 -> ^4.19.2 age adoption passing confidence devDependencies minor
typescript (source) ^5.3.3 -> ^5.6.3 age adoption passing confidence devDependencies minor
ufo ^1.3.2 -> ^1.5.4 age adoption passing confidence dependencies minor
unocss ^0.58.4 -> ^0.63.6 age adoption passing confidence devDependencies minor
unplugin ^1.6.0 -> ^1.15.0 age adoption passing confidence dependencies minor
unplugin-vue-components ^0.26.0 -> ^0.27.4 age adoption passing confidence devDependencies minor
vite-plugin-inspect ^0.8.3 -> ^0.8.7 age adoption passing confidence devDependencies patch
vitest (source) ^1.2.2 -> ^1.6.0 age adoption passing confidence devDependencies minor
vue (source) ^3.4.15 -> ^3.5.12 age adoption passing confidence dependencies minor
vue-router ^4.2.5 -> ^4.4.5 age adoption passing confidence dependencies minor
webpack-dev-server ^4.15.1 -> ^4.15.2 age adoption passing confidence devDependencies patch

Release Notes

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

v0.3.5

Compare Source

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

v3.13.1

Compare Source

3.13.1 is the next regularly scheduled patch release.

👀 Highlights

Although this is a patch release, there are two features I'd love to draw your attention to.

  1. 🆔 useId now uses a built-in Vue composable for stable ids between server + client! https://github.com/nuxt/nuxt/pull/28285
  2. 🔥 a new experimental.buildCache feature now allows for quicker app rebuilds https://github.com/nuxt/nuxt/pull/28726

As always, feedback is appreciated 🙏 ❤️

✅ 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: Cache vue app build outputs (#​28726)
  • nuxt: Use ServerPlaceholder for ssr client components (#​28563)
  • nuxt: Use reducer array + handle modified proto (#​28768)
🩹 Fixes
  • schema: Resolve user-provided serverDir relative to root (#​28700)
  • nuxt: Handle mismatching declaration/plugin extensions (#​28709)
  • nuxt: Do not accept arbitrary strings for MiddlewareKey (#​28676)
  • nuxt: Do not pass listeners to custom NuxtLink (#​28738)
  • nuxt: Generate basic jsdoc for module config entry (#​27689)
  • nuxt: Augment NuxtOptions as well as config (#​28747)
  • nuxt: Improve error logging in import protections (#​28753)
  • nuxt: Handle deleted cookies from CookieStore events (#​28760)
  • nuxt: Allow updating appConfig with non-iterable objects (#​28773)
  • nuxt: Improve isNuxtError type inference (#​28814)
💅 Refactors
  • nuxt: Update to vue v3.5 + native useId (#​28285)
📖 Documentation
  • Fix typo (#​28724)
  • Update broken/redirected links (#​28739)
  • Capitalize text (#​28734)
  • Updated line number for nuxt build-time hooks (#​28746)
  • Add missing query returned value from useRoute() (#​28743)
  • Persist package manager choice in code blocks (#​28514)
  • Fix postcss codeblock typo (#​28801)
  • Include --frozen-lockfile when installing dependencies (#​28794)
🏡 Chore
✅ Tests
❤️ Contributors

v3.13.0

Compare Source

👀 Highlights

I'm pretty excited about this release - we've ported some features we had planned for Nuxt v4 back to v3, as well as a raft of bug fixes and performance improvements - as usual.

Here are a few of things I'm most excited about.

🏘️ Route Groups

We now support naming directories with parentheses/brackets to organise your routes without affecting the path.

For example:

-| pages/
---| index.vue
---| (marketing)/
-----| about.vue
-----| contact.vue

This will produce /, /about and /contact pages in your app. The marketing group is ignored for purposes of your URL structure.

Read more in the original PR.

🏝️ Islands and Head Metadata

It's now possible for server component islands to manipulate the head, such as by adding SEO metadata when rendering.

Read more in #​27987.

🪝 Custom Prefetch Triggers

We now support custom prefetch triggers for NuxtLink ([#​27846](https://github.com/nuxt/nux


Configuration

📅 Schedule: Branch creation - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC).

🚦 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

codecov bot commented Nov 20, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 49.06%. Comparing base (2e2480d) to head (4ce5d51).

Current head 4ce5d51 differs from pull request most recent head cf6d703

Please upload reports for the commit cf6d703 to get more accurate results.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #58   +/-   ##
=======================================
  Coverage   49.06%   49.06%           
=======================================
  Files         106      106           
  Lines       10191    10191           
  Branches      648      648           
=======================================
  Hits         5000     5000           
  Misses       5146     5146           
  Partials       45       45           

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

@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update all non-major dependencies - autoclosed Nov 20, 2023
@renovate renovate bot closed this Nov 20, 2023
@renovate renovate bot deleted the renovate/all-minor-patch branch November 20, 2023 07:23
@renovate renovate bot changed the title chore(deps): update all non-major dependencies - autoclosed chore(deps): update all non-major dependencies Nov 20, 2023
@renovate renovate bot reopened this Nov 20, 2023
@renovate renovate bot restored the renovate/all-minor-patch branch November 20, 2023 13:11
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update dependency h3 to ^1.9.0 Nov 20, 2023
@renovate renovate bot changed the title chore(deps): update dependency h3 to ^1.9.0 chore(deps): update all non-major dependencies Nov 20, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 20 times, most recently from 2251fe6 to 911dd7e Compare November 25, 2023 10:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 2aa31c5 to e21a3f4 Compare October 9, 2024 00:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 71d0dd7 to 01be68a Compare October 11, 2024 14:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from 6db1892 to e7b874d Compare October 23, 2024 17:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 67272f5 to c03dde0 Compare October 27, 2024 01:50
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