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 non-major dependencies #80

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

Conversation

zhixiaoqiang
Copy link
Owner

@zhixiaoqiang zhixiaoqiang commented Nov 21, 2023

This PR contains the following updates:

Package Type Update Change
@changesets/cli (source) devDependencies minor 2.26.1 -> 2.27.10
@commitlint/cli (source) devDependencies minor 17.6.5 -> 17.8.1
@commitlint/config-conventional (source) devDependencies minor 17.6.5 -> 17.8.1
@types/file-saver (source) devDependencies patch 2.0.5 -> 2.0.7
@types/node (source) devDependencies minor 18.16.16 -> 18.19.67
@typescript-eslint/eslint-plugin (source) devDependencies minor 5.59.9 -> 5.62.0
@typescript-eslint/parser (source) devDependencies minor 5.59.9 -> 5.62.0
@vant/use (source) dependencies minor 1.5.1 -> 1.6.0
@vitejs/plugin-vue (source) devDependencies minor 4.2.3 -> 4.6.2
@vue/compiler-sfc (source) devDependencies minor 3.3.4 -> 3.5.13
@vue/repl dependencies minor ^1.4.1 -> ^1.5.0
JamesIves/github-pages-deploy-action action minor v4.4.2 -> v4.7.2
actions/first-interaction action minor v1.1.1 -> v1.3.0
eslint (source) devDependencies minor 8.42.0 -> 8.57.1
eslint-module-utils (source) devDependencies minor 2.8.0 -> 2.12.0
eslint-plugin-import devDependencies minor 2.27.5 -> 2.31.0
eslint-plugin-promise devDependencies minor 6.1.1 -> 6.6.0
eslint-plugin-vue (source) devDependencies minor 9.14.1 -> 9.32.0
fflate (source) dependencies patch ^0.8.0 -> ^0.8.2
lint-staged devDependencies minor 13.2.2 -> 13.3.0
markdownlint-cli2 devDependencies minor 0.7.1 -> 0.16.0
sort-package-json devDependencies minor 2.4.1 -> 2.12.0
vant (source) dependencies minor 4.4.1 -> 4.9.10
vite (source) devDependencies minor 4.3.9 -> 4.5.5
vue (source) dependencies minor 3.3.4 -> 3.5.13
vue-eslint-parser devDependencies minor 9.3.0 -> 9.4.3
wireit devDependencies minor 0.9.5 -> 0.14.9
zx (source) devDependencies patch 7.2.2 -> 7.2.3

Release Notes

changesets/changesets (@​changesets/cli)

v2.27.10

Compare Source

Patch Changes

v2.27.9

Compare Source

Patch Changes

v2.27.8

Compare Source

Patch Changes

v2.27.7

Compare Source

Patch Changes

v2.27.6

Compare Source

Patch Changes

v2.27.5

Compare Source

Patch Changes

v2.27.4

Compare Source

Patch Changes

v2.27.3

Compare Source

Patch Changes
  • #​1357 18c966a Thanks @​Andarist! - Fixed an issue with changeset status executed without since argument. It should now correctly use the configured base branch as the default value.

v2.27.2

Compare Source

Patch Changes

v2.27.1

Compare Source

Patch Changes
  • #​1267 86cfff1 Thanks @​Andarist! - Make ./bin.js available through package.json#exports to fix compatibility with changesets/action.

v2.27.0

Compare Source

Minor Changes
Patch Changes

v2.26.2

Compare Source

Patch Changes
conventional-changelog/commitlint (@​commitlint/cli)

v17.8.1

Compare Source

Note: Version bump only for package @​commitlint/cli

v17.8.0

Compare Source

Note: Version bump only for package @​commitlint/cli

17.7.2 (2023-09-28)

Note: Version bump only for package @​commitlint/cli

17.7.1 (2023-08-10)

Note: Version bump only for package @​commitlint/cli

v17.7.2

Compare Source

Note: Version bump only for package @​commitlint/cli

v17.7.1

Compare Source

Note: Version bump only for package @​commitlint/cli

v17.7.0

Compare Source

Note: Version bump only for package @​commitlint/cli

17.6.7 (2023-07-19)

Note: Version bump only for package @​commitlint/cli

17.6.6 (2023-06-24)

Note: Version bump only for package @​commitlint/cli

17.6.5 (2023-05-30)

Note: Version bump only for package @​commitlint/cli

17.6.3 (2023-05-04)

Note: Version bump only for package @​commitlint/cli

17.6.1 (2023-04-14)

