Skip to content

chore(deps): update all non-major dependencies#829

Merged
danielroe merged 1 commit into
mainfrom
renovate/all-minor-patch
Sep 22, 2025
Merged

chore(deps): update all non-major dependencies#829
danielroe merged 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Sep 22, 2025

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Change Age Confidence Type Update
@ionic/core (source) 8.7.3 -> 8.7.4 age confidence devDependencies patch
@ionic/vue 8.7.3 -> 8.7.4 age confidence dependencies patch
@ionic/vue-router 8.7.3 -> 8.7.4 age confidence dependencies patch
@nuxt/content (source) 3.7.0 -> 3.7.1 age confidence devDependencies patch
@types/node (source) 22.18.4 -> 22.18.6 age confidence devDependencies patch
@unhead/vue (source) 2.0.14 -> 2.0.17 age confidence dependencies patch
danielroe/provenance-action v0.1.0 -> v0.1.1 age confidence action patch
docus 4.1.4 -> 4.2.0 age confidence devDependencies minor
lint-staged 16.1.6 -> 16.2.0 age confidence devDependencies minor
pnpm (source) 10.16.1 -> 10.17.0 age confidence packageManager minor
unhead (source) 2.0.14 -> 2.0.17 age confidence devDependencies patch
unimport 5.2.0 -> 5.3.0 age confidence dependencies minor

Release Notes

ionic-team/ionic-framework (@​ionic/core)

v8.7.4

Compare Source

Bug Fixes
nuxt/content (@​nuxt/content)

v3.7.1

Compare Source

Bug Fixes
  • remove zod and zod-to-json-schema from optional deps (#​3541) (8e038f0)
unjs/unhead (@​unhead/vue)

v2.0.17

Compare Source

No significant changes

    View changes on GitHub
danielroe/provenance-action (danielroe/provenance-action)

v0.1.1

Compare Source

compare changes

🚀 Enhancements
  • Add support for bun.lock (#​12)
📖 Documentation
  • Use @main constraint for example (237ceea)
❤️ Contributors
nuxt-content/docus (docus)

v4.2.0

Compare Source

Features
Bug Fixes
  • unshift custom css to give a priority (681d88e)
lint-staged/lint-staged (lint-staged)

v16.2.0

Compare Source

Minor Changes
  • #​1615 99eb742 Thanks @​iiroj! - Added a new option --fail-on-changes to make lint-staged exit with code 1 when tasks modify any files, making the precommit hook fail. This is similar to the git diff --exit-code option. Using this flag also implies the --no-revert flag which means any changes made my tasks will be left in the working tree after failing, so that they can be manually staged and the commit tried again.

  • #​1611 cd05fd3 Thanks @​rlorenzo! - Added a new option --continue-on-error so that lint-staged will run all tasks to completion even if some of them fail. By default, lint-staded will exit early on the first failure.

  • #​1637 82fcc07 Thanks @​iiroj! - Internal lint-staged errors are now thrown and visible in the console output. Previously they were caught with the process exit code set to 1, but not logged. This happens when, for example, there's a syntax error in the lint-staged configuration file.

  • #​1647 a5ecc06 Thanks @​iiroj! - Remove debug as a dependency due to recent malware issue; read more at debug-js/debug#1005. Because of this, the DEBUG environment variable is no longer supported — use the --debug to enable debugging

  • #​1636 8db2717 Thanks @​iiroj! - Added a new option --hide-unstaged so that lint-staged will hide all unstaged changes to tracked files before running tasks. The changes will be applied back after running the tasks. Note that the combination of flags --hide-unstaged --no-hide-partially-staged isn't meaningful and behaves the same as just --hide-unstaged.

    Thanks to @​ItsNickBarry for the idea and initial implementation in #​1552.

  • #​1648 7900b3b Thanks @​iiroj! - Remove lilconfig to reduce reliance on third-party dependencies. It was used to find possible config files outside of those tracked in Git, including from the parent directories. This behavior has been moved directly into lint-staged and should work about the same.

Patch Changes
pnpm/pnpm (pnpm)

v10.17.0

Compare Source

Minor Changes
  • The minimumReleaseAgeExclude setting now supports patterns. For instance:

    minimumReleaseAge: 1440
    minimumReleaseAgeExclude:
      - "@​eslint/*"

    Related PR: #​9984.

Patch Changes
  • Don't ignore the minimumReleaseAge check, when the package is requested by exact version and the packument is loaded from cache #​9978.
  • When minimumReleaseAge is set and the active version under a dist-tag is not mature enough, do not downgrade to a prerelease version in case the original version wasn't a prerelease one #​9979.
unjs/unimport (unimport)

v5.3.0

Compare Source

Features
  • optimize type declaration generation with const { ... } (#​468) (0a47eab)

Configuration

📅 Schedule: Branch creation - "on Monday" (UTC), 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.

@netlify
Copy link
Copy Markdown

netlify Bot commented Sep 22, 2025

Deploy Preview for friendly-lamington-fb5690 ready!

Name Link
🔨 Latest commit fcd241a
🔍 Latest deploy log https://app.netlify.com/projects/friendly-lamington-fb5690/deploys/68d0f1e3bb1f540008c46a46
😎 Deploy Preview https://deploy-preview-829--friendly-lamington-fb5690.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@codecov
Copy link
Copy Markdown

codecov Bot commented Sep 22, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 48.84%. Comparing base (6598ad7) to head (fcd241a).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #829   +/-   ##
=======================================
  Coverage   48.84%   48.84%           
=======================================
  Files          12       12           
  Lines         735      735           
  Branches       53       53           
=======================================
  Hits          359      359           
  Misses        376      376           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 6ab6461 to fcd241a Compare September 22, 2025 06:51
@danielroe danielroe merged commit 90ab99c into main Sep 22, 2025
10 checks passed
@danielroe danielroe deleted the renovate/all-minor-patch branch September 22, 2025 08:43
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.

1 participant