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

ci(dev-deps): update all non-major dependencies #278

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 1, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@rebeccastevens/eslint-config 3.6.3 -> 3.7.0 age adoption passing confidence devDependencies minor
@types/node (source) 22.13.9 -> 22.13.10 age adoption passing confidence devDependencies patch
@vitest/eslint-plugin 1.1.36 -> 1.1.37 age adoption passing confidence devDependencies patch
eslint-import-resolver-typescript 3.8.3 -> 3.8.6 age adoption passing confidence devDependencies patch
eslint-plugin-jsdoc 50.6.3 -> 50.6.6 age adoption passing confidence devDependencies patch
github/accessibility-alt-text-bot v1.6.0 -> v1.7.1 age adoption passing confidence action minor
knip (source) 5.45.0 -> 5.46.0 age adoption passing confidence devDependencies minor
lint-staged 15.4.3 -> 15.5.0 age adoption passing confidence devDependencies minor
pnpm (source) 10.6.1 -> 10.6.3 age adoption passing confidence packageManager patch
rollup (source) 4.34.9 -> 4.35.0 age adoption passing confidence devDependencies minor

Release Notes

RebeccaStevens/eslint-config-rebeccastevens (@​rebeccastevens/eslint-config)

v3.7.0

Compare Source

Features

3.6.3 (2025-02-24)

Bug Fixes

3.6.2 (2025-02-23)

Bug Fixes
  • rely on upstream for turning off rules for prettier (9d2cf76)

3.6.1 (2025-02-19)

Bug Fixes
  • remove deprecated rules (3e13442)
vitest-dev/eslint-plugin-vitest (@​vitest/eslint-plugin)

v1.1.37

Compare Source

Features

What's Changed

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.1.36...v1.1.37

import-js/eslint-import-resolver-typescript (eslint-import-resolver-typescript)

v3.8.6

Compare Source

Patch Changes

v3.8.5

Compare Source

Patch Changes

v3.8.4

Compare Source

Patch Changes
gajus/eslint-plugin-jsdoc (eslint-plugin-jsdoc)

v50.6.6

Compare Source

Bug Fixes
  • empty-tags: allow for JSDoc-block final asterisks; fixes #​670 (23b4bfa)

v50.6.5

Compare Source

v50.6.4

Compare Source

Bug Fixes
github/accessibility-alt-text-bot (github/accessibility-alt-text-bot)

v1.7.1

Compare Source

What's Changed

Full Changelog: github/accessibility-alt-text-bot@v1.7.0...v1.7.1

v1.7.0

Compare Source

What's Changed

Docs
Experimental

Full Changelog: github/accessibility-alt-text-bot@v1.6.0...v1.7.0

webpro-nl/knip (knip)

v5.46.0

Compare Source

lint-staged/lint-staged (lint-staged)

v15.5.0

Compare Source

Minor Changes
  • #​1526 630af5f Thanks @​iiroj! - Lint-staged no longer resets to the original state when preventing an empty git commit. This happens when your configured tasks reset all the staged changes, typically when trying to commit formatting changes which conflict with your linter setup like ESLint or Prettier.
Example with Prettier

By default Prettier prefers double quotes.

Previously
  1. Stage file.js with only double quotes " changed to '
  2. Run git commit -am "I don't like double quotes"
  3. Lint-staged runs prettier --write file.js, converting all the ' back to "
  4. Because there are now no changes, lint-staged fails, cancels the commit, and resets back to the original state
  5. Commit was not done, original state is restored and single quotes ' are staged
Now
  1. Stage file.js with only double-quotes " changed to '
  2. Run git commit -am "I don't like double quotes"
  3. Lint-staged runs prettier --write file.js, converting all the ' back to "
  4. Because there are now no changes, lint-staged fails and cancels the commit
  5. Commit was not done, and there are no staged changes
pnpm/pnpm (pnpm)

v10.6.3

Compare Source

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.
rollup/rollup (rollup)

v4.35.0

Compare Source

2025-03-08

Features
  • Pass build errors to the closeBundle hook (#​5867)
Pull Requests

Configuration

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

🚦 Automerge: Enabled.

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 💙 Renovate Type: Maintenance Generic maintenance tasks, e.g., package updates. labels Mar 1, 2025
Copy link

codecov bot commented Mar 1, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 0.00%. Comparing base (ca9ab27) to head (3ee4ae5).

Additional details and impacted files
@@          Coverage Diff          @@
##            main    #278   +/-   ##
=====================================
  Coverage   0.00%   0.00%           
=====================================
  Files          1       1           
  Lines          3       3           
=====================================
  Misses         3       3           

☔ 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 14 times, most recently from 2bed5cc to 99a9bf8 Compare March 7, 2025 02:56
@renovate renovate bot changed the title ci(dev-deps): update all non-major dependencies ci(dev-deps): update github/accessibility-alt-text-bot action to v1.7.1 Mar 8, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from f4f18c1 to 5a3c9f1 Compare March 8, 2025 10:21
@renovate renovate bot changed the title ci(dev-deps): update github/accessibility-alt-text-bot action to v1.7.1 ci(dev-deps): update all non-major dependencies Mar 8, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 865f18f to 0815241 Compare March 13, 2025 06:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0815241 to 3ee4ae5 Compare March 13, 2025 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💙 Renovate Type: Maintenance Generic maintenance tasks, e.g., package updates.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants