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

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/tabler ^1.2.5 -> ^1.2.6 age adoption passing confidence devDependencies patch
@nuxt/content (source) ^2.13.2 -> ^2.13.4 age adoption passing confidence dependencies patch
@nuxt/eslint (source) ^0.5.7 -> ^0.6.0 age adoption passing confidence devDependencies minor
@nuxt/fonts ^0.10.0 -> ^0.10.2 age adoption passing confidence dependencies patch
@nuxtjs/sitemap 6.1.1 -> 6.1.2 age adoption passing confidence devDependencies patch
nuxt-og-image (source) 3.0.4 -> 3.0.6 age adoption passing confidence devDependencies patch
pnpm (source) 9.10.0 -> 9.12.2 age adoption passing confidence packageManager minor
pnpm (source) ^9.10.0 -> ^9.12.2 age adoption passing confidence engines minor
shiki (source) ^1.17.6 -> ^1.22.1 age adoption passing confidence resolutions minor
slack 4.13.3 -> 4.15.0 age adoption passing confidence orb minor
unlighthouse ^0.13.5 -> ^0.14.0 age adoption passing confidence devDependencies minor
vite-plugin-eslint2 (source) ^5.0.0 -> ^5.0.1 age adoption passing confidence devDependencies patch
vue-tsc (source) ^2.1.6 -> ^2.1.8 age adoption passing confidence devDependencies patch

Release Notes

nuxt/content (@​nuxt/content)

v2.13.4

Compare Source

compare changes

🏡 Chore
❤️ Contributors

v2.13.3

Compare Source

compare changes

🩹 Fixes
  • module: Allow using @nuxtjs/mdc utils via content module (#​2775)
  • search: Add charset=utf-8 to headers of indexed mode (#​2729)
  • docs: Add warning about using ssr: false with Content (#​2776)
  • Corrected .gradient class (#​2723)
  • build: Keep parser deps out of main bundle (#​2780)
  • navigation: Respect query locale (#​2772)
  • Import defineNitroPlugin from #imports (34f65172)
  • Respect draft key as _draft (#​2738)
  • Draft field order (b0b5eb2d)
📖 Documentation
  • Fix incorrect TS types import path in documentation (#​2773)
  • Missing imports and typo in code blocks (#​2741)
  • Changed types path (#​2735)
  • Fix typo in SSR warning on Installation page (#​2777)
  • Update link to downloads count badge (c1d6ad14)
🏡 Chore
❤️ Contributors
nuxt/eslint (@​nuxt/eslint)

v0.6.0

Compare Source

   🚀 Features
    View changes on GitHub
nuxt/fonts (@​nuxt/fonts)

v0.10.2

Compare Source

compare changes

🩹 Fixes
  • Write stub files in cache to trigger public asset handling (#​352)
  • De-default custom provider imports (#​353)
✅ Tests
  • Set coverage.include path (36e5e08)
❤️ Contributors

v0.10.1

Compare Source

compare changes

🩹 Fixes
  • Mark module.d.mts as type entrypoint (be6fafc)
🏡 Chore
  • Remove playwright caching (39ec80f)
✅ Tests
  • Update with latest provider snapshots (5923b12)
🤖 CI
  • Run test suite on windows (#​339)
❤️ Contributors
nuxt-modules/sitemap (@​nuxtjs/sitemap)

v6.1.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
nuxt-modules/og-image (nuxt-og-image)

v3.0.6

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.0.5

Compare Source

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

v9.12.2: pnpm 9.12.2

Compare Source

Patch Changes

  • When checking whether a file in the store has executable permissions, the new approach checks if at least one of the executable bits (owner, group, and others) is set to 1. Previously, a file was incorrectly considered executable only when all the executable bits were set to 1. This fix ensures that files with any executable permission, regardless of the user class, are now correctly identified as executable #​8546.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

v9.12.1: pnpm 9.12.1

Compare Source

Patch Changes

  • pnpm update --latest should not update the automatically installed peer dependencies #​6657.
  • pnpm publish should be able to publish from a local tarball #​7950.
  • The pnpx command should work correctly on Windows, when pnpm is installed via the standalone installation script #​8608.
  • Prevent EBUSY errors caused by creating symlinks in parallel dlx processes #​8604.
  • Fix maximum call stack size exceeded error related to circular workspace dependencies #​8599.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

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

v9.11.0

Compare Source

shikijs/shiki (shiki)

v1.22.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

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

v1.18.0

Compare Source

   🚀 Features
    View changes on GitHub

v1.17.7

Compare Source

   🚀 Features
    View changes on GitHub
harlan-zw/unlighthouse (unlighthouse)

v0.14.0

Compare Source

Bug Fixes
  • client: load assets relative using window.location (2da76f9), closes #​112
  • use relative path for non-specified router prefix (1bb0095), closes #​244
  • client: misc responsive issues (09d3e6c)
  • client: remove thumbnails when not running performance (7e3c8a3)
  • fallback to full width screenshot for non-performance scans (bbf59a5), closes #​245
  • false positive redirect warning for trailing slash (ef34b91)
  • respect query strings (e708ebe), closes #​207
Features
ModyQyW/vite-plugin-eslint2 (vite-plugin-eslint2)

v5.0.1

Compare Source

Note: Version bump only for package vite-plugin-eslint2

vuejs/language-tools (vue-tsc)

v2.1.8

Compare Source

Features
  • vscode: reactions visualization now identifies more use cases Insiders
  • language-core: auto infer $el type (#​4805) - Thanks to @​KazariEX!
  • language-core: typed directive arg and modifiers (#​4813) - Thanks to @​KazariEX!
Bug Fixes
Performance
  • language-service: find destructured props only with enabled setting (#​4815) - Thanks to @​KazariEX!
Other Changes

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.

@coolify-vernaillen-dev
Copy link

coolify-vernaillen-dev bot commented Sep 16, 2024

The preview deployment is ready. 🟢

Open Preview | Open Build Logs

Last updated at: 2024-10-26 18:26:40 CET

Copy link

netlify bot commented Sep 16, 2024

Deploy Preview for vernaillen failed.

Name Link
🔨 Latest commit 91f541c
🔍 Latest deploy log https://app.netlify.com/sites/vernaillen/deploys/671d330be8a33100087dbf0b

@renovate renovate bot changed the title chore(deps): update devdependency nuxt-svgo to ^4.0.6 chore(deps): update all non-major dependencies Sep 16, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 116dda9 to ff0d6a4 Compare September 22, 2024 10:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from 679bb0d to 9e33b70 Compare September 29, 2024 16:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from abe3e21 to fdbfd29 Compare October 7, 2024 07:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 44212ae to c687ca5 Compare October 14, 2024 07:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from ded9084 to 50751d3 Compare October 21, 2024 22:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from b48905b to ebdcb4a Compare October 24, 2024 15:52
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