Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all patch dependencies #11

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 3, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@rushstack/eslint-patch (source) ^1.10.3 -> ^1.10.4 age adoption passing confidence
autoprefixer ^10.4.19 -> ^10.4.20 age adoption passing confidence
dayjs (source) ^1.11.11 -> ^1.11.13 age adoption passing confidence
eslint (source) ^8.57.0 -> ^8.57.1 age adoption passing confidence
lint-staged ^15.2.5 -> ^15.2.11 age adoption passing confidence
pinia-plugin-persistedstate (source) ^3.2.1 -> ^3.2.3 age adoption passing confidence
postcss (source) ^8.4.38 -> ^8.4.49 age adoption passing confidence
tailwindcss (source) ^3.4.3 -> ^3.4.17 age adoption passing confidence
vant (source) ^4.9.0 -> ^4.9.15 age adoption passing confidence

Release Notes

microsoft/rushstack (@​rushstack/eslint-patch)

v1.10.4

Compare Source

Sat, 27 Jul 2024 00:10:27 GMT

Patches
  • Include CHANGELOG.md in published releases again
postcss/autoprefixer (autoprefixer)

v10.4.20

Compare Source

  • Fixed 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

v15.2.9

Compare Source

Patch Changes
  • #​1463 b69ce2d Thanks @​iiroj! - Set the maximum number of event listeners to the number of tasks. This should silence the console warning MaxListenersExceededWarning: Possible EventEmitter memory leak detected.

v15.2.8

Compare Source

Patch Changes
  • f0480f0 Thanks @​iiroj! - In the previous version the native git 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.js child_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
  • #​1440 a51be80 Thanks @​iiroj! - In the previous version the native git 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 upgrading git to the latest version.

v15.2.6

Compare Source

Patch Changes
  • #​1433 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

v8.4.48

Compare Source

  • Fixed position calculation in error/warnings methods (by @​romainmenke).

v8.4.47

Compare Source

  • Removed debug code.

v8.4.46

Compare Source

  • Fixed Cannot read properties of undefined (reading 'before').

v8.4.45

Compare Source

  • Removed unnecessary fix which could lead to infinite loop.

v8.4.44

Compare Source

  • Another way to fix markClean is not a function error.

v8.4.43

Compare Source

  • Fixed markClean is not a function error.

v8.4.42

Compare Source

  • Fixed CSS syntax error on long minified files (by @​varpstar).

v8.4.41

Compare Source

v8.4.40

Compare Source

  • Moved to getter/setter in nodes types to help Sass team (by @​nex3).

v8.4.39

Compare Source

tailwindlabs/tailwindcss (tailwindcss)

v3.4.17

Compare Source

v3.4.16

Compare Source

