chore(deps): update all non-major dependencies #234
Merged
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:
2.2.131
->2.2.183
0.58.0
->0.58.5
0.58.0
->0.58.5
0.58.0
->0.58.5
0.58.0
->0.58.5
0.58.0
->0.58.5
0.58.0
->0.58.5
0.58.0
->0.58.5
1.5.0
->1.6.0
1.70.0
->1.71.0
0.58.0
->0.58.5
Release Notes
iconify/icon-sets (@iconify/json)
v2.2.183
Compare Source
v2.2.182
Compare Source
v2.2.181
Compare Source
v2.2.180
Compare Source
v2.2.179
Compare Source
v2.2.178
Compare Source
v2.2.177
Compare Source
v2.2.176
Compare Source
v2.2.175
Compare Source
v2.2.174
Compare Source
v2.2.173
Compare Source
v2.2.172
Compare Source
v2.2.171
Compare Source
v2.2.170
Compare Source
v2.2.169
Compare Source
v2.2.168
Compare Source
v2.2.167
Compare Source
v2.2.166
Compare Source
v2.2.165
Compare Source
v2.2.164
Compare Source
v2.2.163
Compare Source
v2.2.162
Compare Source
v2.2.161
Compare Source
v2.2.160
Compare Source
v2.2.159
Compare Source
v2.2.158
Compare Source
v2.2.157
Compare Source
v2.2.156
Compare Source
v2.2.155
Compare Source
v2.2.154
Compare Source
v2.2.153
Compare Source
v2.2.152
Compare Source
v2.2.151
Compare Source
v2.2.150
Compare Source
v2.2.149
Compare Source
v2.2.148
Compare Source
v2.2.147
Compare Source
v2.2.146
Compare Source
v2.2.145
Compare Source
v2.2.144
Compare Source
v2.2.143
Compare Source
v2.2.142
Compare Source
v2.2.141
Compare Source
v2.2.140
Compare Source
v2.2.139
Compare Source
v2.2.138
Compare Source
v2.2.137
Compare Source
v2.2.136
Compare Source
v2.2.135
Compare Source
v2.2.134
Compare Source
v2.2.133
Compare Source
v2.2.132
Compare Source
unocss/unocss (@unocss/preset-attributify)
v0.58.5
Compare Source
🚀 Features
collectionsNodeResolvePath
option - by @antfu (521f8)🐞 Bug Fixes
important
string option - by @Jungzl in https://github.com/unocss/unocss/issues/3544 (c3ab3)View changes on GitHub
v0.58.4
Compare Source
🚀 Features
important
option - by @xsjcTony in https://github.com/unocss/unocss/issues/3484 (0ba92)🐞 Bug Fixes
position
type for jsx - by @xsjcTony in https://github.com/unocss/unocss/issues/3528 (cb084)View changes on GitHub
v0.58.3
Compare Source
🚀 Features
appearance-auto
utility - by @navorite in https://github.com/unocss/unocss/issues/3470 (7c34b)svh
,lvh
anddvh
values to default theme - by @navorite and @antfu in https://github.com/unocss/unocss/issues/3469 (7ec12)🐞 Bug Fixes
View changes on GitHub
v0.58.2
Compare Source
🚀 Features
strictAnnotationMatch
and turn on by default, close #3278 - by @antfu in https://github.com/unocss/unocss/issues/3278 (8cbe6)🐞 Bug Fixes
View changes on GitHub
v0.58.1
Compare Source
🚀 Features
size-*
shorthand - by @Mini-ghost, @zyyv and @antfu in https://github.com/unocss/unocss/issues/3425 (7623e)gap-(col - by @​yheuhtozr and @​antfu [<samp>(row)-)</samp>](https://togithub.com/unocss/unocss/commit/row)-
shorthands (#3423))🐞 Bug Fixes
View changes on GitHub
ota-meshi/postcss-html (postcss-html)
v1.6.0
Compare Source
What's Changed
Full Changelog: ota-meshi/postcss-html@v1.5.0...v1.6.0
sass/dart-sass (sass)
v1.71.0
Compare Source
For more information about
pkg:
importers, see theannouncement on the Sass blog.
Command-Line Interface
--pkg-importer
flag to enable built-inpkg:
importers. Currentlythis only supports the Node.js package resolution algorithm, via
--pkg-importer=node
. For example,@use "pkg:bootstrap"
will loadnode_modules/bootstrap/scss/bootstrap.scss
.JavaScript API
NodePackageImporter
importer that can be passed to theimporters
option. This loads files using the
pkg:
URL scheme according to the Node.jspackage resolution algorithm. For example,
@use "pkg:bootstrap"
will loadnode_modules/bootstrap/scss/bootstrap.scss
. The constructor takes a singleoptional argument, which indicates the base directory to use when locating
node_modules
directories. It defaults topath.dirname(require.main.filename)
.Dart API
NodePackageImporter
importer that can be passed to theimporters
option. This loads files using the
pkg:
URL scheme according to the Node.jspackage resolution algorithm. For example,
@use "pkg:bootstrap"
will loadnode_modules/bootstrap/scss/bootstrap.scss
. The constructor takes a singleargument, which indicates the base directory to use when locating
node_modules
directories.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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 has been generated by Mend Renovate. View repository job log here.