Innei / Shiro

📜 A minimalist personal website embodying the purity of paper and freshness of snow.
https://innei.in
Other
3.28k stars 697 forks source link

chore(deps): update all non-major dependencies (patch) #395

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@biomejs/biome (source) 1.8.2 -> 1.8.3 age adoption passing confidence
@clerk/nextjs (source) 5.2.1 -> 5.2.3 age adoption passing confidence
@floating-ui/react-dom (source) 2.1.0 -> 2.1.1 age adoption passing confidence
@iconify-json/material-symbols 1.1.82 -> 1.1.84 age adoption passing confidence
@​innei/prettier 0.13.2 -> 0.13.3 age adoption passing confidence
@next/bundle-analyzer (source) 14.2.4 -> 14.2.5 age adoption passing confidence
@shikijs/transformers (source) 1.10.1 -> 1.10.3 age adoption passing confidence
@types/node (source) 20.14.8 -> 20.14.10 age adoption passing confidence
colorjs.io (source) ^0.5.1 -> ^0.5.2 age adoption passing confidence
daisyui (source) 4.12.8 -> 4.12.10 age adoption passing confidence
foxact (source) 0.2.35 -> 0.2.36 age adoption passing confidence
katex (source) ^0.16.10 -> ^0.16.11 age adoption passing confidence
marked (source) ^13.0.1 -> ^13.0.2 age adoption passing confidence
marked (source) 13.0.1 -> 13.0.2 age adoption passing confidence
next (source) 14.2.4 -> 14.2.5 age adoption passing confidence
openai 4.52.1 -> 4.52.7 age adoption passing confidence
postcss (source) 8.4.38 -> 8.4.39 age adoption passing confidence
prettier (source) 3.3.2 -> 3.3.3 age adoption passing confidence
react-responsive-masonry 2.2.0 -> 2.2.1 age adoption passing confidence
react-router-dom (source) 6.24.0 -> 6.24.1 age adoption passing confidence
rimraf 5.0.7 -> 5.0.9 age adoption passing confidence
shiki (source) 1.10.1 -> 1.10.3 age adoption passing confidence
typescript (source) 5.5.2 -> 5.5.3 age adoption passing confidence
vite (source) 5.3.1 -> 5.3.3 age adoption passing confidence
vite-plugin-restart 0.4.0 -> 0.4.1 age adoption passing confidence
zx 8.1.3 -> 8.1.4 age adoption passing confidence

Release Notes

biomejs/biome (@​biomejs/biome) ### [`v1.8.3`](https://togithub.com/biomejs/biome/blob/HEAD/CHANGELOG.md#v183-2022-06-27) [Compare Source](https://togithub.com/biomejs/biome/compare/54b4c9a39078836843ef363bb6986fad74834480...c28d5978c1440b3ae184d1cc354233711abf8a8e) ##### CLI ##### Bug fixes - Fix [#​3104](https://togithub.com/biomejs/biome/issues/3104) by suppressing node warnings when using `biome migrate`. Contributed by [@​SuperchupuDev](https://togithub.com/SuperchupuDev) - Force colors to be off when using the GitHub reporter to properly create annotations in GitHub actions ([#​3148](https://togithub.com/biomejs/biome/issues/3148)). Contributed by [@​Sec-ant](https://togithub.com/Sec-ant) ##### Parser ##### Bug fixes - Implement [CSS unicode range](https://togithub.com/biomejs/biome/pull/3251). Contributed by [@​denbezrukov](https://togithub.com/denbezrukov) ##### Formatter ##### Bug fixes - Fix [#​3184](https://togithub.com/biomejs/biome/issues/3184) CSS formatter converts custom identifiers to lowercase. Contributed by [@​denbezrukov](https://togithub.com/denbezrukov) - Fix [#​3256](https://togithub.com/biomejs/biome/issues/3256) constant crashes when editing css files [#​3256](https://togithub.com/biomejs/biome/issues/3256). Contributed by [@​denbezrukov](https://togithub.com/denbezrukov) ##### Linter ##### New features - Add `nursery/useDeprecatedReason` rule. Contributed by [@​vohoanglong0107](https://togithub.com/vohoanglong0107). - Add [nursery/noExportedImports](https://biomejs.dev/linter/rules/no-exported-imports/). Contributed by [@​Conaclos](https://togithub.com/Conaclos) ##### Bug fixes - `useConsistentArrayType` and `useShorthandArrayType` now ignore `Array` in the `extends` and `implements` clauses. Fix [#​3247](https://togithub.com/biomejs/biome/issues/3247). Contributed by [@​Conaclos](https://togithub.com/Conaclos) - Fixes [#​3066](https://togithub.com/biomejs/biome/issues/3066) by taking into account the dependencies declared in the `package.json`. Contributed by [@​ematipico](https://togithub.com/ematipico) - The code action of the `useArrowFunction` rule now preserves a trailing comma when there is only a single type parameter in the arrow function and JSX is enabled. Fixes [#​3292](https://togithub.com/biomejs/biome/issues/3292). Contributed by [@​Sec-ant](https://togithub.com/Sec-ant) ##### Enhancements - Enhance tailwind sorting lint rule [#​1274](https://togithub.com/biomejs/biome/issues/1274) with variant support. Every preconfigured variant is assigned a `weight` that concurs on establishing the output sorting order. Since nesting variants on the same utility class is possible, the resulting `weight` is the Bitwise XOR of all the variants weight for that class. Dynamic variants (e.g. `has-[.custom-class]`, `group-[:checked]`) are also supported and they take the `weight` of their base variant name the custom value attached (e.g. `has-[.custom-class]` takes `has` weight). Arbitrary variants (e.g. `[&nth-child(2)]`) don't have a weight assigned and they are placed after every known variant. Classes with the same amount of arbitrary variants follow lexicographical order. The class that has the highest number of nested arbitrary variants is placed last. Screen variants (e.g. `sm:`, `max-md:`, `min-lg:`) are not supported yet. Contributed by [@​lutaok](https://togithub.com/lutaok)
clerk/javascript (@​clerk/nextjs) ### [`v5.2.3`](https://togithub.com/clerk/javascript/blob/HEAD/packages/nextjs/CHANGELOG.md#523) [Compare Source](https://togithub.com/clerk/javascript/compare/@clerk/nextjs@5.2.2...@clerk/nextjs@5.2.3) ##### Patch Changes - Fixes a bug where Clerk's Handshake mechanism would not run when an application is rendered in an iframe. ([#​3555](https://togithub.com/clerk/javascript/pull/3555)) by [@​anagstef](https://togithub.com/anagstef) - Updated dependencies \[[`5642b2616`](https://togithub.com/clerk/javascript/commit/5642b26167a6eb1aca68777d782a9686edacfd37)]: - [@​clerk/backend](https://togithub.com/clerk/backend)[@​1](https://togithub.com/1).3.1 ### [`v5.2.2`](https://togithub.com/clerk/javascript/blob/HEAD/packages/nextjs/CHANGELOG.md#522) [Compare Source](https://togithub.com/clerk/javascript/compare/@clerk/nextjs@5.2.1...@clerk/nextjs@5.2.2) ##### Patch Changes - Fixes Next.js build warnings ([https://github.com/clerk/javascript/issues/3660](https://togithub.com/clerk/javascript/issues/3660)) where `AsyncLocalStorage` and `MessageEvent` were being imported as Node.js modules on the edge runtime. ([#​3661](https://togithub.com/clerk/javascript/pull/3661)) by [@​LauraBeatris](https://togithub.com/LauraBeatris)
floating-ui/floating-ui (@​floating-ui/react-dom) ### [`v2.1.1`](https://togithub.com/floating-ui/floating-ui/blob/HEAD/packages/react-dom/CHANGELOG.md#211) [Compare Source](https://togithub.com/floating-ui/floating-ui/compare/@floating-ui/react-dom@2.1.0...@floating-ui/react-dom@2.1.1) ##### Patch Changes - refactor: improve types and internal codebase consistency. All documented types are now exported.
vercel/next.js (@​next/bundle-analyzer) ### [`v14.2.5`](https://togithub.com/vercel/next.js/compare/v14.2.4...v14.2.5) [Compare Source](https://togithub.com/vercel/next.js/compare/v14.2.4...v14.2.5)
shikijs/shiki (@​shikijs/transformers) ### [`v1.10.3`](https://togithub.com/shikijs/shiki/releases/tag/v1.10.3) [Compare Source](https://togithub.com/shikijs/shiki/compare/v1.10.2...v1.10.3) #####    🐞 Bug Fixes - Update yaml grammar  -  by [@​antfu](https://togithub.com/antfu) [(ce24a)](https://togithub.com/shikijs/shiki/commit/ce24a92f) #####     [View changes on GitHub](https://togithub.com/shikijs/shiki/compare/v1.10.2...v1.10.3) ### [`v1.10.2`](https://togithub.com/shikijs/shiki/releases/tag/v1.10.2) [Compare Source](https://togithub.com/shikijs/shiki/compare/v1.10.1...v1.10.2) #####    🚀 Features - Update grammars  -  by [@​antfu](https://togithub.com/antfu) [(317be)](https://togithub.com/shikijs/shiki/commit/317be401) #####    🐞 Bug Fixes - **core**: External `@types/hast` dep  -  by [@​antfu](https://togithub.com/antfu) [(65b20)](https://togithub.com/shikijs/shiki/commit/65b20f51) #####     [View changes on GitHub](https://togithub.com/shikijs/shiki/compare/v1.10.1...v1.10.2)
LeaVerou/color.js (colorjs.io) ### [`v0.5.2`](https://togithub.com/color-js/color.js/releases/tag/v0.5.2) [Compare Source](https://togithub.com/LeaVerou/color.js/compare/v0.5.1...v0.5.2) A fix for the same issue as the previous patch. This should fix compatibility with all TypeScript versions. #### What's Changed - \[types] Remove module augmentation by [@​MysteryBlokHed](https://togithub.com/MysteryBlokHed) in [https://github.com/color-js/color.js/pull/566](https://togithub.com/color-js/color.js/pull/566) **Full Changelog**: https://github.com/color-js/color.js/compare/v0.5.1...v0.5.2
saadeghi/daisyui (daisyui) ### [`v4.12.10`](https://togithub.com/saadeghi/daisyui/blob/HEAD/CHANGELOG.md#41210-2024-06-26) [Compare Source](https://togithub.com/saadeghi/daisyui/compare/v4.12.9...v4.12.10) ##### Bug Fixes - join spacing adapting to button border width ([da94f2c](https://togithub.com/saadeghi/daisyui/commit/da94f2cbaeb7d4296ac0510306add812edf5e336)), closes [#​3028](https://togithub.com/saadeghi/daisyui/issues/3028) ### [`v4.12.9`](https://togithub.com/saadeghi/daisyui/blob/HEAD/CHANGELOG.md#4129-2024-06-26) [Compare Source](https://togithub.com/saadeghi/daisyui/compare/v4.12.8...v4.12.9) ##### Bug Fixes - missing type for `themeRoot` config ([fade326](https://togithub.com/saadeghi/daisyui/commit/fade32687423b8c91db38319c71b4a5d1ab36135)), closes [#​3094](https://togithub.com/saadeghi/daisyui/issues/3094)
SukkaW/foxact (foxact) ### [`v0.2.36`](https://togithub.com/SukkaW/foxact/blob/HEAD/CHANGELOG.md#0236) [Compare Source](https://togithub.com/SukkaW/foxact/compare/0.2.35...0.2.36) **Core Changes** - Add `foxact/types` - `createFixedArray` now supports GC-friendly array creation when `WeakRef` is available - Created array will be garbage-collected if not used (e.g. all components that use the array are unmounted)
KaTeX/KaTeX (katex) ### [`v0.16.11`](https://togithub.com/KaTeX/KaTeX/blob/HEAD/CHANGELOG.md#01611-2024-07-02) [Compare Source](https://togithub.com/KaTeX/KaTeX/compare/v0.16.10...v0.16.11) ##### Features - add \emph ([#​3963](https://togithub.com/KaTeX/KaTeX/issues/3963)) ([9f34da4](https://togithub.com/KaTeX/KaTeX/commit/9f34da4b3cf228a7af8134c394394d780a089f2b)), closes [#​3566](https://togithub.com/KaTeX/KaTeX/issues/3566)
markedjs/marked (marked) ### [`v13.0.2`](https://togithub.com/markedjs/marked/releases/tag/v13.0.2) [Compare Source](https://togithub.com/markedjs/marked/compare/v13.0.1...v13.0.2) ##### Bug Fixes - fix list item with blank first line ([#​3351](https://togithub.com/markedjs/marked/issues/3351)) ([d28e4c6](https://togithub.com/markedjs/marked/commit/d28e4c65ea822a83049de5652cf3446a05d0c6b5))
vercel/next.js (next) ### [`v14.2.5`](https://togithub.com/vercel/next.js/compare/v14.2.4...v14.2.5) [Compare Source](https://togithub.com/vercel/next.js/compare/v14.2.4...v14.2.5)
openai/openai-node (openai) ### [`v4.52.7`](https://togithub.com/openai/openai-node/blob/HEAD/CHANGELOG.md#4527-2024-07-11) [Compare Source](https://togithub.com/openai/openai-node/compare/v4.52.6...v4.52.7) Full Changelog: [v4.52.6...v4.52.7](https://togithub.com/openai/openai-node/compare/v4.52.6...v4.52.7) ##### Documentation - **examples:** update example values ([#​933](https://togithub.com/openai/openai-node/issues/933)) ([92512ab](https://togithub.com/openai/openai-node/commit/92512abcd7ab5d7c452dfae007c3a25041062656)) ### [`v4.52.6`](https://togithub.com/openai/openai-node/blob/HEAD/CHANGELOG.md#4526-2024-07-11) [Compare Source](https://togithub.com/openai/openai-node/compare/v4.52.5...v4.52.6) Full Changelog: [v4.52.5...v4.52.6](https://togithub.com/openai/openai-node/compare/v4.52.5...v4.52.6) ##### Chores - **ci:** also run workflows for PRs targeting `next` ([#​931](https://togithub.com/openai/openai-node/issues/931)) ([e3f979a](https://togithub.com/openai/openai-node/commit/e3f979ae94b2252b9552d1e03de5b92d398a3e28)) ### [`v4.52.5`](https://togithub.com/openai/openai-node/blob/HEAD/CHANGELOG.md#4525-2024-07-10) [Compare Source](https://togithub.com/openai/openai-node/compare/v4.52.4...v4.52.5) Full Changelog: [v4.52.4...v4.52.5](https://togithub.com/openai/openai-node/compare/v4.52.4...v4.52.5) ##### Bug Fixes - **vectorStores:** correctly handle missing `files` in `uploadAndPoll()` ([#​926](https://togithub.com/openai/openai-node/issues/926)) ([945fca6](https://togithub.com/openai/openai-node/commit/945fca646b02b52bbc9163cb51f5d87e7db8afd6)) ### [`v4.52.4`](https://togithub.com/openai/openai-node/blob/HEAD/CHANGELOG.md#4524-2024-07-08) [Compare Source](https://togithub.com/openai/openai-node/compare/v4.52.3...v4.52.4) Full Changelog: [v4.52.3...v4.52.4](https://togithub.com/openai/openai-node/compare/v4.52.3...v4.52.4) ##### Refactors - **examples:** removedduplicated 'messageDelta' streaming event. ([#​909](https://togithub.com/openai/openai-node/issues/909)) ([7b0b3d2](https://togithub.com/openai/openai-node/commit/7b0b3d2e228532fca19f49390a2831a1abac72a4)) ### [`v4.52.3`](https://togithub.com/openai/openai-node/blob/HEAD/CHANGELOG.md#4523-2024-07-02) [Compare Source](https://togithub.com/openai/openai-node/compare/v4.52.2...v4.52.3) Full Changelog: [v4.52.2...v4.52.3](https://togithub.com/openai/openai-node/compare/v4.52.2...v4.52.3) ##### Chores - minor change to tests ([#​916](https://togithub.com/openai/openai-node/issues/916)) ([b8a33e3](https://togithub.com/openai/openai-node/commit/b8a33e31697b52d733f28d9380e0c02a2d179474)) ### [`v4.52.2`](https://togithub.com/openai/openai-node/blob/HEAD/CHANGELOG.md#4522-2024-06-28) [Compare Source](https://togithub.com/openai/openai-node/compare/v4.52.1...v4.52.2) Full Changelog: [v4.52.1...v4.52.2](https://togithub.com/openai/openai-node/compare/v4.52.1...v4.52.2) ##### Chores - gitignore test server logs ([#​914](https://togithub.com/openai/openai-node/issues/914)) ([6316720](https://togithub.com/openai/openai-node/commit/6316720c3fdd0422965ae3890275062bc0fe3c2b))
postcss/postcss (postcss) ### [`v8.4.39`](https://togithub.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8439) [Compare Source](https://togithub.com/postcss/postcss/compare/8.4.38...8.4.39) - Fixed `CssSyntaxError` types (by [@​romainmenke](https://togithub.com/romainmenke)).
prettier/prettier (prettier) ### [`v3.3.3`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#333) [Compare Source](https://togithub.com/prettier/prettier/compare/3.3.2...3.3.3) [diff](https://togithub.com/prettier/prettier/compare/3.3.2...3.3.3) ##### Add parentheses for nullish coalescing in ternary ([#​16391](https://togithub.com/prettier/prettier/pull/16391) by [@​cdignam-segment](https://togithub.com/cdignam-segment)) This change adds clarity to operator precedence. ```js // Input foo ? bar ?? foo : baz; foo ?? bar ? a : b; a ? b : foo ?? bar; // Prettier 3.3.2 foo ? bar ?? foo : baz; foo ?? bar ? a : b; a ? b : foo ?? bar; // Prettier 3.3.3 foo ? (bar ?? foo) : baz; (foo ?? bar) ? a : b; a ? b : (foo ?? bar); ``` ##### Add parentheses for decorator expressions ([#​16458](https://togithub.com/prettier/prettier/pull/16458) by [@​y-schneider](https://togithub.com/y-schneider)) Prevent parentheses around member expressions or tagged template literals from being removed to follow the stricter parsing rules of TypeScript 5.5. ```ts // Input @​(foo`tagged template`) class X {} // Prettier 3.3.2 @​foo`tagged template` class X {} // Prettier 3.3.3 @​(foo`tagged template`) class X {} ``` ##### Support `@let` declaration syntax ([#​16474](https://togithub.com/prettier/prettier/pull/16474) by [@​sosukesuzuki](https://togithub.com/sosukesuzuki)) Adds support for Angular v18 `@let` declaration syntax. Please see the following code example. The `@let` declaration allows you to define local variables within the template: ```html @​let name = 'Frodo';

Dashboard for {{name}}

Hello, {{name}} ``` For more details, please refer to the excellent blog post by the Angular Team: [Introducing @​let in Angular](https://blog.angular.dev/introducing-let-in-angular-686f9f383f0f). We also appreciate the Angular Team for kindly answering our questions to implement this feature.
cedricdelpoux/react-responsive-masonry (react-responsive-masonry) ### [`v2.2.1`](https://togithub.com/cedricdelpoux/react-responsive-masonry/compare/bd49831d4d1772fd8844d1bb7aea64f136c48272...bd49831d4d1772fd8844d1bb7aea64f136c48272) [Compare Source](https://togithub.com/cedricdelpoux/react-responsive-masonry/compare/bd49831d4d1772fd8844d1bb7aea64f136c48272...bd49831d4d1772fd8844d1bb7aea64f136c48272)
remix-run/react-router (react-router-dom) ### [`v6.24.1`](https://togithub.com/remix-run/react-router/blob/HEAD/packages/react-router-dom/CHANGELOG.md#6241) [Compare Source](https://togithub.com/remix-run/react-router/compare/react-router-dom@6.24.0...react-router-dom@6.24.1) ##### Patch Changes - Remove `polyfill.io` reference from warning message because the domain was sold and has since been determined to serve malware ([#​11741](https://togithub.com/remix-run/react-router/pull/11741)) - See - Export `NavLinkRenderProps` type for easier typing of custom `NavLink` callback ([#​11553](https://togithub.com/remix-run/react-router/pull/11553)) - Updated dependencies: - `@remix-run/router@1.17.1` - `react-router@6.24.1`
isaacs/rimraf (rimraf) ### [`v5.0.9`](https://togithub.com/isaacs/rimraf/compare/v5.0.8...546c9ec50c0e94ac08af7188b02fc1dddfc5134e) [Compare Source](https://togithub.com/isaacs/rimraf/compare/v5.0.8...v5.0.9) ### [`v5.0.8`](https://togithub.com/isaacs/rimraf/compare/v5.0.7...v5.0.8) [Compare Source](https://togithub.com/isaacs/rimraf/compare/v5.0.7...v5.0.8)
Microsoft/TypeScript (typescript) ### [`v5.5.3`](https://togithub.com/Microsoft/TypeScript/compare/v5.5.2...f0e992167440686f948965e5441a918b34251886) [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v5.5.2...v5.5.3)
vitejs/vite (vite) ### [`v5.3.3`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small533-2024-07-03-small) [Compare Source](https://togithub.com/vitejs/vite/compare/v5.3.2...v5.3.3) - fix: lazily evaluate \__vite\_\_mapDeps files ([#​17602](https://togithub.com/vitejs/vite/issues/17602)) ([dafff4a](https://togithub.com/vitejs/vite/commit/dafff4a)), closes [#​17602](https://togithub.com/vitejs/vite/issues/17602) - fix(deps): update all non-major dependencies ([#​17590](https://togithub.com/vitejs/vite/issues/17590)) ([012490c](https://togithub.com/vitejs/vite/commit/012490c)), closes [#​17590](https://togithub.com/vitejs/vite/issues/17590) - fix(lib): remove pure CSS dynamic import ([#​17601](https://togithub.com/vitejs/vite/issues/17601)) ([055f1c1](https://togithub.com/vitejs/vite/commit/055f1c1)), closes [#​17601](https://togithub.com/vitejs/vite/issues/17601) - fix(proxy): replace changeOrigin changes in 5.3.0 with new rewriteWsOrigin option ([#​17563](https://togithub.com/vitejs/vite/issues/17563)) ([14c3d49](https://togithub.com/vitejs/vite/commit/14c3d49)), closes [#​17563](https://togithub.com/vitejs/vite/issues/17563) ### [`v5.3.2`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small532-2024-06-27-small) [Compare Source](https://togithub.com/vitejs/vite/compare/v5.3.1...v5.3.2) - fix(client): uniform variable `location` ([#​17528](https://togithub.com/vitejs/vite/issues/17528)) ([a8e2f6f](https://togithub.com/vitejs/vite/commit/a8e2f6f)), closes [#​17528](https://togithub.com/vitejs/vite/issues/17528) - fix(deps): update all non-major dependencies ([#​17494](https://togithub.com/vitejs/vite/issues/17494)) ([bf123f2](https://togithub.com/vitejs/vite/commit/bf123f2)), closes [#​17494](https://togithub.com/vitejs/vite/issues/17494) - fix(typescript): correctly expand ${configDir} in tsconfig.json ([#​17576](https://togithub.com/vitejs/vite/issues/17576)) ([24c799b](https://togithub.com/vitejs/vite/commit/24c799b)), closes [#​17576](https://togithub.com/vitejs/vite/issues/17576) - chore: fix some comments ([#​17495](https://togithub.com/vitejs/vite/issues/17495)) ([ec16a5e](https://togithub.com/vitejs/vite/commit/ec16a5e)), closes [#​17495](https://togithub.com/vitejs/vite/issues/17495) - chore(deps): update all non-major dependencies ([#​17553](https://togithub.com/vitejs/vite/issues/17553)) ([a33a97f](https://togithub.com/vitejs/vite/commit/a33a97f)), closes [#​17553](https://togithub.com/vitejs/vite/issues/17553) - chore(deps): update dependency eslint to v9 ([#​16661](https://togithub.com/vitejs/vite/issues/16661)) ([6c10662](https://togithub.com/vitejs/vite/commit/6c10662)), closes [#​16661](https://togithub.com/vitejs/vite/issues/16661) - chore(deps): update es-module-lexer to 1.5.4 ([#​17555](https://togithub.com/vitejs/vite/issues/17555)) ([2d6672f](https://togithub.com/vitejs/vite/commit/2d6672f)), closes [#​17555](https://togithub.com/vitejs/vite/issues/17555) - refactor(optimizer): use early continues ([#​17551](https://togithub.com/vitejs/vite/issues/17551)) ([7c06ef0](https://togithub.com/vitejs/vite/commit/7c06ef0)), closes [#​17551](https://togithub.com/vitejs/vite/issues/17551)
antfu/vite-plugin-restart (vite-plugin-restart) ### [`v0.4.1`](https://togithub.com/antfu/vite-plugin-restart/releases/tag/v0.4.1) [Compare Source](https://togithub.com/antfu/vite-plugin-restart/compare/v0.4.0...v0.4.1) #####    🐞 Bug Fixes - Add the delay to the server restart function  -  by [@​gTutini](https://togithub.com/gTutini) and **Giancarlo Tutini** in [https://github.com/antfu/vite-plugin-restart/issues/24](https://togithub.com/antfu/vite-plugin-restart/issues/24) [(4b632)](https://togithub.com/antfu/vite-plugin-restart/commit/4b632ae) #####     [View changes on GitHub](https://togithub.com/antfu/vite-plugin-restart/compare/v0.4.0...v0.4.1)
google/zx (zx) ### [`v8.1.4`](https://togithub.com/google/zx/releases/tag/8.1.4) [Compare Source](https://togithub.com/google/zx/compare/8.1.3...8.1.4) We continue optimizing bundles and CI/CD pipelines. - Update [@​webpod/ps](https://togithub.com/webpod/ps) to v0.0.0-beta.7 to sync internal [zurk](https://togithub.com/webpod/zurk) version. [#​855](https://togithub.com/google/zx/pull/855) - Split vendor chunk to reduce the `zx/core` entry size. [#​856](https://togithub.com/google/zx/pull/856) - Add bundle size check. [#​857](https://togithub.com/google/zx/pull/857) - Refactor the testing flow, remove duplicated tasks. [#​861](https://togithub.com/google/zx/pull/861) - Add missing types for the global `defaults`. [#​864](https://togithub.com/google/zx/pull/864) - Omit redundant YAML API extras. [#​866](https://togithub.com/google/zx/pull/866) Which gives us: **897 kB → 829 kB** (-7.58%)

Configuration

📅 Schedule: Branch creation - "after 9pm,before 9am" in timezone Asia/Shanghai, 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.



This PR has been generated by Mend Renovate. View repository job log here.

github-actions[bot] commented 2 months ago

📦 Next.js Bundle Analysis for Shiro

This analysis was generated by the Next.js Bundle Analysis action. 🤖

⚠️ Global Bundle Size Increased

Page Size (compressed)
global 87.36 KB (🟡 +19 B)
Details

The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!

github-actions[bot] commented 2 months ago

📦 Next.js Bundle Analysis for Shiro

This analysis was generated by the Next.js Bundle Analysis action. 🤖

⚠️ Global Bundle Size Increased

Page Size (compressed)
global 87.36 KB (🟡 +20 B)
Details

The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!

github-actions[bot] commented 2 months ago

📦 Next.js Bundle Analysis for Shiro

This analysis was generated by the Next.js Bundle Analysis action. 🤖

⚠️ Global Bundle Size Increased

Page Size (compressed)
global 87.41 KB (🟡 +67 B)
Details

The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!

One Page Changed Size

The following page changed size from the code in this PR compared to its base branch:

Page Size (compressed) First Load % of Budget (350 KB)
/_error 185 B 87.59 KB 25.03% (+/- <0.01%)
Details

Only the gzipped size is provided here based on an expert tip.

First Load is the size of the global bundle plus the bundle for the individual page. If a user were to show up to your website and land on a given page, the first load size represents the amount of javascript that user would need to download. If next/link is used, subsequent page loads would only need to download that page's bundle (the number in the "Size" column), since the global bundle has already been downloaded.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

The "Budget %" column shows what percentage of your performance budget the First Load total takes up. For example, if your budget was 100kb, and a given page's first load size was 10kb, it would be 10% of your budget. You can also see how much this has increased or decreased compared to the base branch of your PR. If this percentage has increased by 20% or more, there will be a red status indicator applied, indicating that special attention should be given to this. If you see "+/- <0.01%" it means that there was a change in bundle size, but it is a trivial enough amount that it can be ignored.

github-actions[bot] commented 2 months ago

📦 Next.js Bundle Analysis for Shiro

This analysis was generated by the Next.js Bundle Analysis action. 🤖

⚠️ Global Bundle Size Increased

Page Size (compressed)
global 87.41 KB (🟡 +63 B)
Details

The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!

One Page Changed Size

The following page changed size from the code in this PR compared to its base branch:

Page Size (compressed) First Load % of Budget (350 KB)
/_error 185 B 87.59 KB 25.03% (+/- <0.01%)
Details

Only the gzipped size is provided here based on an expert tip.

First Load is the size of the global bundle plus the bundle for the individual page. If a user were to show up to your website and land on a given page, the first load size represents the amount of javascript that user would need to download. If next/link is used, subsequent page loads would only need to download that page's bundle (the number in the "Size" column), since the global bundle has already been downloaded.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

The "Budget %" column shows what percentage of your performance budget the First Load total takes up. For example, if your budget was 100kb, and a given page's first load size was 10kb, it would be 10% of your budget. You can also see how much this has increased or decreased compared to the base branch of your PR. If this percentage has increased by 20% or more, there will be a red status indicator applied, indicating that special attention should be given to this. If you see "+/- <0.01%" it means that there was a change in bundle size, but it is a trivial enough amount that it can be ignored.

github-actions[bot] commented 2 months ago

📦 Next.js Bundle Analysis for Shiro

This analysis was generated by the Next.js Bundle Analysis action. 🤖

⚠️ Global Bundle Size Increased

Page Size (compressed)
global 87.4 KB (🟡 +55 B)
Details

The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!

One Page Changed Size

The following page changed size from the code in this PR compared to its base branch:

Page Size (compressed) First Load % of Budget (350 KB)
/_error 185 B 87.58 KB 25.02% (+/- <0.01%)
Details

Only the gzipped size is provided here based on an expert tip.

First Load is the size of the global bundle plus the bundle for the individual page. If a user were to show up to your website and land on a given page, the first load size represents the amount of javascript that user would need to download. If next/link is used, subsequent page loads would only need to download that page's bundle (the number in the "Size" column), since the global bundle has already been downloaded.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

The "Budget %" column shows what percentage of your performance budget the First Load total takes up. For example, if your budget was 100kb, and a given page's first load size was 10kb, it would be 10% of your budget. You can also see how much this has increased or decreased compared to the base branch of your PR. If this percentage has increased by 20% or more, there will be a red status indicator applied, indicating that special attention should be given to this. If you see "+/- <0.01%" it means that there was a change in bundle size, but it is a trivial enough amount that it can be ignored.

github-actions[bot] commented 1 month ago

📦 Next.js Bundle Analysis for Shiro

This analysis was generated by the Next.js Bundle Analysis action. 🤖

⚠️ Global Bundle Size Increased

Page Size (compressed)
global 87.4 KB (🟡 +53 B)
Details

The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!

One Page Changed Size

The following page changed size from the code in this PR compared to its base branch:

Page Size (compressed) First Load % of Budget (350 KB)
/_error 185 B 87.58 KB 25.02% (+/- <0.01%)
Details

Only the gzipped size is provided here based on an expert tip.

First Load is the size of the global bundle plus the bundle for the individual page. If a user were to show up to your website and land on a given page, the first load size represents the amount of javascript that user would need to download. If next/link is used, subsequent page loads would only need to download that page's bundle (the number in the "Size" column), since the global bundle has already been downloaded.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

The "Budget %" column shows what percentage of your performance budget the First Load total takes up. For example, if your budget was 100kb, and a given page's first load size was 10kb, it would be 10% of your budget. You can also see how much this has increased or decreased compared to the base branch of your PR. If this percentage has increased by 20% or more, there will be a red status indicator applied, indicating that special attention should be given to this. If you see "+/- <0.01%" it means that there was a change in bundle size, but it is a trivial enough amount that it can be ignored.

github-actions[bot] commented 1 month ago

📦 Next.js Bundle Analysis for Shiro

This analysis was generated by the Next.js Bundle Analysis action. 🤖

⚠️ Global Bundle Size Increased

Page Size (compressed)
global 87.41 KB (🟡 +56 B)
Details

The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!

One Page Changed Size

The following page changed size from the code in this PR compared to its base branch:

Page Size (compressed) First Load % of Budget (350 KB)
/_error 185 B 87.59 KB 25.02% (+/- <0.01%)
Details

Only the gzipped size is provided here based on an expert tip.

First Load is the size of the global bundle plus the bundle for the individual page. If a user were to show up to your website and land on a given page, the first load size represents the amount of javascript that user would need to download. If next/link is used, subsequent page loads would only need to download that page's bundle (the number in the "Size" column), since the global bundle has already been downloaded.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

The "Budget %" column shows what percentage of your performance budget the First Load total takes up. For example, if your budget was 100kb, and a given page's first load size was 10kb, it would be 10% of your budget. You can also see how much this has increased or decreased compared to the base branch of your PR. If this percentage has increased by 20% or more, there will be a red status indicator applied, indicating that special attention should be given to this. If you see "+/- <0.01%" it means that there was a change in bundle size, but it is a trivial enough amount that it can be ignored.

github-actions[bot] commented 1 month ago

📦 Next.js Bundle Analysis for Shiro

This analysis was generated by the Next.js Bundle Analysis action. 🤖

⚠️ Global Bundle Size Increased

Page Size (compressed)
global 87.4 KB (🟡 +40 B)
Details

The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!

github-actions[bot] commented 1 month ago

📦 Next.js Bundle Analysis for Shiro

This analysis was generated by the Next.js Bundle Analysis action. 🤖

⚠️ Global Bundle Size Increased

Page Size (compressed)
global 87.4 KB (🟡 +40 B)
Details

The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!

github-actions[bot] commented 1 month ago

📦 Next.js Bundle Analysis for Shiro

This analysis was generated by the Next.js Bundle Analysis action. 🤖

⚠️ Global Bundle Size Increased

Page Size (compressed)
global 87.41 KB (🟡 +40 B)
Details

The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!

github-actions[bot] commented 1 month ago

📦 Next.js Bundle Analysis for Shiro

This analysis was generated by the Next.js Bundle Analysis action. 🤖

⚠️ Global Bundle Size Increased

Page Size (compressed)
global 87.41 KB (🟡 +40 B)
Details

The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!

github-actions[bot] commented 1 month ago

📦 Next.js Bundle Analysis for Shiro

This analysis was generated by the Next.js Bundle Analysis action. 🤖

⚠️ Global Bundle Size Increased

Page Size (compressed)
global 87.4 KB (🟡 +34 B)
Details

The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!