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.
This PR contains the following updates:
^0.69.3
->^0.70.23
^1.2.2
->^1.2.16
^10.0.3
->^10.1.1
^0.21.9
->^0.21.12
^0.5.7
->^0.6.1
^15.4.3
->^15.5.2
^2.11.1
->^2.13.0
^5.7.3
->^5.8.3
^66.0.0
->^66.2.0
^6.1.0
->^6.3.5
^7.7.2
->^7.7.6
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.1
Compare Source
🐞 Bug Fixes
View changes on GitHub
v10.1.0
Compare Source
🚀 Features
View changes on GitHub
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.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.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.8.3
Compare Source
v5.8.2
Compare Source
unocss/unocss (unocss)
v66.2.0
Compare Source
🚀 Features
color-interpolation-method
parsed - by @zyyv in https://github.com/unocss/unocss/issues/4729 (ce433)🐞 Bug Fixes
View changes on GitHub
v66.1.4
Compare Source
🚀 Features
@unocss !<layer-name>
to exclude a layer - by @songpola and @zyyv in https://github.com/unocss/unocss/issues/4698 (bd9c9)🐞 Bug Fixes
resolveId
- by @songpola in https://github.com/unocss/unocss/issues/4702 (a2acc)🏎 Performance
support-
variant close #4704 - by @zyyv in https://github.com/unocss/unocss/issues/4704 (8224a)View changes on GitHub
v66.1.3
Compare Source
🚀 Features
font-
syntax - by @zyyv in https://github.com/unocss/unocss/issues/4672 (708d5)🐞 Bug Fixes
@apply
should respectnoMerge
meta - by @antfu in https://github.com/unocss/unocss/issues/4686 (a2256)align-
rules close #4670 - by @zyyv in https://github.com/unocss/unocss/issues/4670 (57ab9)properties
layer in important postprocessor - by @zyyv in https://github.com/unocss/unocss/issues/4692 (139c3)w/h
size from theme spacing close #4693 - by @zyyv in https://github.com/unocss/unocss/issues/4693 (e9864)outline-none
rule - by @zyyv in https://github.com/unocss/unocss/issues/4695 (804b7)@screen
transformer - by @onmax and @zyyv in https://github.com/unocss/unocss/issues/4681 (d097c)View changes on GitHub
v66.1.2
Compare Source
🚀 Features
pseudo
syntax - by @zyyv in https://github.com/unocss/unocss/issues/4665 (c5514)🐞 Bug Fixes
content
rules - by @zyyv (47176)outline
rule close #4650 - by @zyyv in https://github.com/unocss/unocss/issues/4650 (4d27c)View changes on GitHub
v66.1.1
Compare Source
🚀 Features
field-sizing
rule - by @zyyv (61dad)noscript
&scripting
variant in Tailwind 4.1 - by @OverflowCat and @zyyv in https://github.com/unocss/unocss/issues/4637 (11bb7)🐞 Bug Fixes
leading-none
utility - by @danielwaltz in https://github.com/unocss/unocss/issues/4640 (81b49)ring
rule withbracket
close #4618 - by @zyyv in https://github.com/unocss/unocss/issues/4618 (89f75)presetWind4
parse error with@apply
(2) - by @Simon-He95 and @zyyv in https://github.com/unocss/unocss/issues/4643 (30122)View changes on GitHub
v66.1.0
Compare Source
🚨 Breaking Changes
🚀 Features
cssValueInput
type in static rule - by @zyyv in https://github.com/unocss/unocss/issues/4494 (0bbd9)cacheMap
increateCDNFetchLoader
- by @antfu (5eae7)preset-wind4
- by @zyyv in https://github.com/unocss/unocss/issues/4439 (35555)preset-wind4
- by @zyyv in https://github.com/unocss/unocss/issues/4458 (e5f79)processThemeVars
option - by @zyyv in https://github.com/unocss/unocss/issues/4533 (44cb5)utilityResolver
option support utility convert - by @zyyv in https://github.com/unocss/unocss/issues/4544 (a8864)🐞 Bug Fixes
unconfig
- by @sxzz in https://github.com/unocss/unocss/issues/4470 (14e1d)CountableSet
on standard class field semantics - by @hi-ogawa and @zyyv in https://github.com/unocss/unocss/issues/4437 (6deb9)operators
type toCSSEntry
& resovle negative value intranslate
- by @Simon-He95 and @zyyv in https://github.com/unocss/unocss/issues/4601 (7f4f7)shiki
usage & removenuxt/devtools
dep - by @zyyv (4523a)colorResolver
matchesundefined
- by @zyyv in https://github.com/unocss/unocss/issues/4578 (88aa9)aria
&data
- by @zyyv in https://github.com/unocss/unocss/issues/4608 (ee370)defaults
key close #4480 - by @zyyv in https://github.com/unocss/unocss/issues/4480 (63744)presetWind4
ring rules - by @praburangki in https://github.com/unocss/unocss/issues/4539 (7b99b)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.