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 dependencies #272

Merged
merged 1 commit into from
Sep 8, 2024
Merged

chore(deps): update all dependencies #272

merged 1 commit into from
Sep 8, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 8, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@playwright/test (source) 1.46.0 -> 1.47.0 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 8.3.0 -> 8.4.0 age adoption passing confidence
@typescript-eslint/parser (source) 8.3.0 -> 8.4.0 age adoption passing confidence
eslint-plugin-import 2.29.1 -> 2.30.0 age adoption passing confidence
eslint-plugin-vue (source) 9.27.0 -> 9.28.0 age adoption passing confidence
vite-plugin-vue-devtools (source) 7.3.2 -> 7.4.4 age adoption passing confidence
vue (source) 3.4.29 -> 3.5.3 age adoption passing confidence

Release Notes

microsoft/playwright (@​playwright/test)

v1.47.0

Compare Source

v1.46.1

Compare Source

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

v8.4.0

Compare Source

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

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

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

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

import-js/eslint-plugin-import (eslint-plugin-import)

v2.30.0

Compare Source

Added
Fixed
Changed
  • [Docs] no-extraneous-dependencies: Make glob pattern description more explicit ([#​2944], thanks [@​mulztob])
  • [no-unused-modules]: add console message to help debug [#​2866]
  • [Refactor] ExportMap: make procedures static instead of monkeypatching exportmap ([#​2982], thanks [@​soryy708])
  • [Refactor] ExportMap: separate ExportMap instance from its builder logic ([#​2985], thanks [@​soryy708])
  • [Docs] order: Add a quick note on how unbound imports and --fix ([#​2640], thanks [@​minervabot])
  • [Tests] appveyor -> GHA (run tests on Windows in both pwsh and WSL + Ubuntu) ([#​2987], thanks [@​joeyguerra])
  • [actions] migrate OSX tests to GHA ([ljharb#37], thanks [@​aks-])
  • [Refactor] exportMapBuilder: avoid hoisting ([#​2989], thanks [@​soryy708])
  • [Refactor] ExportMap: extract "builder" logic to separate files ([#​2991], thanks [@​soryy708])
  • [Docs] [order]: update the description of the pathGroupsExcludedImportTypes option ([#​3036], thanks [@​liby])
  • [readme] Clarify how to install the plugin ([#​2993], thanks [@​jwbth])
vuejs/eslint-plugin-vue (eslint-plugin-vue)

v9.28.0

Compare Source

vuejs/devtools-next (vite-plugin-vue-devtools)

v7.4.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v7.4.3

Compare Source

No significant changes

    View changes on GitHub

v7.4.2

Compare Source

No significant changes

    View changes on GitHub

v7.4.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v7.4.0

Compare Source

   🚀 Features
   🏎 Performance
    View changes on GitHub

v7.3.9

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v7.3.8

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v7.3.7

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v7.3.6

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v7.3.5

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v7.3.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v7.3.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
vuejs/core (vue)

v3.5.3

Compare Source

Bug Fixes
  • hydration: check __asyncHydrate presence for vue3-lazy-hydration compat (#​11825) (8e6c337), closes #​11793
  • Revert "fix(reactivity): self-referencing computed should refresh" (35c760f)
  • ssr: respect app.config.warnHandler during ssr (bf3d9a2), closes #​11830
  • Transition: handle KeepAlive child unmount in Transition out-in mode (#​11833) (6b7901d), closes #​11775
  • useId: make generated IDs selector compatible (babfb4c), closes #​11828

v3.5.2

Compare Source

Bug Fixes
Features
  • compiler-core: parse modifiers as expression to provide location data (#​11819) (3f13203)

v3.5.1

Compare Source

Bug Fixes

v3.5.0

Compare Source

Aggregated Features List for 3.5 (alpha to stable)

Reactivity
  • reactivity: Refactor reactivity system to use version counting and doubly-linked list tracking (#​10397) (05eb4e0)
  • reactivity: Optimize array tracking (#​9511) (70196a4)
  • compiler-sfc: enable reactive props destructure by default (d2dac0e)
  • reactivity: onEffectCleanup API (2cc5615), closes #​10173
  • reactivity: add failSilently argument for onScopeDispose (9a936aa)
  • reactivity/watch: base watch, getCurrentWatcher, and onWatcherCleanup (#​9927) (205e5b5)
  • reactivity/watch: add pause/resume for ReactiveEffect, EffectScope, and WatchHandle (#​9651) (267093c)
  • watch: support passing number to deep option to control the watch depth (#​9572) (22f7d96)
  • types: export MultiWatchSources type (#​9563) (998dca5)
  • types: allow computed getter and setter types to be unrelated (#​11472) (a01675e), closes #​7271
SSR
  • runtime-core: useId() and app.config.idPrefix (#​11404) (73ef156)
  • hydration: lazy hydration strategies for async components (#​11458) (d14a11c)
  • hydration: support suppressing hydration mismatch via data-allow-mismatch (94fb2b8)
Custom Element
Teleport
Misc
Internals
  • reactivity: store value cache on CustomRefs impls (#​11539) (e044b6e)
  • types: provide internal options for directly using user types in language tools (#​10801) (75c8cf6)
  • types: provide internal options for using refs type in language tools (#​11492) (5ffd1a8)

Bug Fixes

v3.4.38

Compare Source

For stable releases, please refer to CHANGELOG.md for details.
For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.4.37

Compare Source

Bug Fixes

v3.4.36

Compare Source

v3.4.35

Compare Source

Bug Fixes
  • teleport/ssr: fix Teleport hydration regression due to targetStart anchor addition (7b18cdb)
  • teleport/ssr: ensure targetAnchor and targetStart not null during hydration (#​11456) (12667da), closes #​11400
  • types/ref: allow getter and setter types to be unrelated (#​11442) (e0b2975)
Performance Improvements

v3.4.34

Compare Source

Bug Fixes

v3.4.33

Compare Source

Bug Fixes

v3.4.32

Compare Source

Bug Fixes

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" in timezone Europe/Helsinki, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 enabled auto-merge (squash) September 8, 2024 22:11
Copy link

vercel bot commented Sep 8, 2024

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

Name Status Preview Comments Updated (UTC)
vite-ts-tailwind-starter ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 8, 2024 10:11pm

@renovate renovate bot merged commit bda84ba into main Sep 8, 2024
4 checks passed
@renovate renovate bot deleted the renovate/all branch September 8, 2024 22:11
Copy link

github-actions bot commented Sep 8, 2024

Coverage Report

Status Category Percentage Covered / Total
🟢 Lines 22.85% (🎯 10%) 32 / 140
🟢 Statements 22.85% (🎯 10%) 32 / 140
🔵 Functions 10% 1 / 10
🟢 Branches 28.57% (🎯 10%) 2 / 7
File CoverageNo changed files found.
Generated in workflow #572

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