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

Merged
merged 1 commit into from
Oct 7, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 9, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@iconify-json/logos ^1.2.0 -> ^1.2.2 age adoption passing confidence
@iconify-json/simple-icons ^1.2.4 -> ^1.2.6 age adoption passing confidence
@nuxt/fonts ^0.8.0 -> ^0.9.2 age adoption passing confidence
@nuxt/image (source) ^1.8.0 -> ^1.8.1 age adoption passing confidence
@nuxt/scripts ^0.9.2 -> ^0.9.4 age adoption passing confidence
@nuxtjs/plausible ^1.0.2 -> ^1.0.3 age adoption passing confidence
@nuxtjs/turnstile ^0.9.9 -> ^0.9.10 age adoption passing confidence
eslint (source) ^9.11.0 -> ^9.12.0 age adoption passing confidence
nuxt-og-image (source) ^3.0.2 -> ^3.0.4 age adoption passing confidence
pnpm (source) 9.11.0 -> 9.12.0 age adoption passing confidence
shiki (source) ^1.18.0 -> ^1.22.0 age adoption passing confidence
twoslash (source) ^0.2.11 -> ^0.2.12 age adoption passing confidence
vitest (source) ^2.1.1 -> ^2.1.2 age adoption passing confidence
vue (source) ^3.5.8 -> ^3.5.11 age adoption passing confidence

Release Notes

nuxt/fonts (@​nuxt/fonts)

v0.9.2

Compare Source

compare changes

🩹 Fixes
  • Use earlier hooks to mark build done (0311651)
❤️ Contributors

v0.9.1

Compare Source

compare changes

🩹 Fixes
  • Serve fonts from baseURL in dev mode (1fae926)
❤️ Contributors

v0.9.0

Compare Source

compare changes

🚀 Enhancements
  • Serve font files without nitro in spa mode (95e4f44)
🩹 Fixes
  • local: Use extname for extension priority test (b087d47)
  • Emit .cjs version of @nuxt/fonts/utils (10ca0c8)
  • Transform inline styles after other bundle hooks (9156b8a)
  • Only overwrite cacheDir after a fresh build (#​273)
  • Add global preload links to entry chunk (#​274)
📖 Documentation
  • Update installation (#​251)
  • Various improvements ✨ (#​253)
  • Remove incorrect src examples (ca44e0d)
  • Improve wording (c771e86)
  • Add note about how how font-family declarations are handled (df2685d)
🏡 Chore
❤️ Contributors
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/scripts (@​nuxt/scripts)

v0.9.4

Compare Source

compare changes

🩹 Fixes
  • matomo: Easier cloud config using cloudId (d7e18c4)
  • matomo: Support numeric siteId (299516c)
  • Avoid overriding <link rek="preload" with invalid src (25f1ade)
📖 Documentation
  • Fix docs for disabling scripts in development (#​281)
🏡 Chore
❤️ Contributors

v0.9.3

Compare Source

compare changes

🩹 Fixes
  • Use free path for virtual plugin template (8624923)
  • 🐛 Fixed "height" css style property (#​275)
  • adsense: Push ad slot once only on dev (#​276)
📖 Documentation
  • Update scripts:registry hook example (#​271)
  • ✏️ Updated definition for YouTube Player (#​273)
🏡 Chore
❤️ Contributors
nuxt-modules/plausible (@​nuxtjs/plausible)

v1.0.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
nuxt-modules/turnstile (@​nuxtjs/turnstile)

v0.9.10

Compare Source

Bug Fixes
  • add type reference to <NuxtTurnstile> component (839cbfc)
eslint/eslint (eslint)

v9.12.0

Compare Source

Features

Bug Fixes

Documentation

  • ecbd522 docs: Mention code explorer (#​18978) (Nicholas C. Zakas)
  • 7ea4ecc docs: Clarifying the Use of Meta Objects (#​18697) (Amaresh S M)
  • d3e4b2e docs: Clarify how to exclude .js files (#​18976) (Milos Djermanovic)
  • 57232ff docs: Mention plugin-kit in language docs (#​18973) (Nicholas C. Zakas)
  • b80ed00 docs: Update README (GitHub Actions Bot)
  • cb69ab3 docs: Update README (GitHub Actions Bot)
  • 7fb0d95 docs: Update README (GitHub Actions Bot)
  • 493348a docs: Update README (GitHub Actions Bot)
  • 87a582c docs: fix typo in id-match rule (#​18944) (Jay)

Chores

v9.11.1

Compare Source

nuxt-modules/og-image (nuxt-og-image)

v3.0.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.0.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
pnpm/pnpm (pnpm)

v9.12.0: pnpm 9.12

Compare Source

Minor Changes
  • Fix peer dependency resolution dead lock #​8570. This change might change some of the keys in the snapshots field inside pnpm-lock.yaml but it should happen very rarely.

  • pnpm outdated command supports now a --sort-by=name option for sorting outdated dependencies by package name #​8523.

  • Added the ability for overrides to remove dependencies by specifying "-" as the field value #​8572. For example, to remove lodash from the dependencies, use this configuration in package.json:

    {
      "pnpm": {
        "overrides": {
          "lodash": "-"
        }
      }
    }
Patch Changes
  • Fixed an issue where pnpm list --json pkg showed "private": false for a private package #​8519.
  • Packages with libc that differ from pnpm.supportedArchitectures.libc are not downloaded #​7362.
  • Prevent ENOENT errors caused by running store prune in parallel #​8586.
  • Add issues alias to pnpm bugs #​8596.
Platinum Sponsors
Gold Sponsors
Our Silver Sponsors
shikijs/shiki (shiki)

v1.22.0

Compare Source

   🚀 Features
    View changes on GitHub

v1.21.1

Compare Source

   🚀 Features
    View changes on GitHub

v1.21.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v1.20.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v1.19.0

Compare Source

   🚀 Features
    View changes on GitHub
twoslashes/twoslash (twoslash)

v0.2.12

Compare Source

   🚀 Features
    View changes on GitHub
vitest-dev/vitest (vitest)

v2.1.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
vuejs/core (vue)

v3.5.11

Compare Source

Bug Fixes

v3.5.10

Compare Source

Bug Fixes

v3.5.9

Compare Source

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.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0f176c3 to 3532ac2 Compare October 2, 2024 22:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3532ac2 to b54cefe Compare October 3, 2024 10:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b54cefe to 119e7b4 Compare October 3, 2024 19:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 119e7b4 to f40805e Compare October 4, 2024 21:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f40805e to 75b9c1d Compare October 6, 2024 06:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 75b9c1d to fb5e155 Compare October 7, 2024 07:03
@danielroe danielroe merged commit 1b7d6c1 into main Oct 7, 2024
6 checks passed
@danielroe danielroe deleted the renovate/all-minor-patch branch October 7, 2024 10: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.

1 participant