chore(deps): update all non-major dependencies #21
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.
Note
Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to
mend[bot]
.This notice will be removed on 2025-10-07.
This PR contains the following updates:
^0.69.3
->^0.70.23
^1.2.2
->^1.2.23
^10.0.3
->^10.2.3
^0.21.9
->^0.21.12
^0.5.7
->^0.6.2
^15.4.3
->^15.5.2
^2.11.1
->^2.13.1
^5.7.3
->^5.9.2
^66.0.0
->^66.5.2
^6.1.0
->^6.3.6
^7.7.2
->^7.7.7
^1.6.3
->^1.6.4
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.2.3
Compare Source
🐞 Bug Fixes
-a
alias support for--all
- by @kingyue737 in #93 (7c0bb)View changes on GitHub
v10.2.2
Compare Source
🐞 Bug Fixes
View changes on GitHub
v10.2.1
Compare Source
🐞 Bug Fixes
View changes on GitHub
v10.2.0
Compare Source
🚀 Features
View changes on GitHub
v10.1.1
Compare Source
🐞 Bug Fixes
View changes on GitHub
v10.1.0
Compare Source
🚀 Features
View changes on GitHub
unjs/changelogen (changelogen)
v0.6.2
Compare Source
compare changes
🩹 Fixes
hideAuthorEmail
arg (#275)📖 Documentation
🌊 Types
config.types
acceptboolean
value (#278)🏡 Chore
❤️ Contributors
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.2
Compare Source
Patch Changes
5561321
Thanks @YimingIsCOLD! - Correctly handle colon (:
) characters in staged filenames.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.1
Compare Source
Patch Changes
#128
2ad5514
Thanks @OlofFredriksson! - fix: postinstall should ignore adding hooks if SKIP_INSTALL_SIMPLE_GIT_HOOKS is defined#130
1abdcd7
Thanks @cexoso! - fix: only get localcoore.hooksPath
configv2.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
Minor Changes
fc2acfc
Thanks @JounQin! - feat: support esm format configsmicrosoft/TypeScript (typescript)
v5.9.2
Compare Source
v5.8.3
Compare Source
v5.8.2
Compare Source
unocss/unocss (unocss)
v66.5.2
Compare Source
🐞 Bug Fixes
$$
selector withnomerge
utils - by @zyyv in #4930 (1a448)View changes on GitHub
v66.5.1
Compare Source
🐞 Bug Fixes
View changes on GitHub
v66.5.0
Compare Source
🚀 Features
🐞 Bug Fixes
mutipass
- by @zyyv in #4891 (3587a)selectorName
by default related to #4882 - by @zyyv in #4882 (45ca1)containers
key in theme preflight close #4870 - by @zyyv in #4870 (84c69)space
÷
aligned with tw4 - by @Jungzl in #4879 (56e58)scale
rule - by @Jungzl in #4881 (c8863)box-shadow
&text-shadow
&drop-shadow
aligned with tw4 - by @Jungzl in #4888 (4e6c2)preset-typography
usage in svelte - by @zyyv in #4900 (79c71)@apply
in grouping selectors - by @Jungzl in #4895 (30bcc)🏎 Performance
View changes on GitHub
v66.4.2
Compare Source
🚀 Features
unoFunctions
option with nested object expressions - by @julienbenac and @zyyv in #4852 (b21e5)nth-
selectors - by @zojize and @zyyv in #4857 (61402)🐞 Bug Fixes
bg-gradient-
- by @YunYouJun and @zyyv in #4848 (4241e)🏎 Performance
crypto.hash
when available - by @Jungzl in #4860 (7fc36)View changes on GitHub
v66.4.1
Compare Source
🐞 Bug Fixes
View changes on GitHub
v66.4.0
Compare Source
🚨 Breaking Changes
🚀 Features
wind3
,wind4
, deleteuno
andwind
- by @9romise and @zyyv in #4833 (e8559)🐞 Bug Fixes
BABEL_TYPES_8_BREAKING
variable to resolve use babel in browser env - by @zyyv (b6769)preset-typography
compatibility withpreset-wind4
on theme variable #4815 - by @zyyv in #4815 (b4375)properties
layer in important postprocessor - by @Jungzl in #4827 (bd60d)View changes on GitHub
v66.3.3
Compare Source
🚀 Features
inert
variant - by @Jungzl in #4790 (d6657)wrap-
utilities - by @zyyv (bf784)bg-size-[<value>]
- by @9romise in #4803 (b735e)🐞 Bug Fixes
View changes on GitHub
v66.3.2
Compare Source
🚀 Features
$pseudo-aria-*
and$pseudo-data-*
variants - by @Jungzl in #4775 (7b76a)🐞 Bug Fixes
View changes on GitHub
v66.3.1
Compare Source
No significant changes
View changes on GitHub
v66.2.3
Compare Source
🚀 Features
View changes on GitHub
v66.2.2
Compare Source
🚀 Features
subsets
&preferStatic
option for fontsource provider - by @Jungzl and @zyyv in #4742 (411de)fonts
layer & optimize test - by @zyyv in #4743 (0228a)@property
and align with tw4 - by @zyyv in #4748 (00aa5)View changes on GitHub
v66.2.1
Compare Source
🚀 Features
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.