Note: Version bump only for package @​commitlint/cli

v17.6.7

Compare Source

Note: Version bump only for package @​commitlint/cli

v17.6.6

Compare Source

Note: Version bump only for package @​commitlint/cli

conventional-changelog/commitlint (@​commitlint/config-conventional)

v17.8.1

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v17.8.0

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v17.7.0

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

17.6.7 (2023-07-19)

Note: Version bump only for package @​commitlint/config-conventional

17.6.6 (2023-06-24)

Note: Version bump only for package @​commitlint/config-conventional

17.6.5 (2023-05-30)

Note: Version bump only for package @​commitlint/config-conventional

17.6.3 (2023-05-04)

Note: Version bump only for package @​commitlint/config-conventional

17.6.1 (2023-04-14)

Note: Version bump only for package @​commitlint/config-conventional

v17.6.7

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v17.6.6

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v5.62.0

Compare Source

Bug Fixes
  • eslint-plugin: [comma-spacing] allow no space after trailing comma in objects and arrays (#​6938) (24bdacc)
  • eslint-plugin: [prefer-includes] escape special characters (#​7161) (5a347a5), closes #​7145
  • eslint-plugin: replace auto-fix of class literal property style rule with suggestion (#​7054) (a8c824a)
Features
  • eslint-plugin: [prefer-nullish-coalescing] add ignorePrimitives option (#​6487) (6edaa04)

You can read about our versioning strategy and releases on our website.

v5.61.0

Compare Source

Features

You can read about our versioning strategy and releases on our website.

5.60.1 (2023-06-26)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

You can read about our versioning strategy and releases on our website.

v5.60.1

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

You can read about our versioning strategy and releases on our website.

v5.60.0

Compare Source

Features
  • eslint-plugin: [restrict-plus-operands] add allow* options (#​6161) (def09f8)

5.59.11 (2023-06-12)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

5.59.10 (2023-06-12)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

5.59.9 (2023-06-05)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

5.59.8 (2023-05-29)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

5.59.7 (2023-05-22)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

5.59.6 (2023-05-15)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

5.59.5 (2023-05-08)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

5.59.4 (2023-05-08)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

5.59.3 (2023-05-08)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

5.59.2 (2023-05-01)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

5.59.1 (2023-04-24)

Bug Fixes
  • eslint-plugin: [prefer-regexp-exec] skip malformed regexes (#​6935) (05ed60e)
  • eslint-plugin: [unified-signatures] no parameters function (#​6940) (2970861)

v5.59.11

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

v5.59.10

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.62.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

v5.61.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

5.60.1 (2023-06-26)

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

v5.60.1

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

v5.60.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

5.59.11 (2023-06-12)

Note: Version bump only for package @​typescript-eslint/parser

5.59.10 (2023-06-12)

Note: Version bump only for package @​typescript-eslint/parser

5.59.9 (2023-06-05)

Note: Version bump only for package @​typescript-eslint/parser

5.59.8 (2023-05-29)

Note: Version bump only for package @​typescript-eslint/parser

5.59.7 (2023-05-22)

Note: Version bump only for package @​typescript-eslint/parser

5.59.6 (2023-05-15)

Note: Version bump only for package @​typescript-eslint/parser

5.59.5 (2023-05-08)

Note: Version bump only for package @​typescript-eslint/parser

5.59.4 (2023-05-08)

Note: Version bump only for package @​typescript-eslint/parser

5.59.3 (2023-05-08)

Note: Version bump only for package @​typescript-eslint/parser

5.59.2 (2023-05-01)

Note: Version bump only for package @​typescript-eslint/parser

5.59.1 (2023-04-24)

Note: Version bump only for package @​typescript-eslint/parser

v5.59.11

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v5.59.10

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

vant-ui/vant (@​vant/use)

v1.6.0

Compare Source

  • add new useRaf method

v1.5.2

Compare Source

vitejs/vite-plugin-vue (@​vitejs/plugin-vue)

v4.5.0

v4.4.1

v4.4.0

v4.3.4

Compare Source

v4.3.3

Compare Source

v4.3.2

Compare Source

v4.3.1

Compare Source

  • fix: revert "fix(plugin-vue): distinguish HMR and transform descriptor (#​227)" (0c28448), closes #​227

v4.3.0

Compare Source

vuejs/core (@​vue/compiler-sfc)

v3.5.13

Compare Source

Bug Fixes

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 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.


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

This PR has been generated by Renovate Bot.

Copy link

changeset-bot bot commented Nov 21, 2023

⚠️ No Changeset found

Latest commit: dc1a159

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

vercel bot commented Nov 21, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
sfc-playground-vant ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 10, 2024 3:38am

@zhixiaoqiang zhixiaoqiang force-pushed the renovate/all-minor-patch branch from edab13d to 02584c3 Compare November 28, 2023 03:18
@zhixiaoqiang zhixiaoqiang force-pushed the renovate/all-minor-patch branch from 02584c3 to 8981e77 Compare December 5, 2023 03:18
@zhixiaoqiang zhixiaoqiang force-pushed the renovate/all-minor-patch branch from 8981e77 to 1b373ae Compare December 12, 2023 03:18
@zhixiaoqiang zhixiaoqiang force-pushed the renovate/all-minor-patch branch from 1b373ae to 89e8d3a Compare December 19, 2023 03:18
@zhixiaoqiang zhixiaoqiang force-pushed the renovate/all-minor-patch branch from 89e8d3a to f9ceb4b Compare December 26, 2023 03:17
@zhixiaoqiang zhixiaoqiang force-pushed the renovate/all-minor-patch branch from f9ceb4b to 607f27b Compare January 2, 2024 03:18
@zhixiaoqiang zhixiaoqiang force-pushed the renovate/all-minor-patch branch from 607f27b to 58c4aad Compare January 9, 2024 03:18
@zhixiaoqiang zhixiaoqiang force-pushed the renovate/all-minor-patch branch from 58c4aad to bdf4046 Compare January 16, 2024 03:19
@zhixiaoqiang zhixiaoqiang force-pushed the renovate/all-minor-patch branch from bdf4046 to 0fc7580 Compare January 23, 2024 03:18
@zhixiaoqiang zhixiaoqiang force-pushed the renovate/all-minor-patch branch from 0fc7580 to e919b2f Compare January 30, 2024 03:16
@zhixiaoqiang zhixiaoqiang force-pushed the renovate/all-minor-patch branch from e919b2f to 1a83fab Compare February 6, 2024 03:17
@zhixiaoqiang zhixiaoqiang force-pushed the renovate/all-minor-patch branch from 1a83fab to 6e49b89 Compare February 13, 2024 03:18
@zhixiaoqiang zhixiaoqiang force-pushed the renovate/all-minor-patch branch from 6e49b89 to 2afba20 Compare February 20, 2024 03:17
@zhixiaoqiang zhixiaoqiang force-pushed the renovate/all-minor-patch branch from 8f4bb70 to 9f24788 Compare September 10, 2024 03:22
@zhixiaoqiang zhixiaoqiang force-pushed the renovate/all-minor-patch branch from 9f24788 to fcb6e9a Compare September 17, 2024 03:23
@zhixiaoqiang zhixiaoqiang force-pushed the renovate/all-minor-patch branch from fcb6e9a to 59f5ca5 Compare September 24, 2024 03:25
@zhixiaoqiang zhixiaoqiang force-pushed the renovate/all-minor-patch branch from 59f5ca5 to 29fa68f Compare October 1, 2024 03:32
@zhixiaoqiang zhixiaoqiang force-pushed the renovate/all-minor-patch branch from 29fa68f to 7c46894 Compare October 8, 2024 03:27
@zhixiaoqiang zhixiaoqiang force-pushed the renovate/all-minor-patch branch from 7c46894 to eff71b9 Compare October 15, 2024 03:27
@zhixiaoqiang zhixiaoqiang force-pushed the renovate/all-minor-patch branch from eff71b9 to 5258281 Compare October 22, 2024 03:26
@zhixiaoqiang zhixiaoqiang force-pushed the renovate/all-minor-patch branch from 5258281 to fa752aa Compare October 29, 2024 03:28
@zhixiaoqiang zhixiaoqiang force-pushed the renovate/all-minor-patch branch from fa752aa to 488f3ed Compare November 5, 2024 03:24
@zhixiaoqiang zhixiaoqiang force-pushed the renovate/all-minor-patch branch from 488f3ed to fe0906d Compare November 12, 2024 03:22
@zhixiaoqiang zhixiaoqiang force-pushed the renovate/all-minor-patch branch from fe0906d to 194755f Compare November 19, 2024 03:31
@zhixiaoqiang zhixiaoqiang force-pushed the renovate/all-minor-patch branch from 194755f to 438e603 Compare November 26, 2024 03:33
@zhixiaoqiang zhixiaoqiang force-pushed the renovate/all-minor-patch branch from 438e603 to aae5ec6 Compare December 3, 2024 03:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants