-
-
Notifications
You must be signed in to change notification settings - Fork 0
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 #12
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/all-minor-patch
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
commit: |
0df975d
to
a606914
Compare
5a4a89a
to
a606914
Compare
a606914
to
e83940f
Compare
67c29f0
to
b9c5eab
Compare
627b733
to
1cc27fb
Compare
6344368
to
68065c9
Compare
a6a3348
to
ac7a4e1
Compare
bf25ce7
to
f8dd138
Compare
f8dd138
to
3dd0043
Compare
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.
This PR contains the following updates:
^0.69.3
->^0.70.10
^1.2.2
->^1.2.5
^10.0.3
->^10.1.0
^0.7.0
->^0.8.2
^0.5.7
->^0.6.1
^15.4.3
->^15.5.0
^2.11.1
->^2.12.1
^5.7.3
->^5.8.2
Release Notes
stacksjs/stacks (@stacksjs/docs)
v0.70.10
Compare Source
No significant changes
View changes on GitHub
v0.70.9
Compare Source
No significant changes
View changes on GitHub
v0.70.8
Compare Source
No significant changes
View changes on GitHub
v0.70.7
Compare Source
No significant changes
View changes on GitHub
v0.70.6
Compare Source
No significant changes
View changes on GitHub
v0.70.5
Compare Source
No significant changes
View changes on GitHub
v0.70.4
Compare Source
No significant changes
View changes on GitHub
v0.70.3
Compare Source
No significant changes
View changes on GitHub
v0.70.2
Compare Source
No significant changes
View changes on GitHub
v0.70.1
Compare Source
compare changes
🏡 Chore
❤️ Contributors
v0.70.0
Compare Source
compare changes
🏡 Chore
❤️ Contributors
antfu-collective/bumpp (bumpp)
v10.1.0
Compare Source
🚀 Features
View changes on GitHub
stacksjs/bunfig (bunfig)
v0.8.2
Compare Source
No significant changes
View changes on GitHub
v0.8.1
Compare Source
compare changes
🏡 Chore
❤️ Contributors
v0.8.0
Compare Source
compare changes
🏡 Chore
❤️ Contributors
unjs/changelogen (changelogen)
v0.6.1
Compare Source
compare changes
🩹 Fixes
cwd
in more places before running commands (#266)🏡 Chore
✅ Tests
❤️ Contributors
v0.6.0
Compare Source
compare changes
🚀 Enhancements
noAuthors
option (#183)🩹 Fixes
https
proto for author's github link (#225)https
proto for author's github link in tests (#226)💅 Refactors
📦 Build
🏡 Chore
✅ Tests
❤️ Contributors
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"
toplenboren/simple-git-hooks (simple-git-hooks)
v2.12.1
Compare Source
What's Changed
Full Changelog: toplenboren/simple-git-hooks@2.11.1...2.12.1
microsoft/TypeScript (typescript)
v5.8.2
Compare Source
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.
This PR was generated by Mend Renovate. View the repository job log.