Fixed
  • Ensure the TypeScript types for PluginsConfig allow undefined values (#​14668)

Changed

v3.4.15

Compare Source

  • Bump versions for security vulnerabilities (#​14697)
  • Ensure the TypeScript types for the boxShadow theme configuration allows arrays (#​14856)
  • Set fallback for opacity variables to ensure setting colors with the selection:* variant works in Chrome 131 (#​15003)

v3.4.14

Compare Source

Fixed
  • Don't set display: none on elements that use hidden="until-found" (#​14625)

v3.4.13

Compare Source

Fixed
  • Improve source glob verification performance (#​14481)

v3.4.12

Compare Source

v3.4.11

Compare Source

v3.4.10

Compare Source

v3.4.9

Compare Source

Fixed
  • No longer warns when broad glob patterns are detecting vendor folders

v3.4.8

Compare Source

v3.4.7

Compare Source

v3.4.6

Compare Source

Fixed
  • Fix detection of some utilities in Slim/Pug templates (#​14006)
Changed
  • Loosen :is() wrapping rules when using an important selector (#​13900)

v3.4.5

Compare Source

v3.4.4

Compare Source

Fixed
  • Make it possible to use multiple <alpha-value> placeholders in a single color definition (#​13740)
  • Don't prefix classes in arbitrary values of has-*, group-has-*, and peer-has-* variants (#​13770)
  • Support negative values for {col,row}-{start,end} utilities (#​13781)
  • Update embedded browserslist database (#​13792)
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 ⚠️

  • 4.9.14
  • 4.9.13
  • 4.9.12
  • 4.9.11
  • 3.6.15
  • 3.6.14
  • 3.6.13
  • 2.13.5
  • 2.13.4
  • 2.13.3

本次发布是为了修复安全问题。我们发现我们的一名团队成员的 npm token 被盗用,并用于发布多个版本,这些版本带有安全漏洞。我们已经采取了修复措施,并重新发布了 latest 版本。

以下是已经废弃的异常版本,请勿使用 ⚠️

  • 4.9.14
  • 4.9.13
  • 4.9.12
  • 4.9.11
  • 3.6.15
  • 3.6.14
  • 3.6.13
  • 2.13.5
  • 2.13.4
  • 2.13.3

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 🎉
Document 📖
Other Changes

New Contributors

Full Changelog: youzan/vant@v4.9.8...v4.9.9

v4.9.8

Compare Source

What's Changed

New Features 🎉
Bug 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 📖
Other Changes

New Contributors

Full Changelog: youzan/vant@v4.9.1...v4.9.2

v4.9.1

Compare Source

Please refer to Changelog for all changes. | 请访问 更新日志 了解所有更新。

If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all-patch branch 6 times, most recently from 1b90d90 to 4b13357 Compare June 11, 2024 19:49
@renovate renovate bot force-pushed the renovate/all-patch branch 3 times, most recently from 4f49733 to 4352c6b Compare June 14, 2024 17:52
@renovate renovate bot force-pushed the renovate/all-patch branch 2 times, most recently from c30fd05 to 836b497 Compare June 28, 2024 04:36
@renovate renovate bot force-pushed the renovate/all-patch branch 2 times, most recently from 95e12da to 48785ec Compare June 30, 2024 08:22
@renovate renovate bot force-pushed the renovate/all-patch branch 5 times, most recently from 664d4be to 19aaa9a Compare July 16, 2024 16:39
@renovate renovate bot force-pushed the renovate/all-patch branch 5 times, most recently from e23bd2f to c5ad244 Compare July 22, 2024 11:21
@renovate renovate bot force-pushed the renovate/all-patch branch 6 times, most recently from bb6a706 to 3ed3546 Compare July 31, 2024 10:02
@renovate renovate bot force-pushed the renovate/all-patch branch from 3ed3546 to a34b0db Compare August 3, 2024 00:54
@renovate renovate bot force-pushed the renovate/all-patch branch 4 times, most recently from 826502d to 3b6af49 Compare August 15, 2024 10:45
@renovate renovate bot force-pushed the renovate/all-patch branch from 3b6af49 to eaa0e0b Compare August 20, 2024 16:42
@renovate renovate bot force-pushed the renovate/all-patch branch 6 times, most recently from 40ed4fa to 0c59187 Compare September 4, 2024 12:34
@renovate renovate bot force-pushed the renovate/all-patch branch 3 times, most recently from 39164e8 to 199a9d2 Compare September 11, 2024 19:35
@renovate renovate bot force-pushed the renovate/all-patch branch 4 times, most recently from 287def7 to 2adebe3 Compare September 17, 2024 16:58
@renovate renovate bot force-pushed the renovate/all-patch branch from 2adebe3 to 52ea67f Compare November 2, 2024 18:00
@renovate renovate bot force-pushed the renovate/all-patch branch 4 times, most recently from 3701948 to e772470 Compare November 17, 2024 16:48
@renovate renovate bot force-pushed the renovate/all-patch branch 3 times, most recently from 79b6970 to 2daa097 Compare December 10, 2024 15:09
@renovate renovate bot force-pushed the renovate/all-patch branch 2 times, most recently from 04c9724 to 2a8f373 Compare December 19, 2024 02:02
@renovate renovate bot force-pushed the renovate/all-patch branch from 2a8f373 to 32e7146 Compare December 19, 2024 04:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants