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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 27, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@antfu/eslint-config ^3.6.2 -> ^3.7.3 age adoption passing confidence devDependencies minor
@dotenvx/dotenvx 1.11.4 -> 1.14.2 age adoption passing confidence devDependencies minor
@hono/node-server ^1.12.2 -> ^1.13.1 age adoption passing confidence devDependencies minor
@nuxt/image (source) ^1.8.0 -> ^1.8.1 age adoption passing confidence devDependencies patch
@nuxtjs/i18n (source) ^8.5.3 -> ^8.5.5 age adoption passing confidence devDependencies patch
@nuxtjs/seo (source) 2.0.0-rc.10 -> 2.0.0-rc.23 age adoption passing confidence devDependencies patch
@tanstack/query-persist-client-core (source) ^5.56.2 -> ^5.59.0 age adoption passing confidence devDependencies minor
@tanstack/vue-query (source) ^5.56.2 -> ^5.59.1 age adoption passing confidence devDependencies minor
@types/aws-lambda (source) 8.10.138 -> 8.10.145 age adoption passing confidence devDependencies patch
@unocss/eslint-plugin (source) ^0.62.3 -> ^0.63.3 age adoption passing confidence devDependencies minor
@unocss/nuxt (source) ^0.62.3 -> ^0.63.3 age adoption passing confidence devDependencies minor
@vitest/coverage-v8 (source) ^2.1.1 -> ^2.1.2 age adoption passing confidence devDependencies patch
@vueuse/core (source) ^11.0.3 -> ^11.1.0 age adoption passing confidence devDependencies minor
@vueuse/nuxt (source) ^11.0.3 -> ^11.1.0 age adoption passing confidence devDependencies minor
arktype (source) 2.0.0-rc.6 -> 2.0.0-rc.14 age adoption passing confidence devDependencies patch
eslint (source) ^9.10.0 -> ^9.12.0 age adoption passing confidence devDependencies minor
hono (source) ^4.6.1 -> ^4.6.3 age adoption passing confidence devDependencies patch
is-core-module (source) ^1 -> ^1.0.39 age adoption passing confidence pnpm.overrides patch
isarray (source) ^1 -> ^1.0.29 age adoption passing confidence pnpm.overrides patch
node (source) >=20.13.1 -> >=20.18.0 age adoption passing confidence engines minor
pnpm (source) 9.10.0 -> 9.12.0 age adoption passing confidence packageManager minor
radix-vue ^1.9.5 -> ^1.9.6 age adoption passing confidence devDependencies patch
sass ^1.78.0 -> ^1.79.4 age adoption passing confidence devDependencies minor
string.prototype.codepointat (source) ^1 -> ^1.0.28 age adoption passing confidence pnpm.overrides patch
tailwind-merge ^2.5.2 -> ^2.5.3 age adoption passing confidence devDependencies patch
turbo (source) ^2.1.2 -> ^2.1.3 age adoption passing confidence devDependencies patch
unocss ^0.62.3 -> ^0.63.3 age adoption passing confidence devDependencies minor
unplugin-sheet-i18n ^0.4.11 -> ^0.4.14 age adoption passing confidence devDependencies patch
vitest (source) ^2.1.1 -> ^2.1.2 age adoption passing confidence devDependencies patch
vue (source) ^3.5.5 -> ^3.5.11 age adoption passing confidence devDependencies patch

Release Notes

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

v3.7.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.7.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
  • Disable antfu/no-top-level-await for markdown snippets  -  by @​antfu (a984c)
    View changes on GitHub

v3.7.1

Compare Source

   🚀 Features
    View changes on GitHub

v3.7.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
  • Disable explicit-function-return-type in markdown code  -  by @​antfu (60ffd)
  • Disable ts/explicit-function-return-type in vue files  -  by @​antfu (1788d)
    View changes on GitHub
dotenvx/dotenvx (@​dotenvx/dotenvx)

v1.14.2

Compare Source

Changed
  • swap process.stdout.write for console.log to patch up npx edge case (#​387)

v1.14.1

Compare Source

Changed
  • run precommit hook only on staged files (#​380)

v1.14.0

Compare Source

Added
  • add dotenvx keypair command for printing your public/private keypairs (#​375)

v1.13.3

Compare Source

Changed
  • exit code 1 when decrypt fails in any way (#​374)

v1.13.2

Compare Source

Added
  • expose getColor and bold to lib/main.js (#​369)

v1.13.1

Compare Source

Added
  • expose logger and setLogLevel to lib/main.js - const = { logger, setLogLevel } = require('@​dotenvx/dotenvx') (#​368)

v1.13.0

Compare Source

Changed
  • move ls to core commands (#​367)

v1.12.1

Compare Source

Changed
  • return without quotations for dotenvx get --format shell (#​366)

v1.12.0

Compare Source

Added
  • add dotenvx get --format shell option (#​363)

v1.11.5

Compare Source

Changed
  • revert tinyexec for execa - to support usage in bun
honojs/node-server (@​hono/node-server)

v1.13.1

Compare Source

What's Changed

Full Changelog: honojs/node-server@v1.13.0...v1.13.1

v1.13.0

Compare Source

What's Changed

Full Changelog: honojs/node-server@v1.12.2...v1.13.0

nuxt/image (@​nuxt/image)

v1.8.1

Compare Source

compare changes

🩹 Fixes
  • Suffix export of runtime utils with /index (#​1467)
  • vercel: Added missing formats config & improved documentation (#​1514)
📖 Documentation
  • Update link to downloads count badge (102d474)
🏡 Chore
  • Use tinyexec internally (3b9a4ea)
❤️ Contributors
nuxt-modules/i18n (@​nuxtjs/i18n)

v8.5.5

Compare Source

No significant changes

    View changes on GitHub

v8.5.4

Compare Source

This release removes version checks that prevent usage with Nuxt versions higher than 3.x.

The path resolution for langDir (relative to srcDir) and localeDetector (relative to rootDir) remain unchanged, to ease migration to v9 we recommend configuring experimental.restructureDir which will be enabled and set to i18n by default in the upcoming major release.

   🚀 Features
    View changes on GitHub
harlan-zw/nuxt-seo (@​nuxtjs/seo)

v2.0.0-rc.23

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.0.0-rc.22

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.0.0-rc.21

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.0.0-rc.20

Compare Source

   🚨 Breaking Changes

⚠️ Please see https://github.com/nuxt-modules/sitemap/pull/320 if you have submitted multi-sitemap URLS in Google Search Console as the paths have changed.

⚠️ Please verify your sitemap output.

    View changes on GitHub

v2.0.0-rc.19

Compare Source

No significant changes

    View changes on GitHub

v2.0.0-rc.18

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.0.0-rc.17

Compare Source

   🚨 Breaking Changes

⚠️ Please see https://github.com/nuxt-modules/sitemap/pull/320 if you have submitted multi-sitemap URLS in Google Search Console as the paths have changed.

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v2.0.0-rc.16

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.0.0-rc.15

Compare Source

Nuxt SEO v2 stable is approaching, see the v2 Stable Release Tasks issue to track.

This release fixes all submodules from having explicit dependencies for DevTools (such as shiki).

No significant changes

    View changes on GitHub

v2.0.0-rc.14

Compare Source

Nuxt SEO v2 stable is approaching, see the v2 Stable Release Tasks issue to track.

This bumps all sub modules.

No significant changes

    View changes on GitHub

v2.0.0-rc.13

Compare Source

   🚨 Breaking Changes
  • nuxt-simple-robots has been migrated into @nuxtjs/robots. There should be no breaking changes but please test the update.
    View changes on GitHub

v2.0.0-rc.12

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.0.0-rc.11

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
TanStack/query (@​tanstack/query-persist-client-core)

v5.59.0

Compare Source

Version 5.59.0 - 10/1/24, 3:45 PM

Changes

Feat
Docs
  • react-query: Fix broken route on eslint-plugin-query.md (#​8113) (55a6155) by Gaurav Kumar
  • react-query: fix a typo in guides/ssr.md (#​8086) (9227fd3) by Morteza
  • angular-query: add rxjs example (#​8108) (68ca717) by Arnoud
Other

Packages

unocss/unocss (@​unocss/eslint-plugin)

v0.63.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.63.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.63.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.63.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.62.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
vitest-dev/vitest (@​vitest/coverage-v8)

v2.1.2

Compare Source

   🐞 Bug Fixes

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.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 25 times, most recently from ad28f46 to b3a722a Compare June 3, 2024 07:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from d377869 to ef59ce2 Compare June 5, 2024 15:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 14 times, most recently from e463034 to b7a3a6d Compare September 28, 2024 10:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 14 times, most recently from 26be43a to dc794c6 Compare October 4, 2024 12:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from dc794c6 to 70b29fd Compare October 4, 2024 22:26
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