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 #75

Merged
merged 1 commit into from
Oct 24, 2024
Merged

deps(fe): Lock file maintenance fe #75

merged 1 commit into from
Oct 24, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 21, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
lockFileMaintenance All locks refreshed
@ant-design-vue/nuxt dependencies patch ^1.4.4 -> ^1.4.5 age adoption passing confidence
@eslint/compat devDependencies patch ^1.2.0 -> ^1.2.1 age adoption passing confidence
@eslint/js (source) devDependencies minor ^9.12.0 -> ^9.13.0 age adoption passing confidence
@tanstack/vue-query (source) dependencies patch ^5.59.13 -> ^5.59.16 age adoption passing confidence
@tanstack/vue-query-devtools (source) devDependencies patch ^5.59.13 -> ^5.59.16 age adoption passing confidence
@types/lodash (source) devDependencies patch ^4.17.10 -> ^4.17.12 age adoption passing confidence
@types/node (source) devDependencies patch ^22.7.5 -> ^22.7.9 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) devDependencies minor ^8.9.0 -> ^8.11.0 age adoption passing confidence
@typescript-eslint/parser (source) devDependencies minor ^8.9.0 -> ^8.11.0 age adoption passing confidence
@vue/eslint-config-typescript devDependencies patch ^14.1.0 -> ^14.1.3 age adoption passing confidence
eslint (source) devDependencies minor ^9.12.0 -> ^9.13.0 age adoption passing confidence
eslint-plugin-vue (source) devDependencies patch ^9.29.0 -> ^9.29.1 age adoption passing confidence
nuxt (source) dependencies patch 3.13.1 -> 3.13.2 age adoption passing confidence
type-coverage devDependencies patch ^2.29.1 -> ^2.29.7 age adoption passing confidence
yarn (source) packageManager patch 4.5.0 -> 4.5.1 age adoption passing confidence

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


Release Notes

vueComponent/ant-design-vue-nuxt (@​ant-design-vue/nuxt)

v1.4.5

Compare Source

compare changes

🩹 Fixes
  • 修复本地开发将所有组件拆包方式加载 (66b2d7a)
🏡 Chore
❤️ Contributors
eslint/rewrite (@​eslint/compat)

v1.2.1

Compare Source

eslint/eslint (@​eslint/js)

v9.13.0

Compare Source

Features

Bug Fixes

Documentation

  • abdbfa8 docs: mark LintMessage#nodeType as deprecated (#​19019) (Nitin Kumar)
  • 19e68d3 docs: update deprecated rules type definitions (#​19018) (Nitin Kumar)
  • 7dd402d docs: Update examples of passing multiple values to a CLI option (#​19006) (Milos Djermanovic)
  • 5dcbc51 docs: Add example with side-effect imports to no-restricted-imports (#​18997) (Milos Djermanovic)
  • 1ee87ca docs: Update README (GitHub Actions Bot)
  • 2c3dbdc docs: Use prerendered sponsors for README (#​18988) (Milos Djermanovic)

Chores

TanStack/query (@​tanstack/vue-query)

v5.59.16

Compare Source

Version 5.59.16 - 10/23/24, 12:53 PM

Changes

Fix
  • react-query: make sure promises are always finalized (#​8211) (df49fbd) by Dominik Dorfmeister
Chore
  • query-core: define queryCache notify method"s return type (#​8191) (4fceb26) by Haeun Nam
  • react-query: remove unnecessary test file (test/suspense.tsx, suspense.test-d.tsx) (#​8208) (d3e2a8a) by @​manudeli
Docs
  • Update disabling-queries.md (#​8201) (9d99fcb) by Ollie Chick
  • react-query: fix prefetch with suspense example (#​8193) (a2ea754) by Qiushi Yan
  • "hydrate" to "dehydrate" in documentation (#​8190) (1980a11) by Ariel-Moroshko

Packages

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

v8.11.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unnecessary-type-parameters] add suggestion fixer (#​10149)
  • eslint-plugin: [no-base-to-string] add support for catching toLocaleString (#​10138)
🩹 Fixes
  • eslint-plugin: [class-literal-property-style] don't report nodes with override keyword (#​10135)
❤️ Thank You

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

v8.10.0

Compare Source

🚀 Features
❤️ Thank You
  • Josh Goldberg ✨

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

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

v8.11.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.10.0

Compare Source

🚀 Features
❤️ Thank You
  • Josh Goldberg ✨

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

vuejs/eslint-config-typescript (@​vue/eslint-config-typescript)

v14.1.3

Compare Source

What's Changed

New Contributors

Full Changelog: vuejs/eslint-config-typescript@v14.1.2...v14.1.3

v14.1.2

Compare Source

Bug Fixes

  • Print more friendly error messages if the user provides a non-existent configuration name to extends.

Full Changelog: vuejs/eslint-config-typescript@v14.1.1...v14.1.2

v14.1.1

Compare Source

Bug Fixes

  • Fixed #​91

    TypeError: Config "typescript-eslint/disable-type-checked": Key "files": Expected value to be a non-empty array"

Full Changelog: vuejs/eslint-config-typescript@v14.1.0...v14.1.1

eslint/eslint (eslint)

v9.13.0

Compare Source

vuejs/eslint-plugin-vue (eslint-plugin-vue)

v9.29.1

Compare Source

nuxt/nuxt (nuxt)

v3.13.2

Compare Source

3.13.2 is the next regularly scheduled patch release.

✅ Upgrading

As usual, our recommendation for upgrading is to run:

npx nuxi@latest upgrade --force

This will refresh your lockfile as well, and ensures that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem.

👉 Changelog

compare changes

🔥 Performance
  • nuxt: Remove interop default for dynamic components (#​28912)
🩹 Fixes
  • nuxt: Fix ssr log querySelector (#​28864)
  • schema: Enable propsDestructure by default (#​28830)
  • nuxt: Ensure injected route has enumerable keys (#​28841)
  • nuxt: Don't override vue instance with legacy asyncData (#​28842)
  • nuxt: Render server errors with ssr: false (#​28834)
  • nuxt: Resolve full component paths (#​28843)
  • nuxt: Improve accuracy of module resolution conditions (#​28846)
  • nuxt: Log more context of prerendering errors (#​28895)
  • nuxt: Enable injectAtEnd to reduce circular auto-imports (#​28822)
  • nuxt: Ensure we process files in buildDir for unimport (#​28899)
  • nuxt: Do not accept attrs on <NuxtErrorBoundary> (#​28901)
  • nuxt,schema: Accept any module in inline modules array (#​28922)
  • nuxt: Fall back to original component filePath (#​28925)
  • nuxt: Make runWithContext generic (#​28926)
  • nuxt: Set inheritAttrs: false for fragment components (#​28939)
  • nuxt: Use case-insensitive regexp for <script> blocks (4fd24381c)
  • nuxt: Ensure component imports are injected last (#​28944)
  • nuxt: Catch chunk errors directly in navigation (820908696)
  • nuxt: Add missing isNuxtMajorVersion export (#​29016)
  • nuxt: Correct type for useError (#​28996)
💅 Refactors
  • nuxt: Use vite:preloadError event (#​28862)
📖 Documentation
🏡 Chore
✅ Tests
  • Collect bundle sizes in parallel (1ce81069d)
  • Add regression test for using route in template (#​28967)
  • Convert set to array (6ee3b3adc)
  • Switch inline snapshot to object comparison (ae5135363)
🤖 CI
  • Access issue number from payload (8e4585c14)
  • Configure codeql to ignore tests (d5f98a757)
  • Add default permissions for workflows (3ede01cd4)
  • Scan source files with codeql (#​28943)
  • Skip setting up node before codeql scan (c4d7c92e9)
❤️ Contributors
plantain-00/type-coverage (type-coverage)

v2.29.7

Compare Source

v2.29.6

Compare Source

v2.29.5

  • fix: reportUnusedIgnore false to disable reportUnusedIgnore when strict (440cf06)
  • fix: ci failure (906bc5b)
  • chore: update dependencies (2ac5cf2)
yarnpkg/berry (yarn)

v4.5.1

Compare Source


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 Oct 21, 2024
@renovate renovate bot force-pushed the renovate/fe branch 6 times, most recently from c0faae9 to adcdcc4 Compare October 23, 2024 08:44
@n0099 n0099 merged commit a75c970 into v2 Oct 24, 2024
7 of 10 checks passed
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