Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 27, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@astrojs/vue (source) ^4.2.0 -> ^4.3.0 age adoption passing confidence
@babel/parser (source) ^7.24.5 -> ^7.24.6 age adoption passing confidence
@babel/types (source) ^7.24.5 -> ^7.24.6 age adoption passing confidence
@changesets/cli (source) ^2.27.1 -> ^2.27.5 age adoption passing confidence
@nuxt/devtools (source) ^1.3.1 -> ^1.3.2 age adoption passing confidence
@rollup/plugin-commonjs (source) ^25.0.7 -> ^25.0.8 age adoption passing confidence
@rspack/core (source) ^0.6.5 -> ^0.7.0 age adoption passing confidence
@sxzz/eslint-config ^3.11.0 -> ^3.12.1 age adoption passing confidence
@types/node (source) ^20.12.11 -> ^20.14.0 age adoption passing confidence
@unocss/nuxt (source) ^0.60.2 -> ^0.60.4 age adoption passing confidence
@unocss/reset ^0.60.2 -> ^0.60.4 age adoption passing confidence
@vitejs/plugin-vue (source) ^5.0.4 -> ^5.0.5 age adoption passing confidence
@vueuse/core (source) ^10.9.0 -> ^10.10.0 age adoption passing confidence
ast-kit ^0.12.1 -> ^0.12.2 age adoption passing confidence
astro (source) ^4.8.3 -> ^4.9.2 age adoption passing confidence
esbuild ^0.21.2 -> ^0.21.4 age adoption passing confidence
eslint (source) ^9.2.0 -> ^9.4.0 age adoption passing confidence
magic-string-ast ^0.6.0 -> ^0.6.1 age adoption passing confidence
npm-run-all2 ^6.1.2 -> ^6.2.0 age adoption passing confidence
pnpm (source) 9.1.1 -> 9.1.4 age adoption passing confidence
prettier (source) ^3.2.5 -> ^3.3.0 age adoption passing confidence
quasar (source) ^2.16.3 -> ^2.16.4 age adoption passing confidence
rollup (source) ^4.17.2 -> ^4.18.0 age adoption passing confidence
shiki (source) ^1.5.1 -> ^1.6.2 age adoption passing confidence
tsx ^4.10.2 -> ^4.11.0 age adoption passing confidence
type-fest ^4.18.2 -> ^4.18.3 age adoption passing confidence
unocss ^0.60.2 -> ^0.60.4 age adoption passing confidence
vite (source) ^5.2.11 -> ^5.2.12 age adoption passing confidence
vite-plugin-vue-devtools (source) ^7.1.3 -> ^7.2.1 age adoption passing confidence
vitepress (source) ^1.1.4 -> ^1.2.2 age adoption passing confidence

Release Notes

withastro/astro (@​astrojs/vue)

v4.3.0

Compare Source

Minor Changes
  • #​11055 b92de22 Thanks @​niklas-wortmann! - Updates the devtools type to allow passing VueDevToolsOptions

    For more customization, you can pass options that the Vue DevTools Vite Plugin supports. (Note: appendTo is not supported.) For example, you can set launchEditor to your preferred editor if you are not using Visual Studio Code:

    import { defineConfig } from 'astro/config';
    import vue from '@​astrojs/vue';
    
    export default defineConfig({
      // ...
      integrations: [
        vue({
          devtools: { launchEditor: 'webstorm' },
        }),
      ],
    });
changesets/changesets (@​changesets/cli)

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
nuxt/devtools (@​nuxt/devtools)

v1.3.2

Compare Source

Bug Fixes
rollup/plugins (@​rollup/plugin-commonjs)

v25.0.8

2024-05-22

Bugfixes
  • fix: preserve the class body property keys even if they are special keywords (#​1688)
web-infra-dev/rspack (@​rspack/core)

v0.7.0

Compare Source

What's Changed
see Announcing Rspack v0.7 for more details
Notable Changes 🍭
Breaking Changes 🛠
Performance Improvements ⚡
Exciting New Features 🎉
Bug Fixes 🐞
Document Updates 📖
Other Changes
New Contributors

Full Changelog: web-infra-dev/rspack@v0.6.5...v0.7.0

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

v3.12.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.12.0

Compare Source

   🚀 Features
   🐞 Bug Fixes

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 has been generated by Mend Renovate. View repository job log here.

Copy link

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

Copy link

vercel bot commented May 27, 2024

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

Name Status Preview Updated (UTC)
vue-macros ✅ Ready (Inspect) Visit Preview Jun 3, 2024 2:53am

@dosubot dosubot bot added the size:L This PR changes 100-499 lines, ignoring generated files. label May 27, 2024
Copy link

changeset-bot bot commented May 27, 2024

⚠️ No Changeset found

Latest commit: 27bb894

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

socket-security bot commented May 27, 2024

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/magic-string@0.30.10 None 0 452 kB antfu
npm/rollup@4.18.0 environment, filesystem +17 47 MB lukastaegert
npm/typescript@5.4.5 None 0 32.4 MB typescript-bot

View full report↗︎

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c269ede to 6c6d137 Compare May 27, 2024 10:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6c6d137 to 45f1089 Compare May 27, 2024 12:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 45f1089 to 7d9c164 Compare May 27, 2024 13:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7d9c164 to b9fb4f7 Compare May 27, 2024 18:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b9fb4f7 to d323d92 Compare May 28, 2024 08:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d323d92 to cd45483 Compare May 28, 2024 15:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cd45483 to 98ebff7 Compare May 28, 2024 20:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 98ebff7 to c671676 Compare May 29, 2024 18:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c671676 to 55d9b96 Compare May 30, 2024 13:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 55d9b96 to 8ddd90b Compare May 31, 2024 08:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8ddd90b to cb2958e Compare May 31, 2024 22:31
Copy link
Contributor Author

renovate bot commented Jun 3, 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.

@sxzz sxzz merged commit bb58710 into main Jun 3, 2024
@sxzz sxzz deleted the renovate/all-minor-patch branch June 3, 2024 02:55
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies enhancement New feature or request lgtm This PR has been approved by a maintainer size:L This PR changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant