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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 3, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxt/eslint (source) ^0.7.2 -> ^0.7.5 age adoption passing confidence
@nuxt/fonts ^0.10.2 -> ^0.10.3 age adoption passing confidence
@nuxt/icon ^1.9.0 -> ^1.10.3 age adoption passing confidence
@nuxt/image (source) 1.8.1 -> 1.9.0 age adoption passing confidence
@nuxtjs/sitemap ^7.0.0 -> ^7.0.1 age adoption passing confidence
@types/node (source) ^22.10.1 -> ^22.10.5 age adoption passing confidence
@vueuse/core (source) ^12.0.0 -> ^12.4.0 age adoption passing confidence
@vueuse/nuxt (source) ^12.0.0 -> ^12.4.0 age adoption passing confidence
eslint (source) ^9.16.0 -> ^9.18.0 age adoption passing confidence
pnpm (source) 9.14.4 -> 9.15.3 age adoption passing confidence
sass ^1.81.0 -> ^1.83.1 age adoption passing confidence
typescript (source) ^5.7.2 -> ^5.7.3 age adoption passing confidence

Release Notes

nuxt/eslint (@​nuxt/eslint)

v0.7.5

Compare Source

No significant changes

    View changes on GitHub

v0.7.4

Compare Source

   🚀 Features
    View changes on GitHub

v0.7.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
nuxt/fonts (@​nuxt/fonts)

v0.10.3

Compare Source

compare changes

🩹 Fixes
  • devtools: Re-broadcast all fonts when adding new ones (#​405)
  • Parse nested CSS correctly (#​384)
📖 Documentation
  • Add examples to local file lookup docs (#​398)
  • Call out limited default font-weights (#​399)
  • Update tailwind v4 example (#​410)
🏡 Chore
  • release: V0.10.2 (a7f0a7d)
  • Default bumpType to patch in changelog script (#​402)
❤️ Contributors
nuxt/icon (@​nuxt/icon)

v1.10.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.10.1

Compare Source

   🚀 Features
    View changes on GitHub

v1.10.0

Compare Source

   🚀 Features
    View changes on GitHub

v1.9.3

Compare Source

No significant changes

    View changes on GitHub

v1.9.1

Compare Source

   🐞 Bug Fixes
    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-modules/sitemap (@​nuxtjs/sitemap)

v7.0.1

Compare Source

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

v12.4.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v12.3.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v12.2.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v12.1.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
eslint/eslint (eslint)

v9.18.0

Compare Source

v9.17.0

Compare Source

pnpm/pnpm (pnpm)

v9.15.3

Compare Source

v9.15.2: pnpm 9.15.2

Compare Source

Patch Changes

  • Fixed publish/pack error with workspace dependencies with relative paths #​8904. It was broken in v9.4.0 (398472c).
  • Use double quotes in the command suggestion by pnpm patch on Windows #​7546.
  • Do not fall back to SSH, when resolving a git-hosted package if git ls-remote works via HTTPS #​8906.
  • Improve how packages with blocked lifecycle scripts are reported during installation. Always print the list of ignored scripts at the end of the output. Include a hint about how to allow the execution of those packages.

Platinum Sponsors

Bit Bit Figma

Gold Sponsors

Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me Workleap
Canva

v9.15.1

Compare Source

v9.15.0

Compare Source

sass/dart-sass (sass)

v1.83.1

Compare Source

  • Fix a bug where --quiet-deps would get deactivated for @content blocks,
    even when those blocks were entirely contained within dependencies.

  • Include deprecation IDs in deprecation warnings to make it easier to determine
    what to pass to --silence-deprecation or --fatal-deprecation.

v1.83.0

Compare Source

  • Allow trailing commas in all argument and parameter lists.

v1.82.0

Compare Source

Command-Line Interface
  • Improve --watch mode reliability when making multiple changes at once, such
    as checking out a different Git branch.

  • Parse the calc-size() function as a calculation now that it's supported in
    some browsers.

Dart API
  • Add a SassCalculation.calcSize() function.

v1.81.1

Compare Source

  • No user-visible changes.
microsoft/TypeScript (typescript)

v5.7.3

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 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.

@renovate renovate bot added the dependencies label Dec 3, 2024
@renovate renovate bot changed the title chore(deps): update devdependency sass to ^1.81.1 chore(deps): update devdependency sass to ^1.82.0 Dec 4, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8fbba2e to 08a5409 Compare December 4, 2024 00:24
@renovate renovate bot changed the title chore(deps): update devdependency sass to ^1.82.0 chore(deps): update all non-major dependencies Dec 5, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 798cc92 to 5328896 Compare December 6, 2024 17:02
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update all non-major dependencies - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
@renovate renovate bot deleted the renovate/all-minor-patch branch December 8, 2024 18:54
@renovate renovate bot changed the title chore(deps): update all non-major dependencies - autoclosed chore(deps): update all non-major dependencies Dec 8, 2024
@renovate renovate bot reopened this Dec 8, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from b77cbb6 to c0d792c Compare December 11, 2024 15:05
@renovate renovate bot added the linting label Dec 12, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 4ceaba4 to 771af38 Compare December 16, 2024 10:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 4b36b34 to 2bb15e9 Compare December 24, 2024 04:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 4e1477a to 7630b2f Compare January 2, 2025 11:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from cb5950e to 6671e93 Compare January 9, 2025 10:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6671e93 to 30d94b3 Compare January 10, 2025 09:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 30d94b3 to ccf2a53 Compare January 11, 2025 02:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants