Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 9, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@antfu/eslint-config ^3.0.0 -> ^3.4.1 age adoption passing confidence
@arethetypeswrong/cli (source) ^0.15.4 -> ^0.16.1 age adoption passing confidence
@iconify/json (source) ^2.2.243 -> ^2.2.245 age adoption passing confidence
@tanstack/vue-query (source) ^5.53.3 -> ^5.55.2 age adoption passing confidence
@tanstack/vue-query-devtools (source) ^5.53.3 -> ^5.55.2 age adoption passing confidence
@tresjs/core ^4.2.9 -> ^4.2.10 age adoption passing confidence
@types/node (source) ^20.16.3 -> ^20.16.5 age adoption passing confidence
@typescript-eslint/parser (source) ^8.3.0 -> ^8.4.0 age adoption passing confidence
@typescript-eslint/utils (source) ^8.3.0 -> ^8.4.0 age adoption passing confidence
element-plus (source) ^2.8.1 -> ^2.8.2 age adoption passing confidence
eslint (source) ^9.9.1 -> ^9.10.0 age adoption passing confidence
eslint-plugin-vue (source) ^9.27.0 -> ^9.28.0 age adoption passing confidence
picocolors ^1.0.1 -> ^1.1.0 age adoption passing confidence
sass ^1.77.8 -> ^1.78.0 age adoption passing confidence
shiki (source) ^1.16.1 -> ^1.16.2 age adoption passing confidence
unplugin ^1.12.3 -> ^1.13.1 age adoption passing confidence
unplugin-vue ^5.1.3 -> ^5.1.4 age adoption passing confidence
vite (source) ^5.4.2 -> ^5.4.3 age adoption passing confidence
vue (source) ^3.4.38 -> ^3.5.3 age adoption passing confidence

Release Notes

antfu/eslint-config (@​antfu/eslint-config)

v3.4.1

Compare Source

No significant changes

    View changes on GitHub

v3.4.0

Compare Source

   🚀 Features
    View changes on GitHub

v3.3.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.3.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.3.0

Compare Source

   🚀 Features
    View changes on GitHub

v3.2.2

Compare Source

   🐞 Bug Fixes
  • Disable unicorn/consistent-function-scoping for arrow functions  -  by @​antfu (362ab)
    View changes on GitHub

v3.2.1

Compare Source

No significant changes

    View changes on GitHub

v3.2.0

Compare Source

   🚀 Features
  • Move disable rules to the end, remove deprecated rules  -  by @​antfu (c3e2d)
    View changes on GitHub

v3.1.0

Compare Source

   🚀 Features
    View changes on GitHub
arethetypeswrong/arethetypeswrong.github.io (@​arethetypeswrong/cli)

v0.16.1

Patch Changes
  • 5ee6f29: Update README with new problem kind

v0.16.0

Compare Source

Minor Changes
Patch Changes
iconify/icon-sets (@​iconify/json)

v2.2.245

Compare Source

v2.2.244

Compare Source

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

v5.55.2

Compare Source

Version 5.55.2 - 9/8/24, 4:10 PM

Changes

Refactor

Packages

v5.54.2

Compare Source

Version 5.54.2 - 9/5/24, 7:51 PM

Changes
Perf
  • vue-query: add shallow flag to improve perf on large datasets (#​7733) (9cb5922) by Junhee Park
Chore
  • deps: update dependency sherif to v1 (#​7999) (0f86b4d) by renovate[bot]
  • deps: update dependency svelte-check to v4 (#​8013) (46af042) by renovate[bot]
Packages

v5.54.1

Compare Source

Version 5.54.1 - 9/3/24, 8:50 PM

Changes
Fix
  • query-core: accept generics on setQueryDefaults and setMutationDefaults (#​7903) (a85382f) by Simone Cervini
Packages
Tresjs/tres (@​tresjs/core)

v4.2.10

Compare Source

Bug Fixes
  • 785 vscode intellisense autocompletion not getting tres components props (#​809) (66c7ab5)
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.

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

v8.4.0

Compare Source

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

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

element-plus/element-plus (element-plus)

v2.8.2

Compare Source

2.8.2

2024-09-06

Features
Bug fixes
Refactors
eslint/eslint (eslint)

v9.10.0

Compare Source

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

v9.28.0

Compare Source

alexeyraspopov/picocolors (picocolors)

v1.1.0

Compare Source

  • Added bright color variants (#​55)
sass/dart-sass (sass)

v1.78.0

Compare Source

  • The meta.feature-exists function is now deprecated. This deprecation is
    named feature-exists.

  • Fix a crash when using @at-root without any queries or children in the
    indented syntax.

JS API
  • Backport the deprecation options (fatalDeprecations, futureDeprecations,
    and silenceDeprecations) to the legacy JS API. The legacy JS API is itself
    deprecated, and you should move off of it if possible, but this will allow
    users of bundlers and other tools that are still using the legacy API to
    still control deprecation warnings.

  • Fix a bug where accessing SourceSpan.url would crash when a relative URL was
    passed to the Sass API.

Embedded Sass
  • Explicitly expose a sass executable from the sass-embedded npm package.
    This was intended to be included in 1.63.0, but due to the way
    platform-specific dependency executables are installed it did not work as
    intended. Now users can run npx sass for local installs or just sass when
    sass-embedded is installed globally.

  • Add linux-riscv64, linux-musl-riscv64, and android-riscv64 support for the
    sass-embedded npm package.

  • Fix an edge case where the Dart VM could hang when shutting down when requests
    were in flight.

  • Fix a race condition where the embedded host could fail to shut down if it was
    closed around the same time a new compilation was started.

  • Fix a bug where parse-time deprecation warnings could not be controlled by
    the deprecation options in some circumstances.

shikijs/shiki (shiki)

v1.16.2

Compare Source

   🚀 Features
    View changes on GitHub
unjs/unplugin (unplugin)

v1.13.1

Compare Source

Bug Fixes
  • dynamically require webpack-sources (6d4d2b1)

v1.13.0

Compare Source

Performance Improvements
  • make webpack-sources as an optional peer dependencies, close #​410 (e93c9c9)

1.12.4 (2024-09-04)

Bug Fixes

1.12.3 (2024-08-31)

Bug Fixes

1.12.2 (2024-08-15)

Bug Fixes
  • esbuild: object sourcemap by overriding Object.prototype.toString (#​399) (5d91695)

1.12.1 (2024-08-07)

Bug Fixes
  • esbuild: execute both unplugin and esbuild-specific hooks (3e2fa72)

v1.12.4

Compare Source

Bug Fixes
unplugin/unplugin-vue (unplugin-vue)

v5.1.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
vitejs/vite (vite)

v5.4.3

Compare Source

@renovate renovate bot added the dependencies label Sep 9, 2024
Copy link

netlify bot commented Sep 9, 2024

Deploy Preview for vue-devtools-docs ready!

Name Link
🔨 Latest commit ff036e9
🔍 Latest deploy log https://app.netlify.com/sites/vue-devtools-docs/deploys/66de3d1c9f14b60008b489a3
😎 Deploy Preview https://deploy-preview-604--vue-devtools-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

pkg-pr-new bot commented Sep 9, 2024

Open in Stackblitz

@vue/devtools-applet

pnpm add https://pkg.pr.new/@vue/devtools-applet@604

@vue/devtools-core

pnpm add https://pkg.pr.new/@vue/devtools-core@604

@vue/devtools

pnpm add https://pkg.pr.new/@vue/devtools@604

@vue/devtools-api

pnpm add https://pkg.pr.new/@vue/devtools-api@604

@vue/devtools-kit

pnpm add https://pkg.pr.new/@vue/devtools-kit@604

vite-plugin-vue-devtools

pnpm add https://pkg.pr.new/vite-plugin-vue-devtools@604

commit: ff036e9

Copy link
Contributor Author

renovate bot commented Sep 9, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@webfansplz webfansplz merged commit 30381a4 into main Sep 9, 2024
8 checks passed
@webfansplz webfansplz deleted the renovate/all-minor-patch branch September 9, 2024 04:29
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.

1 participant