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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 16, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@iconify-json/simple-icons ^1.2.18 -> ^1.2.22 age adoption passing confidence dependencies patch
@nuxt/eslint-config (source) ^0.7.4 -> ^0.7.6 age adoption passing confidence devDependencies patch
@nuxt/image (source) ^1.8.1 -> ^1.9.0 age adoption passing confidence dependencies minor
@nuxt/test-utils 3.15.1 -> 3.15.4 age adoption passing confidence devDependencies patch
@nuxt/ui (source) ^2.20.0 -> ^2.21.0 age adoption passing confidence dependencies minor
@nuxt/ui-pro ^1.6.0 -> ^1.7.0 age adoption passing confidence dependencies minor
@nuxtjs/seo (source) ^2.0.2 -> ^2.1.1 age adoption passing confidence dependencies minor
@stripe/stripe-js (source) ^5.4.0 -> ^5.6.0 age adoption passing confidence dependencies minor
@typescript-eslint/typescript-estree (source) ^8.19.0 -> ^8.22.0 age adoption passing confidence devDependencies minor
@unhead/dom (source) 1.11.11 -> 1.11.18 age adoption passing confidence resolutions patch
@unhead/schema (source) 1.11.11 -> 1.11.18 age adoption passing confidence resolutions patch
@unhead/schema (source) 1.11.14 -> 1.11.18 age adoption passing confidence devDependencies patch
@unhead/shared (source) 1.11.11 -> 1.11.18 age adoption passing confidence resolutions patch
@unhead/ssr (source) 1.11.11 -> 1.11.18 age adoption passing confidence resolutions patch
@unhead/vue (source) 1.11.11 -> 1.11.18 age adoption passing confidence resolutions patch
@unhead/vue (source) 1.11.14 -> 1.11.18 age adoption passing confidence dependencies patch
@vueuse/core (source) ^12.2.0 -> ^12.5.0 age adoption passing confidence dependencies minor
@vueuse/nuxt (source) ^12.2.0 -> ^12.5.0 age adoption passing confidence dependencies minor
actions/checkout v4.1.7 -> v4.2.2 age adoption passing confidence action minor
actions/setup-node v4.0.3 -> v4.2.0 age adoption passing confidence action minor
actions/stale v9.0.0 -> v9.1.0 age adoption passing confidence action minor
bumpp ^9.9.2 -> ^9.11.1 age adoption passing confidence devDependencies minor
consola ^3.3.3 -> ^3.4.0 age adoption passing confidence resolutions minor
consola ^3.3.3 -> ^3.4.0 age adoption passing confidence dependencies minor
eslint (source) 9.17.0 -> 9.19.0 age adoption passing confidence devDependencies minor
h3 ^1.13.0 -> ^1.14.0 age adoption passing confidence dependencies minor
happy-dom ^16.3.0 -> ^16.8.1 age adoption passing confidence devDependencies minor
mlly ^1.7.3 -> ^1.7.4 age adoption passing confidence dependencies patch
pkg-types ^1.3.0 -> ^1.3.1 age adoption passing confidence dependencies patch
playwright-core (source) ^1.49.1 -> ^1.50.1 age adoption passing confidence devDependencies minor
pnpm (source) 9.15.2 -> 9.15.4 age adoption passing confidence packageManager patch
semver ^7.6.3 -> ^7.7.0 age adoption passing confidence dependencies minor
shiki (source) 1.24.4 -> 1.29.2 age adoption passing confidence dependencies minor
shiki (source) ^1.24.4 -> ^1.29.2 age adoption passing confidence dependencies minor
typescript (source) 5.6.3 -> 5.7.3 age adoption passing confidence resolutions minor
typescript (source) 5.7.2 -> 5.7.3 age adoption passing confidence devDependencies minor
unhead (source) 1.11.11 -> 1.11.18 age adoption passing confidence resolutions patch
unimport ^3.14.5 -> ^3.14.6 age adoption passing confidence dependencies patch
valibot (source) 1.0.0-beta.9 -> 1.0.0-beta.14 age adoption passing confidence dependencies patch

Release Notes

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

v0.7.6

Compare Source

   🚀 Features
    View changes on GitHub

v0.7.5

Compare Source

No significant changes

    View changes on GitHub
nuxt/image (@​nuxt/image)

v1.9.0

Compare Source

1.9.0 is the next minor release.

👉 Changelog

compare changes

🚀 Enhancements
  • nuxt-img: Add custom slot for full control of rendering (#​1626)
  • amplify: Add additional modifiers (#​1656)
  • strapi5: Add new provider with formats (#​1621)
🔥 Performance
  • Remove node-fetch-native dependency (d667025)
  • Use direct imports from #app/nuxt and #imports (70ef740)
🩹 Fixes
  • prismic: Use unsplash image proxy where necessary (#​1614)
  • Set up non-default ipx providers if options.ipx is set (#​1618)
  • Emit error events from <NuxtImg> placeholder (#​1640)
  • Add strapi5 to list of built-in providers (1079a03)
📖 Documentation
  • Update link to downloads count badge (392991b)
  • Improve cloudflare provider page (#​1601)
  • Make clearer that xxl is not a tailwind size (#​1632)
  • Add note about the alt prop (#​1628)
  • Capitalize title (#​1649)
  • Update strapi links (#​1650)
🏡 Chore
  • Update version link (fa18501)
  • docs: Remove unneeded icons config (150db3e)
  • Add knip and installed-check + clean up workspace deps (736102b)
  • Dedupe lockfile (ddc355b)
✅ Tests
  • Await file snapshot assertions (0e20cce)
  • Add strapi5 snapshots (3415daa)
🤖 CI
❤️ Contributors
nuxt/test-utils (@​nuxt/test-utils)

v3.15.4

Compare Source

compare changes

🩹 Fixes
  • e2e: Use tinyexec to resolve nuxi binary (7df895e3)
  • e2e: Increase default windows setup timeout (6f38dd58)
✅ Tests
❤️ Contributors

v3.15.3

Compare Source

compare changes

🩹 Fixes
  • e2e: Use node:path to resolve dist directory (#​1054)
❤️ Contributors

v3.15.2

Compare Source

compare changes

🩹 Fixes
  • module: Remove setInterval from the presets (#​1035)
🏡 Chore
  • Add devtools-kit types + specify vite in jest fixture (c37781b5)
  • Double windows timeout (45e16131)
✅ Tests
  • Update windows timeout for e2e test (1acb335b)
❤️ Contributors
nuxt/ui (@​nuxt/ui)

v2.21.0

Compare Source

🚀 Features

🐛 Bug Fixes

New Contributors

Full Changelog: nuxt/ui@v2.20.0...v2.21.0

nuxt/ui-pro (@​nuxt/ui-pro)

v1.7.0

Compare Source

harlan-zw/nuxt-seo (@​nuxtjs/seo)

v2.1.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.1.0

Compare Source

   🚀 Features
Nuxt Content v3

All modules now support Nuxt Content v3 including Robots, Sitemap, OG Image, Schema.org and Link Checker.

You can either install them manually by following the individual module instructions or use the Nuxt SEO asSeoCollection() to register them all at once.

  • Nuxt Robots: robots (docs)
  • Nuxt Sitemap: sitemap (docs)
  • Nuxt OG Image: ogImage (docs)
  • Nuxt Schema.org: schemaOrg (docs)
    View changes on GitHub

v2.0.3

Compare Source

No significant changes

    View changes on GitHub
stripe/stripe-js (@​stripe/stripe-js)

v5.6.0

Compare Source

New features
Fixes
  • Fix runServerUpdate type (#​712)
  • Push release commit and tag before creating release (#​707)
Changed

v5.5.0

Compare Source

New features
  • Add type definition for elements group update-end event (#​704)
  • Add paypal buttonType types (#​703)
typescript-eslint/typescript-eslint (@​typescript-eslint/typescript-estree)

v8.22.0

Compare Source

🚀 Features
  • parser: add standalone isolatedDeclarations option (#​10499)
❤️ Thank You
  • Josh Goldberg ✨

You can read about our versioning strategy and releases on our website.

v8.21.0

Compare Source

🚀 Features
  • ast-spec: support import attributes in TSImportType (#​10640)
❤️ Thank You
  • Ronen Amiel

You can read about our versioning strategy and releases on our website.

v8.20.0

Compare Source

🚀 Features
  • standardize debug namespaces to file paths (#​10599)
❤️ Thank You
  • Josh Goldberg ✨

You can read about our versioning strategy and releases on our website.

v8.19.1

Compare Source

This was a version bump only for typescript-estree to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

unjs/unhead (@​unhead/dom)

v1.11.18

Compare Source

No significant changes

    View changes on GitHub

v1.11.16

Compare Source

No significant changes

    View changes on GitHub

v1.11.15

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v1.11.14

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.11.13

Compare Source

No significant changes

    View changes on GitHub

v1.11.12

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
vueuse/vueuse (@​vueuse/core)

v12.5.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v12.4.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v12.3.0

Compare Source

   🚀 Features
   🐞 Bug Fixes

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 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 was generated by Mend Renovate. View the repository job log.

Copy link

vercel bot commented Sep 16, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
scripts-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 31, 2025 6:47pm
scripts-playground ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 31, 2025 6:47pm

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2cd313d to cdc627b Compare September 16, 2024 10:17
@renovate renovate bot changed the title chore(deps): update dependency @iconify-json/simple-icons to ^1.2.3 chore(deps): update all non-major dependencies Sep 16, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cdc627b to 8e4b5f1 Compare September 16, 2024 18:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8e4b5f1 to 45ba5cd Compare September 17, 2024 10:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 45ba5cd to e0214c5 Compare September 18, 2024 03:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e0214c5 to 9162f32 Compare September 18, 2024 10:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9162f32 to 0672e75 Compare September 19, 2024 16:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0672e75 to c9e65ff Compare September 20, 2024 12:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c9e65ff to 5ba8712 Compare September 20, 2024 15:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5ba8712 to fd4f94f Compare September 20, 2024 20:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from da6950b to cec58fd Compare January 27, 2025 19:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cec58fd to e9d822d Compare January 28, 2025 22:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e9d822d to e750092 Compare January 29, 2025 04:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e750092 to 02ec2b3 Compare January 29, 2025 15:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 02ec2b3 to ac3ee41 Compare January 29, 2025 18:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ac3ee41 to 88b4e27 Compare January 30, 2025 10:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 88b4e27 to 6a580f0 Compare January 30, 2025 19:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6a580f0 to dc58f9f Compare January 31, 2025 15:12
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