chore(deps): update all patch dependencies #11
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:
^1.10.3
->^1.10.4
^10.4.19
->^10.4.20
^1.11.11
->^1.11.13
^8.57.0
->^8.57.1
^15.2.5
->^15.2.11
^3.2.1
->^3.2.3
^8.4.38
->^8.4.49
^3.4.3
->^3.4.17
^4.9.0
->^4.9.15
Release Notes
microsoft/rushstack (@rushstack/eslint-patch)
v1.10.4
Compare Source
Sat, 27 Jul 2024 00:10:27 GMT
Patches
postcss/autoprefixer (autoprefixer)
v10.4.20
Compare Source
fit-content
prefix for Firefox.iamkun/dayjs (dayjs)
v1.11.13
Compare Source
v1.11.12
Compare Source
Bug Fixes
eslint/eslint (eslint)
v8.57.1
Compare Source
lint-staged/lint-staged (lint-staged)
v15.2.11
Compare Source
Patch Changes
#1484
bcfe309
Thanks @wormsik! - Escape paths containing spaces when using the "shell" option.#1487
7dd8caa
Thanks @iiroj! - Do not treat submodule root paths as "staged files". This caused lint-staged to fail to a Git error when only updating the revision of a submodule.v15.2.10
Compare Source
Patch Changes
e3f283b
Thanks @iiroj! - Update minor dependencies, includingmicromatch@~4.0.8
.v15.2.9
Compare Source
Patch Changes
b69ce2d
Thanks @iiroj! - Set the maximum number of event listeners to the number of tasks. This should silence the console warningMaxListenersExceededWarning: Possible EventEmitter memory leak detected
.v15.2.8
Compare Source
Patch Changes
f0480f0
Thanks @iiroj! - In the previous version the nativegit rev-parse --show-toplevel
command was taken into use for resolving the current git repo root. This version switched the--show-toplevel
flag with--show-cdup
, because on Git installed via MSYS2 the former was returning absolute paths that do not work with Node.jschild_process
. The new flag returns a path relative to the working directory, avoiding the issue.The GitHub Actions workflow has been updated to install Git via MSYS2, to ensure better future compatibility; using the default Git binary in the GitHub Actions runner was working correctly even with MSYS2.
v15.2.7
Compare Source
Patch Changes
a51be80
Thanks @iiroj! - In the previous version the nativegit rev-parse --show-toplevel
command was taken into use for resolving the current git repo root. This version drops the--path-format=absolute
option to support earlier git versions since it's also the default behavior. If you are still having trouble, please try upgradinggit
to the latest version.v15.2.6
Compare Source
Patch Changes
119adb2
Thanks @iiroj! - Use native "git rev-parse" commands to determine git repo root directory and the .git config directory, instead of using custom logic. This hopefully makes path resolution more robust on non-POSIX systems.prazdevs/pinia-plugin-persistedstate (pinia-plugin-persistedstate)
v3.2.3
Compare Source
v3.2.2
Compare Source
postcss/postcss (postcss)
v8.4.49
Compare Source
source.offset
(by @romainmenke).v8.4.48
Compare Source
v8.4.47
Compare Source
v8.4.46
Compare Source
Cannot read properties of undefined (reading 'before')
.v8.4.45
Compare Source
v8.4.44
Compare Source
markClean is not a function
error.v8.4.43
Compare Source
markClean is not a function
error.v8.4.42
Compare Source
v8.4.41
Compare Source
v8.4.40
Compare Source
v8.4.39
Compare Source
CssSyntaxError
types (by @romainmenke).tailwindlabs/tailwindcss (tailwindcss)
v3.4.17
Compare Source
v3.4.16
Compare Source
Fixed
PluginsConfig
allowundefined
values (#14668)Changed
v3.4.15
Compare Source
boxShadow
theme configuration allows arrays (#14856)selection:*
variant works in Chrome 131 (#15003)v3.4.14
Compare Source
Fixed
display: none
on elements that usehidden="until-found"
(#14625)v3.4.13
Compare Source
Fixed
v3.4.12
Compare Source
v3.4.11
Compare Source
v3.4.10
Compare Source
v3.4.9
Compare Source
Fixed
vendor
foldersv3.4.8
Compare Source
v3.4.7
Compare Source
v3.4.6
Compare Source
Fixed
Changed
:is()
wrapping rules when using an important selector (#13900)v3.4.5
Compare Source
v3.4.4
Compare Source
Fixed
<alpha-value>
placeholders in a single color definition (#13740)has-*
,group-has-*
, andpeer-has-*
variants (#13770){col,row}-{start,end}
utilities (#13781)vant-ui/vant (vant)
v4.9.15
This release is to fix a security issue. We found that one of our team members' npm token was stolen and used to release multiple versions with security vulnerabilities. We have taken measures to fix it and re-released the latest version.
The following are deprecated versions, please do not use⚠️
本次发布是为了修复安全问题。我们发现我们的一名团队成员的 npm token 被盗用,并用于发布多个版本,这些版本带有安全漏洞。我们已经采取了修复措施,并重新发布了 latest 版本。
以下是已经废弃的异常版本,请勿使用⚠️
v4.9.10
Compare Source
What's Changed
New Features 🎉
Document 📖
Other Changes
New Contributors
Full Changelog: youzan/vant@v4.9.9...v4.9.10
v4.9.9
Compare Source
What's Changed
New Features 🎉
keyboardEnabled
prop by @lzxiaoqi in https://github.com/youzan/vant/pull/13178Document 📖
inputmode
to document by @chenjiahan in https://github.com/youzan/vant/pull/13214Other Changes
New Contributors
Full Changelog: youzan/vant@v4.9.8...v4.9.9
v4.9.8
Compare Source
What's Changed
New Features 🎉
text
slot by @yuyinws in https://github.com/youzan/vant/pull/13127Bug Fixes 🐞
Document 📖
Other Changes
New Contributors
Full Changelog: youzan/vant@v4.9.7...v4.9.8
v4.9.7
Compare Source
What's Changed
Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: youzan/vant@v4.9.6...v4.9.7
v4.9.6
Compare Source
What's Changed
Bug Fixes 🐞
Other Changes
New Contributors
Full Changelog: youzan/vant@v4.9.5...v4.9.6
v4.9.5
Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes
New Contributors
Full Changelog: youzan/vant@v4.9.4...v4.9.5
v4.9.4
Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes
New Contributors
Full Changelog: youzan/vant@v4.9.3...v4.9.4
v4.9.3
Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: youzan/vant@v4.9.2...v4.9.3
v4.9.2
Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
plain
prop #12962 by @namefhf in https://github.com/youzan/vant/pull/12963Other Changes
New Contributors
Full Changelog: youzan/vant@v4.9.1...v4.9.2
v4.9.1
Compare Source
If you want to rebase/retry this PR, check this boxThis PR was generated by Mend Renovate. View the repository job log.