chore(deps): update all non-major dependencies #7
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.23
^1.2.2
->^1.2.10
^10.0.2
->^10.1.0
^0.5.3
->^0.8.2
^0.5.7
->^0.6.1
^15.4.3
->^15.5.1
^2.11.1
->^2.13.0
^5.7.3
->^5.8.3
^65.4.3
->^65.5.0
Release Notes
stacksjs/stacks (@stacksjs/docs)
v0.70.23
Compare Source
What's Changed
Full Changelog: stacksjs/stacks@v0.70.22...v0.70.23
v0.70.22
Compare Source
Full Changelog: stacksjs/stacks@v0.70.21...v0.70.22
v0.70.21
Compare Source
Full Changelog: stacksjs/stacks@v0.70.20...v0.70.21
v0.70.19
Compare Source
What's Changed
Full Changelog: stacksjs/stacks@v0.70.18...v0.70.19
v0.70.18
Compare Source
Full Changelog: stacksjs/stacks@v0.70.17...v0.70.18
v0.70.17
Compare Source
What's Changed
Full Changelog: stacksjs/stacks@v0.70.16...v0.70.17
v0.70.16
Compare Source
Full Changelog: stacksjs/stacks@v0.70.15...v0.70.16
v0.70.15
Compare Source
Full Changelog: stacksjs/stacks@v0.70.14...v0.70.15
v0.70.14
Compare Source
Full Changelog: stacksjs/stacks@v0.70.13...v0.70.14
v0.70.13
Compare Source
Full Changelog: stacksjs/stacks@v0.70.12...v0.70.13
v0.70.12
Compare Source
No significant changes
View changes on GitHub
v0.70.11
Compare Source
No significant changes
View changes on GitHub
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
v10.0.3
Compare Source
🐞 Bug Fixes
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
v0.7.0
Compare Source
compare changes
🚀 Enhancements
config(opts)
export (a318e2c)🏡 Chore
bunfig
(4ad2cfc)deepMerge
(e57d8bc)❤️ Contributors
v0.6.0
Compare Source
compare changes
🚀 Enhancements
tryLoadConfig
(9db46cf)🏡 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.1
Compare Source
Patch Changes
#1533
5d53534
Thanks @iiroj! - Improve listing of staged files so that lint-staged doesn't crash when encountering an uninitialized submodule. This should result in less errors like: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.13.0
Compare Source
Minor Changes
#121
d9d7823
Thanks @chouchouji! - feat: only remove some hooks that are not inpreserveUnused
option#125
8486a22
Thanks @nathanwhit! - feat: supportdeno
'snode_modules
structure#127
8bb9818
Thanks @yyz945947732! - feat: optimize the migration experience fromhusky
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.3
Compare Source
v5.8.2
Compare Source
unocss/unocss (unocss)
v65.5.0
Compare Source
🚀 Features
container-type: size
support for@container
rule - by @eyemono-moe in https://github.com/unocss/unocss/issues/4423 (2c509)🐞 Bug Fixes
inline/block
screen unit - by @zyyv in https://github.com/unocss/unocss/issues/4387 (70b80)View changes on GitHub
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.