8000 chore(deps): update all non-major dependencies by renovate[bot] · Pull Request #7 · ntnyq/svg-eslint-parser · GitHub
[go: up one dir, main page]

Skip to content

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

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

Merged
merged 2 commits into from
Mar 10, 2025

Conversation

renovate[bot]
Copy link
Contributor
@renovate renovate bot commented Feb 17, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@ntnyq/eslint-config ^4.0.0-beta.10 -> ^4.0.0 age adoption passing confidence
@types/node (source) ^22.13.9 -> ^22.13.10 age adoption passing confidence
@vitest/coverage-v8 (source) ^3.0.7 -> ^3.0.8 age adoption passing confidence
eslint (source) ^9.21.0 -> ^9.22.0 age adoption passing confidence
pnpm (source) 10.5.2 -> 10.6.2 age adoption passing confidence
vite (source) ^6.2.0 -> ^6.2.1 age adoption passing confidence
vitest (source) ^3.0.7 -> ^3.0.8 age adoption passing confidence

Release Notes

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

v4.0.0

Compare Source

   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes
  • Cleanup vitest plugin patch  -  by @​ntnyq (c272b)
  • deps:
    • Update all non-major dependencies  -  (e75bd)
    • Update all non-major dependencies  -  (99d0a)
    • Update all non-major dependencies  -  (e0998)
    • Update all non-major dependencies  -  (9f1e9)
    • Update dependency eslint-flat-config-utils to v2  -  (7e786)
    • Update dependency eslint-plugin-antfu to v3  -  (d9e2a)
    • Update dependency eslint-plugin-command to v3  -  (9fcd9)
    • Update dependency eslint-config-flat-gitignore to v2  -  (05767)
    • Update all non-major dependencies  -  (e3ac4)
    • Update dependency eslint-processor-vue-blocks to v2  -  (fe530)
    • Update dependency eslint-merge-processors to v2  -  (5cbea)
    • Update all non-major dependencies  -  (17802)
    • Bump deps to latest  -  by @​ntnyq (36beb)
    • Update all non-major dependencies  -  (b556b)
    • Update all non-major dependencies  -  (7d971)
    • Update dependency eslint-plugin-unicorn to v57  -  (43e51)
    • Update unocss monorepo to v66  -  (c653f)
    • Update all non-major dependencies  -  (6ea54)
    • Update all non-major dependencies  -  (4b80d)
    • Update dependency globals to v16  -  (3d8b2)
    • Update all non-major dependencies  -  (fd3c4)
    • Update all non-major dependencies  -  (a2bf0)
    • Update all non-major dependencies  -  (b4cb6)
    • Update all non-major dependencies  -  (6a5ef)
    • Update all non-major dependencies  -  (588c4)
    • Update all non-major dependencies  -  (87348)
    • Update all non-major dependencies  -  (e8380)
    • Update all non-major dependencies  -  (afca1)
    • Update dependency eslint-plugin-ntnyq to ^0.10.0  -  (dcae5)
    • Update dependency vue-eslint-parser to v10  -  (83f23)
    • Update all non-major dependencies  -  (84c90)
    • Update all non-major dependencies  -  (4ee29)
    • Update all non-major dependencies  -  (5cb95)
    • Update all non-major dependencies  -  (06c01)
  • markdown:
  • specials:
  • svgo:
    • Support options ignores but remove options overrides  -  by @​ntnyq (8946b)
  • test:
  • typescript:
    View changes on GitHub

v4.0.0-beta.12

Compare Source

   🚀 Features
   🐞 Bug Fixes
  • deps:
    • Update all non-major dependencies  -  (4ee29)
    • Update all non-major dependencies  -  (5cb95)
    View changes on GitHub

v4.0.0-beta.11

Compare Source

   🚀 Features
   🐞 Bug Fixes
  • deps: Update all non-major dependencies  -  (84c90)
    View changes on GitHub
vitest-dev/vitest (@​vitest/coverage-v8)

v3.0.8

Compare Source

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

v9.22.0

Compare Source

pnpm/pnpm (pnpm)

v10.6.2

Compare Source

Patch Changes
  • pnpm self-update should always update the version in the packageManager field of package.json.
  • Fix running pnpm CLI from pnpm CLI on Windows when the CLI is bundled to an executable #​8971.
  • pnpm patch-commit will now use the same filesystem as the store directory to compare and create patch files.
  • Don't show info output when --loglevel=error is used.
  • peerDependencyRules should be set in pnpm-workspace.yaml to take effect.

v10.6.1

Compare Source

Patch Changes
  • The pnpm CLI process should not stay hanging, when --silent reporting is used.
  • When --loglevel is set to error, don't show installation summary, execution time, and big tarball download progress.
  • Don't ignore pnpm.patchedDependencies from package.json #​9226.
  • When executing the approve-builds command, if package.json contains onlyBuiltDependencies or ignoredBuiltDependencies, the selected dependency package will continue to be written into package.json.
  • When a package version cannot be found in the package metadata, print the registry from which the package was fetched.

v10.6.0

Compare Source

Minor Changes
  • pnpm-workspace.yaml can now hold all the settings that .npmrc accepts. The settings should use camelCase #​9211.

    pnpm-workspace.yaml example:

    verifyDepsBeforeRun: install
    optimisticRepeatInstall: true
    publicHoistPattern:
      - "*types*"
      - "!@​types/react"
  • Projects using a file: dependency on a local tarball file (i.e. .tgz, .tar.gz, .tar) will see a performance improvement during installation. Previously, using a file: dependency on a tarball caused the lockfile resolution step to always run. The lockfile will now be considered up-to-date if the tarball is unchanged.

Patch Changes
  • pnpm self-update should not leave a directory with a broken pnpm installation if the installation fails.
  • fast-glob replace with tinyglobby to reduce the size of the pnpm CLI dependencies #​9169.
  • pnpm deploy should not remove fields from the deployed package's package.json file #​9215.
  • pnpm self-update should not read the pnpm settings from the package.json file in the current working directory.
  • Fix pnpm deploy creating a package.json without the imports and license field #​9193.
  • pnpm update -i should list only packages that have newer versions #​9206.
  • Fix a bug causing entries in the catalogs section of the pnpm-lock.yaml file to be removed when dedupe-peer-dependents=false on a filtered install. #​9112
vitejs/vite (vite)

v6.2.1

Compare Source


Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 Feb 17, 2025

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

Name Status Preview Comments Updated (UTC)
svg-eslint-parser ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 10, 2025 5:48am

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ee115b8 to a7296a0 Compare February 17, 2025 11:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a7296a0 to f4c3cac Compare February 18, 2025 07:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f4c3cac to e9f0851 Compare February 18, 2025 12:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e9f0851 to ba5cd3e Compare February 18, 2025 18:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ba5cd3e to 9fbc3ea Compare February 19, 2025 06:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9fbc3ea to b87b104 Compare February 19, 2025 12:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b87b104 to a9843aa Compare February 21, 2025 23:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a9843aa to 7a6bf6d Compare February 22, 2025 05:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7a6bf6d to 14367a2 Compare February 24, 2025 06:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 14367a2 to 7c3b8b4 Compare February 24, 2025 07:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7c3b8b4 to 33a9b0b Compare February 24, 2025 23:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 33a9b0b to 6b2bf82 Compare February 25, 2025 07:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6b2bf82 to 0be8b36 Compare February 25, 2025 13:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0be8b36 to 50ad9e3 Compare February 25, 2025 18:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d35a790 to 09bd2c3 Compare March 2, 2025 13:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 09bd2c3 to aa02551 Compare March 3, 2025 02:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from aa02551 to 04c5de1 Compare March 3, 2025 12:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 04c5de1 to af52dde Compare March 3, 2025 19:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from af52dde to 8a1e927 Compare March 4, 2025 01:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8a1e927 to 3ff39c4 Compare March 4, 2025 07:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3ff39c4 to 0d50da0 Compare March 5, 2025 07:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0d50da0 to 04d2bad Compare March 5, 2025 10:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 04d2bad to be46cac Compare March 5, 2025 14:13
@renovate renovate bot changed the title fix(deps): update all non-major dependencies fix(deps): update all non-major dependencies - autoclosed Mar 5, 2025
@renovate renovate bot closed this Mar 5, 2025
@renovate renovate bot deleted the renovate/all-minor-patch branch March 5, 2025 23:12
@renovate renovate bot changed the title fix(deps): update all non-major dependencies - autoclosed fix(deps): update all non-major dependencies Mar 10, 2025
@renovate renovate bot reopened this Mar 10, 2025
@renovate renovate bot changed the title fix(deps): update all non-major dependencies chore(deps): update all non-major dependencies Mar 10, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from be46cac to 95d0b7d Compare March 10, 2025 05:45
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.80%. Comparing base (6ed6313) to head (e80b686).

Additional details and impacted files
@@           Coverage Diff           @@
##             main       #7   +/-   ##
=======================================
  Coverage   80.80%   80.80%           
=======================================
  Files          78       78           
  Lines        2298     2298           
  Branches      159      159           
=======================================
  Hits         1857     1857           
  Misses        440      440           
  Partials        1        1           

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

@ntnyq ntnyq merged commit e8f5a6c into main Mar 10, 2025
14 checks passed
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.

2 participants
0