-
Notifications
You must be signed in to change notification settings - Fork 498
chore(deps): update all non-major dependencies #710
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
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@renovate
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
5 times, most recently
from
March 12, 2025 22:55
2c5300c
to
dbdb308
Compare
@renovate
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
March 13, 2025 06:12
dbdb308
to
79bf780
Compare
cexbrayat
cexbrayat
approved these changes
Mar 13, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
This PR contains the following updates:
^22.13.9
->^22.13.10
^1.1.36
->^1.1.37
^134.0.0
->^134.0.2
^14.1.0
->^14.2.0
^15.4.3
->^15.5.0
10.6.1
->10.6.2
^2.0.10
->^2.0.11
^8.4.0
->^8.4.1
Release Notes
vitest-dev/eslint-plugin-vitest (@vitest/eslint-plugin)
v1.1.37
Compare Source
Features
name
property to configs (#680) (ded95d9)What's Changed
name
property to configs by @aryaemami59 in https://github.com/vitest-dev/eslint-plugin-vitest/pull/680Full Changelog: vitest-dev/eslint-plugin-vitest@v1.1.36...v1.1.37
giggio/node-chromedriver (chromedriver)
v134.0.2
Compare Source
v134.0.1
Compare Source
cypress-io/cypress (cypress)
v14.2.0
Compare Source
Changelog: https://docs.cypress.io/app/references/changelog#14-2-0
lint-staged/lint-staged (lint-staged)
v15.5.0
Compare Source
Minor Changes
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
file.js
with only double quotes"
changed to'
git commit -am "I don't like double quotes"
prettier --write file.js
, converting all the'
back to"
'
are stagedNow
file.js
with only double-quotes"
changed to'
git commit -am "I don't like double quotes"
prettier --write file.js
, converting all the'
back to"
pnpm/pnpm (pnpm)
v10.6.2
Compare Source
Patch Changes
pnpm self-update
should always update the version in thepackageManager
field ofpackage.json
.pnpm patch-commit
will now use the same filesystem as the store directory to compare and create patch files.--loglevel=error
is used.peerDependencyRules
should be set inpnpm-workspace.yaml
to take effect.bahmutov/start-server-and-test (start-server-and-test)
v2.0.11
Compare Source
google/zx (zx)
v8.4.1
: – Rusty ElbowCompare Source
Logger enhancements are arriving in this release. #1119 #1122 #1123 #1125
Configuration
📅 Schedule: Branch creation - "* 0-3 * * 1" (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.
This PR was generated by Mend Renovate. View the repository job log.