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

deps(fe): Lock file maintenance fe #66

Merged
merged 1 commit into from
Sep 24, 2024
Merged

deps(fe): Lock file maintenance fe #66

merged 1 commit into from
Sep 24, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 23, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
lockFileMaintenance All locks refreshed
@eslint/js (source) devDependencies minor ^9.10.0 -> ^9.11.1 age adoption passing confidence
@tanstack/eslint-plugin-query (source) devDependencies minor ^5.56.1 -> ^5.57.1 age adoption passing confidence
@types/lodash (source) devDependencies patch ^4.17.7 -> ^4.17.9 age adoption passing confidence
@types/node (source) devDependencies minor ^22.5.5 -> ^22.6.1 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) devDependencies minor ^8.5.0 -> ^8.7.0 age adoption passing confidence
@typescript-eslint/parser (source) devDependencies minor ^8.5.0 -> ^8.7.0 age adoption passing confidence
ant-design-vue (source) dependencies patch ^4.2.4 -> ^4.2.5 age adoption passing confidence
eslint (source) devDependencies minor ^9.10.0 -> ^9.11.1 age adoption passing confidence
vite-bundle-analyzer devDependencies minor ^0.10.6 -> ^0.11.1 age adoption passing confidence
vue (source) dependencies patch ^3.5.6 -> ^3.5.8 age adoption passing confidence

🔧 This Pull Request updates lock files to use the latest dependency versions.


Release Notes

eslint/eslint (@​eslint/js)

v9.11.1

Compare Source

v9.11.0

Compare Source

TanStack/query (@​tanstack/eslint-plugin-query)

v5.57.1

Compare Source

Version 5.57.1 - 9/21/24, 9:15 AM

Changes

Fix
  • eslint-plugin-query: relax property order rule to ignore relative order of getPreviousPageParam and getNextPageParam (#​8074) (1793e06) by Manuel Schiller

Packages

v5.57.0

Compare Source

Version 5.57.0 - 9/20/24, 7:50 PM

Changes

Feat
  • eslint-plugin-query: add rule to ensure property order of infinite query functions (#​8072) (f8d65fb) by Manuel Schiller
Docs
  • add missing closing tag to Solid docs (#​8068) (ca9e3c4) by Stephen Brown-Bourne

Packages

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

v8.7.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unsafe-call] check calls of Function

  • eslint-plugin: [consistent-type-exports] check export * exports to see if all exported members are types

🩹 Fixes
  • eslint-plugin: properly coerce all types to string in getStaticMemberAccessValue

  • eslint-plugin: [no-deprecated] report on imported deprecated variables

  • eslint-plugin: [no-confusing-non-null-assertion] check !in and !instanceof

❤️ Thank You
  • Abraham Guo
  • auvred
  • Brian Donovan
  • Kirk Waiblinger

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

v8.6.0

Compare Source

🚀 Features
  • add allow option for restrict-template-expressions

  • type-utils: isNullableType add Void logic

  • eslint-plugin: [no-unnecessary-condition] check switch cases

  • eslint-plugin: [no-misused-promises] check array predicate return

🩹 Fixes
  • eslint-plugin: [no-deprecated] don't report recursive types in destructuring assignment twice

  • eslint-plugin: [no-deprecated] report on deprecated variables used in destructuring assignment

  • eslint-plugin: [no-deprecated] report on deprecated properties with function-like types

  • eslint-plugin: [no-unnecessary-condition] properly reflect multiple negations in message

❤️ Thank You
  • Abraham Guo
  • auvred
  • Josh Goldberg ✨
  • Kim Sang Du
  • YeonJuan

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

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

v8.7.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v8.6.0

Compare Source

vueComponent/ant-design-vue (ant-design-vue)

v4.2.5

Compare Source

2024-9-19

  • 🐞 Fix Empty component memory leak problem
  • 🐞 Fix Image width & height property not working problem

  • 🐞 修复 Empty 组件内存泄漏问题
  • 🐞 修复 Image width & height 属性不生效问题
eslint/eslint (eslint)

v9.11.1

Compare Source

v9.11.0

Compare Source

Features

  • ec30c73 feat: add "eslint/universal" to export Linter (#​18883) (唯然)
  • c591da6 feat: Add language to types (#​18917) (Nicholas C. Zakas)
  • 492eb8f feat: limit the name given to ImportSpecifier in id-length (#​18861) (Tanuj Kanti)
  • 19c6856 feat: Add no-useless-constructor suggestion (#​18799) (Jordan Thomson)
  • a48f8c2 feat: add type FormatterFunction, update LoadedFormatter (#​18872) (Francesco Trotta)

Bug Fixes

  • 5e5f39b fix: add missing types for no-restricted-exports rule (#​18914) (Kristóf Poduszló)
  • 8f630eb fix: add missing types for no-param-reassign options (#​18906) (Kristóf Poduszló)
  • d715781 fix: add missing types for no-extra-boolean-cast options (#​18902) (Kristóf Poduszló)
  • 2de5742 fix: add missing types for no-misleading-character-class options (#​18905) (Kristóf Poduszló)
  • c153084 fix: add missing types for no-implicit-coercion options (#​18903) (Kristóf Poduszló)
  • fa11b2e fix: add missing types for no-empty-function options (#​18901) (Kristóf Poduszló)
  • a0deed1 fix: add missing types for camelcase options (#​18897) (Kristóf Poduszló)

Documentation

  • e4e5709 docs: correct prefer-object-has-own type definition comment (#​18924) (Nitin Kumar)
  • 91cbd18 docs: add unicode abbreviations in no-irregular-whitespace rule (#​18894) (Alix Royere)
  • 59cfc0f docs: clarify resultsMeta in LoadedFormatter type (#​18881) (Milos Djermanovic)
  • adcc50d docs: Update README (GitHub Actions Bot)
  • 4edac1a docs: Update README (GitHub Actions Bot)

Build Related

  • 959d360 build: Support updates to previous major versions (#​18871) (Milos Djermanovic)

Chores

nonzzz/vite-bundle-analyzer (vite-bundle-analyzer)

v0.11.1

Compare Source

v0.11.0

Compare Source

vuejs/core (vue)

v3.5.8

Compare Source

Bug Fixes
  • reactivity: do not remove dep from depsMap when cleaning up deps of computed (#​11995) (0267a58)

v3.5.7

Compare Source

Bug Fixes
Performance Improvements

Configuration

📅 Schedule: Branch creation - "before 4am on monday" (UTC), 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.


  • 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 added dependencies Pull requests that update a dependency file yarn labels Sep 23, 2024
@n0099 n0099 merged commit 6042da4 into v2 Sep 24, 2024
7 of 10 checks passed
@n0099 n0099 deleted the renovate/fe branch September 24, 2024 06:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file yarn
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant