Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 25, 2025

This PR contains the following updates:

Package Change Age Confidence
@shikijs/langs (source) ^2.1.0 -> ^3.14.0 age confidence
@shikijs/themes (source) ^2.1.0 -> ^3.14.0 age confidence
@types/node (source) ^22.10.10 -> ^24.10.0 age confidence
@vitejs/plugin-vue (source) ^5.2.1 -> ^6.0.1 age confidence
ohash ^1.1.4 -> ^2.0.11 age confidence
reka-ui 1.0.0-alpha.8 -> 2.6.0 age confidence
shiki (source) ^2.1.0 -> ^3.14.0 age confidence
tailwind-variants ^0.3.1 -> ^3.1.1 age confidence
unplugin-auto-import 0.18.6 -> 20.2.0 age confidence
unplugin-vue-components ^28.0.0 -> ^30.0.0 age confidence
vite (source) ^6.0.11 -> ^7.1.12 age confidence
vite-plugin-vue-devtools (source) ^7.7.0 -> ^8.0.3 age confidence
vitest (source) ^3.0.4 -> ^4.0.6 age confidence
vue-tsc (source) ^2.2.0 -> ^3.1.3 age confidence

Release Notes

shikijs/shiki (@​shikijs/langs)

v3.14.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v3.13.0

Compare Source

   🚀 Features
    View changes on GitHub

v3.12.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.12.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.12.1

Compare Source

No significant changes

    View changes on GitHub

v3.12.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v3.11.0

Compare Source

   🚀 Features
    View changes on GitHub

v3.10.0

Compare Source

   🚀 Features
    View changes on GitHub

v3.9.2

Compare Source

   🚀 Features
    View changes on GitHub

v3.9.1

Compare Source

   🚀 Features
    View changes on GitHub

v3.9.0

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.8.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.8.0

Compare Source

   🚀 Features
    View changes on GitHub

v3.7.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v3.6.0

Compare Source

   🚀 Features
    View changes on GitHub

v3.5.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v3.4.2

Compare Source

   🚀 Features
    View changes on GitHub

v3.4.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v3.4.0

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.3.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v3.2.2

Compare Source

   🚀 Features
    View changes on GitHub

v3.2.1

Compare Source

No significant changes

    View changes on GitHub

v3.2.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v3.1.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v3.0.0

Compare Source

   🚨 Breaking Changes
   🐞 Bug Fixes
    View changes on GitHub

v2.5.0

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.4.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v2.4.1

Compare Source

   🚀 Features
    View changes on GitHub

v2.4.0

Compare Source

   🚀 Features
    View changes on GitHub

v2.3.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v2.3.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.3.0

Compare Source

   🚀 Features
    View changes on GitHub

v2.2.0

Compare Source

   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
vitejs/vite-plugin-vue (@​vitejs/plugin-vue)

v6.0.1

Bug Fixes
Performance Improvements
Miscellaneous Chores
Build System

v6.0.0

Bug Fixes
Miscellaneous Chores
Code Refactoring

v5.2.4

Features
  • plugin-vue: use transformWithOxc if rolldown-vite is detected (#​584) (6ac8e3a)
Bug Fixes
  • plugin-vue: handle sourcemap with empty script code (#​585) (7f73970)
  • plugin-vue: when the resource path contains chinese characters, dev/build is inconsistent (#​550) (5f6affe)
Miscellaneous Chores

v5.2.3

5.2.3 (2025-03-17)

v5.2.2

Features
  • css: tree shake scoped styles (#​533) (333094f)
  • pass descriptor vapor flag to compileTemplte (219e007)
Bug Fixes
  • deps: update all non-major dependencies (#​482) (cdbae68)
  • deps: update all non-major dependencies (#​488) (5d39582)
  • generate unique component id (#​538) (2704e85)
  • index: move the if check earlier to avoid creating unnecessary ssr when entering return block (#​523) (2135c84)
  • plugin-vue: default value for compile time flags (#​495) (ae9d948)
  • plugin-vue: ensure HMR updates styles when SFC is treated as a type dependency (#​541) (4abe3be)
  • plugin-vue: resolve sourcemap conflicts in build watch mode with cached modules (#​505) (906cebb)
  • plugin-vue: support external import URLs for monorepos (#​524) (cdd4922)
  • plugin-vue: support vapor template-only component (#​529) (95be153)
  • plugin-vue: suppress warnings for non-recognized pseudo selectors form lightningcss (#​521) (15c0eb0)
  • properly interpret boolean values in define (#​545) (46d3d65)
Miscellaneous Chores
unjs/ohash (ohash)

v2.0.11

Compare Source

compare changes

🩹 Fixes
  • serialize: Class name collision with globalThis (#​138)
  • serialize: Allow input.toJSON() to return any type (#​135)
  • serialize: Map serialization with object keys (#​139)
❤️ Contributors

v2.0.10

Compare Source

compare changes

🔥 Performance
  • serialize: Faster serialization of typed arrays and objects with string keys (#​134)
❤️ Contributors

v2.0.9

Compare Source

compare changes

🔥 Performance
  • serialize: Faster Date serialization (#​130)
🩹 Fixes
  • serialize: Handling objects with null constructors (#​131)
  • serialize: Recorgnize global constructor names (#​132)
❤️ Contributors

v2.0.8

Compare Source

compare changes

🔥 Performance
  • serialize: Faster serialization and less bundle size (#​126)
📦 Build
  • Export isEqual from main subpath for backward compat (#​128)
❤️ Contributors

v2.0.7

Compare Source

compare changes

🔥 Performance
  • serialize: Faster symbol and number comparison (#​125)
✅ Tests
  • benchmarks: Add serialize presets (#​124)
❤️ Contributors

v2.0.6

Compare Source

compare changes

🔥 Performance
  • serialize: Fast path to compare primitive values (#​123)
🩹 Fixes
  • serialize: Better circular references handling (#​119)
🏡 Chore
❤️ Contributors

v2.0.5

Compare Source

compare changes

🩹 Fixes
  • Serialization format of typed arrays (#​121)
❤️ Contributors

v2.0.4

Compare Source

compare changes

🩹 Fixes
  • Use process.getBuiltinModule to import fast hash (#​118)
📦 Build
  • Minify dist/crypto/node (76bd382)
❤️ Contributors

v2.0.3

Compare Source

compare changes

🔥 Performance
  • Use node crypto hash when available (#​116)
🩹 Fixes
  • Workaround for stackblitz (#​117)
  • Remove trailing slash from arrays (c2b8250)
🏡 Chore
❤️ Contributors

v2.0.2

Compare Source

compare changes

📦 Build
  • Mark Serializer as pure to allow tree-shaking (83fe375)
🏡 Chore
❤️ Contributors

v2.0.0

Compare Source

compare changes

🔥 Performance
🩹 Fixes
  • hash, serialize: ⚠️ Always serialize string inputs (#​110)
💅 Refactors
  • ⚠️ Drop murmurHash support (#​104)
  • ⚠️ Rename sha256* to stringDigest (#​106)
  • ⚠️ Rename objectHash to serialize (#​107)
  • Rename stringDigest to digest (d4dd808)
  • ⚠️ Use standard base64url for digest (#​111)
  • ⚠️ Rewrite serializer (#​113)
📖 Documentation
  • Clarify what hash() does (8f7e829)
📦 Build
  • ⚠️ Esm only (#​105)
  • Selectively minify js hash impl (fe3db66)
  • ⚠️ Move utils to ohash/utils (#​112)
🏡 Chore

Configuration

📅 Schedule: Branch creation - "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 force-pushed the renovate/major-npm branch from f06e6a4 to 9545d0b Compare February 15, 2025 15:56
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Feb 15, 2025

Deploying code-soubiran-dev with  Cloudflare Pages  Cloudflare Pages

Latest commit: a51bc7d
Status:🚫  Build failed.

View logs

@renovate renovate bot changed the title chore(deps): update devdependency unplugin-auto-import to v19 chore(deps): update npm packages (major) Feb 19, 2025
@renovate renovate bot force-pushed the renovate/major-npm branch 2 times, most recently from e1c0d24 to 9c9bec5 Compare February 21, 2025 07:43
@cloudflare-workers-and-pages
Copy link

Deploying code-soubiran-dev with  Cloudflare Pages  Cloudflare Pages

Latest commit: 9c9bec5
Status:🚫  Build failed.

View logs

@renovate renovate bot force-pushed the renovate/major-npm branch 5 times, most recently from e073b39 to bb0a180 Compare March 5, 2025 08:19
@renovate renovate bot force-pushed the renovate/major-npm branch 3 times, most recently from e3efd42 to 764c28c Compare March 15, 2025 07:32
@renovate renovate bot force-pushed the renovate/major-npm branch 2 times, most recently from 4481d27 to 2bd0a7b Compare March 28, 2025 20:11
@renovate renovate bot force-pushed the renovate/major-npm branch from 2bd0a7b to dd8c8f8 Compare April 3, 2025 03:41
@renovate renovate bot force-pushed the renovate/major-npm branch from dd8c8f8 to bd51ba8 Compare April 11, 2025 23:59
@renovate renovate bot force-pushed the renovate/major-npm branch from bd51ba8 to 212e900 Compare April 26, 2025 15:44
@renovate renovate bot force-pushed the renovate/major-npm branch from 212e900 to a7515aa Compare May 10, 2025 12:05
@renovate renovate bot force-pushed the renovate/major-npm branch from a7515aa to 3e7e377 Compare May 17, 2025 16:10
@renovate renovate bot force-pushed the renovate/major-npm branch 2 times, most recently from 7b91fa6 to eb8573e Compare June 1, 2025 04:01
@renovate renovate bot force-pushed the renovate/major-npm branch 2 times, most recently from 6d4807b to e686140 Compare June 8, 2025 11:43
@renovate renovate bot force-pushed the renovate/major-npm branch from e686140 to 5eee057 Compare June 28, 2025 20:07
@renovate renovate bot force-pushed the renovate/major-npm branch from 5eee057 to 6607939 Compare July 6, 2025 08:08
@renovate renovate bot force-pushed the renovate/major-npm branch from 6607939 to c3a75b8 Compare July 20, 2025 00:09
@renovate renovate bot force-pushed the renovate/major-npm branch 2 times, most recently from b0a199b to 8e93710 Compare August 12, 2025 23:46
@renovate renovate bot force-pushed the renovate/major-npm branch from 8e93710 to 92cdfe2 Compare August 15, 2025 20:10
@renovate renovate bot force-pushed the renovate/major-npm branch 3 times, most recently from 7a98b23 to 85de0eb Compare August 27, 2025 04:13
@renovate renovate bot force-pushed the renovate/major-npm branch 3 times, most recently from c32e086 to b5d65de Compare September 3, 2025 03:46
@renovate renovate bot force-pushed the renovate/major-npm branch 2 times, most recently from ffe8a54 to 522f66d Compare September 14, 2025 19:36
@renovate renovate bot force-pushed the renovate/major-npm branch 5 times, most recently from 485972b to acf2f63 Compare September 24, 2025 07:41
@renovate renovate bot force-pushed the renovate/major-npm branch 4 times, most recently from 2f1bd9d to a51bc7d Compare October 3, 2025 07:52
@renovate renovate bot force-pushed the renovate/major-npm branch 2 times, most recently from dd3071f to b1bd8bc Compare October 15, 2025 19:57
@renovate renovate bot force-pushed the renovate/major-npm branch 3 times, most recently from 5791507 to 83d2585 Compare October 21, 2025 08:16
@renovate renovate bot force-pushed the renovate/major-npm branch 2 times, most recently from c2b043a to 33b3c56 Compare October 26, 2025 16:01
@renovate renovate bot force-pushed the renovate/major-npm branch from 33b3c56 to 26238f8 Compare November 1, 2025 15:46
@renovate renovate bot force-pushed the renovate/major-npm branch from 26238f8 to ea38dcd Compare November 3, 2025 23:48
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